/* CSS Document */

/*
    AUTHOR: jmvs
            javifix.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul { list-style: none inside; }
p { }
a { outline: none; }
a img { border: none; }

/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/*.transpBlack { background: url(transpBlack.png); }/*
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

#container {
	width: 1000px;
	background: white;
	margin: 0; /*auto;*/ /* the auto margins (in conjunction with a width) center the page */
	border-bottom: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 0;
}

#leftbar {
	position: absolute;
	left: 0;
	width: 130px;
	/*float: left;*/
	background-color:#357FA4;
	font-size: 12px;
	z-index: 10;
}
#leftbar .title{
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/ss_grad.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #ECF2E4;
}
#main {
	width: 635px;
	float: left;
	border-left: 130px solid #357FA4;
	background-color: white;
	min-height: 750px;
	height: auto !important;	/* fix for some browsers for min-height */
	height: 750px;
	padding-left: 15px;
	padding-right: 15px;
	/*position: absolute;*/
	/*left: 0;*/
	z-index: 0;
}
#main ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 15px;
}

#main h1, h2, h3, h4, h5, h6  {
	font-family : "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

#main h1 {
	color : #ECF2E4;
	background-color : #357FA4;
	font-size : 18px;
	padding-left : 20px;
	margin-right : 60%;
	}

#main h2  {
	color : #ECF2E4;
	background-color : #D2606D;
	font-size : 16px;
	margin-right : 65%;
	padding-left : 20px;
}

#main h4  {
	color : rgb(102,51,153);
}

#main h5  {
	color : rgb(255,102,153);
}

#main h6  {
	
}
#main .title{
	font-size: 19px;
	background-image: url(images/ss_grad.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #ECF2E4;
}
#main p {
	margin-bottom: 15px;
}
#main ol{ padding-left: 20px; margin-bottom: 15px;}

#rightbar {
	width: 200px;
	float: left;
	background-color: white;
	height: 100px;
	padding-left: 5px;
}

#sponsorbar {
	width: 200px;
	float: left;
	background-color: white;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#sponsorbar img{
	padding-bottom: 15px;
}
/* Header */
#header {
	color: white;
	font-weight: bold;
	font-size: 13px;
	
}


#header a{
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
#header a:hover{
	text-decoration: none;
	background-color: #ecf2e4;
	color: #357FA4;
}
/* Footer */
#footer {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	color : White;
	font-weight: bold;
	font-size: 11px;
	width: 1000px;

}
#footer a {
	font-weight : bolder;
	color : #ecf2e4;
	text-decoration : none;
	}

#footer a:hover {
	color : #357FA4;
	background-color : #ecf2e4;
}

/* END STRUCTURE */

/* loner classes */
.quickupdate{
	color : Black;
	background-color : #FFDB09;
	font-size : 18px;
	padding-left : 20px;
	padding-right: 20px;
	font-weight: bold;
	margin-top: 10px;
}

col.dataoutput{
	padding-left : 20px;
	float: none;
}
td.dataoutputblue {
	padding-left : 10px;
	background-color: #CFE4EF;
	padding-right: 5px;
}
td.dataoutputred {
	padding-left : 10px;
	background-color: #EFCFD4;
	padding-right: 5px;
}
td.dataoutputgrey {
	padding-left : 10px;
	background-color: #DCDCDC;
	padding-right: 5px;
	text-decoration: line-through;
	}
table.dataoutput   {
	background-color: #F5F5F5;
	border-left-style : solid;
	border-left-width : 3px;
	border-left-color : #357FA4;
	font-family : Arial;
	font-size : 12px;
	padding-left : 20px;
	border-top-color : #357FA4;
	border-top-style : solid;
	border-top-width : 3px;
	/*border-right-color: #E6C400;*/
	border-right-color: #D2606D;
	border-right-width: 3px;
	border-right-style: solid;
	border-bottom-color:#D2606D;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
td.heading{
	color : Black;
	font-size : 12px;
	font-weight : bold;
	padding-left : 10px;
	padding-right: 5px;
}
.update{
	color : #ECF2E4;
	background-color : #D2606D;
	font-size : 15px;
	margin-right : 65%;
	padding-left : 20px;
	font-weight: bold;
}
table.inner_dataoutput   {
	background-color: #F5F5F5;
	border-left-style : solid;
	border-left-width : 1px;
	border-left-color : Black;
	font-family : Arial;
	font-size : 12px;
	padding-left : 20px;
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : 1px;
	border-right-color: Black;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color:Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
td.inner_dataoutputgrey {
	padding-left : 10px;
	background-color: #DCDCDC;
	padding-right: 5px;
}


#general table{
	
}
#general td{
	padding-left: 20px;
}
.indent{
	padding-left: 20px;
}