td
{
    font-family: MS Sans Serif, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
caption {
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin-bottom: 5px;
}

input {
    font-family: MS Sans Serif, Verdana, Arial, Helvetica, sans-serif;

}
a:link { color: #003300;  text-decoration: none; }
a:active { color: #003300;  text-decoration: none; }
a:visited { color: #003300;  text-decoration: none;}
a:hover { color: #003300;  text-decoration: underline; }

.EmailLink:link, .EmailLink:active, .EmailLink:visited { color: #003300;  font-weight: normal; text-decoration: none; }
.EmailLink:hover { color: blue;  font-weight: normal; text-decoration: underline; }

ul{
	/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: table;
}


li{
	display: table-row;
	position: relative;
	padding: 2px 6px;
}

div.menutable {
	line-height: 150%;
}

.trHL { background-color: #CCC; }
.trHLActive { background-color: #F2F2F2; }

.hlt {
    background-color: white;
    color: black;
}                                                            
    
div#files_list div input { margin-left: 10px; }                                  

h1 {
    font-size:12pt; 
    font-weight:bold;
    border-bottom: 1px solid #CCC;
    color: #003300;
}
span.submenu {
    font-size:0.8em;
    font-weight:bold;
    color:#4D804D;
}
table.tablehead {
    border: 1px solid #CCC;
    width:800px;
    background-color: #F2F2F2;
}

.bigbutton {
	font-weight: bold;
	padding:5px;
	width:150px;
}
.button { font-size:9pt;}

.TableDivider {
	font-weight: bold;
	color: white;
	background-color: #003300;
	padding: 5px 10px;
}

table.tablehead td.TableCell, table.tablehead tr.TableCell td {
	padding:10px;
}



