/* HTML Styles */
body
{
	margin:0 0 0 0;
	background-color:#fff;
}

/* ID Styles */
#mainContent
{
	width:90%;
	text-align:left;
}

/* class styles */
.linkSection {}
.linkSection h4 { padding-bottom:0px;margin-bottom:0px; }
.linkSection ul { margin-top:0px;padding-top:0px; }

/* color classes */
.colors {
	background-color: #660;
	color: #ccc;

}
.blues {
	background-color: #006;
}

#tblWorkplan
{
    border:1px solid #000;
    border-collapse:collapse;
}
#tblWorkplan thead th
{
    /* Set the background of the header */
    background-color:#006;
    background-image:url(/assets/images/dkblue_gradient.png);
    border:1px solid #006;
    
    /* Give heading a large, bold style */
    color:#fff;
    font-weight:bold;
    font-size:18pt;

    /* Set height to match background image */
    height:35px;
}
#tblWorkplan tbody td 
{
    padding: 4px;
    
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}
#tblWorkplan tbody tr:first-child td { border-top:none; }
#tblWorkplan tbody tr td:first-child { border-left:none; }
.filesize {font-size:0.9em; font-style:italic; }



.blueHeader
{
    border:1px solid #000;
    border-collapse:collapse;
}
.blueHeader thead th
{
    /* Set the background of the header */
    background-color:#006;
    background-image:url(/assets/images/dkblue_gradient.png);
    border:1px solid #006;
    
    /* Give heading a large, bold style */
    color:#fff;
    font-weight:bold;
    font-size:14pt;

    /* Set height to match background image */
    height:24px;
}
.blueHeader tbody td 
{
    padding: 4px;
    
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}
.blueHeader tbody tr:first-child td { border-top:none; }
.blueHeader tbody tr td:first-child { border-left:none; }

