﻿/* page layout styles */
Body
{
    background-color: #666;
    text-align: center;
    font-size:13px;
	height:100%;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #484848;
}
.Head
{

	font-family: Arial,Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.SubHead
{
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
}
.CommandButton

{
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: normal;
}
.alertsuccess 
{
	color: #538055;
	font-weight:bold;
}
/* CSS layout */
#OuterContainer {
	width:1000px;
	margin: 0 auto; /*** Centers the design ***/
	margin-top:10px;
	border:1px solid gray;
	text-align:left;
	background-color: #fff;
	display:table;
}
#masthead {
	width: 100%;
	z-index:500;
}

#top {
	border:10px;
	width:1000px;
	height:70px;
	background-color:#fff;
}

#headermenu {
	/*margin-left:118px;*/
	height:25px;
	background: #444 url("img/MenuBackground.gif") repeat-x top left;
	z-index:500;
	width:1000px;
}

#container {
	position: relative;
	width: 1000px;
	background-color:#fff;
	vertical-align:top;
	min-height:500px;
	height:auto !Important;
	height:500px; 
	margin:auto; 
	display:block;

}
.headeroptions
{
	float:right;
	color:#003366;
	margin-top:10px;
}
.headeroptions A {color:#003366;}
.headeroptions A:visited {color:#666666}
/*
.headertext
{
	float:right;
}
*/
#left_col {
	width: 214px;
	float:left;
	left: 0px;
	top: 0px;
	min-height:500px;
	height:100%;
	padding-top:5px;
	padding-left:2px;
	padding-right:3px;
	border-right:solid 1px #ddd;
	margin-right:-1px;
}

.page_content {
	/*margin-left:144px;*/
	float:right;
	width:780px;
	min-height:500px;
	height:100%;
	text-align:left;
	border-left:solid 1px #ddd;
	text-align:left;
}
.page_content_full {
	/*margin-left:144px;*/
	float:left;
	width:999px;
	min-height:500px;
	height:100%;
	text-align:left;
	/*border-left:solid 1px #ddd;*/
	text-align:left;
}


#breadcrumb {
	border-bottom:1px solid #ddd;
	padding:7px;
	/*border:solid 1px red;*/
}
#breadcrumb A:link, #breadcrumb A:active {
    text-decoration:    none;
    color:  #666; 
	    font-weight:bold;
}

#breadcrumb A:visited   {
    text-decoration:    none;
    color:  #999;
    font-weight:bold;
}

#breadcrumb A:hover {
    text-decoration:    underline;
    color:  #000;
    font-weight:bold;
}

#ModuleContent {
	margin:10px;
}
#spacer {
	height:0px;
}
/*.MainContent {margin-left:118px;position:relative;}*/

#footer, .dnnFooter, #footer a {
	background: #444 url("img/MenuBackground.gif") repeat-x top left;
	text-align:center;
	color:#dddddd;
	height:20px;
	clear:both;
	width:1000px;
	padding-top:7px;
	font-size:xx-small;
}
#dnn_ctr_ContentPane 
{
	text-align:left;
}

.csharpcode-wrapper, .csharpcode-wrapper pre {
  background-color: #f4f4f4;
  border: solid 1px gray;
  cursor: text;
  font-family: consolas, 'Courier New', courier, monospace;
  font-size: 8pt;
  line-height: 12pt;
  margin: 20px 0px 10px 0px;
  max-height: 600px;
  overflow: auto;
  padding: 4px 4px 4px 4px;
  width: 97.5%;
}
.csharpcode-wrapper pre {
  border-style: none;
  margin: 0px 0px 0px 0px;
  overflow: visible;
  padding: 0px 0px 0px 0px;
}
.csharpcode, .csharpcode pre, .csharpcode .alt {
  background-color: #f4f4f4;
  border-style: none;
  color: black;
  font-family: consolas, 'Courier New', courier, monospace;
  font-size: 8pt;
  line-height: 12pt;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.csharpcode pre {
  margin: 0em;
}
.csharpcode .alt {
  background-color: white;
}
.csharpcode .asp {
  background-color: #ffff00;
}
.csharpcode .attr {
  color: #ff0000;
}
.csharpcode .cls {
  color: #cc6633;
}
.csharpcode .html {
  color: #800000;
}
.csharpcode .kwrd {
  color: #0000ff;
}
.csharpcode .lnum {
  color: #606060;
}
.csharpcode .op {
  color: #0000c0;
}
.csharpcode .preproc {
  color: #cc6633;
}
.csharpcode .rem {
  color: #008000;
}
.csharpcode .str {
  color: #006080;
}

