/* (C) Copyright 2007 NCHS and John D. Wines
All rights reserved. */

body {
	background-color: #EAEAEA;
}

#side {
	position: relative;
	left: 0px;
	top: 0px;
/*	height: 575px;*/
	width: 225px;
	background-color: #517EB1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	border: 2px solid black;
}

#side h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: white;
}

#side td, th {
	font-size: 12px;
	line-height: 18px;
}

#side form {
	background-color: #517EB1;
	color: white;
	font-weight: normal;
}

#top {
	background-color: #EAEAEA;
	color: black;
	position: absolute;
	top: 0px;
	left: 350px;
	font-size: 2.5em;
	font-weight: bold;
}

#main {
	position: absolute;
	top: 65px;
	border: 2px solid black;
	left: 240px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: black;
	width: 75%;
	padding-right: 4px;
	padding-left: 1px;
}

/* styles used by the tables in the main frame which show the content text */
#main table {
	width: 100%;
	margin-left: 2px;
	margin-top: 15px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
	color: black;
	border: 1px solid black;
}

#main table, tr, th, td {
	border-collapse: collapse;
	padding: 3px;
}


/* style used by the header row of tables */
#main th {
	background: #517EB1;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	color: white;
	border-bottom: solid 1px white;
}

/* style used by all other rows in tables */
#main td {
	background: #D8E1ED;
	font-size: 12px;
	line-height: 18px;
	color: black;
	border: solid 1px #1c5d79;
}


/* styles used for links such as used on Schedule/Progress page */
#main a {
	color: blue;
}

#main a:hover {
	color: red;
}

#main a:visited {
	color: green;
}

#main a:visited:hover {
	color: yellow;
}


/* Style for the School Name frame smschool.htm */

#main .smschool {
	background-color: #517EB1;
}

#main .smschool h1 {
	text-align: center;
	position: relative;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

/* Style for the General Message frame smmess.htm */


#main .smmess {
	width: 90%;
	padding: 2px;
}

#main .smmess td {
	background: #D8E1ED;
	margin-left: 2px;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	border: 1px #517EB1;
}

