/* ----- Scrolling Table ----- */
.dataGridHeader {
border-left: 1px solid #999;
width:625px;
_width:620px;
border-right: 1px solid #D9D9D9;
border-top: 1px solid #999999;
}

.dataGridContent {
overflow:auto;
width:625px;
_width:620px;
border-bottom: 1px solid #D9D9D9;
}

.dataGridHeader thead tr {
width:625px;
}

.dataGridHeader table thead tr th, .dataGridHeader table tbody tr td { 
text-align:left;
height:0;
}

table.scrolltablestyle{
border-bottom: 1px solid #D9D9D9;
border-top: 1px solid #D9D9D9;
}

table.scrolltablestyle tbody tr td{
background: #fff;
text-align:left;
padding: 4px 9px;
font: 62.5%/1.4em Arial, Helvetica, sans-serif;
color:#333333;
}
table.scrolltablestyle thead tr th{
background-color: #FFFFD9;
font-weight: normal;
text-align:left;
padding: 4px 9px 4px 9px;
border-bottom: 1px solid #999999;
font: 62.5%/1.4em Arial, Helvetica, sans-serif;
color:#333333;
}

table.scrolltablestyle thead tr th span{
font-size: 1.2em;
}

table.scrolltablestyle thead tr th a:visited{
color: #CC6633;
}

table.scrolltablestyle thead tr th a:hover{
color: #999966;
}

table.scrolltablestyle tbody tr td{
border-right: 1px solid #D9D9D9;
}
table.scrolltablestyle tbody tr.even td{
background: #F3F3F3;
}

table.scrolltablestyle tbody tr.ruled td{
background-color: #CCFFCC;
}
