td {
	text-align: left;
}
#cse-search-box {
	text-align: center;
}
.error {
	color: red;
	white-space: nowrap;
}
.errormsg {
	font-weight: bold;
}
.invalid {
  border: 2px solid red;
}
label.invalid {
  border: none;
	color: red;
	white-space: nowrap;
	margin: 0 0.3em;
}
.home_navigation {
	line-height:1.9em;
}
h2 {
	margin:20px 0 10px 0;
	font-size:1.3em;
}
.logged_in, 
.logged_in a,
.logged_in a:visited {
	color:#4D4D4D;
}

table.webdatatable {
	/*background-color: #6666cc;*/
	border: 2px solid black;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #a1a1fa;
}
table.webdatatable th {
	/*background-color: #1D3F3D;*/
	background-color: #091698;
	border: 2px solid black;
	padding: 0.3em;
	text-align: left;
	color: #FFFFFF;
}
table.webdatatable th.link {
  padding: 0;
}
table.webdatatable td 
{
	border: 2px solid black;
	padding: 0.3em;
	color: #000000;
}
table.webdatatable td.link {
  padding: 0;
}
table.webdatatable td.house
{
	font-weight: bold;
}
table.webdatatable td.unavailable
{
	color: #444444;
	background-color: #9e9ed6;
	/*background-color: #9f9fde;*/
}
table.webdatatable td.number {
	text-align: center;
}
table.webdatatable td.spaces {
	/*background-color: #e8e65f;*/
	background-color: #8787e8;
	font-weight: bold;
}
table.webdatatable td.address {
	font-weight: normal;
}

table.webdatatable a, 
table.webdatatable a:visited, 
table.webdatatable a:active 
{
	color: #091698;
  display: block;
  padding: .3em;
}
table.webdatatable th a, 
table.webdatatable th a:visited, 
table.webdatatable th a:active 
{
	color: #FFFFFF;
  display: block;
  padding: .3em;
}
/*table.webdatatable td.unavailable a, 
table.webdatatable td.unavailable a:visited, 
table.webdatatable td.unavailable a:active 
{
	color: #444444;
}*/

table.checklist {
	border: 2px solid black;
	border-collapse: collapse;
	empty-cells: show;	
}
table.checklist th {
	background-color: #316260;
	border: 2px solid black;
	padding: 0.3em;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
}
table.checklist td {
	border: 2px solid black;
	padding: 0.3em;
	color: #000000;
}
table.checklist .yesno {
	width: 3.5em;
}

/*input[type=text], input[type=password] {
	width: 13.55em;
}*/
input.roomnumber, input.time {
	width: 3em;
}
input.validtime {
  width: 5em;
}
span.pickdate input[type=text] { 
	width: 8em; 
}

/* for marking required fields */
.star {
	color: #FF0000;
	font-weight:bold;
}


