/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #82BD62;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #BFBFBF 0px solid; 
	border-top: #BFBFBF 0px solid; 
	border-left: #BFBFBF 0px solid; 
	border-bottom: #BFBFBF 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}

.pagemasterHeader 
{
	background-color: #D3F1C3;
	border-bottom-width: 0px;
	border-bottom-color:#BFBFBF;
	border-bottom-style:solid;
}

.skinheader 
{
	background-color:#C2D1EC;
	height:88px;
}
.skingradient 
{
	border:0px;
	background-color:#7F7F7F;
	background-image:url("TopGradiant.jpg");
	height:34px;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-bottom: #BFBFBF 0px solid;
}
.leftpane {
	width: 166px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-right: #BFBFBF 0px solid; 
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-left: #BFBFBF 0px solid; 
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.main_dnnmenu_container {
	background-color: #7F7F7F; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:12px;
	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: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        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: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #7F7F7F;  
	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: #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(e-pic_moduleheader.gif);
}*/
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #000000;
   height: 10px;
}

body
{ 
	border:0; 
	margin:0px 15px 15px 15px; 
	padding:0; 
	height:100%;
	background-color: #82BD62;
}

.CurrentDateSkinObject 
{ 
	font-size:10px;
	font-family:Verdana;
	color:#808080;
}

.greenTitle
{
	font-weight		: bold; 
	vertical-align	: top; 
	height			: 35px; 
	font-family		: Calibri, Verdana, Tahoma, Arial, Helvetica; 
	font-size		: 18pt; 
	color			: #78B832; 
	padding-right	: 0px; 
	padding-left	: 0px; 
	padding-bottom	: 0px; 
	padding-top		: 0px
}
.orangeTitle
{
	font-weight		: bold; 
	font-family		: Calibri, Verdana, Tahoma, Arial, Helvetica; 
	font-size		: 11pt; 
	color			: #C75A22; 
	height			: 20px
}
.Normal
{
	font-family		: Calibri, Verdana, Tahoma, Arial, Helvetica; 
	font-size		: 12px; 
	color			: #262626; 
}
div, table, tr, td {
	font-family		: Calibri, Verdana, Tahoma, Arial, Helvetica; 
	font-size		: 12px; 
	color			: #262626; 
}
.SiteWidth {
    width: 780px;
    text-align: center;
}

.pageTopLeft
{
	height:12px;
	width:21px;
	background-image:url("page_left_top_border.jpg");
}

.pageTop
{
	height:12px;
	background-image:url("page_top_border.jpg");
}

.pageTopRight
{
	height:12px;
	width:21px;
	background-image:url("page_right_top_border.jpg");
}

.pageLeft
{
	width:16px;
	background-image:url("page_left_border.jpg");
}

.pageRight
{
	width:14px;
	background-image:url("page_right_border.jpg");
}

.skingradientRight
{
	width:25px;
	background-image:url("page_top_right_title.jpg");
}

.skingradientLeft
{
	width:27px;
	background-image:url("page_top_left_title.jpg");
}


.bottomskingradient 
{
	border:0px;
	background-color:#7F7F7F;
	background-image:url("BottomGradiant.jpg");
	height:29px;
}

.bottomskingradientRight
{
	width:25px;
	background-image:url("page_right_bottom_border.jpg");
}

.bottomskingradientLeft
{
	width:27px;
	background-image:url("page_left_bottom_border.jpg");
}

.pageBottomLeft
{
	height:16px;
	width:27px;
	background-image:url("page_left_bottom.jpg");
}

.pageBottom
{
	height:16px;
	background-image:url("page_bottom_border.jpg");
}

.pageBottomRight
{
	height:16px;
	width:25px;
	background-image:url("page_right_bottom.jpg");
}