table.poll {
		border-collapse:collapse;
		background:#dfe9f5 url(/i/teaser.gif) repeat-x;
		border-left:1px solid #bbb;
		border-right:1px solid #bbb;
		font:2em helvetica,arial,verdana;
		color: #333;
		width: 90%;
}

table.poll td, th {
		padding:5px;
		
}



/* =links
----------------------------------------------- */

table.poll a {
		color:#950000;
		text-decoration:none;
}


table.poll a:visited {
		font-weight:normal;
		color:#666;
}

table.poll a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head 
----------------------------------------------- */

table.poll thead th {
		background: url(/i/llsh.gif) repeat-x;
		color:#fff; 
font-size: 70%; text-align: left;
}


/* =body
----------------------------------------------- */

table.poll tbody th, table.poll tbody td {
		border-bottom: dotted 1px #333;
}

table.poll tbody th {
	/*	white-space: nowrap;*/
font-size: 70%;
}

table.poll tbody th a {
		color:#333;
}


table.poll tbody tr:hover {
		background:#fafafa
}