/* Example class for Mini Poll */

body {
	font-family: Verdana;
	font-size: 10px;
	background-color: #ffffff;
}
.menuhd {
	font-family: Verdana;
	font-size: 10px;
	color: #ffff00;
	background-color: #4682B4;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	font-weight: bold;
}
.menuhd2 {
	font-family: Verdana;
	font-size: 11px;
	color: #ffff00;
	background-color: #373a96;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-weight: bold;
	height:22px;
}
.poll {
	font-family: Verdana, Arial;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	/*background-color: #ebebeb;*/
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-left-color: #ebebeb;
	padding-right: 2px;
	color:#ffffff;
}
a:link {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	color: #ffffff;
	text-decoration: underline;
}
.fat {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.tabele {
	/*background-color: #ebebeb;*/
}
.formlook {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	/*border: 0px solid #ebebeb;*/
}
.pollbg {
	/*background-color: #ebebeb;*/
	padding-left: 5px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.formbutton { font-family:verdana; font-size:10px; color:blue; height:18px; }