/* 
================================
Skin styles for DotNetNuke
================================
*/   


body {
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;

}

.pagemaster {
	width: 100%;	
	background-color: #EFEFEF;
	padding-bottom: 20px;
}
.skinmaster {
	background-color: #EFEFEF;
	width: 782px;
	border: 0px solid #8f9092;
	padding: 0px;
}

.skinheader {
	width: 800px;
}
.skingradient {
	height: 29px;
	background-color: #1C2850;

}
.controlpanel {
	width: 100%;
	background-color: #EFEFEF;
	border: 0px solid #FFFFFF;
	margin:0px;
}

.toppane {
	width: 627px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.leftpane {
	width: 277px;
	background-color: #FFE2D0;
	padding: 0px;

}

.links{
	background-color: #A2906D;
}

.contentpane {
	background-color: #FFFFFF;
	padding: 0px;
	height: 100%;

}

.rightpane {
	padding: 0px;
	width: 259px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 100%;


}
.bottompane {
	padding: 0px;


}

.skingradient2 {
	background-color: #232959;
	height: 29px;
}
.footergradient {
	background-color: #B08939;
	padding: 0px;

}

/* 
================================
Link Skin styles 
================================
*/   

.SelectedTab{
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;

}

a.SelectedTab:link, a.SelectedTab:visited, a.SelectedTab:active{
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;

}
a.SelectedTab:hover{
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;

}
/* 
================================
solpartmenu styles 
================================
*/   

.MainMenu_MenuItem {
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #AB9039;
	font-size: 9px;
	font-weight: normal;
	background-color: Transparent;
	font-family:  Arial, Times, serif;
	height: 29px;
	text-transform: uppercase;


}
.MainMenu_MenuIcon {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	background-color: #122742; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 29px;
}
.MainMenu_SubMenu {
	background-color: #122742;  
	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: transparent;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-family: Arial, Times, serif;
	font-size: 9px;
	font-weight: normal;
	height: 29px;
	text-transform: uppercase;

}
   
   
.MainMenu_MenuContainer {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: 29px;
	background-color: #122742;  	
}

/* ================================
style for module titles
================================ */

.Head {
font-family: Arial, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #B08939;

}


/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
	color: #000066;
font-family: Arial, Times, serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

a.Normal:link, a.Normal:visited, a.Normal:active{
font-family: Tahoma, Arial, Times, serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
		font-weight: bold;
}
a.Normal:hover{
font-family: , Arial, Times, serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}


a:link, a:visited, a:active{
font-family:  Arial, Times, serif;
	font-size: 12px;
	color: #AE8737;
	text-decoration: underline;
		font-weight: bold;
}
a:hover{
font-family:  Arial, Times, serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active{
font-family: Arial, Times, serif;
	font-size: 11px;
	color: #1C2850;
	text-decoration: underline;
		font-weight: normal;
}
a.OtherTabs:hover{
font-family: Arial, Times, serif;
	font-size: 11px;
	color: #1C2850;
	text-decoration: underline;
	font-weight: normal;
}


.btmcolour {
	background-color: #232959;
	height: 74px;
}

p {
font-family: Arial, Times, serif;

	color: 000066px;
}

/* ===============================
default text style used for the forms
================================== */
.FormTable{
	margin:0px;
	padding: 4px;
}


.MainMenu_MenuArrow { display:none;}
.MainMenu_RootMenuArrow { display:none;}
.ModuleTitle_MenuArrow {display:none;}
.ModuleTitle_RootMenuArrow {display:none;}


    .SeparatorCSS
    {
     color:#000000;
     border: 0px; 
     padding: 0px 4px 0px 4px;

    }
.bgbrown {
	background-color: #B08939;
}

