/* 
================================
Skin styles for DotNetNuke
================================
*/   


.skingradient {
	background-image: url(gradient_LTBlue.jpg); 
	height:30px;
}

.skinheader 
{
	background-image: url(FlagBack.jpg); 
    background-repeat:repeat-x;
    background-color:#ce1126;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
    background-color:#fff6b1;

}
.SkinObject{
		
}
A.SkinObject:link {
	
}

A.SkinObject:visited  {
	
}

A.SkinObject:active   {
	
}

A.SkinObject:hover    {
	
	text-decoration: underline;
}
.ControlPanel {
}

/* GENERAL */
/* style for module titles */
.Head   {
	color: #003893;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: #003893;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #003893;
}




.MainMenu_MenuContainer {
	background-color: transparent;	
	width:150;
	
}
.MainMenu_MenuBar td {
	cursor: pointer; 
	cursor: hand;
	background-color:#003893;
	border-left: #ce1126 0px solid; 
	border-bottom: #ce1126 1px solid; 
	border-top: #ce1126 1px solid; 
	border-right: #ce1126 0px solid;
	height: 21px;

}
.MainMenu_MenuItem {
	border-left: #ce1126 0px solid; 
	border-bottom: #ce1126 1px solid; 
	border-top: #ce1126 1px solid; 
	border-right: #ce1126 0px solid;
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	color:#fcd116;
	height: 21px;
}
.MainMenu_MenuIcon {
	background-color: transparent; 
	border-left: #ce1126 1px solid; 
	border-bottom: #ce1126 1px solid; 
	border-top: #ce1126 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
}
.MainMenu_SubMenu {
	background-color: #003893; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel, .MainMenu_MenuItemSel td {
	border-left: #ce1126 0px solid; 
	border-bottom: #ce1126 1px solid; 
	border-top: #ce1126 1px solid; 
	border-right: #ce1126 0px solid;
	background-color: #fcd116; 
	cursor: pointer; 
	cursor: hand; 
	color: #ce1126; 
	font-family: Arial, Helvetica, Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	
}
.MainMenu_MenuArrow {
	border-right: #ce1126 1px solid; 
	border-bottom: #ce1126 1px solid; 
	border-top: #ce1126 1px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_RootMenuArrow  {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	
}

.MainMenu_MenuItemActive td, .MainMenu_MenuItemActive
{
	color:#ce1126;
    background-color: #fcd116;
    
}











