/* 
================================
Skin styles for DotNetNuke
================================
*/   
p { padding:0px; margin:0px;}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	background-color: #ffffff;
	border-right: #CCCCFF 1px solid; 
	border-top: #CCCCFF 1px solid; 
	border-left: #CCCCFF 1px solid; 
	border-bottom: #CCCCFF 1px solid; 
}
.extrapane {
	vertical-align:top;
	background-color: transparent;
}
.bannerpane {
	vertical-align:top;
	background-color: transparent;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
}
.leftpane {
	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 {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar 
{
	cursor: pointer; 
	cursor: hand; 
	background-image: url(images/nav.gif);  
	display:table;
	height:31px;
}
.main_dnnmenu_submenu 
{
	width:177px;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	width:142px;
	background-image: url(images/nav.gif);  
	color: #009900; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    display:inline-block;	  
    text-align:center;
    padding: 8px 0px 9px 0px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	height:28px;
	background-image: url(images/nav_sub.gif);   
	color: #009900; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 6px 0px 6px 0px;	

}
.main_dnnmenu_itemhover {  
	width:142px;
	color:Red;
	background-image: url(images/nav.gif);  
}
.main_dnnmenu_itemhover td {  
	color: Red; 
	background-image: url(images/nav_sub_hover.gif);  
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.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;
}
.copyrighttext
{
	color :White ;
	font-family:Tahoma, Arial;
	font-weight: bold;
    font-size: 8pt;
}
.text
{
	color :#009900 ;
	font-family:Tahoma, Arial;
	font-weight: bold;
    font-size: 8pt;
}
a.text:link, a.text:visited{
text-decoration: none;
color: #009900;
}
a.copyrighttext:link, a.copyrighttext:visited{
text-decoration: none;
color: White;
}
a.copyrighttext:hover, a.text:hover{
color: Red;
}
a.copyrighttext:active, a.text:active{
color: Red;
}


