body {
	background-color: #7A1213;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

img
{
  border: 0px;
}

.clear 
{
  clear: both;
}

.required
{
  color: #ff0000;
}

.error
{
  background-color: #ffffa5;
  border: solid 1px #ff0000;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}

.success
{
  background-color: #C9FDC9;
  border: solid 1px #05AB05;
  color: #05AB05;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}

#displaybox
{
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  background-image: url( '../images/trans.png' );
}

#displaybox-details
{
  border: solid 2px #000000;
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  background-color: #ffffff;
}

.oddrow
{
  background-color: #DCEFFF;
}

.disabled
{
  color: #878787;
}

#main-container {
	width: 1000px;
	margin: 0 auto;
}

#header 
{
	height: 115px;
}

#btn-home {
	position: relative;
	top: 60px;
	left: 70px;
	width: 50px;
}

.sep {
  padding-bottom: 10px; border-bottom: solid 2px #7A1213;
}

#menu {
	position: relative;
	top: 30px;
	left: 125px;
	width: 500px;
}

#menu a{
	font-weight: bold;
}

.style4-menu {
	font-size: 14px;
	color: #7A1213;
}

.style4-menu a {
	color: #7A1213;
}

#header-logo
{
  position: relative; 
  top: 0px;
  float: right; 
  margin-right: 27px;
  margin-top: 40px;
}

#body-top {
	background-image: url(../images/body-top.jpg);
	background-color: #ffffff;
	height: 42px;
}

#body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	padding: 0px 30px;
	color: #7A1213;
}

#body-bottom {
	background-image: url(../images/body-bottom.jpg);
	height: 33px;
}

#footer-logo {
	background-image: url(../images/footer-logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 1000px;
	height: 121px;
	margin-top: 15px;
}

#footer {
	height: 37px;
	margin-bottom: 45px;
	text-align: center;
	color: #ffffff;
}

#footer a{
	color: #FFFFFF;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

#week 
{
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
	color: #7A1213;
}

#sched-div
{
	color: #7A1213;
}

#sched-table 
{
  width: 100%;
  border: solid 1px #000000;
  white-space: nowrap;
}

#sched-table td
{
  border: solid 1px #000000;
}

.date
{
  background-color: #7A1213;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 5px;
}

.time
{
  background-color: #FFFF00;
  font-weight: bold;
  color: #000000;
  padding: 0px 5px;
}

#r1c1
{
  background-color: #7A1213;
  color: #ffffff;
  width: 90px;
}

#sched-table .avail, #sched-table .not-marked
{
  color: #000000;
  background-color: #55AAFF;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .avail:hover, #sched-table .not-marked:hover
{
  color: #55AAFF;
  background-color: #000000;
  font-weight: bold;
}

#sched-table .avail a, #sched-table .not-marked a
{
  background-color: #55AAFF;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#sched-table .avail a:hover, #sched-table .not-marked a:hover
{
  color: #55AAFF;
  background-color: #000000;
  text-decoration: underline;
}

#sched-table .taken, #sched-table .completed
{
  color: #EFEFC4;
  background-color: #FF7F00;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .rescheduled
{
  color: #EFEFC4;
  background-color: #007500;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .taken:hover, #sched-table .completed:hover
{
  color: #FF7F00;
  background-color: #EFEFC4;
  font-weight: bold;
}

#sched-table .rescheduled:hover
{
  background-color: #EFEFC4;
  color: #007500;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .taken a, #sched-table .completed a
{
  color: #EFEFC4;
  background-color: #FF7F00;
  font-weight: bold;
  text-decoration: none;
}

#sched-table .taken a:hover, #sched-table .completed a:hover
{
  color: #FF7F00;
  background-color: #EFEFC4;
  text-decoration: underline;
}

#sched-table .no-show, #sched-table .closed
{
  color: #EFEFC4;
  background-color: #DC143C;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .unfinished, #sched-table .cancelled
{
  color: #EFEFC4;
  background-color: #5A5A5A;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .allow-credit
{
  color: #EFEFC4;
  background-color: #007500;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .allow-credit a
{
  color: #EFEFC4;
  background-color: #007500;
  font-weight: bold;
  padding: 2px 5px;
  text-decoration: none;
}

#sched-table .allow-credit:hover
{
  background-color: #EFEFC4;
  color: #007500;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .allow-credit a:hover
{
  background-color: #EFEFC4;
  color: #007500;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .cancelled:hover
{
  color: #5A5A5A;
  background-color: #EFEFC4;
  font-weight: bold;
  text-decoration: underline;
}

#sched-table .cancelled a
{
  color: #EFEFC4;
  background-color: #5A5A5A;
  font-weight: bold;
  text-decoration: none;
}

#sched-table .cancelled a:hover
{
  color: #5A5A5A;
  background-color: #EFEFC4;
  font-weight: bold;
  text-decoration: underline;
}

#legend
{
  padding-top: 10px;
  font-weight: bold;
}

#legend-avail, #legend-not-marked
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #55AAFF;
  color: #000000;
  padding: 2px;
  text-align: center;
  width: 170px;
}

#legend-taken, #legend-completed
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #FF7F00;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  width: 170px;
}

#legend-rescheduled
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #007500;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  width: 170px;
}

#legend-expired, #legend-no-show, #legend-with-student, #legend-closed
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #DC143C;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  width: 170px;
}

#legend-allow-credit
{
  color: #EFEFC4;
  margin-top: 5px;
  background-color: #007500;
  text-align: center;
  font-weight: bold;
  padding: 2px 5px;
}

#legend-unfinished, #legend-cancelled
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #5A5A5A;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  width: 170px;
}

#legend-credit-expired
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #FFEBE8;
  color: #000000;
  padding: 2px;
  text-align: center;
  width: 170px;
  border: solid 1px #000000;
}

#legend-credit-unavail
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #FFFFD4;
  color: #000000;
  padding: 2px;
  text-align: center;
  width: 170px;
  border: solid 1px #000000;
}

#legend-no-report-ok
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #55AAFF;
  color: #000000;
  padding: 2px;
  text-align: center;
  width: 170px;
}

#legend-no-report-no-show
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #007500;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  width: 170px;
}

#legend-report-ok
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #FF7F00;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  width: 170px;
}

#legend-report-no-show
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #ED3013;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  width: 170px;
}

#legend-other
{
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  background-color: #5A5A5A;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  width: 170px;
}

.error-name
{
  background-color: #FFCCCC;
}

#body-top-menu ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-left: 50px;
}

#body-top-menu li
{
  float: left;
  padding-top: 10px;
  font-weight: bold;
  color: #7A1213;
}

.tab-left
{
  background-image: url('../images/tab-left.jpg');
  width: 14px;
  height: 30px;
  float: left;
}

.tab-right
{
  background-image: url('../images/tab-right.jpg');
  width: 14px;
  height: 30px;
  float: left;
}

.tab-mid
{
  background-image: url('../images/tab-mid.jpg');
  height: 16px;
  float: left;
  padding: 7px 10px;
}

.tab-mid a
{
  text-decoration: none;
  color: #7A1213;
}

.tab-left-selected
{
  background-image: url('../images/tab-left-selected.jpg');
  width: 14px;
  height: 30px;
  float: left;
}

.tab-right-selected
{
  background-image: url('../images/tab-right-selected.jpg');
  width: 14px;
  height: 30px;
  float: left;
}

.tab-mid-selected
{
  background-image: url('../images/tab-mid-selected.jpg');
  height: 16px;
  float: left;
  padding: 7px 10px;
  color: #ffffff;
}


.tab-mid-selected a
{
  text-decoration: none;
  color: #ffffff;
}

#btn-enroll
{
  padding: 10px 20px;
  border: solid 2px #00AAFF;
  color: #FFFF00;
  background-color: #ED3515;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

input[type=submit], input[type=button]
{
  padding: 2px 10px;
  border: solid 2px #00AAFF;
  color: #FFFF00;
  background-color: #ED3515;
  font-size: 10pt;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

input[type=submit]:disabled, input[type=button]:disabled
{
  padding: 2px 10px;
  border: solid 2px #505050;
  color: #808080;
  background-color: #c0c0c0;
  font-size: 10pt;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: text;
}

.login-box
{
  width: 330px; 
  margin: auto; 
  border: ridge 3px #7A1213;
}

.login-box a
{
  color: #7A1213;
}

#left-sidebar
{
  float: left; 
  width: 200px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border-right: solid 3px #7A1213;
  background-color: #ffffff;
}

#left-sidebar a
{
  text-decoration: none;
  color: #7A1213;
}


.left-sidebar-title
{
  padding: 5px; 
  font-size: 12pt; 
  font-weight: bold; 
  color: #ffffff;
  background-color: #7A1213;
  text-align: center;
}

#content
{
  float: left;
  padding-left: 20px;
  padding-bottom: 5px;
  background-color: #ffffff;
  width: 705px;
  border-left: solid 3px #7A1213;
  margin-left: -3px;
}

#welcome
{
  padding: 13px 0px 0px 30px; 
  font-size: 12pt; 
  font-weight: bold;
  color: #7A1213;
}

.time-avail
{
  background-color: #55AAFF;
  color: #000000;
}

.time-taken
{
  background-color: #DC143C;
  color: #ffffff;
}

.time-not-taken
{
  background-color: #FF7F00;
  color: #ffffff;
}

.td-header
{
  color: #F5781E;
  font-weight: bold;
  font-size: 12pt;
  border-bottom: solid 2px #F5781E;
  padding-top: 10px;
}

.td-header2
{
  color: #FFFFFF; 
  background-color: #7A1213;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  padding: 5px;
}

#credit-history
{
  margin-top: 20px;
}

#credit-usage
{
  margin-top: 20px;
}

#reset
{
  text-align: center;
  margin-bottom: 20px;
  font-size: 10pt;
}

.disabled-checkbox-w
{
  height: 19px;
  background: #DC143C url('../images/disabled-checkbox.png') no-repeat center;
}

.enabled-checkbox-w
{
  height: 19px;
  background: #DC143C url('../images/enabled-checkbox.png') no-repeat center;
}

.disabled-checkbox-wo
{
  height: 19px;
  background: #FF7F00 url('../images/disabled-checkbox.png') no-repeat center;
}

#sched-table .other
{
  color: #ffffff;
  background-color: #5A5A5A;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .other a
{
  color: #ffffff;
  text-decoration: none;
}

#sched-table .report-ok
{
  color: #ffffff;
  background-color: #FF7F00;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .report-ok a
{
  color: #ffffff;
  text-decoration: none;
}

#sched-table .report-no-show
{
  color: #ffffff;
  background-color: #ED3013;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .report-no-show a
{
  color: #ffffff;
  text-decoration: none;
}

#sched-table .no-report-ok
{
  color: #ffffff;
  background-color: #55AAFF;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .no-report-ok a
{
  color: #ffffff;
  text-decoration: none;
}

#sched-table .no-report-no-show
{
  color: #ffffff;
  background-color: #007500;
  font-weight: bold;
  padding: 2px 5px;
}

#sched-table .no-report-no-show a
{
  color: #ffffff;
  text-decoration: none;
}

.left-sidebar-sub-title
{
  padding: 2px 0px; 
  font-size: 9pt; 
  font-weight: bold; 
  color: #ffffff;
  background-color: #EF7529;
  text-align: center;
  margin: 10px 0px 3px;
}
