/* 
    Document   : table
    Created on : Jun 8, 2011, 12:58:10 PM
    Author     : sshafiq
    Description:
        Purpose of the stylesheet follows.
*/


#table {
	margin:0;
	padding: 4px;
    float: left;
	width: 555px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#747474;
	background-color:#0c2a62;
}

#top {
	margin:0;
	padding: 0;
	width: 555px;
	height: 46px;
	border-top: 2px solid #FFF;
	background: #eff4ff url(../images/top-light-blue.png) repeat-x left top;
}

.top-cell {
	float:left;
	padding: 15px 0 0 0;
	text-align:center;
	width:105px;
	height: 31px;
	border-right: 1px solid #ced9ec;
	color:#1f3d71;
	font: 13px Arial, Helvetica, sans-serif;
}
.left {
	float:left;
	margin:0;
	padding: 10px 0 0 24px;
	width: 160px;
	text-align: left;
	height: 25px;
	border-right: 1px solid #ced9ec;
	border-bottom: 1px solid #b3c1db;
	color:#1f3d71;
	font: 13px Arial, Helvetica, sans-serif;
	background: #e4ebf8 url(images/center-blue.png) repeat-y left top;
}
