/* css file for scholarsonline.org site */

/* BODY STUFF */


body
{
	margin: 0px;
	padding: 0px;
	font-family: palatino, times roman;
	font-size: 10pt;
	color: black;
	height: 100%;
	text-align: left;
	min-width: 750px;
}

a:link
{
	color: #369;
	text-decoration: none;
}


a:visited
{
	color: #036;
	text-decoration: none;
}

a:hover
{
	color: silver;
	text-decoration: none;
}

a:active
{
	color: #69B;
	text-decoration: none;
}


#container
{
	z-index: 0;
	width: 100%;
}

#intro
{ 
	float: right;
}

#quickSummary
{
	margin-left: 100px;
	min-width: 500px;
	max-width: 550px;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	color: #369;
}

#quickSummary p { text-align: right; }

#supportingtext
{
	width: 75%;
	float: right;
	margin-top: 5px;
	min-width: 650;
	margin-right: 20px;
}

#courses
{
	margin-top: 5px;
	margin-right: 20px;
	border-style: double;
	border-color: #69B;
}

#footer
{
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1em;
	border-top: 5px solid #036;
	margin: 0px;
	padding: 10px;
}

H1
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	background-image: url("WhiteBlue.gif");
	background-repeat: no-repeat;
	background-color: #34349C;
}

h1 span
{
	display: none;
}

H3
{
	color: #369;
	font-size: larger;
}
H4
{
	color: #369;
	font-style: italic; 
}
H5
{ 
	font: 10pt/14pt palatino, times roman;
	font-family: serif;
	font-style: italic; 
}

h4.teacher
{
	color: #369;
	font-style: italic; 
	font-weight: bold;
	margin-bottom: 5px;
}

i.title
{
	font-style: italic;
	font-size: larger;
}


em { font-variant: small-caps; }

strong {
	font-size: large;
	font-variant: small-caps;
	color: #399;
}

span.footnote
{
	float: right;
	border-width: thin;
	border-style: dotted;
	padding: 3pt;
	margin: 5pt;
	max-width: 30%;
	font-style: italic;
	font-size: smaller;
	text-align: center;
}  

#SiteMap
{
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 150px;
	width: 150px;
	padding-left: 10px;
	margin: 0px;
	float: left; 
	color: #000;
}

#linklist
{
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 150px;
	width: 15%; 
	padding-left: 20px;
	margin: 0px;
	float: left; 
	color: #FFC;
}


#linklist h3.select
{
	height: 20px;
	margin: 0 0 0 10px;
}

#linklist h3.select span
{ 
	display: none;
}

#linklist ul
{
	text-align: center;
	padding: 0px; 
}

#linklist li
{
	text-align: center;
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
	color: #399;
}

#linklist a { color: #369; }
#linklist a:visited { color: #036; }
#linklist a:hover, active { color: silver; } 

.popup
{
	font-weight: bold;
	cursor: help;
}

th.week {
	background-color: #339;
	width: 15%;
	color: silver;
}

td.week {
	background-color: #99B;
	width: 15%;
	color: #339;
}

td.fees {
	background-color: #339;
	color: silver;
	text-align: right;
	font-size: 100%;
}
th.fees {
	background-color: #99B;
	text-align: left;
	color: #339;
	font-size: 100%;
}

th.input {
	background-color: #339;
	width: 25%;
	color: silver;
	font-family: palatino, times roman;
	font-size: 10pt;
}

td.input {
	background-color: #99B;
	width: 40%;
	color: #339;
	font-family: palatino, times roman;
	font-size: 10pt;
}
td.inputexp {
	background-color: #99B;
	width: 35%;
	color: #339;
	font-family: palatino, times roman;
	font-size: 8pt;
}

th.field {
	background-color: #339;
	width: 20%;
	color: silver;
	font-family: palatino, times roman;
	font-size: 10pt;
}
td.field {
	background-color: #99B;
	width: 20%;
	color: #339;
	font-family: palatino, times roman;
	font-size: 10pt;
}

th.fieldnw {
	background-color: #339;
	color: silver;
	font-family: palatino, times roman;
	font-size: 10pt;
}
td.fieldnw {
	background-color: #99B;
	color: #339;
	font-family: palatino, times roman;
	font-size: 8pt;
}
.indent
{
	margin-left: 5em;
	margin-right: 5em;
}
 





