﻿
/*
PORTS Unit of Study Table Styles
*/

div.uos {    
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

table.uos  {
    padding:5px;
    border:medium
} 	

tbody.uos {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

tr.uost1 td {
	line-height: 60%;
    background-color: #000;
    color: #fff !important;
	vertical-align:middle;
	font-weight:bold;
}

tr.uost2 {
	line-height: 60%;
    font-weight:bold;
}

td.uost2 {
	width:33%;
}   

tr.uos td {
	line-height: 100%;
	vertical-align:bottom;
	font-style:italic;
}
	
tr.uos td.uosc1 {
	vertical-align:top;
}
