  #facultyTables
 {
 border:0px solid #fff;
	width:525px; 	
	margin-left:10px;
	font-size:13px;
 }
 
 #facultyTables td
 {
	 padding:0 0 0 0;
	 padding-left:4px;
	 padding-top:5px;
	 vertical-align:top;
 
 }

 
 #facultyTables  tr
{
	border-bottom: 1px dashed #dedede;
	vertical-align:top;
}

/* frame tables to hold other tables in the right place */
 
 #clearTables
 {
	border:0px none;
	margin-left:10px;
 }
 
 #clearTables td
 {
    vertical-align:top;
 }
#clearTables tr
{
border:0px none;
vertical-align:middle;
}

#clearTables tr td p
{
font-size:100%;
}

/* Normal Table Styles */
table {

border:1px solid #ccc;
background: #fff;
margin-bottom:20px;
margin-top:10px;
vertical-align:middle;

}


td {

padding-top: 0.4em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 0.1em;
text-align::left;
vertical-align:top;

}

tr
{

}

tr th{
padding: .5em .5em .5em .5em;
text-align:center;
font-weight: bold;

text-transform: uppercase;
color: #333;
background: #F5F5F5;
border: 0px solid #fff;
border-bottom:1px solid #dddddd;}

tr th b{
font-weight:bold;
}

tr td {
border: 0px solid #fff;
color: #333;


}

/* =links
----------------------------------------------- */

table a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;

font: normal  arial, helvetica, sans-serif;}

table a:link {border-bottom: 1px none #ddd;
color:#163818;
font: normal  arial, helvetica, sans-serif;}

table a:visited { 
color: #163818;font: normal  arial, helvetica, sans-serif;
}

table a:hover {border-bottom: 1px none #bbb;
color: #C4A725;
font: normal  arial,helvetica, sans-serif;}

/* =lists
----------------------------------------------- */
table tr td p ul 
{ padding:0px; margin:0px;text-align:left;}


/* =head =foot
----------------------------------------------- */

thead th, tfoot th {border: 0px solid #fff;
text-align: center;
font-size: 1.2em;
font-weight: bold;
color: #F5F5F5;
background: transparent;}

tfoot td {border: 1px solid #fff;}

/* =body
----------------------------------------------- */

tbody th {vertical-align: top;
text-align: center;}

tbody td {vertical-align: top;
text-align: left;
border: 0px solid #fff;}

tbody th {white-space: nowrap;}

.odd_old {
background: #F5F5F5;

} 

.tableBodrder
{
border: 1px solid #ccc;

}

.noBorder
{
	border: 0px solid #fff;
}

