﻿
/* ---------------- Boby Table Style  ---------------*/
#bodytable
{
    border-collapse: collapse;
    width: 100%;
}

#bodytable thead td.custom
{
    height: 10px;
}

#bodytable tfoot td.custom
{
	height: 50px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#bodytable tbody td.custom
{
    
}


/* --------------- Header Table Style  --------------*/

#headertable
{
    border-collapse: collapse;
    width: 100%;
}

#headertable td.logocell
{
    width: auto;
    padding: 0px 10px 0px 10px;
}

#headertable td.blankcell
{
    width: 30%;
}

#headertable td.logincell
{
    width: auto;
    padding: 0px 10px 0px 50px;
    text-align: right;
}


/* --------------- Layout Table Style  --------------*/
#layouttable
{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

#layouttable td.menucell
{
    background-position: center bottom;
    background-image: url('/images/topstrip.jpg');
    background-repeat: no-repeat;
    padding: 0px 10px 10px 10px;
}

#layouttable td.bodycell
{
    padding: 5px 15px 15px 15px;
}


#searchTable 
{
    width: 400px;
	border-style: none;
    border-width: thin;
    border-color: #D7D7FF;
    text-align: left;
   
}


#viewTable 
{
    width: 100%;
	border-style: solid;
    border-width: thin;
    border-color: #D7D7FF;
    text-align: left;
    border-collapse: collapse;
}

#viewTable thead td.custom
{
    
    font-size: 1.25em;
    color: White;
    font-weight: normal;
    background-color:#fff; //#005ea8
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #D7D7FF;
}

#viewTable thead td.customCell1
{
   
    font-size: 1.25em;
    color: White;
    font-weight: normal;
     background-color:#005ea8;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #D7D7FF;
    
	text-align: left;
	white-space: nowrap;
}

#viewTable thead td.customCell2
{
   
    font-size: 1.25em;
    color:  White;
    font-weight: normal;
    background-color:#005ea8;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #D7D7FF;
    width: 100%;
    text-align: center;
}

#viewTable thead td.customCell3
{
   
    font-size: 1em;
    color:  White;
    font-weight: normal;
    background-color:#005ea8;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #D7D7FF;
    white-space: nowrap;
    text-align: center;
}


#viewTable tbody td.custom
{
    padding: 0px 50px 0px 50px;
    margin: 0px;
    background: white;
    border-collapse: separate;
}

#viewTable tbody tr:hover td
{
    background: #d0dafd;
}


/*.Bodytablex thead th.thead-top
{
    background-color: transparent;
}

.Bodytablex thead th:first-child
{
    background-color: transparent;
    height: 10px;
    width: 50px;
}

.Bodytablex thead th:last-child
{
    background-color: transparent;
    height: 10px;
    width: 50px;
}




.Bodytablex td
{
    background-color: lime;
    height: auto;
}

.Bodytablex tbody td:first-child, td:last-child
{
    background-color: transparent;
    width: 50px;
}




.Bodytablex tfoot td:first-child, td:last-child
{
    background-color: transparent;
    width: 50px;
    height: 50px;
}

.Bodytablex tfoot td
{
    background-color: transparent;
    text-align: center;
    font-weight: bold;
}




*/