/* 
================================
Skin styles for DotNetNuke
================================
*/   
.mainframe {
	height: 100%;
    width: 100%;
	background-color: #EEEEEE;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}

.skinmaster {
	height: 100%;
    width: 970px;
	background-color: #ffffff;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}


.header
{
    height: 115px;
    width: 934px;
    background: url(header.gif); 
    background-repeat:no-repeat;
    background-position:center bottom;
}

.footer
{
    height: 19px;
    width: 930px;
    background: url(footer.gif); 
    background-repeat:no-repeat;
}

.skinmargin_left 
{
  width: 11px;
	background: url(margin_left.gif) bottom right repeat-y;
	padding: 0;
	font-size: 20px;	
}

.skinmargin_right 
{
  width: 11px;
	background: url(margin_right.gif) bottom left repeat-y;
	padding: 0;
	font-size: 20px;	
}

.controlpanel {
	width: 100%;
	background-color: #F2F2F2;
}
.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;
}

.TreeViewMenu 
{
    width: 150px;
	background-color: #FAFAFA;
	border-right: #F2F2F2 1px solid; 
	border-top: #F2F2F2 1px solid; 
	border-left: #F2F2F2 1px solid; 
	border-bottom: #F2F2F2 1px solid; 
	
	
}

.TreeViewMenu_Header {
	width: 1px;
	height: 1px;
}


.TreeViewMenu_Node {
	
	
	border-top: #D7D7D7 1px solid; 	
	border-bottom: #D7D7D7 0px solid;
	border-right: #D7D7D7 1px solid;
	border-left: #D7D7D7 1px solid; 
	background-image:url(menu_node_bg.gif);
	background-position: left top;
	
	
	width: 150px;
	height: 17px;
	
	padding-left: 25px;
}

.TreeViewMenu_NodeChild 
{
    border-top: #D7D7D7 1px solid; 	
	border-bottom: #D7D7D7 0px solid;
	border-right: #D7D7D7 1px solid;
	border-left: #D7D7D7 1px solid; 
	background-image:url(menu_node_bg.gif);
	background-position: left top;
	
	
	width: 150px;
	height: 17px;
	
	padding-left: 25px;
}

.TreeViewMenu_NodeSelected 
{
    border-top: #D7D7D7 1px solid; 	
	border-bottom: #D7D7D7 0px solid;
	border-right: #D7D7D7 1px solid;
	border-left: #D7D7D7 1px solid;  
	background-image:url(menu_selected_node_bg.gif);
	background-position: left top;
	
	width: 150px;
	height: 17px;
	
	padding-left: 25px;
}

.TreeViewMenu_NodeOver 
{
    border-top: #D7D7D7 1px solid; 	
	border-bottom: #D7D7D7 0px solid;
	border-right: #D7D7D7 1px solid;
	border-left: #D7D7D7 1px solid;  
	background-image:url(menu_selected_node_bg.gif);
	background-position: left top;
	
	width: 150px;
	height: 17px;
	
	padding-left: 25px;
}

.TreeViewMenu_Body 
{
    font-family: verdana, sans-serif; 
  font-size: 12px;
  font-weight: normal;
	
	
	
}


.StandardButton {
  background: #F6FBAE none; 
  color: #FD9B00;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}



.Head {
   font-family: Verdana, Arial, Helvetica;
   font-size: 14px;
   font-weight:bold;
   color: #607108;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.LoginLink:hover {
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

.Search 
{
    
}

a.Search:link, a.Search:visited, a.Search:active {
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.Search:hover {
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}



.CopyrightText, .CurrentDate, .Delimiter, .Language {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

a.Link:link, a.Link:visited, a.Link:active {
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

a.Link:hover {
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}






