table.blue {
		border-collapse:collapse;
		background:#EFF4FB url(images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		color: #333;
}

table.blue td, table.blue th {
		padding:5px;
}

table.blue caption {
		padding: 0 0 .5em 0;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}


/* =head
----------------------------------------------- */

table.blue thead th{
		background:#333 url(images/llsh.gif) repeat-x;
		color:#fff
}



/* =body
----------------------------------------------- */

table.blue tbody td {
		border-bottom: dotted 1px #333;
		border-left:dotted 1px #333;

}


table.blue tbody tr:hover {
		background:#fafafa
}

