/*----------------------------------------*/
/* SIMPLEDIR.css located at header.inc.php*/
/*----------------------------------------*/

.sd_table {
	font-family:lucida sans unicode,lucida grande,sans-serif;/*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	width:100%;
	border-collapse:collapse;
	font-size: 16px;
    }

.sd_table caption {
        font-weight: bolder;
        font-size: 20px;
        color: #000000;
}

.sd_table td, #cf_table th {
	font-size:1em;
	border:1px solid #cccccc;
	padding:3px 7px 2px 7px;
}

.sd_table th {
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#aaaaaa;/*rgb(233,140,0);/*#009865;*/
}

.sd_table tr.alt td {
	color:#000000;
	background-color:#f9f9f9;
}
/*=================================*/
/* all hyperlink properties -AR-*/
/*=================================
a{ 
    font-family: lucida sans unicode,lucida grande,sans-serif;
    font-weight: normal;
    font-size:16px;
    text-decoration: none;   
    color:green;
}
a:hover{
  font-size:18px;
  color:black; 
}*/