body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.75em;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

h1 {
	color:#E1E1E1;
	font-family:arial,Helvetica,tahoma,sans-serif;
	font-size:26px;
	font-weight:normal;
	margin:0;
	padding:0 0 5px;
	overflow: hidden;
}

h2 {
	color:#E1E1E1;
	font-family:arial,Helvetica,tahoma,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0 0 5px;
}

a,a:hover,a:active,a:visited {
	color: #ebebeb;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.pageContents {
	padding: 8px;
}

#headLeft {
	float: left;
	font-size: 14px;
	padding-bottom: 7px;
}
#headRight {
	float: right;
	font-size: 14px;
}

.logoutLink, .signinLink {
}

.thinRule {
	height: 0;
	width: 100%;
	border-top: 1px solid #84796b;
	font-size: 1px;
	clear: both;
}

.tf2rule {
	font-size:1pt;
	padding: 6px;
	background-image: url('/horiz.png');
	background-repeat:repeat-x;
	height: 9px;
	margin: 0px;
}

.vertRule {
	border-right: 2px solid #84796b;
}

.loginForm {
	float: left;
	width: 271px;
	padding-left: 14px;
	padding-right: 14px;
}

.loginPopup {
	position: fixed;
	padding: 6px;
	left: 50%;
	margin-left: -310px; /* half width plus padding */
	top: 34px;

	background-color: #2A2725;
	color: #EBE2CA;

	z-index: 9003;
	width: 600px;
	text-align: left;

	border-color: #84796b #1e1c1a #1e1c1a #67605b;
	border-style: solid;
	border-width: 2px;
}

.loginPopup h1 {
	font-size: 18px;
}

.loginPopup h2 {
	font-size: 11px;
}

.loginPopup input[type="text"],
.loginPopup input[type="password"] {
	margin-bottom: 8px;
	width: 125px;
}

.loginPopup input[type="checkbox"] {
	margin: 2px 4px 2px 0;
}

.rememberLabel {
	display: inline;
	margin-left: 0;
	font-size: 11px;
}

.regError {
	display: inline;
	color: red;
	font-size: x-small;
}

.loginPopupCover {
	background-color: black;
	height: 100%;
	left: 0;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	filter: alpha(opacity=70);       /* IE 4-7 */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9002;
}

.formRowDescription {
	text-align: right;
}

.formRowCenter {
	text-align: center;
}

.tableListLeft {
	height: 22px;
	line-height: 22px;
}

.tableListRight{
	height: 22px;
	line-height: 22px;
	text-align: right;
}

.tableListAlternateLeft {
	height: 22px;
	line-height: 22px;
	background-color: #46413E;
}

.tableListAlternateRight{
	height: 22px;
	line-height: 22px;
	text-align: right;
	background-color: #46413E;
}

.greenBubble1,.greenBubble2,.greenBubble3,.greenBubble4 {
	position:absolute;
	padding-left:5px;
	padding-top:1px;
	width:14px;
	height:18px;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	font-size:15px;
	top:-10px;
	right:5px;
	background-image:url('/buttons/bubble1char.gif');
	text-align:left;
}

.greenBubble2 {
	width:21px;
	background-image:url('/buttons/bubble2char.gif');
}

.greenBubble3 {
	width:30px;
	background-image:url('/buttons/bubble3char.gif');
}

.greenBubble4 {
	width:39px;
	background-image:url('/buttons/bubble4char.gif');
}

.redBubble1,.redBubble2,.redBubble3,.redBubble4 {
	position:absolute;
	padding-left:5px;
	padding-top:1px;
	width:14px;
	height:18px;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	font-size:15px;
	top:-10px;
	right:5px;
	background-image:url('/buttons/redbubble1char.gif');
	text-align:left;
}

.redBubble2 {
	width:21px;
	background-image:url('/buttons/redbubble2char.gif');
}

.redBubble3 {
	width:30px;
	background-image:url('/buttons/redbubble3char.gif');
}

.redBubble4 {
	width:39px;
	background-image:url('/buttons/redbubble4char.gif');
}

