/* 
================================
Skin styles for DotNetNuke
================================
*/   

//div.float-clear {
//   clear: both;
//   height: 0px;
//   overflow: hidden;
//}

//.dnnPGtblOutsideBorder
//{
// border-right: Yellow 1px solid; 
//	border-top: Yellow 1px solid; 
//	border-left: Yellow 1px solid; 
//	border-bottom: Yellow 1px solid; 
    //  width: 350px;
//}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #420000;
}
.skinmaster {
	height: 100%;
	background-color: #000000;
	border-right: Darkred 1px solid; 
	border-top: Darkred 1px solid; 
	border-left: Darkred 1px solid; 
	border-bottom: Darkred 1px solid; 
	-moz-border-radius-bottomleft: 1px; 
	-moz-border-radius-bottomright: 1px; 
	-moz-border-radius-topleft: 1px; 
	-moz-border-radius-topright: 1px; 
}
.skinheader {
}

.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}

.SkinObject {
    font-weight: bold;
    font-size: 12.5pt;
    color: Yellow;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}


A.SkinObject:link, A.SkinObject:visited, A.SkinObject:hover,A.SkinObject:active   {
    text-decoration:    none;
    color:Yellow;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.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;
}
.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; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: Red; 
	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: 1px 1px 3px 5px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: Red; 
	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: 0px 32px 0px 32px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
        color: Yellow;
	background-color: Transparent; 
}

.main_dnnmenu_itemhover td { 
        color: Yellow;
	background-color: Transparent; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #770000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow {
display: none;
}

.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: #Darkred;
}

.SmallItem {
color: Darkred;
font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
font-size: 9px; 
font-weight: normal; 
font-style: normal;
height: 13px;
padding-left: 3px;
padding-right: 3px;
}

A.SmallItem, A.SmallItem:Link, A.SmallItem:Active, A.SmallItem:Visited{
color: Darkred;
text-decoration: none;
}
A.SmallItem:Hover:
{
color: Darkred;
text-decoration: underline;
}

//.MenuTab {
//background-image: url(MenuBar.jpg);
//width: 720px;
//height: 54px;
//background-repeat: no-repeat;
//}





