/* 
    Document   : imm_2
    Created on : 2009/07/17, 11:20:40
    Author     : colam
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
img{
    border:0;
}
.table_a{
    background-color: #CED7DB;
	width:490px;
}
.table_a tr th{
    background-color: white;
}
.table_a tr td, #application_forms{
    vertical-align:top;
    font-size: 13px; /*color: blue; */
    color:#0D5CAB;
    background-color:white;
    padding-left:2px;
}
.table_a  tr td ul li{
	padding-right:5px;
	padding-top:3px;
}
#lst li{
    padding-top:10px;
}
#t_hour{
    font-size: 13px; color: #0D5CAB; border:solid gray 1px;
    background-color:gray;
    /*border-collapse:collapse;*/
}
.left_td{
    width: 200px;

}
#t_hour tr td{
    border: solid gray 1px;
    background-color:white;
    padding-left: 10px;
}
#t_hour tr td{
    width: 200px;
}
#application_forms tr td a, #application_forms tr td{
    font-size:12px;
}
.style1 {
	color: #0D5CAB;
}
#squares{
}
#squares tr td{
	width:25px;
	border-left: solid 2px white;
	background-color:white;
}
