/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-size:12px;

}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}

#masthead {
	text-align: center;
}

#navBar {
	border-top: solid #cccccc;
	clear: both;
}

#navBar a {
	color: #000000;
	font-size: 70%;
	text-decoration: none;
}
#info td {
	color: #aaaa66;
	float: left;
	font-size: 70%;
	text-align: center;
}

#content th {
	color: #aaaaaa;
	text-align: left;
}

#content td {
}

.itemdescr {
	color: #aaaa66;
	text-align: left;
	font-size: 70%;
}

#sectionLinks {
}

#siteInfo {
	clear: both;
}

#hidden {
	color: #ffffff;
	font-size: 0;
}

#keywords {
}

.no_visit_planned {
	color: #990000;
}

.planned_visit {
	color: #009900;
}

.onlineuserhead {
display:inline;
float:left;
margin:0px;
margin-right:10px;
}
.onlineuser {
margin:0px;
margin-right:10px;
}
.offlineuserhead {
display:inline;
float:left;
margin:0px;
margin-right:10px;
}
.offlineuser {
margin:0px;
margin-right:10px;
}

#report table {
	background-color: #dddddd;
	color: #444444;
	border-style: groove;
	border-color: #eeeeee;
}

.popup td{
	background-color: #FFFFFF;
}
.popuplink {
	color:#0000ff;
	text-decoration:underline;
	cursor:pointer;
}
#report th {
	font-family: Sans-serif;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}

#report td {
	font-family: Sans-serif;
	font-size: 11px;
	white-space: nowrap;
}

.timeslot_table td {
	font-size: 12px;
}

.timeslot_open {
	background-color: #33ee22;
}

.timeslot_Requested {
	background-color: #dd9999;
}

.timeslot_Approved {
	background-color: #7777ff;
}

.timeslot_Unavailable {
	background-color: #ee2222;
}

.timeslot_requesting {
	background-color: #FFFF77;
}

.timeslot_full {
	background-color: #ff3355;
}
.timeslot_half_full {
	background-color: #ff7799;
}
.timeslot_some {
	background-color: #ffbbbb ;
}
