/* 
================================
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;
}
.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;
}
.MainMenu_MenuContainer {  /* td where menu is located */
	background-color: #7c7c7c;
	border-bottom: White 2px solid;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
	border-bottom: White 0px solid;
	background-color: #7c7c7c;
}

.MainMenu_MenuItem { /* drop down menus (each one) */
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	border-right: #999999 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color:White; 
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #999999;
}
.MainMenu_MenuIcon {
	background-color: #999999; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #999999;
	color: White;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border-top: White 2px solid;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #cccccc; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuArrow {  /* small line on the right side*/
	border-right: #999999 1px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid;
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.RootTab TD{ /*initial menus at the top level - border does not seem to have an effect */
	/*width: 110px;*/
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt; /*9pt;*/
	font-weight: normal; /* bold; */
	color: #FFFFFF;
	border-top: 0px solid;
	border-bottom: White 0px solid;
	/*border-bottom: #ffffff 2px solid;*/
	border-right: #FFFFFF 2px solid;
	background-color: transparent; /* #7c7c7c; */
	height: 18px; /*28px;*/
}
.ActiveRootTab TD{  /*selected menu at the top level*/
	/*width: 110px;*/
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt; /*9pt;*/
	font-weight: normal; /* bold; */
	font-style: normal;
	height: 18px; /*28px;*/
	border-top: 0px solid;
	border-bottom: 0px solid;
	border-right: #ffffff 2px solid;
	/*border-bottom: #ffffff 2px solid;*/
	background-color: #DE0031; /*transparent;*/
}
.ActiveSubTab {  /* item selected in the dropdown menus */
	background-color: #DE0031;
	color: #ffffff;
	border-top: 0px solid;
	border-bottom: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt; 
	font-weight: normal; /*bold; */ 
}

.SelectedRootTab TD{  /* Root menu item selected (means highlighted under the mouse!) at the top menu level */
	/*width: 110px;*/
	color: #eaeaea;  /* almost white */
	height: 18px; /*28px;*/
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 8pt; /*9pt; */
	font-weight: normal; /*bold; */
	border-right: #ffffff 2px solid;
	border-top: 0px solid;
	border-bottom: 0px solid;
	/*border-bottom: #ffffff 2px solid;*/
	background-color: #999999; /*gray*/
}

.BreadcrumbRootTab TD{  /* this controls the top menus when a sub menu is selected - properties control the top menus when a sub is selected*/
	/*width: 110px;*/
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 8pt; /*9pt; */
	font-weight: normal; /*bold; */
	color: #ffffff;
	border-top: 0px solid;
	border-bottom: 0px solid;
	background-color: #DE0031; 
	border-right: #ffffff 2px solid;
	/*border-bottom: #ffffff 2px solid;*/
	height: 18px; /*28px;*/
}

.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;
}


/* Tree Classes */
.MyNode 
{ 
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 9px; 
   cursor: hand; 
   color:  Black;/*#EB5300; */
} 

.MyNodeOver 
{ 
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 9px; 
   cursor: hand; 
   background-color:#DE0031; 
   color: white;    
   /*color: Red;   #FFB389; */
} 

.MyNodeSelected 
{ 
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 9px; 
   cursor: hand; 
   background-color:#DE0031; 
   color: white; 
}
/*********************************************/
/*   Tables  */
/*********************************************/
.TableCellNormal
{
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 10pt;
}

.TableCellAlternating
{
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 10pt;
}
.TableHeader
{
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 10pt;
}
