body {
	font-family: verdana, myriad, arial, helvetica, geneva;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a:link, a:visited {
	color: #5294c5;
}

a.copyright:link, a.copyright:hover, a.copyright:visited, a.copyright:active {
	color: #ffffff;
	text-decoration: none;
}

.anchor {
	vertical-align: top;
	padding-right: 8px; 
	padding-top: 5px;
	color: #ffffff;
}
.anchor a:link, .anchor a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
.anchor a:hover {
	color:#ffffff;
	text-decoration: underline;
}

.main {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.head {
	background: url(../images/head.jpg) no-repeat;
	border-bottom: solid #000000 1px;
	height: 119px;
	width: 1000px;
}

#navigation {
	width: 200px;
	text-align: left;
	font-size: 12px;
	height: 258px;
	background-color: #0053a0;
	border-right: solid 1px #000000;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #000000;
}
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 12px 5px 12px 5px;
	background-color: #0053a0;
	color: #ffffff;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #333333;
	color: #ffffff;
}
#navigation ul ul {
	font-size: 11px;
	text-align: left;
	padding: 0;
	margin: 0;
}
#navigation ul ul li {
	margin:0;
	padding-left: 10px;
	padding-top: 0;
	border: 0px;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #0053a0;
	color: #ffffff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#navigation ul ul a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.content {
	padding: 15px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}
.header {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
}
.subhead {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
.whiteback {
	width: 200px;
	background-color: #ffffff;
}
.greenback {
	width: 200px;
	background-color: #0053a0;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
.byte_count { 
	font-size: 9px;
}
.internal_header {
	font-size: 13px;
	font-weight: bold;
}
.internal_subheader {
	font-size: 11px;
	font-weight: bold;
}
.select_small, .input_small {
	font-size: 10px;
}
.lighter {
	color: #aaaaaa;
}
.information {
	color: #888;
}
label {
	cursor: pointer;
}
div.tooltip {
	background-color: #000;
	border: 1px solid #fff;
	padding: 10px 15px;
	width: 200px;
	display: none;
	color: #fff;
	text-align: left;
	font-size: 12px;
	z-index: 500;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
a.tip {
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 12px;
}
#data_container {
	border: 1px #300 solid;
	width: 750px;
	height: 250px;
	overflow: scroll;
}
th.stats {
	background-color: #69f;
}
tr.stats-on {
	background-color: #fff;
}
tr.stats-off {
	background-color: #ddd;
}
td.stats-left {
	background-color: #ccc;
}
td.stats-right {
	background-color: #ffc;
}
#stats-date-range {
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
div.message {
	border: 1px #999 solid;
	background-color: #ffc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}
.message-x {
	float: right;
	width: 53px;
	padding-left: 10px;
}
.scrolling-checkboxes {
	width: 90%;
	height: 100px;
	padding: 5px;
	border: 1px #666 solid;
	overflow: auto;
}
.clear {
	clear: both;
}
#statistics-container {
	padding: 15px;
}
#statistics-infooptionschart {
	float: left;
	width: 700px;
}
#statistics-info {
	float: left;
	width: 350px;
	padding: 3px;
	/*border: 1px #999 solid;*/
	margin-bottom: 10px;
}
#statistics-options {
	float: left;
	width: 250px;
	padding: 3px;
	/*border: 1px #999 solid;*/
	margin-left: 10px;
	margin-bottom: 10px;
}
#statistics-agents {
	float: right;
	text-align: right;
	float: right;
	width: 224px;
}
.statistics-agent {
	float: right;
	margin-left: 4px;
	margin-bottom: 5px;
	width: 224px;
	border: 1px #999 solid;
	text-align: left;
}
.statistics-agent-name {
	margin: 0;
	padding: 3px;
	background-color: #eff5ff;
	border-bottom: 1px #333 solid;
	font-size: 14px;
	font-weight: bold;
}
.statistics-agent-licensedin {
	margin: 0;
	padding: 3px;
	background-color: #eeeeee;
	border-bottom: 1px #333 solid;
	font-size: 12px;
	font-style: italic;
}
.statistics-agent-office {
	padding: 3px;
}
.statistics-table-header {
	background-color: #69f;
}
.statistics-row-on {
	background-color: #fff;
}
.statistics-row-off {
	background-color: #ddd;
}
.statistics-row-left {
	background-color: #ccc;
}
.statistics-row-right {
	background-color: #ffc;
}

.smaller {
	font-size: 10px;
}
