﻿@charset "utf-8";

#readers {
	padding: 10px;
	width: 541px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clear {
	clear: both;
}
#title {
	background-color: #333399;
	background-image: url(../images/skin1/title-bg.gif);
	background-repeat: no-repeat;
	line-height: 29px;
	padding-right: 15px;
	padding-left: 15px;
	height: 29px;
	width: 511px;
}
#title_name {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#view_all_readers {
	background-image: url(../images/skin1/viewall.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	padding-right: 15px;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}
a.white {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	text-decoration: none;
}
.reader_item {
	padding: 10px;
	width: 521px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4ddd2;
}
.userhead {
	padding: 1px;
	height: 68px;
	width: 68px;
	border: 1px solid #cec1a5;
	display: block;
	margin: 4px;
}
a.username {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #584c39;
	text-decoration: underline;
	display: block;
}
.score {
	background-image: url(../images/skin1/score-bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 72px;
	margin: 4px;
	line-height: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #004986;
	text-decoration: none;
	font-size: 18px;
}
.busy {
	font-weight: bold;
	color: #FF0000;
}
.free {
	font-weight: bold;
	color: #008000;
}
.loggedout {
	font-weight: bold;
	color: #000000;
}

td.status {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
td.content {
	line-height: 16px;
	font-size: 11px;
}
