﻿/* 
	Blue Dream
	Written by Teylor Feliz  http://www.admixweb.com
*/


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:#9bcdff;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
td, th { color:#FCCA09;
 padding:.4em;
 font-family: Arial;
 font-size: 10px;
}
tr { border:1px dotted gray;
}
thead th, tfoot th { background:#00386D;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:center;
 text-transform:uppercase;
}
tbody td a { color:#363636;
 text-decoration:none;
}
tbody td a:visited { color:gray;
 text-decoration:line-through;
}
tbody td a:hover { text-decoration:underline;
}
tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
tbody th a:hover { color:#363636;
}
tbody td+td+td+td a { background-image:url('bullet_blue.png');
 background-position:left center;
 background-repeat:no-repeat;
 color:#03476F;
 padding-left:15px;
}
tbody td+td+td+td a:visited { background-image:url('bullet_white.png');
 background-position:left center;
 background-repeat:no-repeat;
}
tbody th, tbody td { text-align:left;
 vertical-align:top;
}
tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.odd1 { background:#105DA7;
}
.odd2 { background:#1D85E8;
}
tbody tr:hover { background:#094782;
 border:1px solid #03476F;
 color:#000000;
}


/*.tabledivR {
display:  table;
width:100%;
background-color:#Transparent;
border:0px solid  #666666;
border-spacing:1px;
border-collapse:separate;
}
.celldivR {
float:left;
display:  table-cell;
width:15%;
}
.celldivR1 {
float:left;
display:  table-cell;
width:55%;
}
.celldivR2 {
float:right;
display: table-cell;
width:10%;
}
.rowdivR  {
display:  table-row;
width:auto;
*/
