p { padding:0px; margin:0px;}
.pagemaster {
	width: 100%;
}
.skinmaster {
	background-color: transparent;
}
.extrapane {
	vertical-align:top;
	background-color: transparent;
}
.leftpane {
	vertical-align:top;
	padding-top:6px;
}
.contentpane {
	width: 100%;
	vertical-align:top;
	background-color: transparent;
	padding-left:6px;
	padding-top:6px;
	padding-right:6px;
}
.rightpane {
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
}
.bannerpane {
	width: 100%;
	vertical-align:top;
	background-color: transparent;
}
.toppane {
	width: 100%;
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
}
.bottompane {
	width: 100%;
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand; 
	display:table;
	height:28px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	height:28px;
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 6px 0px 6px 0px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	background-image: url(images/nav1.gif);
	background-repeat:no-repeat;
	background-position: left top ; 
	color: #FFFFFF; 
	font-size: 8pt; 
	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 25px 8px 25px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover 
{
	color:#FFFF03;
	padding: 8px 25px 8px 25px;
	background-image: url(images/nav_hover_1.gif);
	background-position:left top ; 
}

.main_dnnmenu_itemhover td {  
	color: #AF0808;
	background:#CDCBCB;
	background-image:none;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu 
{
	width:180px;
	background-image:none;
	background-color: #8A1515;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}
.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;
}
.whitetext
{
	color :#FFFFFF ;
	font-family:Tahoma, Arial;
	font-weight: normal;
    font-size: 8pt;
}
a.whitetext:link, a.whitetext:visited{
text-decoration: none;
color: #FFFFFF;
}
a.whitetext:hover{
color: #FFFF03;
}
a.whitetext:active{
color: #FFFF03;
}

