*, p, td, a, span, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin: 0;
	background-color: #62829a;
}
td {
	vertical-align: top;
	font-size: 10px;
}
a {
	font-weight: normal;
	color: #62829a;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#main {
	margin: 0 auto;
	width: 760px;
	background-color: #ffffff;
}
#leftborder {
	background-image: url(images/border_left.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	float: left;
	width: 10px;
}
#rightborder {
	background-image: url(images/border_right.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	float: right;
	width: 10px;
}
#maincell {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-position: top left;
	background-repeat: repeat;
	/*height: 500px;*/
	width: 740px;
	padding-bottom: 20px;
}
#leftcolumn {
	float: left;
	width: 139px;
	padding-left: 35px;
}
#menuleft {
	border: 1px solid #797979;
	padding: 1px;
	background-color: #ffffff;
	width: 135px;
}
#calendar {
	border-bottom: 1px solid #797979;
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	background-color: #ffffff;
	padding: 10px 5px 10px 5px;
}
.room {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	text-align: center;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
}
.room2 {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	text-align: left;
	padding: 15px 5px 15px 5px;
	border: 1px solid #ffffff;
}
.room_on {
	font-size: 11px;
	line-height: 13px;
	background-color: #e0e6eb;
	color: #666666;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
.room a, .room_on a {
	font-weight: normal;
	color: #62829a;
	font-size: 10px;
	text-decoration: underline;
}
.inroom {
	color: #b78225;
	font-weight: bold;
	display: block;
}
h2 {
	font-size: 14px;
	color: #b78225;
	font-weight: bold;
}
.room a:hover, .room_on a:hover {
	text-decoration: none;
}
.paddrow {
	height: 2px;
}
.calendar_cell_leftrow {
	background-image: url(images/cal_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #ebebeb;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_rightrow {
	background-image: url(images/cal_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #ebebeb;
	height: 16px;
	line-height: 16px;
	width: 14%;
}

.calendar_cell {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #ebebeb;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_on {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_leftrow_on {
	background-image: url(images/cal_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%
}
.calendar_cell_rightrow_on {
	background-image: url(images/cal_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
/*This week*/
.calendar_cell_leftrow_current {
	background-image: url(images/cal_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #aeaeae;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_rightrow_current {
	background-image: url(images/cal_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #aeaeae;
	height: 16px;
	line-height: 16px;
	width: 14%;
}

.calendar_cell_current {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #aeaeae;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_current_on {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_leftrow_current_on {
	background-image: url(images/cal_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_rightrow_current_on {
	background-image: url(images/cal_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
/* End This Week*/
.calendar_cell_thisweek {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #aeaeae;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calarrowcell {
	vertical-align: middle;
	text-align: center;
}
.cal_headeritem {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#rightcolumn {
	float: right;
	padding-right: 35px;
	width: 515px;
	/*border: 1px solid #7a7a7a;*/
}
#calendartable {
	width: 513px;
	border: 1px solid #7a7a7a;
	/*overflow:auto;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;*/
	height: 557px;
	background-color: #ffffff;
}
.scrollablecalendar {
	width: 513px;
	overflow:auto;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	height: 540px;
}
#toptitlebar {
	text-align: right;
	background-image: url(images/topnav_repeat.gif);
	background-repeat: repeat-x;
	float: right;
}
#topleftborder {
	float: right;
	background-image: url(images/topnav_left.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 30px;
	height: 30px;
	float: right;
}
#toprightborder {
	background-image: url(images/topnav_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 30px;
	height: 30px;
	float: right;
}
#toptitlebar a {
	font-size: 10px;
	line-height: 23px;
	color: #666666;
	text-decoration: underline;
}
#toptitlebar a.on {
	font-size: 10px;
	line-height: 23px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#toptitlebar a:hover, #toptitlebar a.on:hover {
	text-decoration: none;
	
}
#helloname {
	font-weight: bold;
	color: #000000;
	line-height: 23px;
}
#headcontainer {
	padding-top: 57px;
}
#logincontainer {
	width: 292px;
}
#logincontainer_right {
	width: 356px;
	margin-top: 81px;
}
#nextweek {
	background-image: url(images/nextweek.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 81px;
	height: 23px;
	float: left;
	text-align: center;
}
#prevweek {
	background-image: url(images/prevweek.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 83px;
	height: 23px;
	line-height: 23px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}
#nextweek_nl {
	background-image: url(images/nextweek_nl.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 50px;
	height: 23px;
	float: left;
	text-align: center;
}
#prevweek_nl {
	background-image: url(images/prevweek_nl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 50px;
	height: 23px;
	line-height: 23px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}
#prevweek a, #nextweek a {
	color: #ffffff;
	text-decoration: none;
	line-height: 23px;
	font-size: 10px;
}
#prevweek a:hover, #nextweek a:hover {
	text-decoration: underline;
}
#tableheader {
	color: #ffffff;
	line-height: 23px;
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 351px;
	background-color: #b78225;
	height: 23px;
	text-align: center;
	text-transform: uppercase;
}
#tableheader_nl_wide {
	color: #ffffff;
	line-height: 23px;
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 415px;
	background-color: #b78225;
	height: 23px;
	text-align: center;
	text-transform: uppercase;
}
#tableheader_nl {
	color: #ffffff;
	line-height: 23px;
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 192px;
	background-color: #b78225;
	height: 23px;
	text-align: center;
	text-transform: uppercase;
}
#tableheader_nl_right {
	color: #ffffff;
	line-height: 23px;
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 255px;
	background-color: #b78225;
	height: 23px;
	text-align: center;
	text-transform: uppercase;
}
#calendartable th {
	background-image: url(images/th_bg.jpg);
	background-repeat: repeat-x;
	line-height: 15px;
	height: 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#calendartable td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	height: 15px;
	padding: 1px;
	width: 12.5%
}
#instructions {
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	float: left;
	padding-left: 186px;
	padding-top: 3px;
}
#bottombutton {
 float: right;
 padding-left: 27px;
 padding-right: 33px;
 width: auto;
 white-space: nowrap;
 background-image: url(images/bottomlink_left.gif);
 background-repeat: no-repeat;
 background-position: top left;
}
#reserveselection {
 padding-right: 27px;
 height: 22px;
 line-height: 23px;
 width: auto;
 display:block;
 text-align: center;
 background-image: url(images/bottomlink_right.gif);
 background-repeat: no-repeat;
 background-position: top right;
}
#reserveselection a {
	color: #ffffff;
	display: block;
	background-color: #b78225;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	width:100%;
	height: 22px;
 	line-height: 23px;
}
#reserveselection a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#scrollablecalendar .thistime {
	color: #666666;
	font-size: 11px;
	vertical-align: middle;
	text-align: right;
	width: 57px;
}
span.thispm {
	color: #beb8b8;
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}
.blocklink {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#scrollablecalendar td.time_today {
	background-color: #f5f5f5;
	width: 61px;
	margin: 0;
	padding: 0px;
}
#scrollablecalendar td.time_nottoday {
	background-color: #ffffff;
	width: 61px;
	margin: 0;
	padding: 0px;

}
#myaccount {
	width: 514px;
	border: 1px solid #7a7a7a;
	/*height: 388px;*/
	height: auto;
	background-color: #ffffff;
}
#loginbox {
	width: 292px;
	border: 1px solid #7a7a7a;
	height: 279px;
	background-color: #ffffff;
}
#loginarea {
	margin: 20px;
	font-size: 10px;
	color: #000000;
}
#loginarea p {
	font-size: 10px;
	color: #000000;
}
.formcellborder {
	padding-right: 2px;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	white-space: nowrap;
}
.formcellborder span {
	border-right: 5px solid #f8e4bd;
}
.formfield {
	height: 15px;
	line-height: 12px;
	width: 185px;
	font-size: 10px;
	color: #000000;
	margin-bottom: 2px;
}
select.formfield {
	height: 16px;
	line-height: 16px;
	width: 189px;
}
.formfield_vari {
	height: 12px;
	line-height: 12px;
	width: auto;
	font-size: 10px;
	color: #000000;
	margin-bottom: 2px;
}
select.formfield_vari {
	height: 18px;
	line-height: 12px;
}
.formbtn {
	height: 20px;
	line-height: 10px;
	width: auto;
	font-size: 10px;
	color: #000000;
}
td.loginhelptext {
	color: #797979;
}
.formbutton {
	font-size: 10px;
}
#rightcolumnlogin {
	float: right;
	padding-right: 35px;
	width: 360px;
}
.error {
	color: #ff0000;
	font-size: 11px;
}
.cal_reserved {
	height: 15px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #b78225;
	border: 1px solid #ffffff;
}
.cal_reserved_yours {
	height: 15px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #62829a;
	border: 1px solid #ffffff;
}
.yourres {
	display:table-cell;
	background-color: #62829a;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin-bottom: 3px;
}
.otherres {
	background-color: #b78225;
	width: 10px;
	height: 10px;
}
.tablecell_results {
	height: 25px;
	vertical-align: middle;
	background-color: #ebebeb;
}
.tablecell_spacer {
	height: 10px;
}
.nocolor {
	background-color: #ffffff;
	margin: 10px;
}
.printtable {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.printtable td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.message {
	font-size: 14px;
	font-weight: bold;
}
a.largerheaders {
	font-size: 11px;
	font-weight: bold;
}
#calendartable .firstheader {
	width: 57px;
	background-image: url(images/th_bg.jpg);
	background-repeat: repeat-x;
	line-height: 15px;
	height: 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
#calendartable .others {
	width: 59px;
	background-image: url(images/th_bg.jpg);
	background-repeat: repeat-x;
	line-height: 15px;
	height: 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
#calendar a {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
#calendar a.on {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}
#pop_header {
	color: #ffffff;
	line-height: 23px;
	font-weight: bold;
	font-size: 13px;
	background-color: #b78225;
	height: 23px;
	text-align: center;
	text-transform: uppercase;
}
#pop_contentarea {
	padding: 20px;
	background-color: #ffffff;
}
#pop_contentarea ul {
	list-style-type : none;
	list-style-image: url(images/bullet.gif);
	margin: 0;
	padding: 0;
}
#pop_contentarea ul {
	padding-left: 25px;
}
#pop_body {
	background-color: #ffffff;
}