/* draws from the main css file */
/* only useful really for the user's logged in session */

.pager table
{
    width: auto;
}

#1-columnlayout {
	width:718px;
	overflow:hidden;}

#session-menu ul  {
	background-color:#535353;
	padding:5px;
	list-style:none;
	text-align:center;}

#session-menu li {
	display:inline;
	line-height:20px;}

#sub-selected {
	color:#fff;
	font-weight:bold;}

table {
	font-size:10pt;
	width:100%;}

th {
	border-bottom:1px dotted #999;
	font-size:13pt;
	padding-bottom:5px;
	text-align:left; /* for opera */}

th a {
	color:#d9d9d9;}

th.smaller {
	font-size:10pt;}

td {
	padding:0 3px;
	line-height:26px;} 

td {
	border-bottom:1px solid #404040;}

tr.alt {
	background-color:#313131;
	color:#909090;}

td a {
	display:block;}

td a:hover {
	background-color:#202020;}

select.session {
	margin:0 10px 10px 0;
	width:auto;}

select.session, input.session {
	display:inline !important;}

input.session {
	position:relative;
	top:13px;}

input.text {
	width:120px;
	position:relative;
	top:2px;
	margin-right:15px;}