/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #999999;
}
.skinmaster
{
    height: 100%;
    /*background-color: #cccccc; */
    background-color: #ffffff;
    border-right: #CC0000 2px solid;
    border-top: #CC0000 2px solid;
    border-left: #CC0000 2px solid;
    border-bottom: #CC0000 2px solid;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}
.skinheader 
{
    background-color: #000000;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.pagemastersplash
{
    width: 100%;
    height: 100%;
    background-color: #000000;
}
.skinmastersplash
{
    height: 100%;
    /*background-color: #cccccc; */
    background-color: #000000;
    border-right: #000000 0px solid;
    border-top: #000000 0px solid;
    border-left: #000000 0px solid;
    border-bottom: #000000 0px solid;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}
.skinheadersplash
{
    background-color: #000000;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.bannerpaneleft
{
    background-color: #000000;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 300px;
}
.bannerpaneright 
{
    background-color: #000000;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 350px;
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 20px;
	border-bottom: solid 2px #CC0000;
	border-top: solid 2px #CC0000;
}
.skingradientb {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
	border-top: solid 2px #CC0000;
}
.controlpanel {
	width: 100%;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane
{
    width: 130px; /*background-color: transparent;*/
    background-color: #003399;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpanemiddlel {
	width: 250px;
	background-color: transparent;
	text-align: center;
	padding-left: 25px;	
}
.contentpanemiddler {
	width: 250px;
	background-color: transparent;
	text-align: center;
	padding-right: 0px;	
}
.contentpanebottom {
	width: 100%;
	background-color: transparent;	
}
.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;
}
.main_dnnmenu_container {
	background-color: transparent;
	height: 20px; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 3px 3px 3px 1px;
        height: 20px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    height: 20px;
}

.main_dnnmenu_itemhover {  
	background-color: transparent;
	color: #CC0000;
	height: 20px; 
}

.main_dnnmenu_itemhover td {  
	background-color: transparent;
	color: #CC0000;
	height: 20px; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 100%;
}
.main_dnnmenu_submenu
{
    background-color: #cccccc; /*background-color: #3366CC; */ /*background-image: url(gradient_DKGray.jpg); */
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=  '#696969' , Direction=135, Strength=3);
    padding: 0px 0px 0px 0px; /*explicitly set padding for sub-menus */
    height: 20px;
    border-bottom: solid 2px #CC0000;
    border-top: solid 2px #CC0000;
    border-left: solid 2px #CC0000;
    border-right: solid 2px #CC0000;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow 
{
    visibility:hidden;
	border-right: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow 
{
    visibility:hidden;
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}
.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;
}

.HeadRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #CC0000;
}

.HeadRedMed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
}

.HeadWhite {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #ffffff;
}

.HeadWhiteMed {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight:  bold;
   color: #ffffff;
}

.textsmall {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #000000;
}

.bannertextsmall {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #ffffff;
}

A.bannertextsmall:link
{
    text-decoration: none;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: #CCFF33;
}

A.bannertextsmall:visited
{
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight:  normal;
	color: #CCFF33;
}

A.bannertextsmall:hover
{
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight:  normal;
	color: #FF0000;
}

A.bannertextsmall:active
{
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight:  normal;
	color: #FF0000;
}

.accordionHeader
{

	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	/*height: 50px; */
	text-align: left;
	vertical-align:bottom;
	background-color: transparent;
	/*border-top: #000000 1px solid; */
	/*border-bottom: #000000 1px solid; */
	/*border-left: #000000 1px solid; */
	/*border-right: #000000 1px solid; */
	border-top: transparent 3px solid;
	border-bottom: transparent 3px solid;
	border-left: transparent 3px solid;
	border-right: transparent 3px solid;
    	padding-right: 5px;
    	padding-left: 5px;
    	padding-bottom: 5px;
    	padding-top: 5px;
	cursor: pointer; 
	cursor: hand;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
.accordionHeaderSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	vertical-align:bottom;
	background-color: transparent;
	border-top: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-left: #000000 0px solid;
	border-right: #000000 0px solid;
    	padding-right: 5px;
    	padding-left: 5px;
    	padding-bottom: 5px;
    	padding-top: 5px;
	cursor: pointer; 
	cursor: hand;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
.accordionContent
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #dddddd;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
    	padding-right: 5px;
    	padding-left: 5px;
    	padding-bottom: 5px;
    	padding-top: 5px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}

.accordionHeaderP
{

	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	/*height: 50px; */
	text-align: left;
	vertical-align:bottom;
	background-color: transparent;
	/*border-top: #000000 1px solid; */
	/*border-bottom: #000000 1px solid; */
	/*border-left: #000000 1px solid; */
	/*border-right: #000000 1px solid; */
	border-top: #ffffff 3px solid;
	border-bottom: #ffffff 3px solid;
	border-left: #ffffff 3px solid;
	border-right: #ffffff 3px solid;
    	padding-right: 5px;
    	padding-left: 5px;
    	padding-bottom: 5px;
    	padding-top: 5px;
	cursor: pointer; 
	cursor: hand;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
.accordionHeaderSelectedP
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	vertical-align:bottom;
	background-color: transparent;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
    	padding-right: 5px;
    	padding-left: 5px;
    	padding-bottom: 5px;
    	padding-top: 5px;
	cursor: pointer; 
	cursor: hand;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}

.accordionDiv
{
	width: 100%;
	text-align: center;

}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #000000;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #000000;
}


