.table
{
    width: auto;
    /*height: 100%;*/
    margin: 20px 0px 0px 0px;
}

.tableHeader
{
    width: 100%;
    height: auto;
}

.tableTitle
{
    /*width: 100%;
    text-align: center;*/
    color: #3434b3;
    font-size: 18pt;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}

.tableSearch
{
    width: 100%;
    height: 50px;
    /*text-align: center;*/
    margin: 20px 0px 20px 0px;
}

.tableSearchTitle
{
    width: 160px;
    float: left;
    /*text-align: right;*/
    padding: 0px 0px 0px 0px;
    font-size: 16pt;
}

.tableSearchText
{
    width: auto;
    float: left;
    /*text-align: left;*/
    padding: 0px 10px 0px 10px;
    font-size: 16pt;
}

.searchText
{
    font-size: 16pt;
}

.tableData
{
    width: 100%;
}

.tableEntry
{
    /*float: left;*/
    width: 565px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin: 20px 10px 10px 0px;
    padding: 10px;
}

.tableEntryHeader
{
    height: 40px;
}

.tableEntryTitle
{
    float: left;
    font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.tableEntryOption
{
    float: right;
    cursor: pointer;
}

.tableEntryFields
{
    width: 100%;
    height: auto;
}

.tableEntryCaption
{
    width: 180px;
    float: left;
}

.tableEntryField
{
    width: 380px;
    height: 30px;
    float: left;
}

.tableEntryMemo
{
    width: 380px;
    min-height: 75px;
    height: auto;
    float: left;
}

.tableEntryButtons
{
    width: 100%;
    height: auto;
    margin: 10px 0px 0px 0px;
}

.tableMatrix
{
    float: left;
    width: auto;
    max-width: 90%; 
    margin: 40px 20px 20px 0px;
    overflow: auto;
}

.tableStd
{
    width: 100%;
    table-layout: fixed;
}

thead, tfoot, tbody
{ 
    width: 100%;
}

tfoot
{
    background-color: #c4a669;  /*#8fe2ee*/
    border: solid 2px #000000;
}

tbody
{
    width: auto;
    overflow: auto;
}

.trHeader
{
    width: 100%;
    height: 30px;
    background-color: #A0A0A0;
    cursor: pointer;
}

.thHeader
{
    padding: 5px;
    border: solid 2px #000000;
}

.trRowEmpty
{
    width: 100%;
    height: 30px;
    background-color: #FFFFFF;
}

.tdRowEmpty
{
    border: solid 2px #000000;
}

.trRow:hover, .trRowColored:hover
{
    width: 100%;
    height: 30px;
    color: #3434b3; /*#C8C8C8*/    
    background-color: #a2a2a2;
    cursor: pointer;    
    font-weight: bold;
    border-color: #FF0000;
}

.trRowColored
{
    width: 100%;
    height: 30px;
    background-color: #E0E0E0;
}

.tdRow
{
    height: 30px;
    padding: 5px;
    border: solid 2px #000000;
}

.trRowNoLinkColored
{
    width: 100%;
    height: 30px;
    background-color: #E0E0E0;
}

.tdRowNoLink
{
    height: 30px;
    padding: 5px;
    border: solid 2px #000000;
}

.tdRowCenter
{
    height: 30px;
    padding: 5px;
    border: solid 2px #000000;
    text-align: center;
}

.trPage
{
    background-color: #c4a669;
    width: 100%;
    height: 30px;
    background-color: #FFFFFF;
}

.tdPage
{
    background-color: #c4a669;
    width: 360px;
    text-align: left;
}

.tdPageEmpty
{
    background-color: #c4a669;
    width: auto;
    text-align: center;
}
