
div.ae-header1
{
	margin-top: 30px;
}

div.ae-header1 .htext 
{
	font-size: 18px;
	color: rgb(43,150,24);
}

div .ae-header1 .htext .links
{
	font-size: 12px;
}

div.ae-header1 .hunder
{
	height: 6px;
	background-image: url(../img/aeskin/00-NuData-Underlines-H1.png);
	background-repeat: repeat-x;
}

div.ae-header2
{
	margin-top: 20px;
}

div.ae-header2 .htext 
{
	font-size: 18px;
	color: #888;
}

div .ae-header2 .htext .links
{
	font-size: 12px;
}

div.ae-header2 .hunder
{
	height: 6px;
	background-image: url(../img/aeskin/00-NuData-Underlines-H2.png);
	background-repeat: repeat-x;
}

/*
 *
 */
#content table.ae-table-basic
{
	width: 95%;
}
#content .ae-table-basic th
{
	font-weight: normal;
	width: 50%;
}
#content .ae-table-basic th.strong 
{
		color: white;
		background-color: rgb(43, 150, 24);
		height: 26px;
		font-weight: bold;
}
#content .ae-table-basic td
{
}


#content .ae-table-basic tr.gridh th
{
	border-bottom: 2px solid #aaa;
	font-size: 18px;
	width: auto;
}

#content table.activity-profile-table
{
	width: 95%;
}
#content .activity-profile-table th
{
	font-weight: normal;
	width: 25%;
}
#content .activity-profile-table th.strong 
{
		color: white;
		background-color: rgb(43, 150, 24);
		height: 26px;
		font-weight: bold;
}
#content .activity-profile-table td
{
}


#content .activity-profile-table tr.gridh th
{
	border-bottom: 2px solid #aaa;
	font-size: 18px;
	width: auto;
}

/*
 *
 */
#content table.ae-table-complex
{
	width: 95%;
	font-size: 11px;
}
#content .ae-table-complex th
{
	background-color: rgb(43,150,24);
	color: white;
	font-weight: normal;
	width: auto;
	height: 26px;
	vertical-align: middle;
	padding-left: 4px;
}
#content .ae-table-complex td
{
	background-color: white;
}

#content .ae-table-complex tr.gridh th
{
	background-color: rgb(43,150,24);
	color: white;
	width: auto;
	font-weight: bold;
}

#content .ae-table-complex input
{
	height: 11px;
	font-size: 11px;
}

#content div.sales_account_url a
{
	margin-left: 4px;
}

#content .button
{
	background-color: rgb(43,150,24);
	color: white;
	height: 22px;
	padding: 1px 16px 1px 16px;
	border: 1px solid rgb(43,150,24);
	text-align: center;
	font-size: 14px;
}

#content .button:hover
{
	background-color: rgb(53,160,34)
}

#content .button:active
{
	background-color: rgb(33,140,14)
}

#content .button:disabled {
	background-color: rgb(150,150,150);
	border-color: rgb(120,120,120);
}

#content input
{
	background-color: white;
	border: 2px solid #ccc;
	height: 18px;
	color: #333;
	padding: 2px;
	font-size: 14px;
}



#content .error {
	color: darkred;
}

/* jQuery datetime picker */
#ui-datepicker-div {
	display: none;
	font-size: 11px;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../img/tooltip_black_arrow.png);
	font-size:10px;
	height:84px;
	width:174px;
	padding:18px;
	color:#fff;
}

div.scoremarkup { width: 14px; height: 14px; border: solid 1px #666; background-color: rgb(41,137,0); border-radius: 3px;}
div.scoremarkup.allow { background-color: rgb(41,137,0); }
div.scoremarkup.escalate { background-color: rgb(236,226,0); }
div.scoremarkup.deny { background-color: rgb(161,14,22); }