/* 
================================
Skin styles for AEX
================================
*/   
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #003979;
	margin-left: 0px;
	margin-right: 0px;
}

.controlpanel {
}


.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 21px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #C87D3A 0px solid; 
	border-bottom: #C87D3A 1px solid; 
	border-top: #C87D3A 1px solid; 
	border-right: #C87D3A 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #C87D3A; 
	border-left: #C87D3A 1px solid; 
	border-bottom: #C87D3A 1px solid; 
	border-top: #C87D3A 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #C87D3A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #C87D3A; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFCC00; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	border-right: #C87D3A 1px solid; 
	border-bottom: #C87D3A 1px solid; 
	border-top: #C87D3A 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size: x-small;
   font-weight: normal;
}

.Head {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: medium;
   font-weight:  bold;
   color: #14599d;
}

.footercell {
	background-color: #0D708F;
	color: White;
	height: 21px;
	font-size: xx-small;
	vertical-align: middle;
	text-align: center;
}

/*********************************/
/* START GODA specific ID styles */
/*********************************/




.menucell {
	background-color: #C87D3A;
}

.maintopcell {
	background-image: url(images/nav_shadow_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#dnn_dnnPRIVACY_hypPrivacy {
	color: White;
	font-size: xx-small;
}

#dnn_dnnTERMS_hypTerms {
	color: White;
	font-size: xx-small;
}

#dnn_dnnLOGIN_hypLogin  {
	color: White;
	font-size: xx-small;
}

#dnn_dnnCOPYRIGHT_lblCopyright    {
	color: White;
	font-size: xx-small;
}








