@charset "utf-8";
/* CSS Document */

table.tableStyle2 tbody tr{
background-color:white;
background-image:url('images/table/table_ruler.png');
background-position:bottom left;
background-repeat:no-repeat;
}



table.tableStyle2 thead tr{
background-color:#f1ccb6;
}

table.tableStyle2 tbody td{
padding:0.4em 0;
text-align:center;
font-size:0.9em;
}

table.tableStyle2 caption{
/*background-color:white; #33584c;*/
background-image:url('images/table/table_title_bg.png');
background-repeat:repeat-x;
background-position:left top;
color:white;
padding-bottom:17px;
text-align:left;
}

table.tableStyle2 caption div.table_title{
background-image:url('images/table/table_title_r_end.png');
background-repeat:no-repeat;
background-position:right top;
vertical-align:top;
}

table.tableStyle2{
margin-bottom:25px;
}

/*
table.tableStyle1{
border:1px solid #FEFEFE;
}

table.tableStyle1 td{
text-align:center;
}
table.tableStyle1 thead th{
border-bottom:1px solid black;
background-color:#FFFFCC;
text-align:center;
}
table.tableStyle1 thead th.topLeftHeader{
border-right:1px solid black;
background-color:transparent;
}

table.tableStyle1 tbody th{
border-bottom:1px solid black;
border-right:1px solid black;
font-weight:normal;
text-align:right;
}
table.tableStyle1 tbody td{
padding:0.3em 0;
}
table.tableStyle1 caption{
font-size:1.5em;
color:red;
font-weight:bold;
margin-top:1em;
line-height:2em;
}
table.tableStyle1 tr.even{
background-color:#FEFEFE;
}
table.tableStyle1 tbody td.bldName{
font-weight:bold;
}

*/