/*NOTE: dropdown menu is located in menuHeaderCustom.js for custom dropdowns or menuheader.js (this is where the source is)*/

/*Dashboard headers*/
.WidgetTitle
{
	background:none;
	cursor:move;
	background-color:	#669933;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Verdana;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*navbuttons*/
.navButton { 
	font-size: 11px; 
	font-family: Arial, sans-serif;
	font-weight:	bold;
	color: #ffffff;
	background-color:	#669933;
	border-left:   solid 1px #66CC33;
	border-bottom: solid 1px #006600;
	border-top:    solid 1px #66CC33;
	border-right:  solid 1px #006600; 
}

/*Allocation Groups header grid color*/
.mainColor,
table.grid th
{
	background-color:#669933;
}

table.aesopTable thead tr .header {
	background-color:#669933;	
}

/*primary color throughout app*/
.mainColor  {
	background-color:#669933;
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-FAMILY: verdana, arial, sans-serif
	} 

.secondaryColor  {
	background-color:#669933;
	}

.wtitle {
	color: #669933;
}
.navigation  {
	color: #669933;
}
.tableDef {
	border-color: #669933 #669933 #669933;

}
.bordertable {
	border: 1px solid #669933;
}
.td {
	border: 1px solid #669933;
}
.th {
	background-color: #669933;
}
.HeaderTable {
	background-color:#669933;padding:3px;margin:0px;border:2px groove #003366;
} 
.HeaderTD {
	background-color:#669933;font-size:10px;color:#FFFFFF;padding:3px;font-size:10px;font-weight:	bold;text-align:;vertical-align:;border:1px groove #FFCC99;
} 
