﻿

 

table  
{
  background:#D3E4E5;
 border:1px solid gray;
 border-collapse:collapse;
 color:#fff;
 font:normal 12px verdana, arial, helvetica, sans-serif;
}
caption { border:1px solid #5C443A;
 color:#5C443A;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
td, th { color:#363636;
 padding:.4em;
}
tr { border:1px dotted gray;
}
thead th, tfoot th { background:#6CA6CD;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
}
tbody td a { color:blue;
 text-decoration:none;
}
tbody td a:visited { color:blue;
 text-decoration:line-through;
}
tbody td a:hover { text-decoration:underline;
}
tbody th a { color:blue;
 font-weight:normal;
 text-decoration:none;
}
tbody th a:hover { color:#363636;
}
tbody td+td+td+td a { 
 background-position:left center;
 background-repeat:no-repeat;
 color:blue;
 padding-left:15px;
}
tbody td+td+td+td a:visited { 
 background-position:left center;
 background-repeat:no-repeat;
}
tbody th, tbody td { text-align:left;
 vertical-align:top;
}
tfoot td { background:#6CA6CD;
 color:#FFFFFF;
 padding-top:3px;
}
.odd { background:#fff;
}
tbody tr:hover { background:#99BCBF;
 border:1px solid #03476F;
 color:#000000;
}


.newtable  
{
  width:100%;
 background:#ffffff;
 border-collapse:collapse;
 color:#fff;
 font:normal 12px verdana, arial, helvetica, sans-serif;
  border:0px;
}
 .newtable caption { border:0px;
 color:#5C443A;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
.newtable  td, th {  
 
}
.newtable  tr  
{
    border:0;
}
.newtable  thead th, tfoot th { background:#ffffff;
 
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
}
.newtable tbody th a:hover { color:#ffffff;
}
.newtable  tbody th, tbody td  
{
 text-align:left;
 vertical-align:top;
 line-height:25px;
}
.newtable  tfoot td  
{
  background:#6CA6CD;
  padding-top:3px;
}
.odd { background:#fff;
}

.newtable  tbody tr:hover 
{
     border:0px;
     background:#ffffff;
}

 
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
 
 