/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
	margin: 0;
}

.skinmaster {
	height: 100%;
}

.skinheader 
{
    padding-right: 10px;
}

.skingradient {
	background-image: url(../../Skins/PGGRC/images/swipe_green.jpg);
	background-repeat: repeat-x;
}

.controlpanel {
	width: 100%;
	background-color: #dce9c9;
}

.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: 10px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 40px;
	padding-right: 4px;
	padding-top: 6px;
}

.breadcrumb {
	padding-left: 40px;
} 

.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;
	height:200px; 
}
.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: #002e38; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, 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: #002e38; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 2px 12px 2px 10px;  /*explicitly set padding for root menu items*/
    text-align:left;
}

.main_dnnmenu_rootitem img {
    vertical-align: middle;
}


.main_dnnmenu_itemhover {  
	color: #85b445;
}

.main_dnnmenu_itemhover td {  
	color: #85b445; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center;
}

.main_dnnmenu_submenu {
	background-color: #dce9c9;
	color: #002e38;
	filter: alpha(opacity=50);
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #dce9c9 1px solid; 
	border-bottom: #dce9c9 1px solid; 
	border-top: #dce9c9 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, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #dce9c9;
	border-right: #dce9c9 1px solid; 
	border-top: #dce9c9 1px solid; 
	border-left: #dce9c9 1px solid; 
	border-bottom: #dce9c9 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(green_swipe.jpg);
}

.Head {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002e38;
	text-decoration: none;
	background-color: #dce9c9;
	background-image: url(../../Skins/PGGRC/images/MenuItems/menu_rightcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 10px;

}

.footer {
	border-bottom: 3px solid #002e38;
	border-top: 3px solid #002e38;
}


/*
Styles from original PGGRC site. 
*/
.newsRHSsummation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.newsRHSsummation_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
/*	padding: 4px 10px 4px 37px;*/
}

.newsRHSsummation a, newsRHSsummation:visited, newsRHSsummation:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #85b445;
	text-decoration: none;
}











































