h2 {
}

h3
{
	font-size:130%;
	text-align: center;
	color: black;
	font-weight:bold;
	line-height:130%;
  padding: 10px;
	margin:0 0 2px;
}

#logout a, a:link, a:active, a:visited {
  /*color: white;*/
  text-decoration: none;
}

#filters li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

#filters li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}


#filters form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

#filters form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

#filters form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

#filters form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

#filters form li div.left .medium
{
	width:100%;
}

#filters form li div.right .medium
{
	width:100%;
}

#filters .clear
{
	clear:both;
}

#filters form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

#filters form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

#filters form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.table_options td {
  line-height: 80%;  
}

.table_options {
  font-family: arial;
  font-size:10px;
}

#table {
  font-family: arial;
  font-size:10px;
  font-weight: normal;
}

.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
  background-color:#acc0db;
}

.yui-skin-sam tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
  background-color:#EDF5FF;
}

.yui-skin-sam .yui-dt th, .yui-skin-sam .yui-dt th a {
  color:white;
  font-weight:normal;
  text-align:left;
  text-decoration:none;
  vertical-align:middle;
  white-space:normal;
}

.yui-skin-sam th.yui-dt-asc, .yui-skin-sam th.yui-dt-desc {
  background:#842222 none repeat scroll 0 0;
}

.yui-skin-sam .yui-dt th {
  background:#A52A2A none repeat scroll 0 0;
}

.yui-skin-sam tr.yui-dt-odd {
  background-color:#B0C4DE;
}

#login_body
{
	background: #ffffff;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
	margin:8px 0 16px;
	text-align:center;
}


#login_body  #form_container
{
	background:#fff;
	border:1px solid #ccc;
	margin:0 auto;
	text-align:left;
	width:380px;
}

#login_body input.text
{
	background:#fff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}


#login_body #top
{
	display:block;
	height:10px;
	margin:10px auto 0;
	width:380px;
}

#login_body #footer
{
	width:380px;
	clear:both;
	color:#999999;
	text-align:center;
	width:380px;
	padding-bottom: 15px;
	font-size: 85%;
}


#login_body #bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:390px;
}


