/* 
================================
General HTML styles
================================
*/   

Body {
	background:#F2F2F2;
	margin:0px;
	background-position:top ;
	background-position:left;
	min-width:800px;
}

H1 
{
	margin-top:0px;
	margin-bottom:0px;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	margin-left:2.5%;
	margin-right:2.5%;
	background-color: White;
	background-image:url(Background.jpg);
	background-repeat:repeat-x;
}
.skinmaster {
	border:0;
	height:532px;
	margin-left:2.5%;
	margin-right:2.5%;
	width:95%;
/*	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; */

}
.skinheader 
{
	/*min-height:150px;*/
	margin-left:2.5%;
	margin-right:2.5%;
	background-color:#DE0000;
	text-align:left;

}

.logo
{
	margin-top:0px;
}

.header_separator
{
	width:95%;
	margin-left:2.5%;
	margin-right:2.5%;
	height:4px;
	background:white;
}

.main_dnnmenu_container {
	margin-left:2.5%;
	margin-right:2.5%;
	background:url(images/Menu_Gradient.jpg) repeat-x #F2F2F2;
	height:35px;
}


.skinfooter 
{
	margin-left:2.5%;
	margin-right:2.5%;
	height:30px;
	background:black;
	text-align:center;
	padding-top:8px;
	color:white;
}

.skinfooter a:link, .skinfooter a:visited, .skinfooter a:active, .skinfooter a:hover {
	color:white;
}

.skinfooter a:hover {
	text-decoration: underline;	
}



.skingradient {
}

#dnn_ControlPanel{
	border:0px;
}

.controlpanel {
	background-color:transparent;
	border:solid #CCCCCC 1px;
}


.toppane {
}
.leftpane 
{

}

.contentpane {
	width:100%;
	}

.rightpane {
}
.bottompane {
}

.menupane
{
}


.main_dnnmenu_bar {
	margin-left:220px;
	height:35px;
	background-color: Transparent;
}

.StandardButton {
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #f2f2f2;
	border-right: #CCCCCC 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 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_LtBlue.jpg);
}

/* 
================================
Custom Skin styles
================================
*/   



.left 
{
	vertical-align:top;
	width: 220px;
	background: #DE0000 url(images/Left_Gradient.jpg) repeat-x;

	padding-top:25px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
}

.content
{
	vertical-align:top;
	background:white;

	padding-top:30px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
}


#dnn_dnnCOPYRIGHT_lblCopyright
{
	color:white;
}

.credits
{
	padding-left:10px;
	float:left;
	color:#CCCCCC;
}

.login
{
	padding-right:5px;
	float:right;
}

#dnn_dnnLOGIN_cmdLogin
{
	background:url(images/Login_icon.jpg) right no-repeat;
	padding-right:35px;
}

.Normal, .Normal p, .Normal td, .Normal div
{
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
}

#dnn_dnnUSER_hypRegister , #dnn_dnnLOGIN_hypLogin 
{
}


/*a:visited, a:active, a:link, a:hover
{
	text-decoration: none;
}*/


#dnn_dnnBREADCRUMB_lblBreadCrumb .SkinObject
{
}





