body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #F3F3F3;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0;
}
div#content {
	margin: 15px;	
}
div#userBox {
	background-color: #fff;
	display: block;
	padding-left: 15px;
	height: 30px;
	align: bottom;
	border: 1px solid #ccc;
}
div#headerName {
	float: left;
	margin-top: 10px;
}
div#headerLinks {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
div#loginBox {
	float: right;
}
div#dayOfWeek {
	width: 135px;
	text-align: right;
	display: inline;
	float: left;
}
div.checkBoxGroup {
	display: block;
}
div.dateDiv {
	float: left;
	display: inline;
}
p.errorMessage {
	color: red;
	font-size: large;
}
p.currentDate {
	color: red;
	font-size: 14px;
	display: inline;
}
td {
	border: 1px solid #BBB;
	background-color: #FFF;
	font-size: small;
}
table.overviewTable {
	width: 98%;	
}
table.overviewTable tbody td.user {
	font-weight: bold;
	color: #001133;
	width: 200px;
	/*padding: 0px;*/

}
table.overviewTable tr.classPeriod {
	background-color: #fcf;
}
table.overviewTable tbody td.dateColumn {
	width: 200px;
}
table.overviewTable tbody td.periodColumn {
	width: 12%;
	font-weight: bold;
}
table.overviewTable tbody a {
	color: #000;
}
table.overviewTable tbody td.dayColumn {
	width: 18%;
	background-color: #38c;
	text-align: center;
}
table.overviewTable tbody td.dayColumnHighlight {
	width: 18%;
	background-color: #fc0;
	border: 1px solid #000;
	font-weight: bold;
	text-align: center;
}
table.overviewTable tbody tr.primaryPeriod td {
	background-color: #cde;
	height: 25px;
}
table.overviewTable tbody tr.secondaryPeriod td {
	background-color: #fff;
	height: 25px;
}
td.userColumn {
	width: 200px;
}
td.periodColumn {
	width: 80px;
}
td.modifyColumn {
	width: 80px;
}
td.courseColumn {
	width: 100px;
}
input.maxTextBox {
	width: 98%;
	float: right;
}
input.maxWidth {
	width: 100%;
}
tr.header {
	font-weight: bold;
}

/* Header (Blue Bar the top) */
div#header {
	background-color: #36c;
	color: #fff;
}

div#header h1 {
	font-size: larger;
}

div#header p.time
{
	font-size: smaller ;
}

/* Tabs (Room/Projector Selection) */

div.allBlocks {
	display: block;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.dateForm {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

div.dateForm img {
	vertical-align: top;
}

a.tab {
	float: left;
	height: 40px;
	width: 90px;
	background-color: #38c;
	color: #000;
	padding: 5px;
	text-align: center;
	border: 1px solid #16a;
}

a.selectedTab {
	float: left;
	height: 40px;
	width: 90px;
	background-color: #fc0;
	color: #000;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
}
a:visited.tab {
	color: inherit;
}
a:hover.tab {
	background-color: #5ae;
}

a:visited.selectedTab {
	color: inherit;
}

div#banner {
	float: left;
}
a {
	color: navy;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #455;
}
h3 {
	margin-top: 20px;
}

form {
	display: inline;
}
