/*****
 * ISS, Inc.
 * Author:   Matthew Pava
 * Version:  May 8, 2008
 *****/

body {
	font-family: Calibri, Helvetica, Verdana, sans-serif;
	font-size: 95%;
	color: #000000;
	background: fixed #6FCCDD url("../images/background.png") top repeat-x;
	margin: 0;
	padding: 0;
	text-align: justify;
	margin-bottom: 2em;
}

body div#light {
	background: fixed url("../images/backgroundTop.png") top no-repeat;
	margin: 0;
	padding-top: 100px;
	overflow: hidden;
}

#header {
	width: 780px;
	background: url("../images/headerMiddle.png") repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6px;
	padding-bottom: 0.75em;
	text-align: center;
}

#title img {
	vertical-align: text-bottom;
}

#title 
{
	font-size: 2em;
	letter-spacing: 0.25em;
}

#title a:link, #title a:visited, #title a:focus, #title a:active, #title a:hover {
    text-decoration: none; color: #000000;
}

#title a img {
    border: 0;
}

#menu {
	width: 614px;
	height: 50px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.25em;
	list-style-type: none;
	background-image: url("../images/menuButtonOff.png");
}

#menu li {
	display: inline;
	float: left;
	text-align: center;
}

#menu li a, #menu li a:visited {
	display: block;
	width: 99px;
	font-size: 1.1em;
	line-height: 50px;
}

#menu li a:hover{
	background-image: url("../images/menuButtonOn.png");
}

#menu a:link, #menu a:visited { text-decoration: none; color: #EEEEEE; }
#menu a:focus, #menu a:active { text-decoration: none; color: #BBBBBB; }
#menu a:hover { text-decoration: none; color: #000000; }

.round-rectangle { 
	width: 780px;
	margin: 0;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -4px;
}

#header-bottom {
    padding-top: 8px;
}

#bottom {
	margin-bottom: 0;
	margin-top: -7px;
}

#main {
	width: 780px;
	background: white url("../images/contentMiddle.png") repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
}

#side {
	width: 203px;
	text-align: right;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1em;
	margin: 0;
	list-style: none;
	visibility: visible;
	display: block;
}

#side li {
	margin-bottom: 0.5em;
}

#content {
	background: white;
	width: 629px;
	float: right;
	padding-left: 0;
	padding-right: 20px;
	padding-bottom: 32767px;  /* http://www.positioniseverything.net/articles/onetruelayout/equalheight */
	margin-bottom: -32767px;
	border-left: none;
	margin-left: 0;
}

#footer {
	clear: both;
	text-align: left;
	padding-top: 2em;
	padding-right: 15px;
	padding-bottom: 3px;
	font-size: 0.75em;
}

#copyright {
    float: right;
	text-align: right;
	margin-bottom: 3px;
	margin-top: 1em;
}

#toggle {
	width: 203px;
	text-align: right;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	font-size: 0.6em;
}

h1 {
    font-size: 1.3em;
    margin-bottom: 0;
    text-align: right;
}

h2 {
    font-size: 1.2em;
    margin-top: 0;
    text-align: right;
}

h2#course {
    letter-spacing: 0.2em;
}

h3 {
    font-size: 1em;
}

.errorMsg {
    color: red;
    display: none;
}

.agenda {
    width: 100%;
    border-collapse: collapse;
}

.agenda td {
    padding: 0.2em;
}

.agenda .time {
    text-align: right;
    vertical-align: top;
    width: 24%;
}

.agenda td, .agenda th {
    border: thin solid gray;
}

p, table, td, tr, span {
}

.page-functions {
    text-align: right;
    padding-right: 18px;
}

.page-functions a:link    { text-decoration: none; color: #555555; }
.page-functions a:visited { text-decoration: none; color: #555555; }
.page-functions a:hover   { text-decoration: underline; color: #555555; }
.page-functions a:focus   { text-decoration: underline; color: #555555; }
.page-functions a:active  { text-decoration: underline; color: #555555; }

/*****
 * All images with links should have no border.
 */
img {	border: 0;	margin: 0; padding: 0;}

/*****
 * Modify the way links are shown.
 *
a:link { text-decoration: none; color: #444444; }
a:visited { text-decoration: none; color: #777777; }
a:focus { text-decoration: underline; color: #555555; }
a:hover { text-decoration: underline; color: #555555; }
a:active { text-decoration: underline; color: #555555; }
*/

a:hover img { text-decoration: none; }

.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
.fleft { float: left; }
.fright { float: right; padding-left: 15px;}

/*Stupid Safari Hack*/
#content-rectangle {
    margin-bottom: -4px;
}
@media all and (min-width:0px) {
	body:not(:root:root) #content-rectangle { margin-bottom:-6px; }
}
