/* Copyright 2006 Joost de Valk 
a img {
	border: 0px;
}

table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
}

table.sortable th {
	font-family: "Arial", Verdana, Sans-Serif;  font-size: 0.8em; color: #333333; background-color:#ccc; 
}

table.sortable A:link {color: #000099; }

table.sortable tr.odd td {}
table.sortable tr.even td {
	background-color: #eee;
}

.plaintext {font-family: "Arial", Verdana, Sans-Serif;  font-size: 0.8em; cursor: pointer; color: #000099; text-decoration:  underline}
.plaintext A:link {color: #000099;  text-decoration: underline}
.plaintext A:active {color: #000099;  text-decoration: underline}
.plaintext A:visited {color: #000099;  text-decoration: underline}
*/

a img {
	border: 0px;
}
table.sortable {border:1px solid #cccccc!important;
border-collapse:collapse;
border-spacing:0px;
*border-collapse: expression('separate', cellSpacing = '0px');  /* IE hack  */
}

table.sortable th, table.sortable td {
	text-align: left;
margin:0px!important;
}

table.sortable th {
	font-family: "Arial", Verdana, Sans-Serif;  font-size: 0.8em; color: #ffffff; 
	background: url(../tabpopup_selected.gif); 
	border-left:1px solid #ffffff; 
	border-right:1px solid #8796BA; 
	border-top:1px solid #ffffff; 
	padding: 1px;
}
table.sortable td {
	padding: 5px;
/*	border-top:1px solid #C1C6D2; */
border-top:1px solid #C1C6D2!important;
}

table.sortable td a:link {color: #000099; 
text-decoration:none;}
table.sortable td a:hover {color: #990000; 
text-decoration:none;}

.sortheader {color: #000000!important; 
text-decoration:none;}
table.sortable th a:hover {color: #990000; 
text-decoration:none;}

table.sortable tr.even td {}
table.sortable tr.odd {background-color: #fffffd;}

.plaintext {font-family: "Arial", Verdana, Sans-Serif;  font-size: 0.8em; cursor: pointer; color: #000099; text-decoration:  none}
.plaintext a:link {color: #000099;  text-decoration: none}
.plaintext a:active {color: #990000;  text-decoration: none}
.plaintext a:visited {color: #000099;  text-decoration: none}
.plaintext a:hover {color: #990000!important;  text-decoration: none}


