html, body {
    background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	line-height: 15px;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
}

a {
    font-family: verdana;
    font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

textarea {
    font-family: verdana;
    font-size: 10pt;
}

#logo {
    text-align: center;
    width: 100%;
}

#logout {
    padding-top: 10px;
    text-align: right;
    width: 95%;
}

#menu {
    text-align: left;
    width: 95%;
    width: 95%;
}

#loginBox {
	background-color: #D6D6BA;
	border: 1px solid #000000;
	text-align: center;
	width: 500px;
}

.divPopContainer {
    text-align: left;
    background-color: #ffffff;
	border: 1px solid #000000;
	padding: 0px;
    position: absolute;
    height: auto;
    width: 400px;
    left: 185px;
    top: 150px;
}

#divPopData {
    width: 100%;
}

#divSchool {
	height: 180px;
}

#divTeacher {
	height: 160px;
}

.textfield {
	width: 250px;
}

.textfield2{
	width: 210px;
}

.dropdown2 {
    width: 215px;
}

a.smallLink {
	font-size: 10px;
    font-weight: normal;
}

.box {
    border: 1px solid #000000;
    padding: 3px;
    width: 100%;
}

.grayBg {
    background-color: #cecece;
}

.formfields {
    background-color: #ffffff;
    border: 1px solid #878772;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 11px;
}

#divCourse {
    font-size: 8pt;
}




#container {
    border: 1px solid #cecece;
	background-color: #ffffff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
}

#content{
    
}

#mainContent {
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
	background-color: #f9f0dc;
	float: left;
    margin-left: 0px;
	margin-right: 0px;
	width: 600px;
}

#innerContent {
    height: 400px;
    margin: 10px;
	text-align: left;
	width: 95%;
}

.regularButton {
	width: 80px;
}

.table {
    width: 100%;
}

.tableHeader a {
	color: #280099;
	text-decoration: none;
}

.tableRow {
	height: 20px;
}

.tablePages {
	background-color: #cccccc;
	font-weight: bold;
	height: 20px;
}

.tableFooter {
	height: 20px;
    vertical-align: bottom;
}

.message {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.error {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

a.currentPage {
	color: #ff0000;
    font-size: 12pt;
}