/* 
================================
Skin styles for DotNetNuke
================================
      

*/   
body {
    text-align: center;
    font-family:10px Verdana, Arial, Helvetica, sans-serif;
    margin-left:auto;
    margin-top:0;
    background-image:url("images/bg_tone.png");
    background-repeat:repeat-x;

    }
    
    h1 
    {
        color:#00396e;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        }
    h2 
    {
        color:#00a6d6;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        }
    
    h3
    {
        color: #00396e;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        }
   h4 
    {
        color:#00a6d6;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        }
 .frontpageheaders1 {
 
        color:white;
        font-family:Tahoma,Arial,Helvetica,sans-serif; 
        font-size: 25px; 
        font-weight:bold;
        text-decoration:none;.
 }       
 
 .frontpageheaders2 {
 
        color:#00396e;
        font-family:Tahoma,Arial,Helvetica,sans-serif; 
        font-size: 24px; 
        font-weight: bold;
        text-decoration:none;.
 }      
a:link {
	 color:#00396e;
	text-decoration:none;
	}      /* unvisited link */
a:visited {
 color:#00396e;
	text-decoration:none;
	}  /* visited link */
a:hover {
 color:#00396e;
	text-decoration:none;
}  /* mouse over link */
a:active {
	 color:#00396e;
}  /* selected link */
.frontpageheaders2 img {
 border-style:none;
}
a img {border-style:none;} 
.Normal, .NormalDisabled
{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
        
#content{
    
	margin:0 auto;
	width:1000px;
	max-width:1024px;
	min-width:1024px; 
	height:780px;
    text-align:center;
    background-color: white;
    vertical-align:top;
 /*   border-style:solid;
    border-width:1px;
    border-color:black;*/
    float:none;
       }
      
.pagemaster {
	width: 1024px;
	max-width: 1024px;
	min-width:1024px;
	vertical-align:top;
	 background-color: white;
	
		
}
.skinmaster {
	width: 1024px;
	max-width: 1024px;
	min-width:1024px;
	vertical-align:top;
	 background-color: white;


}
.subframe {
    width: 1024px;
	text-align:center;
	vertical-align:top;
	white-space:nowrap;
}
.tablecontent {
   width:1024px;
   padding: 0 0 0 0;
   	text-align:left;
	vertical-align:top;
	 background-color: white;
	
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color:transparent;
	vertical-align:top;
	text-align:center;
	
}
.leftpane {
	width: 250px;
	background-color: transparent;
	vertical-align:top;
	text-align:center;
			height: 460px;	
	/* max-height: 460px; */
	min-height: 460px;

}
.tdcontentpane 
{
    vertical-align:top;
    }
.contentpane {
	width: 100%;
	background-color: transparent;
		height: 460px;	
	max-height: 460px;
	min-height: 460px;
	vertical-align:top;
	text-align:center;
	overflow-y:auto;
	float: none;
	
	
}

.admincontent 
{
    width: 100%;
	background-color: transparent;
	vertical-align:top;
	text-align:center;
	}
.rightpane {
    background-color: transparent;
	vertical-align:top;
	text-align:center;
	width:200px;
}
.bottompane {
	background-color: transparent;
	width:100%;
	vertical-align:top;
	text-align:center;
}
.menupane {
	
	background-color: transparent;
	vertical-align:top;
	text-align:center;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8DA4D3; 

	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 

}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 

}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	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
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}


