/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #100011;
}
.skinmaster {
	height: 100%;		 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {	
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {	
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	width:170px;	
}
.contentpane {
	width: 450px;	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	background-color:#FFD2BF;
	color: #100011;
	
}
.rightpane {	
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	width:170px;
}
.bottompane {	
}

.TreeViewMenu
{
	width: 105px;
	background-color: transparent;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	font-weight: bold;
}

.TreeViewMenu_Header {	
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.treeviewnode
{
	/* all nodes */
	color: #FF9E7D;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.treeviewnoderoot, a, a:hover, a:active, a:visited
{
	/*selected root */
	color: #ca000f;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

.currentdate, 
a.search, a.search:hover, a.search:active, a.search:visited, 
a.login, a.login:active, a.login:hover, a.login:visited, 
td.breadcrumb, td.breadcrumb span.SkinObject, td.breadcrumb a.SkinObject, td.breadcrumb a.SkinObject:visited, td.breadcrumb a.SkinObject:hover, td.breadcrumb a.SkinObject:active
{
	color:#FFD2BF;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;	
}


