TD
{
    FONT-FAMILY: MS Sans Serif, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
}
CAPTION
{
    TEXT-ALIGN: left
}
INPUT
{
    FONT-FAMILY: MS Sans Serif, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: x-small
}
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: #EEE; }

.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: #EEE;
}