/* CSS Document */

/*.subhead span is yet unreadable by rthml!!*/
th span, th span:visited {
    font-size: 0.75em; 
    font-weight: normal; 
    color: #666666;
    }

.moved {
    background-position: 5% 0%;
}

.rightpadded {
    padding-right: 4px;
}

.leftpadded {
    padding-left: 6px;
}
	    
table {
	font-family: Georgia, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	width: 650px;
	empty-cells: show;
    line-height: 1.2em;
    font-size: 0.9em;
	text-align: left;
	color: #333333;
	border-spacing: 0px;
	}
    
th {
    /* for THs that won't contain links */
    /*with javascript for sorting used, each 'th' is a link, so this style is redundant */
	padding: 0.1em 0.1em 0.1em 0.15em;
	line-height: 1.2em;
	}

th a {
	display: block;
	width: 100%;
	padding: 0.1em 0.1em 0.1em 0.15em;
	text-decoration: none;
	margin: -2px;
	font-weight: bold;
	vertical-align: top;
    
    /*blue: */
	/*background: #BBD2FF;*/
	/*grey: */
	/*background: #333333;*/
	/*red: */
	/*background: #C96865;*/
	/*orange: */
	/*background: #F4A161;*/
	/*green: */
	/*background: #94ce4c;*/
	}

th a:link {
    color: #000000;
    }
    
th a:visited {
    color: #000000;
    }
   
th a:hover { 
	/*blue: */
	/*background: #e7b9b9;*/
	/*color: #000000;*/
	/*orange: */
	/*background: #976fae;*/
	/*background: #f79646;*/
	/*color: #ffffff;*/
	/*green: */
	/*background: #be514c;*/
	/*color: #ffffff;*/
	}
       
td {
	padding: 0.1em;
	vertical-align: bottom;
}

tr {
}

/* If the browser supports CSS3, we don't actually need colorTableRows() */
tr:nth-child(2n) {
	background-color: #FFFFFF;
	
	/*blue: */
	/*background: #edf3fe;*/
	/*grey: */
	/*background: #ececec;*/
	/*red: */
	/*background: #F9EEEE;*/
	/*orange: */
	/*background: #FFF0D8;*/
	/*green: */
	/*background: #DFF6D6;*/
	}

/* But we'll use it anyway because we're so cool */
tr.alternate {
	background-color: #F0F0F0;
    
    /*blue: */
	/*background: #edf3fe;*/
	/*grey: */
    /*background: #ececec;*/
	/*red: */
	/*background: #F9EEEE;*/
	/*orange: */
	/*background: #FFF0D8;*/
	/*green: */
	/*background: #DFF6D6;*/
	}

#credentials {
	width: auto;
}
