/* == [ CASE FILE ] ================== */

#casefilesummary, #casefiledocs
{
width:100%;
}

#casefilesummary th 
{
background:#FFFFFF;
border:medium none;
color:#000;
font-weight:bold;
padding:3px;
vertical-align:top;
width:18%;
text-align:left;
}

#casefilesummary td 
{
padding:3px;
vertical-align:top;
width:72%;
}

.row1, .row0 
{
background:#fff; 
}



/* == [ CASE FILE THUMBNAILS ] ================== */

/*Thumbnail spacing and border*/
#thumbnails img
{
margin-right:5px;
margin-bottom:5px;
border:2px solid #009933;
}

#thumbnails a:hover img
{
border:2px solid #00D03A;
}
