/* input styles for table elements */

table.sortable a.sortheader {
    background-color:#61af60;
    color:#ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
	padding: 2px 10px 2px 10px;

}
table.sortable span.sortarrow {
    color: red;
    text-decoration: none;
}



table.sortable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	
}

.sortable th {
	font-weight: bold;
	background-color: #FFFFFF;
	border : 1px solid #808080;
	text-align:center}
	
.sortable tr {
	background-color: #FFFFFF;
	border-bottom : 1px solid #808080;
 }
 
 .sortable td{
	margin: 5px;
	padding:5px 5px
 }
 
  .sortable tr:hover {
background: #DFD;
}

  .sortable th:hover {
background: red;
}










