/* CSS Style for DotNetNuke Competition */
body
{
border:0px; padding:0px; margin:0px;
background-image: url('bg.jpg');
background-repeat: no-repeat;
background-color: #01245c;
background-attachment: fixed;
}

td.topTD {
	background: url('bg_top.jpg') no-repeat top center;
	height: 149px;
	text-align: right;
	font-size: 11px; padding-left:48px; padding-right:65px; padding-top:45px; padding-bottom:0
}


td.middleTD {
	background: url('bg_middle.jpg') repeat-y center;
	font-size: 11px; padding-left:0px; padding-right:0px; padding-top:10px; padding-bottom:0
}





td.bottomTD {
	background: url('bg_footer.jpg') no-repeat bottom center;
	height: 149px;
	
	text-align: center;
	font-size: 11px; padding-left:100px; padding-right:65px; padding-top:0; padding-bottom:55px
}

td.middleTD1 {
	
	color: #333333; 
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 11px; 
	font-weight: bold;
	font-style: normal;
	height: 30px;
}
td.middleTD2 {
	
	color: #333333; 
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;	
	font-style: normal;
	height: 30px;
}

.Breadcrumbs{
color: #000000;
}
.LeftPane {
	width: 245px;
	
}

.Block {
	width: 13px;
}

.Login {
	color: #333333; 
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal;
	height: 30px;
}


.Small {
	color: #FFFFFF; 
	font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
	padding-left: 1px;
	padding-right: 1px;
}

.SmallD {
	color: #404040; 
	font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
	padding-left: 3px;
	padding-right: 3px;
}

.SmallB {
	color: #404040; 
	font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: normal; 
	font-style: normal;
	height: 13px;
	padding-left: 15px;
	padding-right: 10px;
}

.User {
	font-family: Wingdings;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
}




.FooterText {
	color: #000000; 
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal;

}

/*=============== START DEFAULT MENU STYLES ============================================*/


.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: 004573; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C7e1f4;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #0033cc 1px solid; 
	border-bottom: #0033cc 1px solid; 
	border-top: #0033cc 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*=============== END DEFAULT MENU STYLES ============================================*/


/* hyperlink style for the DarkBackground tabs */

A.Small:Link{
color: white;
text-decoration: none;
	
}

A.Small:Hover{
color: white;
text-decoration: none;
	
}

A.Small:Active{
color: white;
text-decoration: none;
	
}

A.Small:Visited{
color: #FAFAFA;
text-decoration: underline;
	
}

A.SmallD:Link{
color: black;
text-decoration: none;
	
}

A.SmallD:Hover{
color: #404040;
text-decoration: none;
	
}

A.SmallD:Active{
color: black;
text-decoration: none;
	
}

A.SmallD:Visited{
color: #404040;
text-decoration: underline;
	
}








