﻿.tableSetter
{
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}
.tableSetter td
{
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 2px 0 2px 0;
    table-layout: fixed;
word-wrap:break-word;overflow:hidden;
}
.tableSetter th
{
    text-align: center;
    background: url(images/DataGrid/title_bg.gif) repeat-x left bottom;
    cursor: pointer;
    font-weight: normal;
    border-collapse: collapse;
    border: 1px solid #ccc;
    height: 30px;
    font-weight:bold;
}
.tableSetter th.over
{
    background: url(images/DataGrid/title_bg_over.gif) left bottom repeat-x;
}
.tableSetter th:hover
{
    background: url(images/DataGrid/title_bg_over.gif) left bottom repeat-x;
}
.tableSetter tr.odd
{
	background-color:#F4FEF6;
}
.tableSetter tr.highlight
{
    background: #f9f9f9;
}
.tableSetter tr.selected
{
    background: #FFFACB;
}

.tbl_pro td
{
    height:25px;
}