.style1 {font-family: Arial, Helvetica, sans-serif}
.HeaderText {
	font-family: arial;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	width: 100%;
	background-color: #66C3FF;
}
.Hdr {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 5px;
}
input { cursor: pointer }
.meter {
	background-image: url("/images/SilverGradiant.bmp");
	border: 1px solid black;
	height: 30px;
}
.month {
	width: 100px;
	border: 1px solid black;
	background-color: #EFEFEF;
	text-align: center;
}
#ConstNotice {
	border: 3px dashed red;
	background-color: #F2C6D4;
	width: 23em;
	font-weight: bold;
	padding: 15px;
}
#EmailNotice {
	border: 2px solid Green;
	background-color: #D3F3CA;
	width: 23em;
	padding: 15px;
	font-weight: bold;
}
#AdminBlock {
	border: 2px solid Green;
	background-color: #D3F3CA;
	width: 23em;
	padding: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#AdminBlock a {
	display: block;
}
.tabArea form, .tabAreaTemp form {
	display: inline;
}
.Queue {
	height: 62px;
}
.Queue div {
	height: 52px;
	width: 36px;
	background-image: url("images/Member.gif");
	float: left;
}
.UserPic {
	background-image: url("images/UserMember.gif") !important;
}
.HasScopePic {
	background-image: url("images/Blonde.gif") !important;
}
.Available {
	font-weight: bold;
	color: Green;
}