/* 
================================
Skin styles for DotNetNuke by dvp
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-image:url(back.jpg);
}
.skinmaster {
	/*height: 100%;*/
	background-color:White;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}

.tableBanner
{
   	background-image:url(backgroundBanner.png);
   	width:800px;
   	height:89px;
}
.stripBanner
{
    background-color:white;
    width:800px;
    height:1px;
}
.skinsearch
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: white;
}
.navi {
	/*background-image: url(striptopgradient2.png);*/
	background-color: Transparent;/*#aeaeae;/*#2B3A65;*/
	/*height: 10px;*/
	/*position:relative;z-index:2;*/
}
.skinlogin
{
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:  bold;   
}
.stripContent
{
    background-color:#84BC1D;
    width:800px;
    height:5px;
}

/*checkpoint*/
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
	/*position:relative;z-index:1;*/

}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;	
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}



/*checkpoint*/
.main_dnnmenu_container {
	background-color: Transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height: 10px;/*auto;*/
	background-color: Transparent;
	background-image: url(bgmenu.jpg); /*gradient bg*/
 
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #464647; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	/*background-color:#aeaeae;*/
	font-family: Geneva, Arial, Helvetica, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    /*padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    padding: 6px 0px 6px 0px;   /*explicitly set padding for root menu items*/
    
    width: 114px; height: 37px;
    border:1px #aeaeae solid; border-width:1px 0px;
    text-align:center;

    BORDER-RIGHT: #898989 1px solid;
    BORDER-TOP: #aeaeae 1px solid;
    BORDER-LEFT: #aeaeae 1px solid;
    BORDER-BOTTOM: #898989 1px solid;
    /*background-image: url(butt.jpg); /*button bg*/
    
}
.main_dnnmenu_itemroothover
{
	color: #ffffff; /* 464647 cceeff*/ 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #898989;/*Transparent;*/	
	font-family: Geneva, Arial, Helvetica, sans-serif;

    
    width: 114px; height: 37px;
    border:1px #aeaeae solid; border-width:1px 0px;
    text-align:center;

    BORDER-RIGHT: #898989 1px solid;
    BORDER-TOP: #aeaeae 1px solid;
    BORDER-LEFT: #aeaeae 1px solid;
    BORDER-BOTTOM: #898989 1px solid;
    
}
.main_dnnmenu_root_selected
{
	color: #ffffff; /*BEF781 ffcc33*/ 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #464647; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 

	
    width: 114px; height: 37px;
    border:1px #aeaeae solid; border-width:1px 0px;
	text-align:center;

}

.main_dnnmenu_itemhover {  
	color: #ffffff; /* 464647 cceeff*/ 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #898989;/*Transparent;*/	
	font-family: Geneva, Arial, Helvetica, sans-serif;
    
    width: 155px; height: 37px;
    border:1px #aeaeae solid; border-width:1px 0px;
    
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #464647; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
        
}
.main_dnnmenu_itemhover td {  
	color: white; /*#2B3A65*/
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 

	background-color: #898989; 
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 10px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #aeaeae; /*#2B3A65*/ 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=1);
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */	
}
/*checkpoint*/


.main_dnnmenu_break {
	height: 1px; font-size: 1px;	
}
.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
background-image: url(bgmenu.jpg); /*gradient bg*/	
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}





/*checkpoint*/
.footer {
	background-color: #aeaeae;
	height: 30px;
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight: normal;
	color: white;
}
.footertext {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight: normal;
	color: white;
}


/*intro page*/
.flashbg {
	background-color: #2B3A65;
}
.flashroll {
	/*background-image: url(homepageartwork.gif);*/
}
.flashtop {
	background-image: url(dcse_f_19.jpg);
}
.flashmenutop {
	background-image: url(flashmenutop.png);
}
.flashcontent
{
	background-color: #ffffff;
}
.flashmenucontent 
{
	background-image: url(flashmenucontent.png);
}
.flashmenubot {
	background-image: url(flashmenubot.png);
}
.flashmenufont 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight: normal;
	color:#2B3A65;
}
.txtfont 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight: normal;
	color:#2B3A65;
}


.boxgray
{
	color: #000;
    BORDER-RIGHT: #898989 1px solid;
    BORDER-TOP: #aeaeae 1px solid;
    /*BACKGROUND: #fff;*/
    BORDER-LEFT: #aeaeae 1px solid;
    BORDER-BOTTOM: #898989 1px solid;
	background-image: url(boxgray.jpg);
	font-size: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.boxlanding
{
	color: #000;
    BORDER-RIGHT: #898989 1px solid;
    BORDER-TOP: #aeaeae 1px solid;
    BACKGROUND: #ffffcc;
    BORDER-LEFT: #aeaeae 1px solid;
    BORDER-BOTTOM: #898989 1px solid;
	font-size:  11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}




