.ddoverlap{
	border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font: bold 90% default;
	list-style-type: none;
}

.ddoverlap li{
	display: inline;
	margin: 0;
}

.ddoverlap li a{
	margin: 0px 1px 0px 0px;
	padding:10px 15px 10px 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	text-align: left;
	background:#0fa1b8;
     	-moz-border-radius: 10px 10px 0px 0px;
    	-webkit-border-radius: 10px 10px 0px 0px;
    	-khtml-border-radius: 10px 10px 0px 0px;
    	border-radius: 10px 10px 0px 0px;
}

.ddoverlap li a:visited{
	margin: 0px 1px 0px 0px;
	padding:10px 15px 10px 15px;
	font-size: 11px;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	text-align: left;
	background:#0fa1b8;
     	-moz-border-radius: 10px 10px 0px 0px;
    	-webkit-border-radius: 10px 10px 0px 0px;
    	-khtml-border-radius: 10px 10px 0px 0px;
    	border-radius: 10px 10px 0px 0px;
}

.ddoverlap li a:hover{
	text-decoration: none; color:#333;
	margin: 0px 1px 0px 0px;
	padding:10px 15px 10px 15px;
	font-size: 11px;
	text-decoration:none;
	text-transform:uppercase;
	text-align: left;
	color:#333333;
	background:#C0C0C0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
     	-moz-border-radius: 10px 10px 0px 0px;
    	-webkit-border-radius: 10px 10px 0px 0px;
    	-khtml-border-radius: 10px 10px 0px 0px;
    	border-radius: 10px 10px 0px 0px;
}

.ddoverlap li.selected a{
	color: #333;
	z-index: 100;
	top: 1px; 
	background:#f0f0f0;
	margin: 0px 1px 0px 0px;
	padding:10px 15px 10px 15px;
	font-size: 11px;
	text-decoration:none;
	text-transform:uppercase;
	text-align: left;
     	-moz-border-radius: 10px 10px 0px 0px;
    	-webkit-border-radius: 10px 10px 0px 0px;
    	-khtml-border-radius: 10px 10px 0px 0px;
    	border-radius: 10px 10px 0px 0px;
}

.ddoverlap li.selected a:hover{
	text-decoration: none;
}

#msg    { font-size:12px;margin:3px }
#warn   { color:#FF0000}
#notice { color:#333333 }

</style>

<style type="text/css">
.ddoverlap{
height: 1%; 
}

/* tables */
table.tablesorter {
	font-family: arial, helvetica, sans-serif;
	line-height:15px;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 0px solid #FFF;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(../../scripts/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	font-size: 12px;
	color: #333333;
	padding: 3px;
	font-weight:normal;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F0;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../../scripts/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../scripts/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}