/* ----- Scrolling Table ----- */
.dataGridHeader {
position:relative;
padding-top:24px;
border-left: 1px solid #999;
width:935px;
border-right: 1px solid #D9D9D9;
border-top: 1px solid #999999;
font-size: 0.8em;
}

.dataGridContent {
overflow:auto;
width:935px;
height:344px;
border-bottom: 1px solid #D9D9D9;
}

.dataGridHeader thead tr {
width:935px;
position:absolute;
top:0;
left:0;
}

.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: 2px 5px;
}
table.scrolltablestyle thead tr th{
background-color: #FFFFD9;
font-weight: normal;
text-align:left;
padding: 2px 5px 2px 5px;
border-bottom: 1px solid #999999;
}

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

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

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: #FFFF33;
}

.dataGridHeader2 {
position:relative;
padding-top:24px;
border-left: 1px solid #999;
width:742px;
border-right: 1px solid #D9D9D9;
border-top: 1px solid #999999;
font-size: 0.8em;
}

.dataGridContent2 {
overflow:auto;
width:742px;
height:344px;
border-bottom: 1px solid #D9D9D9;
}

.dataGridHeader2 thead tr {
width:742px;
position:absolute;
top:0;
left:0;
}

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

.dataGridHeader3 {
position:relative;
padding-top:24px;
border-left: 1px solid #999;
width:1130px;
border-right: 1px solid #D9D9D9;
border-top: 1px solid #999999;
font-size: 0.8em;
}

.dataGridContent3 {
overflow:auto;
width:1130px;
height:344px;
border-bottom: 1px solid #D9D9D9;
}

.dataGridHeader3 thead tr {
width:1130px;
position:absolute;
top:0;
left:0;
}

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

.dataGridHeader4 {
position:relative;
padding-top:24px;
border-left: 1px solid #999;
width:1160px;
border-right: 1px solid #D9D9D9;
border-top: 1px solid #999999;
font-size: 0.8em;
}

.dataGridContent4 {
overflow:auto;
width:1160px;
height:344px;
border-bottom: 1px solid #D9D9D9;
}

.dataGridHeader4 thead tr {
width:1160px;
position:absolute;
top:0;
left:0;
}

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