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;
}

/* Start Detention Styles */

td.invisible, table.invisible, tr.invisible {
	border: 0px;
	background-color: transparent;
	font-size: small;
	inherit;
}

div.controls {
	background-color: #FFF;
	border: 1px solid #BBB;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display: block;
}

div.notification {
	width: 30%;
	background-color: #fc0;
	border: 1px solid #000;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display: block;
}

div.overlay {
	 position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align:center;
     background-color: rgba(0, 0, 0, 0.5);
     z-index: 1000;
}

div.overlay_div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

/* tables */
/* Modified from original found at tablesorter.com */

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr td {
	background-color: #e6EEEE; 	
	border: 1px solid #BBB;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	border: 1px solid #BBB;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

table.tablesorter tbody td {
	border: 1px solid #BBB;
	background-color: #FFF;
	font-size: small;
}
table.tablesorter tbody tr.odd td {
	border: 1px solid #BBB;
	background-color: #FFF;
	font-size: small;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
