@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding:5px;
}


/* tables */
#users caption
{
	font-size:18px;
	font-weight:bold;
	color:#990000;
}
#users.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
#users.tablesorter thead tr th, #users.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;
}
#users.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#users.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
	padding:1px 5px 1px 5px;
	border-right:1px dotted #666666 ;
	border-bottom:1px dotted #666666 ;

}
#users.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
#users.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
#users.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
#users.tablesorter thead tr .headerSortDown, #users.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

#xlogin
{
margin:200px auto;
text-align:left;
display:block;
width:300px;
}
#xlogin fieldset
{
	padding:15px;
}
#xlogin label
{
font-weight:bold;
display:block;
}
#xlogin .frmrow
{
	margin:5px;
}

#xlink
{
display:block;
padding:5px;
text-align:right;
}

#xlink a
{
	padding:5px;
	background:#efefef;
	border:1px dotted #cccccc;
	text-decoration:none;
	font-weight:bold;
	color:#669900;
}
#xlink a:hover
{
	background:#FF6600;
	border:1px dotted #FF3300;
	color:#fff;
}
