/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.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: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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; 
}
.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: #000000; 
	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: #000000; 
	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: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	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: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 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: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}




/*begin styles*/


body
{
	margin: 0px auto;
	width: 100%;
	background-color: #EBEBEB;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #737475;
	
	background-image: url('images/leftnavBG.gif');
	background-repeat: repeat-y;
	background-position: left;
	
	
}

.body2
{
	background-color: transparent;
	width: 100%;
	height: 256px;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-position: top;

}

p
{
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul li
{
	list-style-type: disc;
}

.headerRightMenu a, .headerRightMenu a:visited, .headerRightMenu a:hover
{
	color: #737475 !important;
	text-decoration: none !important;
	
}

.contentRightCont a:hover, .contentRightCont a:visited, .contentRightCont a, .contentRightCont a font
{
	color: #6F88A5 !important;
	text-decoration: underline !important;
}

.Normal, .NormalDisabled {
font-family:Verdana, Arial;
font-size:11px;
font-weight:normal;
}

.editBoxCont
{
	/*float: left;*/
	height: auto;
}

.calendarIFrame
{
	
}

.centerBodyCont
{
	/*margin: auto;
	width: 1004px;*/
	
	
}

.bodyCont
{
	/*width: 1002px;*/
	
	float: left;


}

.headerCont
{
	/*width: 1002px;*/
	width: 100%;
	height: 200px;

	float: right;

}

.headerImageCont
{
	width: 700px;
	height: 200px;
	background-color: Gray;
	float: left;
	border-right: 3px solid #ffffff;
	position:absolute;
}

.headerRightCont
{
	width: 299px;
	height: 200px;
position: relative;
	float: right;
	
}

.headerRightNews
{
	width: 299px;
	height: 117px;
	
	float: left;
	margin-top: 9px;
}

.headerRightTopPane
{
	/*height: 74px;
	float: left;
	width: 100%;
	overflow: hidden;*/

	display: inline-block;
	z-index: 5000;
	height: 100%;
	position:absolute;
}

/*add this to hide overflow-y of paragraphs that get added to editor*/
.headerRightTopPane .normal
{
	height: 64px;
	overflow: hidden;
}

.headerRightMenu
{
	float: right;
	height: 20px;
	width: 230px;
	font-size: 12px;
	text-align: center;
	color: #737475;
	
	position:absolute;
	top: 174px;
	left: 20px;
}

html>/**/body .headerRightNews
{
	margin-top: 13px;
}

.headerLogo
{
	width: 217px;
	height: 15px;
	float: left;
	
	margin-top: 18px;
	position:relative;
	left: 67px;
}

.headerSearch
{
	width: 216px;
	height: 24px;
	float: left;
	
	margin-top: 12px;
	position:relative;
	left: 67px;
}

.headerSearch input
{
	height: 22px;
	width: 187px;
	border-top: 2px solid #E6E7E9;
	border-bottom: 2px solid #E6E7E9;
	border-left: 1px solid #CCCFD2;
	border-right: 1px solid #CCCFD2;
	float: left;
	margin: 0px;
	position:relative;
	top: 0px;
	font-style: italic;
	text-indent: 5px;
	font-size: 11px;
	color: #666666;
	
}

.headerSearchBtn
{
	background-image: url('images/searchBtn.png');
	background-repeat: no-repeat;
	width:21px;
	height: 22px;
	position:absolute;
	left: 193px;
	
}

.menuCont
{
	width: 1004px;
	height: 56px;
	background-color: #666666;
	float: left;
	min-width:1004px;
	
	
	
	
	
}

.menuBtnCont
{
	border-top: 3px solid #98B4D7;
	border-bottom: 1px solid #98B4D7;
	
	width: 100%;
	height: 34px;
	background-color: White;
	margin-top: 14px;
}

html>/**/body .menuBtnCont
{
	height: 30px;
}

.main_dnnmenu_bar
{
	min-width:1016px;
	float: left;
	width:100%;
	position: absolute;
}

.main_dnnmenu_rootitem
{
	width: 143px;
	float: left;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 8px 0px 7px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: normal;
	
	
	
}

.main_dnnmenu_itemhover, .main_dnnmenu_rootitem_selected
{
	background-color: #B5B9BA;
	color: White;
	font-weight: bold;
	background-image: none !important;
}

.main_dnnmenu_itemhover span img
{
	
}

.contentCont
{
	/*width: 1002px;*/
	width: 100%;

	min-width:1004px;
	position:relative;
	height: auto;
	
	float: left;
	background-color: transparent;

}

.contentFooterCont
{
	width: 100%;
	float: left;
	color: Red !important;
	padding-top: 50px;
}

.tableCont
{
	width: 100%;
	height: 100%;
	background-color: Lime;
	float: left;
}

.contentleftMenuTable
{
	width: 194px;
	/*width: 19%;*/
	background-color: #ebebeb;
	height: 100%;
	border-right: 3px solid red;
	position:static;

	
}

.contentRightContTable
{
	width: 80%;
	min-width:800px;
	position: absolute;
	left: 196px;
	background-color: #ebebeb;
	height: auto;
	font-size: 11px;

	margin-left: 3px;
}

.contentFooterRight a, .contentFooterRight a:visited
{
	text-decoration: none !important;
	color: #737475 !important;
}

.contentFooterRight a:hover
{

	color: #737475 !important;
	text-decoration: underline;
}

.contentFooterRight
{
	float: right;
	padding: 10px 10px 10px 0px;
}

.contentFooterLeft
{
	float: left;
	padding: 10px 0px 10px 10px;
	
}

.contentFooterLeft .SkinObject, .contentFooterRight
{
	color: #737475;
	font-weight: normal;
}

.contentleftMenu
{
	float: left;
	width: 194px;
	/*width: 19%;*/
	background-color: transparent;
	height: auto;
	border-right: 1px solid white;
	position:static;
}

.contentRightCont
{
	width: 80%;
	min-width:800px;
	float: left;
	/*position: absolute;*/
	left: 196px;
	background-color: transparent;
	height: auto;
	font-size: 11px;	
	padding-left: 15px;
	padding-top: 10px;
}

.contentCenterCont
{
	width: 49%;
	min-width:500px;
	float: left;
	/*position: absolute;*/
	/*left: 196px;*/
	background-color: Transparent;
	height: auto;
	font-size: 11px;	
}

.contentCenterRightCont
{
	width: 30%;
	min-width: 300px;
	float: LEFT;
	/*position: absolute;*/
	/*left: 196px;*/
	background-color: Transparent;
	height: auto;
	font-size: 11px;
	border-left: 2px solid white;	
	position:static;
	
	
}



.main_dnnmenu_submenu
{
	position:relative;
	left: -9000px !important;
}


.fourColHeader {
	text-align: center;
	width: 25%;
	padding-bottom: 10px;
	

}

.fourColTextCont{
	border-right: 1px solid black;
	height: 100%;
	margin-bottom: 60px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 11px;
	vertical-align: top;
	
}


.fourColTableCont
{
	margin-top: 15px;
}

.fourColDivCont{
	/*width: 100%;
	float: left;
	min-width: 1015px;*/
	width: 100%;
}

.Announce1
{
	font-size: 18px;
}


