img {
border: none;
}

a {
color : #000080;
font: italic bold
text-decoration : underline}

a:hover  {
color: red
}


.sort-table {
border: 1px solid black;
border-collapse: collapse;
}

.sort-table td {
border: 1px solid black;
padding: 2px 5px;
font-size: 9pt;
font-family: "arial";
}

.sort-table a {
font-weight: bold;
text-decoration : underline}

.sort-table thead td {
border: 1px solid black;
background-color: #00603C;
cursor: pointer;
color: #FFFFFF;
font-size: 9pt;
font-family: "arial";
font-weight : bold;
margin: 0 0 1 0;
padding: 3px 4px 2px 6px;
}

.sort-table thead td:active {
border-color: ButtonShadow ButtonHighlight  ButtonHighlight ButtonShadow;
padding: 3px 4px 1px 6px;
}

.search-table {
border: 1px solid black;
border-collapse: collapse;
}

.sort-table tr:nth-child(odd)
{
background: #ECECEC
}

.sort-table tr:nth-child(even) 
{
background: #FFFFFF
}

.search-table td {
border-left: 1px solid black;
border-right: 1px solid black;
font-size: 9pt;
font-family: "arial";
}

.search-table a {
font-weight: bold;
text-decoration : underline}

.search-table th {
border-left: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
background-color: #00603C;
color: #FFFFFF;
font-size: 9pt;
font-family: "arial";
font-weight : bold;
margin: 0 0 1 0;
padding: 3px 4px 2px 6px;
}


#rowData {
border: 1px solid black;
padding: 4px 5px;
font-size: 9pt;
font-family: "arial";
}

.search-table thead td {
border: 1px solid black;
background-color: #F2F2F2;
color: #002AC0;
font-size: 9pt;
font-family: "arial";
font-weight : bold;
text-decoration:underline;
margin: 0 0 1 0;
padding: 3px 4px 2px 6px;
}

.search-table thead td:active {
border-color: ButtonShadow ButtonHighlight  ButtonHighlight ButtonShadow;
padding: 3px 4px 1px 6px;
}

.search-table tr:nth-child(odd)
{
background: #ECECEC
}

.search-table tr:nth-child(even) 
{
background: #FFFFFF
}

.sort-arrow {
width:	11px;
height:	11px;
background-position: center center;
background-repeat: no-repeat;
margin:	0 2px;
}

.sort-arrow.descending {
background-image: url("downsimple.png");
}

.sort-arrow.ascending {
background-image: url("upsimple.png");
}