/*******************************************************************************
 *                           Home                                              *
 *                          CONTENT-SCREEN.CSS                                 *
 *                                                                             *
 *******************************************************************************/

/* Place specific screen styles for this category in here */

/* Students/Fac Block */


div#students {width:100%; float:left;  padding:0; margin:0}
div#facstaff {width:100%; float:left;  padding:0; margin:0}

#about table {margin: 0; padding: 0; border-collapse: collapse; width: 50%; }
#about td, #about th {padding: 10px 4px; border-bottom: 1px solid #EEE; }
#about td.blank, #about th.blank { background:none; background-color:white;}
#about td + td {border-left: 1px solid #FAFAFA; }
#about td#first,  #about th#first{width:200px;} 

#about td + td + td {border-left: none;}
#about td a {color: #444; text-decoration: none; text-align: right;}
#about td a, #about th a {display: block; width: 100%;}
/*#about td a:hover {background: #444; color: #FFF;} */
#about tfoot th {text-align: right;}
#about th {text-align: left;}
#about th + th {}
#about th + th + th {text-align: left;}
#about th a {color: #F06; text-decoration: none; font-size: 1.1em;}
#about th a:visited {color: #F69;}
#about th a:hover {color: #F06; text-decoration: underline;}
#about thead tr, #about tfoot tr {color: #555; font-size: 0.8em;}
#about tr {font: 12px sans-serif; background: url(../images/grayfade.png) repeat-x #F8F8F8; }
/*#about tr:hover {background: #FFF;} */


#horzBarGraph { 
	border-left: 0px solid #ccc;
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom:5px; width:100%; 
	float:left
	}


dl#horzBarGraph { 
        margin: 0; 
        padding: 0;                     
    }
#horzBarGraph  dt { 
        position: relative; /* IE is dumb */
        clear: both;
        display: block; 
        float: left; 
        width: 15em; 
        height: 18px; 
        line-height: 18px;
        margin-right: 5px;              
        font-size: 10px; 
        text-align: right; 
    }
 #horzBarGraph   dd { 
        position: relative; /* IE is dumb */
        display: block;                 
        float: left;     
        height: 18px; 
        margin: 0 0 1px;
        background-color:#c8b781;
     }
     * html dd { float: none; } 
    /* IE is dumb; Quick IE hack, apply favorite filter methods for 
    wider browser compatibility */

 #horzBarGraph   dd.alt { background-color:#efe6ca;}



/* Old Vertical Graph */
.verticalBarGraph {
	border-bottom: 0px solid #ccc;
	margin: 0;
	padding: 0;
	position: relative;
	padding-bottom:0;
	}
	
.verticalBarGraph li {
	border: 1px solid #a99d79;
	bottom: 0px;
	list-style:none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 17px;
	background-color:#c8b781;
	color:#663399;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif
	}

.verticalBarGraph li span { position:relative; top:-17px;}


.verticalBarGraph li.alt {background-color:#efe6ca; }






