/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.Content
{
width:600px;
height:600px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
body {

}
* {
	padding: 0;
	margin: 0;
}
#container{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-position: center;
}
#header {
	width: 318px;
	height: 122px;
}

#headerRight {
	float: right;
	width: 482px;
	height: 122px;
}
#leftColumn {
	height: 274px;
	width: 116px;
	background-color:#3868B2;
	float:left;
	
}
#mainMiddle{
    height: 274px;
    width: 316px;
    float: left;
}
#mainMiddleText{
    padding-left: 20px;
    padding-top: 20px;
   
}
#mainLines{
    height: 274px;
    width: 95px;
    float: left;
}
#mainImage{
    height: 274px;
    width: 273px;
    float: left;
}
#mainContent{
    
    width: 800px;
    background-repeat: repeat-y;
    float: left;
}
#mainContentText{
    padding-left: 130px;
    padding-right: 15px;
}
#footer{
    height: 88px;
    width: 800px;
    float: left;
}

.HeaderText
{
    font-family:Arial;
    font-size:10px;
    color:#03536A;
    float:right;
    font-weight:normal;
}
.HeaderTextBold
{
    font-family:Arial;
    font-size:10px;
    color:#03536A;
    float:right;
    font-weight:bold;
}





.MainMenu_MenuContainer 
{
     background-color: transparent;
	 	background-image:url(templateimages/Menu/background.png);
	background-repeat:repeat-y;
	border:0px;
	float:left;
	width:105px;
	    height: 27px;
}
.MainMenu_MenuBar
 {
    cursor: pointer; 
    height: 27px;
	border:0px;
}
.MainMenu_MenuItem 
{
    cursor: pointer; 
    cursor: hand; 
     color: white; 
    font-family: Arial; 
    font-size: 12px; 
    font-style: normal;
	font-weight:normal;
	float:left;
	border:0px;
	    height: 27px;

}
.MainMenu_MenuIcon
{
    width: 0px; 
    height: 0px;
	border:0px;
	background-color:#285273;
}

.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #285273; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
 color: white; 
     color: #de8c36; 
    font-family: Arial; 
    font-size: 12px; 
    font-style: normal;
	font-weight:normal;
	float:left;
	width:300px;
	    height: 27px;
}
.MainMenu_MenuBreak 
{
    border-bottom: #285273 1px solid; 
    border-left: #285273 1px solid; 
    border-top: #285273 1px solid;  
    border-right: #285273 1px solid; 
    background-color: #285273; 
    height: 1px;
}
.MainMenu_MenuItemSel 
{
    cursor: pointer; 
    cursor: hand; 
     color: #de8c36; 
    font-family: Arial; 
    font-size: 12px; 
    font-style: normal;
	font-weight:bold;
	float:left;
	background-color:transparent;
	    height: 27px;
}

.MainMenu_MenuArrow
{
    font-family: verdana; 
    cursor: pointer; 
    cursor: hand; 
    border-right: #285273 1px solid; 
    border-bottom: #285273 1px solid; 
    border-top: #285273 1px solid;
    background-color: ##285273;
}

.Search
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#de8c36;
}
