/* Override some settings from kzsustyle.css */
div.content {
	width: 1000px;
	padding: 0;
	background-color: #4D0A0A;
	color: #ffffff;
	overflow: visible;
}
div.rightStripe {
	display: none;
}
td {
	vertical-align: top;
}
body {
	text-align: center;
}

div.quarterTitle {
	width: 90%;
	font-weight: bold;
	text-align: center;
	font-size: 36px;
	cursor: default;
}
div.quarterSubtitle {
	text-align: center;
	font-style: italic;
}

.scheduleTable {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border-collapse: collapse;
	color: #000000;
}

.scheduleTable th {
	color: #ffffff;
	padding-bottom: 5px;
}

.navBar {
	width: 90%%;
	text-align: center;
	margin: 0;
	padding-bottom: 3px;
	border-width: 1px;
	border-style: solid;
	background-color: #bbbbaa;
}

.weekBar {
	width: 90%%;
	text-align: center;
	margin: 15px;
}

.navButton, .navButtonDisabled {
	margin: 5px;
	font-weight: bold;
}

.navButton {
	text-decoration: underline;
	cursor: pointer;
}

.navButtonDisabled {
	cursor: default;
}


.timePadding, .timeHeader, .timeHeaderLast {
	margin-top: -10px;
	padding-right: 5px;
	width: 15px;
	border-width: 0px;
	overflow: hidden;
	cursor: default;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
}
.timePadding {height: 400px;}
.timeHeader {height: 154px;}
.timeHeaderLast {height: 40px;}


.dayColumn {
	vertical-align: top;
	width: 14%;
}


.onedjTable {
	width: 100%;
	border-width: 0px;
	border-collapse: collapse;
}

.onedjRow {
	border-width: 2px;
	border-style: solid;
}

.onedjCell {
	border-width: 1px;
	border-style: solid;
	border-color: grey;
}


.fixed, .tbd, .editable, .reqsub, .sports, .empty, .available, .fixedPast, .fixedSelected, .tbdSelected, .editableSelected, .reqsubSelected, .sportsSelected, .availableSelected, .fixedPastSelected {
	width: 100%;
	border-width: 1;
	border-style: solid;
	overflow: hidden;
	cursor: pointer;
}


.empty { cursor: default; }

.fixed     { background-color: #d5f5ff; }
.tbd     { background-color: #d5f5ff; }
.editable  { background-color: #aaffff; }
.reqsub    { background-color: #ffff88; }
.sports     { background-color: #cc88ff; }
.available { background-color: #dddddd; }
.fixedPast { background-color: #f4fff4; }
.empty     { background-color: #f4f4f4; }

.fixedSelected     { background-color: #ffcbde; }
.tbdSelected     { background-color: #ffcbde; }
.editableSelected  { background-color: #44ffff; }
.reqsubSelected    { background-color: #ffff44; }
.sportsSelected     { background-color: #bb44dd; }
.availableSelected { background-color: #aaaaaa; }
.fixedPastSelected { background-color: #ddffdd; }

.dialog {
	position: absolute;
	top: 100;
	left: 100;
	width: 450px;
	display: none;
	border-width: 3;
	border-style: solid;
	word-wrap: break-word;
	background-color: #f8f8f8;
	cursor: default;
	text-align: left;
	color: #000000;
}

.dialogContent {
	padding: 10px;
	word-wrap: break-word;
}

.floatRight {
	float: right;
	clear: none;
	text-align: right;
	cursor: pointer;
}

.floatLeft {
	float: left;
	clear: none;
	text-align: left;
}

.dialogTitle {
	width: 100%;
	float: left;
	display: block;
	font-size: 16pt;
	font-weight: bold;
	border-width: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ccccff;
}

.errorText {
	color: #FF0000;
}

.inspectorInput, .timeInput {
	width: 80;
	background-color: #eeeeff;
}

.inspectorInput {
	display: none;
	width: 100%;
}

