/* 
================================
Skin styles for DotNetNuke
================================
  */ 
 body{ 
font-family: verdana,helvetica,arial,sans-serif;
font-size: 12px;
color: #ffffff;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
	background-image:url("bodyBgGray.jpg")
	
}
.skinmaster {
	height: 100%;
	background-color: #031c5c;
 
		border-right: #00154a 12px solid; 
	border-top: #00154a 12px solid; 
	border-left: #00154a 12px solid; 
	border-bottom: #00154a 12px solid; /* 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; */ 

}

.skinheader 
{
		background-image: url(headerbg.jpg); 
		width:1000px;
}
.skingradient {
 background-color: #527FF3;
	height:30px;
}
 
.controlpanel {
	width: 100%;
  background-color:Transparent ;
 border:none 0px;
	
}
.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;
}

.contentpanecontrol {
	width: 100%;
	background-color:  #7994cb;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.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: #ffffff; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family:  verdana,helvetica,arial,sans-serif;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family:  verdana,helvetica,arial,sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	 color: 	  #aedcff; 
}

.main_dnnmenu_itemhover td {  
 color:  #aedcff;  
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #527FF3; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	z-index:999;
}



.main_dnnmenu_submenu1 {    /*explicitly set css for Chrome */
 background-color: #527FF3; 
 cursor: pointer; 
 cursor: hand; 
 color: #ffffff;
 padding: 1px 1px  1px 1px;   
 margin-top:15px;
z-index:999;
}


.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.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;
}*/

.Head
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}

.SubHead  

{

font-family: verdana,helvetica,arial,sans-serif;

font-size: 11px;

font-weight: bold;

color: #ffffff;

}


.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: verdana,helvetica,arial,sans-serif;
	text-decoration: none;
}



A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}





a:link, a:visited, a:active 

{

color: #ffd800;
font-size: 12px;
text-decoration: underline;

}


.Normal, .NormalDisabled
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
}



a:hover 

{

color: #ffd800;
font-size: 12px;
text-decoration: none;

}


a.CommandButton:link  

{

text-decoration: underline;

color:  #ffd800;

}

a.CommandButton:hover  

{

text-decoration: underline;

color:  #ffd800;

}





.searchlabel
{    color:  #9cb0e2; 
      	font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
    font-weight:   bold ;
}
.datelabel
{ color:White ;
  	font-family: verdana,helvetica,arial,sans-serif;

font-size: 12px;
  }





.panes 
{
	  	background-image: url("fadeBg.gif");
  	background-repeat: repeat-x;
  	background-position: top left;
}	
	

 

 





















