html {
	background:#F5F5F5;
}

img {
	border:0px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:450px;
	text-align:center;
}

h1 {
	font:1.8em 'Trebuchet MS',helvetica,arial,verdana;
}
table {
	border-collapse:collapse;
	background:#EFF4FB url(images/teaser.gif) repeat-x;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
}

td, th {
	padding:5px;
}

caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

/* =links
----------------------------------------------- */
h1 a {
	text-decoration:none;
}
table a {
	color:#FFFFFF;
	text-decoration:none;
}

table a:link {}

table a:visited {
}

table a:hover {
	border-bottom: 1px dashed #bbb;
}

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

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

.date {
	text-align:left;
	background:#F5F5F5;
	color:#333;
	border-left:1px solid #F5F5F5;
	border-right:1px solid #F5F5F5;
}

tfoot td {
	text-align:right
}

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

tbody th, tbody td {
	border-bottom: dotted 1px #333;
}

tbody th {
	white-space: nowrap;
}

tbody th a {
	color:#333;
}

.odd {}

tbody tr:hover {
	background:#fafafa
}

.minut {
	color:#FF0000;
}

.small-text {
	font-size:0.7em;
}

#footer {
	text-align:left;
	font-size:0.7em;
	padding-left:5px;
}