/* CSS layout */

body{
	background-color:#CBC9C9;
	padding:10px 0px;
	margin:0px;
	font-size:.9em;
}

/* DNN Default overrides */
.Head
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1.1em;
	font-weight: 500;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	font-weight: 500;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	font-weight: 300;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	font-weight: normal;
}

.Normal blockquote{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	font-weight: normal;
}

/* CONTROL PANEL */


/* style for module titles */
.ControlPanel .Head
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.ControlPanel .SubHead
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.ControlPanel .SubSubHead
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.ControlPanel .Normal, .ControlPanel .NormalDisabled
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.ControlPanel .NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.ControlPanel .NormalBold
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.ControlPanel .NormalRed
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.ControlPanel .NormalTextBox
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
}

/* FOOTER */

.FooterTextInverse {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	color:#ED1F24;
}

a.FooterTextInverse:link {
	color:#ED1F24;
	text-decoration:underline;
}

a.FooterTextInverse:visited{
	color:#ED1F24;
	text-decoration:underline;
}

a.FooterTextInverse:hover{
	color:black;
	text-decoration:underline;
}

a.FooterTextInverse:active{
	color:black;
	text-decoration:underline;
}

.FooterText .Normal {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	color:black;
	text-align:center;
}

.FooterText .Normal p {
	margin:0px;
	padding:0px;
}

.FooterText .Normal a:link {
	color:black;
	text-decoration:underline;
}

.FooterText .Normal a:visited{
	color:black;
	text-decoration:underline;
}

.FooterText .Normal a:hover{
	color:#ED1F24;
	text-decoration:underline;
}

.FooterText .Normal a:active{
	color:#ED1F24;
	text-decoration:underline;
}

/* HEADER */

.HeaderText .Normal {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	color:black;
	text-align:right;
}

.HeaderText .Normal p {
	margin:0px;
	padding:0px;
}

.HeaderText .Normal a:link {
	color:black;
	text-decoration:underline;
}

.HeaderText .Normal a:visited{
	color:black;
	text-decoration:underline;
}

.HeaderText .Normal a:hover{
	color:#ED1F24;
	text-decoration:underline;
}

.HeaderText .Normal a:active{
	color:#ED1F24;
	text-decoration:underline;
}

/* RIGHT TOP PANE */

.RightTopPane1Mast{
	margin: 10px;
	border:1px black solid;
	padding:0px;
	background-color:#ECEBEB;
}

.RightTopPane1Head {
	background-color: black;
	color: white;
	margin:0px;
}

.RightTopPane1Head .Head, .RightTopPane1Head h2 {
 background-color:black;
 color:white;
 font-family: Arial, Verdana, Helvetica, sans-serif;	
 font-size: 1em;
 font-weight:bold;
 margin:0px;
 padding:0px;
}

.RightTopPane1 {
	padding:5px;
}
.RightTopPane1 p{
	font-family:"Times New Roman", Times, serif;
	font-size:.8em;
	margin:4px;
}

.RightTopPane1 hr{
	color:#ED1F24;
	height:2px;
}

.RightBottomPane1 {
	border:1px black solid;
	padding: 5px;
	margin: 10px;
}
/* CONTENT CONTAINERS */
.ContentPaneMast {
	margin:10px;
	padding:0px;
}
.ContentPaneH1 h1, .ContentPaneH1 .Head, .ContentPaneText .Normal h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#ED1F24;
	margin:10px 0px;
}
.ContentPaneH2 h2, .ContentPaneH2 .Head, .ContentPaneText .Normal h2 {
	font-size:1.1em;
	font-weight:bold;
	color:black;		
	margin:10px 0px;
}
.ContentPaneH3 h3, .ContentPaneH3 .Head, .ContentPaneText .Normal h3 {
	font-size:1em;	
	color:#ED1F24;
	font-weight:bold;
	margin:10px 0px;
}

.ContentPaneH4 h4, .ContentPaneH4 .Head, .ContentPaneText .Normal h4 {
	font-size:1em;	
	color:#ED1F24;
	margin:10px 0px;
}


.ContentPaneText p{
	margin:8px 0px 8px 0px;
	font-size: .8em;
}

.ContentPaneText .Normal a:link {
	color:#000099;
	text-decoration:underline;
}

.ContentPaneText .Normal a:visited{
	color:#000099;
	text-decoration:underline;
}

.ContentPaneText .Normal a:hover{
	color:#ED1F24;
	text-decoration:underline;
}

.ContentPaneText .Normal a:active{
	color:#ED1F24;
	text-decoration:underline;
}


/* DNN SEARCH CONTROL */

#dnn_dnnSEARCH_txtSearch{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size:1em;
	border: 1px black solid;
	width:145px;
	margin: 0px;
  padding: 0px;
}

#dnn_dnnSEARCH_cmdSearch{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size:1em;
  border:1px black solid;
 	color:black; 
  background-color:#E9E8E8;
  margin: 0px;
  padding: 0px 5px 0px 5px;
}

/* SKIN LAYERS */

#centercontent{
	width:970px;
	margin:0px auto;
}

#masthead {
	position: relative;
	width: 970px;
	background-color:#FFFFFF;
	border:1px black solid;
	vertical-align:middle;
	text-align:left;
	margin:0px;
}

			#headerlogo{
				width: 230px;
				position: static;
				vertical-align:middle;
				text-align:center;
				margin:5px;
			}
			
			#header {
				position:absolute;
				right:235px;
				top:5px;
				margin: 0px 0px 0px 240px;
				padding: 0px;

			}
			
			#headersearch{
				position:absolute;
				right:0px;
				top:5px;
				width:230px;
				margin: 0px;
				padding: 0px;
			}
			
			#headersecurelogin{
				font-family: Arial, Verdana, Helvetica, sans-serif;	
				font-weight:bold;
				position:absolute;
				right:0px;
				bottom:5px;
				margin:5px 10px;
				padding: 5px;
				font-size: 1.0em;
  			background-color:#E9E8E8;
  			border:1px black solid;
  			}
			#headersecurelogin a:link {
				color:black;
				text-decoration:none;
			}
			
			#headersecurelogin a:visited{
				color:black;
				text-decoration:none;
			}
			
			#headersecurelogin a:hover{
				color:#ED1F24;
				text-decoration:none;
			}
			
			#headersecurelogin a:active{
				color:#ED1F24;
				text-decoration:none;
			}
			

#header_bar {
	background-color:#ED1F24;
	height:6px;
	border-top:0px;
	border-right:1px black solid;
	border-bottom:0px;
	border-left:1px black solid;
	width:970px;
	margin:0px;
}

#containerd {
	width: 970px;
	margin:0px;
	background-color:#FFFFFF;
	border:1px black solid;
}
#container {
	width:100%;
	vertical-align:top;
}

			#left_col {
				width: 225px;
				background-color:#ECEBEB;
				border-top:0px;
				border-right:1px black solid;
				border-bottom:0px;
				border-left:0px;
				vertical-align:top;
			}
			
				#NAVFOOT{
					width:100%;
					background-color:black;
				}
			
			#right_col {
				vertical-align:top;
			}
			
				#dnn_RightTopPane {
					width:240px;
				}
				
				#dnn_RightBottomPane {
					width:240px;
				}

			#center_col{
				vertical-align:top;
			}
			


#footer_bar{
	background-color:#ED1F24;
	height:6px;
	border-top:0px;
	border-right:1px black solid;
	border-bottom:0px;
	border-left:1px black solid;
	width:970px;
	margin:0px;
}


#footer {
	vertical-align:middle;
	text-align:center;
	background-color:#ECECED;
	border-top:1px black solid;
	border-right:1px black solid;
	border-bottom:1px black solid;
	border-left:1px black solid;
	width:970px;
	margin:0px;
}

	#copyright{
		text-align:center;
		background-color:#ECECED;
		border:0px;
		width:100%;
	}
	
	
/* MENU */
	
.main_dnnmenu_container {
	background-color:black; 
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold; 
	font-style: normal; 
	font-family:  Arial, Verdana, Helvetica;	
  white-space:normal;  /*Word wrapping menu item now optional*/
  padding: 1px 1px 1px 1px;	
  background-color:black;
  color:white;
  border-top:0px;
	border-bottom:1px red dotted;
 
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-style: normal; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
  white-space:normal;  /*Word wrapping menu item now optional*/	    
  padding: 6px 10px 6px 10px;   /*explicitly set padding for root menu items*/
  background-color:black;
  color:white;
  border-top:0px;
	border-bottom:1px red dotted;

}

.main_dnnmenu_itemhover {  
	background-color:white;
	color:black;
}

.main_dnnmenu_itemhover td {  
	background-color:white;
	color:black;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color:black;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 7px 5px 7px 5px;   /*explicitly set padding for sub-menus */
	font-size:10px;
	font-weight:bold;
	white-space:nowrap;
}

.main_dnnmenu_submenu TD {
	padding: 7px 5px 7px 5px;
	font-size:10px;
	font-weight:bold;
	border-bottom:1px red dotted;
	white-space:nowrap;
}

.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;
}


