/* 
	Blue Dream
	Written by Teylor Feliz  http://www.admixweb.com
*/

.table_dream { background:#D3E4E5;
 border:1px solid gray;
 border-collapse:collapse;
 color:#fff;
 font:normal 12px verdana, arial, helvetica, sans-serif;
}
.caption_dream { border:1px solid #5C443A;
 color:#5C443A;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
.td_dream, .th_dream { color:#363636;
 padding:5px;
}
.tr_dream { border:1px dotted gray;
}
.thead_dream th, .tfoot_dream th { background:#5C443A;
 color:#FFFFFF;
 padding:3px 3px 3px 3px;
 text-align:left;
 text-transform:uppercase;
}
.tbody_dream td a { color:#363636;
 text-decoration:none;
}
.tbody_dream td a:visited { color:gray;
 text-decoration:line-through;
}
.tbody_dream td a:hover { text-decoration:underline;
}
.tbody_dream th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
.tbody_dream th a:hover { color:#363636;
}
.tbody_dream td+td+td+td a { background-image:url('bullet_blue.png');
 background-position:left center;
 background-repeat:no-repeat;
 color:#03476F;
 padding-left:5px;
}
.tbody_dream td+td+td+td a:visited { background-image:url('bullet_white.png');
 background-position:left center;
 background-repeat:no-repeat;
}
.tbody_dream th, .tbody_dream td { text-align:left;
 vertical-align:top;
}
.tfoot_dream td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.odd { background:#fff;
}
.tbody_dream tr:hover { background:#99BCBF;
 border:1px solid #03476F;
 color:#000000;
}