body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000000;
}
#header {
	background-color:#F4E4CB;;
	text-align:center;
}
#logo {
	max-width:900px;
	margin:0 auto;
}
#header img {
	width:100%;
}
#header h1 {
	font-size:18px;
	padding:0px;
	margin: 0px !important;
}
#admin-content {
	background-color:#FFF;
	padding:20px;
}
#admin-content h3 {
	text-align:center;
}
#admin-content table.tblFixedWidth {
	margin:20px auto;	
	width:800px;
	border-collapse:collapse;
}
@media screen and (max-width: 650px) {

	#admin-content table.tblFixedWidth {
		width:100%;
		margin:20px 10px;
	}

}
#admin-content table.tblFixedWidth th {
	background-color:#EFE3CD;
	text-align:left;
	padding:5px;
}
#admin-content table.tblFixedWidth td {
	background-color:#FEFDFC;
	padding:5px;
}

#admin-content a {
	color:#000;
}
#admin-content a:hover {
	color:#30C;
}

.btn-logoff {
	float:right;
}
#login-table {
	width:auto !important;
}
#admin-table td {
	background-color:#F4F1E4;
}

#admin-content input[type='submit'] {
	margin:10px auto;
	display:block;
}

.active0 {
	color:#F00;
}













.bg-left {
	background-image:  url(../images/th_ds_l_bg.jpg);
}
.bg-right {

	background-image:  url(../images/th_ds_r_bg.jpg);
}
.cright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4c3d23;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4c3d23;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4c3d23;
	font-weight: bold;
}
.copy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4c3d23;
}
.prompt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
}
.bor1 {
	border: 1px solid #F4ECDC;
}
.tbpilot {
	height: 16px;
	width: 61px;
	border: 1px solid #11304D;
	font-size: 10pt;
}




#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}
.cright2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8B6A2E;
}
.nolink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
}
.tbox1 {
	height: 22px;
	width: 118px;
	border: 1px solid #E8D7B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#jquery-notification {
	background-color:#333;
	border-radius: 12px;
	padding: 10px;
	cursor: pointer;
	pointer-events:none;
}

#jquery-notification-message {
	font: bold 16px Helvetica, Arial, sans-serif;
	color:#FF3;
	text-align: center;
}