/**
 * Umfragen
 *
 * $URL: svn://localhost/RBL-dev/tags/rbl_2010_02_26-1/css/royal/vote/votes.css $
 * $Rev: 1066 $
 * $Author: jk $
 * $Date: 2010-02-26 22:18:46 +0100 (Fr, 26 Feb 2010) $
 */
 @charset "ISO-8859-1";

/**
 * Umfrageergebnis
 */
TABLE.umfrage_erg {
	width: 500px;
}

TABLE.umfrage_erg TD {
	text-align: left;
	padding: 2px 2px;
}

TABLE.umfrage_erg TD.frage {
	font-weight: bold;
}

TABLE.umfrage_erg TD.autor {
	text-align: right;
}
TABLE.umfrage_erg TD.autor SPAN.name {
	font-weight: bold;
}
 
TABLE.umfrage_erg TD.value {
	width: 240px;
	
}
 
TABLE.umfrage_erg TD.value IMG {
	background-color: green;
}
 
/**
 * Umfrage (abstimmen)
 */
TABLE.umfrage {
	width: 500px;
}

TABLE.umfrage TD {
	text-align: left;
	padding: 2px 2px;
}
 
TABLE.umfrage TD.frage {
	font-weight: bold;
	text-align: left;
}

TABLE.umfrage TD.autor {
	text-align: right;
}
TABLE.umfrage TD.autor SPAN.name {
	font-weight: bold;
}
 
TABLE.umfrage TD.button {
	text-align: right;
}
 
TABLE.umfrage TD.antwort DIV.option {
	text-align: left;
}
 
/**
 * aktuelle Umfrage (abstimmen) als Topthema
 */
#main DIV#topthemes FORM.dataform {
	margin: 0px;
}
 
#main DIV#topthemes TABLE.umfrage {
	width: 100%;
	border-width: 0px;
}

#main DIV#topthemes TABLE.umfrage TD {
	text-align: left;
	padding: 0px 2px 0px 2px;
}

#main DIV#topthemes TABLE.umfrage TD.frage {
	font-weight: bold;
}

#main DIV#topthemes TABLE.umfrage TD.vote INPUT {
	position: relative;
	top: 3px;
	font-family: Tahoma, Arial, sans-serif;
}

#main DIV#topthemes TABLE.umfrage TD.datum {
	font-size: 90%;
}

#main DIV#topthemes TABLE.umfrage TD.button {
	text-align: center;
}

#main DIV#topthemes TABLE.umfrage TD.but INPUT {
	font-family: Tahoma, Arial, sans-serif;
	/*  font-size           : 11px;*/
}

#main DIV#topthemes TABLE.umfrage TD.link {
	text-align: right;
}

#main DIV#topthemes TABLE.umfrage TD.link A:link {
	color: blue;
	text-decoration: underline;
}

#main DIV#topthemes TABLE.umfrage TD.link A:visited {
	color: blue;
	text-decoration: underline;
}

#main DIV#topthemes TABLE.umfrage TD.link A:hover {
	color: blue;
	text-decoration: underline;
}

@media print {
	#main div#topthemes table.umfrage td.button {
		display: none;
	}
}

/**
 * Umfragen bearbeiten
 */
TABLE.umfragen TD {
	text-align: left;
	padding: 1px 2px;
}

TABLE.umfragen TD.frage {
	font-weight: bold;
}

