/* CSS Document */

/*
    AUTHOR: jmvs
            javifix.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	/*font: 62.5% Arial, Helvetica, sans-serif;*/
	
	background-color:#ECEFF1;
}
ul { list-style: none inside; }
p {font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
}

a { outline: none; }
a img { border: none; }
pre {	font-size: 12px; }
/* END RESET */

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

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

#container {
	width: 950px;
	background: #FEFEFE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 1px solid #000000;
	border-bottom: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

/* status bar */

/* news bar */
#rightbar {
	width: 188px;
	float: left;
	background-color: #D4F0E3;
	margin-left: 5px;
	margin-top: 5px;
}
#rightbar p{
	padding-left: 7px;	
	padding-right: 5px;
	font-size: 12px;
}
#rightbar p.title{
	color: #588370;
	font-weight: bold;
}
#rightbar a{
	color: #75A290;
}
#rightbar a:hover{
	color: #7084A0;
}

#roster_status {
	width: 188px;
	float: left;
	background-color: #DFE4E9;
	margin-left: 5px;
	margin-top: 5px;
}
#roster_status p{
	padding-left: 7px;	
	padding-right: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}
#rotster_status p.title{
	color: #588370;
	font-weight: bold;
}

.greygrad {
	background-image: url(images/topmenugrad.png);
	background-repeat: repeat-x;
	height: 72px;
}

.welcome_bar {
	float: right;
	color: #6C87A4;
	padding-right: 10px;

}
#main {
	float: left;
	width: 720px;
	background-color:#F4FBFB;
	border-left: 3px solid #7F708F;
	font-size: larger;
	/*min-height: 600px;*/
	/*height: auto !important;*/	/* fix for some browsers for min-height */
	/*height: 600px;*/
	padding-left: 14px;
	padding-top: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#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;
	
}
#main h1 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/hd1.png);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	padding-left: 6px;
	padding-right: 6px;

}

#main h2  {
	color: #6C87A4;
	font-size: 18px;
	font-weight: bold;
}

#main h3 {
	padding-left: 10px;
	background-color: #98BAAC;
	color: White;
}

#main p {
	margin-bottom: 15px;
}
#main a {
	font-family: "Times New Roman", Times, serif;
	color:#669999;
}
#main a:hover {
	color:#666699;
}
#main .news_block{
	background-color: #D4F0E3;
	padding: 10px;
}

/* Footer */
#footer {
	border-top-width: 3px;
	border-top-color: #7F708F;
	border-top-style: solid;
	background-color:#FFFFFF;
	color : #679BFF;
	font-size : 11px;
	padding-left: 15px;
}
#footer a {
	color : #0033CC;
	font-size : 12px;
	text-decoration : underline;
	}

#footer a:hover {
	color : #708090;
}

#footer td {
	font-size: 12px;
}

#default_table {

}
#default_table caption {
	font-weight:bold;
	text-align:left;
	/* same as h2 */
	font-size:18px;
	color: #6C87A4;
}
#default_table td {
	padding-left: 10px;
	padding-right: 10px;
}
#default_table td.blue{
	color:blue;
	font-weight:bold;
}
#default_table td.label{
	font-weight:bold;
}
#default_table tr.blue_header{
	color:white;
	font-size: 16px;
	font-weight: bold;
	background-color: #6F90B0;
}


#admin_table{	
	font-size: 14px;
}
#admin_table thead{
	color:white;
	font-weight: bold;
	background-color: #6F90B0;	
}
#admin_table td {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

.green {
	color:green;
}
.red {
	color:red;
}
/* END STRUCTURE */
