p { padding:0px; margin:0px;}
.pagemaster {
	width: 100%;
}
.skinmaster {
	background-color:#FFFFFF;
	border-right: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
}
.extrapane {
	vertical-align:top;
	background-color: transparent;
}
.leftpane {
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
}
.contentpane {
	width: 100%;
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
	padding-right:6px;
	padding-left: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:30px;
	background-image:url(images/1.gif);
}
.main_dnnmenu_submenu 
{
	width:177px;
	background-color: #0084B9;
  /* 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_rootitem  { /*TD if menu option for using tables is on*/
	background-image: url(images/nav_1.gif);
	background-position:right top;
	background-repeat:no-repeat;  
	color: White; 
	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: 7px 23px 9px 23px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	height:28px;
	color: White; 
	font-size: 9pt; 
	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_itemhover {  
	color:yellow;
    padding: 7px 23px 9px 23px;   /*explicitly set padding for root menu items*/
	background-image: url(images/nav_hover_1.gif);
	background-position:right top;
}
.main_dnnmenu_itemhover td {  
	color: yellow; 
	background-image: url(images/nav_sub_hover.gif);
	background-repeat:repeat; 
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.greentext
{
	color :#3366CC ;
	font-family:Tahoma, Arial;
	font-weight: normal;
    font-size: 8pt;
}
a.greentext:link, a.greentext:visited{
text-decoration: none;
color: #3366CC;
}
a.greentext:hover{
color: #FF9933;
}
a.greentext:active{
color: #FF9933;
}
.yellowtext
{
	color :#FF9933 ;
	font-family:Tahoma, Arial;
	font-weight: normal;
    font-size: 8pt;
}
a.yellowtext:link, a.yellowtext:visited{
text-decoration: none;
color: #FF9933;
}
a.yellowtext:hover{
color: #3366CC;
}
a.yellowtext:active{
color: #3366CC;
}
.blacktext
{
	color :#000000 ;
	font-family:Tahoma, Arial;
	font-weight: normal;
    font-size: 8pt;
}
a.blacktext:link, a.blacktext:visited{
text-decoration: none;
color: #000000;
}
a.blacktext:hover{
color: #FF9933;
}
a.blacktext:active{
color: #FF9933;
}
