

/* --------------------------------------------------
CSS HEADER CSS Document For SIS 	Paul Flahr paul@ark.net
-------------------------------------------------- */
* { margin: 0; padding: 0; }

#container {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	width: 100%;
}


.mainheader {
	position: fixed;
	height: 100px;
	top: 0px;
	background-image: url(/sis/images/headerblk.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	/*background-color: #000;*/
	width: 100%;
	left: 0px;
	right: 0px;
	z-index: 10;
}
.anchorText {
	background-image: url(/sis/images/anchorText.png);
	position: absolute;
	left: 100px;
	top: 5px;
	height: 90px;
	width: 500px;
}
.sis {
	background-image: url(/sis/images/sis.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	height: 90px;
	width: 450px;
	left: 550px;
	float: left;
}

.menu_container {
	background-color: #F2EEDB;
	position: fixed;
	height: 34px;
	width: 100%;
	left: 0px;
	top: 100px;
	z-index: 10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.userinfo {
	
	position: absolute;
	top: 250px;
	height: 90px;
	width: 200px;
	right: 10px;
	float: right;
}
.messagecontainer {
	position: fixed;
	height: 28px;
	top: 132px;
	background-color: #F7F5EA;
	width: 100%;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 7px;
	padding-right: 20px;
	left: -20px;
	right: -20px;
}

.mainbody {
	position: absolute;
	top: 134px;
	padding-top: 45px;
	background-color: #FFF;
	width: 100%;
	left: 0px;
	right: 0px;
	z-index: 0;
	bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 35px;
}

/* FOOTER ELEMENTS */

.footer {
	position: fixed;
	padding-top: 0px;
	background-color: #F2EEDB;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	z-index: 10;
		}
		
.footer p {
			color:#89817f;
			padding: 5px;
		}
		
.footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
.footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
TD, TH
{
    font-family: arial, san-serif;
    font-size: 75%;
}		
TD.LabelColumn
{
	text-align: right;
	font-weight: bold;
	background: #F2EEDB;
	border: solid 1px black;
	padding: 8px;
	vertical-align: top;
}		
TD.TextColumn
{
	border-top: solid 1px #eaeaea;
	padding: 8px;
	vertical-align: top;
}
TH.LabelColumn
{
	text-align: right;
	font-weight: bold;
	background: #F2EEDB;
	border: solid 1px black;
	padding: 8px;
	vertical-align: top;
}		
TH.TextColumn
{
	border-top: solid 1px #eaeaea;
	padding: 8px;
	vertical-align: top;
}



		/* And they lived happily ever after. The End. */

