/* some styles with variables for paths such as image urls have
been entered directly in the file: 
AdminSystem\UserControls\cs_header_stylesheets.ascx 
so they can parse correctly -Robert 102407*/
@import 'menus.css';
html {
height:100%;
}

body {
	margin: 0;
	padding: 0;
	/*background: #ffffff;*/
	font-size: 12px;
	color: #000000;
	height: 100%;
	background-color: #E8EBE9;
}

img {
	border: 0;
}

sup { line-height: 0.5em; font-size: 0.9em; text-decoration: none;}


/* new nifty box */
.rtop,.rbottom{z-index:-1; display:block;filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden;}
.r1{margin: 0 5px;}
.r2{margin: 0 3px;}
.r3{margin: 0 2px;}
.r4{margin: 0 1px;height: 2px;}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

#rcontent { 
	font-size:12px;
	background: rgba(255, 255, 255, 0.75);
	padding: 0 12px 0 12px;
}

/* new white based round box styles */

.roundedcornr_box_1 { background: url(../images/roundedcornr_1_tl.png) no-repeat top left; _height: 12px;}
.roundedcornr_top_1 { background: url(../images/roundedcornr_1_tr.gif) no-repeat top right; _height: 0;}
.roundedcornr_bottom_1 { background: url(../images/roundedcornr_1_bl.png) no-repeat bottom left; _height: 0;}
.roundedcornr_bottom_1 div { background: url(../images/roundedcornr_1_br.png) no-repeat bottom right; _height: 0;}
.roundedcornr_content_1 { background: url(../images/roundedcornr_1_r.png) top right repeat-y; _height: 0;}
.roundedcornr_top_1 div,.roundedcornr_top_1,
.roundedcornr_bottom_1 div, .roundedcornr_bottom_1 {
	width: 100%;
	height: 12px;
	font-size: 1px; _height: 12px;
	
}
.roundedcornr_content_1, .roundedcornr_bottom_1 { margin-top: -1px;  _height: 0;}
.roundedcornr_content_1 { padding: 0 12px 4px 12px;  _height: 0;}

p.rounbox_container { line-height:0; margin:0; padding:0;}

.noboxtop {
	font-size: 12px;
	color: black;
	padding: 20px 0 12px 0;
}

.noboxtext {
	font-size: 12px;
	color: black;
	padding: 0px 5px 0 5px;
}

.red_subhead {
	font-family: helvetica,tahoma,'trebuchet ms',verdana,arial,'ms sans serif','lucida grande',lucida,geneva,sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*color: #21409a;*/
	color: #8B0B04;
}

.blue_subhead {
	font-family: helvetica,tahoma,'trebuchet ms',verdana,arial,'ms sans serif','lucida grande',lucida,geneva,sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000066;
}

.blue_subhead2
{
/*font-family: verdana,arial,ms sans serif;*/
font-size: 13px;
font-weight: bold;
font-style: normal;
color: #00345e;
}
/* END new white based round box styles */

.admin_inputlight {
	background-color: #ccccdc;
	color: black;
	height: 13px;
	padding-left: 4px;
	font-weight: bold;
	font-family: verdana, arial, ms sans serif;
	font-size: 10px;
}


.entryimg {
padding-right: 10px;
}

.homeimg {
padding-right: 5px;
}


body, th, td, input, textarea, select, option {
	font-family: helvetica,tahoma,'trebuchet ms',verdana,arial,'ms sans serif','lucida grande',lucida,geneva,sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #00345e;
	/*color: #d2232a;*/
}

h1 {
	letter-spacing: 2px;
	font-size: 20pt;
}

h2 {
vertical-align: text-bottom;
	/*letter-spacing: -1px;*/
	font-size: 14pt;
}
h2 a {
	color: #CBA61A;
}

h2 a:hover {
	text-decoration: none;
	color: #d2232a;
}

h3 {
	font-size: 10pt;
}


blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #00345e;
}

a:hover {
	text-decoration: none;
	color: #d2232a;
}

a.hide {
	color:#e7e7e8;
}

a.hide:hover {
	color:#e7e7e8;
}

a.homecats {
	font-size: 12px;
	color: #00345e;
}

a.homecats:hover {
	text-decoration: none;
	color: #d2232a;
}

ul.templates {
list-style-type: none;
list-style-image: none;
margin:0;
padding:0 0 0 16px;
}

li.templates {
/*list-style-image: url(../images/bullet.gif);
list-style-type: circle;*/
padding: 2px 0 2px 0;
}

ul.homecontent {

list-style-image: none;
list-style-type: none;
margin:0 0 0px 16px;
padding: 0 0 0 0px;
}

li.homecontent {
margin:0;
padding: 4px 0 0 0px;
}


/* Header */

#header {
	width: 100%;
	height: 98px;
	margin: 0 auto;
}

#banner {
	width: 760px;
	height: 98px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	color: #EB42A3;
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #EB42A3;
}

/* Page */
#alldiv {
	float:left;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	/*height: inherit;*/
	background: url(../images/bground_vcheck.png) no-repeat top center;
}	

#loginpage {
	background: #ffffff;
	height:inherit;
	min-height:inherit;
	width: 760px;
	margin: 0 auto;
}

#page_container {	/*background: url(../images/page_bground.gif) repeat-y center center;*/
	float:left;
	
	/* new min-height hack that works in IE6 */  /*CONDITIONAL FORMATTING IS IN cs_header_stylesheets.ascx!!!!!*/
	min-height:533px;
	height:auto !important;
	height:533px;

	width:100%;
}
#page {
	min-height:100%;
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	
	float: right;
	width: 615px;
}

#solo_content {
	float: left;
	width: 760px;
}


#content h1 {
	color:#000000;
	padding: 18px 0 6px 0;
}

.post {
	padding: 0 0 10px 0;
}

.post ul {
	line-height: 120%;
}

.homepost {
	color:#000000;
	font-size: 90%;
	padding: 0 0 10px 0;
	/*border-bottom: 0px solid #666666;*/
}

#logoff_top {
	/*position:relative;
	background:transparent;
	text-align:right;*/
	float:right;
	padding:0;
	margin:0;
}

.tipspost {
	padding: 0 0 0 0;
}


.post p {
	line-height: 120%;
}

.title {
	margin: 0;
	/*padding: 0 0 10px 0;*/
	/*border-bottom: 1px solid #ff0000;*/
}

.mainentry {
	font-size: 14px;
	padding: 10px 0 10px 0;
	line-height: 100%;
}

.entry {
	font-size: 13px;
	padding: 10px 0 10px 0;
	line-height: 100%;
}

.smallentry {
	color: #000000;
	font-size: 12px;
	text-align:justify;
	padding: 8px 0 0px 0px;
	line-height: 125%;
}

.byline {
	margin: 0;
	color: #000000;
}

.updated {
	font-size: 9px;
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	/*background: url(images/img03.gif) no-repeat left center;*/
}

.meta .comments {
	padding-left: 20px;
	/*background: url(images/img04.gif) no-repeat left center;*/
}

/* Sidebar */

.smallwrap {
/*line-height:-2px;*/
}

#sidebar {
	height:inherit;
	padding-top: 0px;
	float: left;
	width: 132px;
	/*background:#e7e7e8;*/
	font-family: helvetica,tahoma,'trebuchet ms',verdana,arial,'ms sans serif','lucida grande',lucida,geneva,sans-serif;
	font-size: 9px;
	/*letter-spacing: -0.5px*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nobreak {
white-space:nowrap;
}

.whiteline {
	min-height:12px;
	height:12px;
	border-top: 2px solid #ffffff;
	width:122px;
}

#sidebar li {
}

#sidebar li ul {
	line-height: 120%;
	padding: 4px 0 0 0;
}

#sidebar li li {
	padding: 0 8px 12px 8px;
}

#sidebar li li:first-line {
	padding: 0 8px 0 0;
}

#sidebar h2.tl {
	font-size: 10px;
	color:#000000;
	margin: 0;
	padding: 0 0 12px 8px;
	/*border-top: 2px solid #ffffff;*/
}

#sidebar a {
	text-decoration: none;
	color:#d2232a;
}

#sidebar a:hover {
	color:#00345e;
}


/* Footer */

#footer {
	clear: both;
	padding: 8px 0 0 142px;
	min-height: 38px;
	text-align: center;
	font-size: smaller;
}
