/*
	***SUBPAGE***
	=============
	
	Chatspass Stylesheet
	Bastian Posniak
	worldweb Internetkommunikations oHG
	
	Dieses Stylesheet kommt auf allen Unterseiten (also nur nicht auf der Startseite) zum Einsatz.
	
*/


/* --- DIVs --- */

#container #button-bar {
	position: absolute;
	left: 4px;
	top: 229px;
	width: 792px;
	height: 164px;
}

#container #content-left {
	position: absolute;
	left: 23px;
	top: 404px;
	width: 537px;
	
	line-height: 18px;
}

	#container #content-left img.left {
		border: 1px solid #DCDFE0;
		margin: 5px 15px 5px 0;
		padding: 5px;
		float: left;
	}
	
	#container #content-left img.right {
		border: 1px solid #DCDFE0;
		margin: 5px 0 5px 15px;
		padding: 5px;
		float: right;
	}

#container #content-right {
	position: absolute;
	left: 604px;
	top: 404px;
	width: 175px;
	z-index: 1;
}

	#container #content-right a {
		color: #7e7e7e;
		text-decoration: none;
		font-size: 11px;			/* 10px sind zu wenig */
		line-height: 14px;			/* 20px waren etwas zu viel */
	}
	
	#container #content-right a:hover {
		color: #373737;
	}
	
/* 
   ==========================================
   Globale Styles für das Voting 
   ==========================================
   Zusätliche Stylesheets
   Holger Nickusch
   
*/

/* ---- Tables ---------------------------- */

.voteHead {
	width: 537px;
	background-color: #B4CEDD;	/* #C8D6F9;	 #006699; */
}

.voteBlock {
	width: 537px;
	background-color:#F1F6FA;
}

.voteResult {
	width: 530px;
	background-color:#F1F6FA;
}

/* ---- Spans ----------------------------- */

.voteTheme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #F1F6FA;	/* #003366; */
}

.voteRange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:italic;
	color: #F1F6FA; /* #003366; */
}



/* ---- Cells --------------------------------- */

.voteItem {
	width:200px;	/* width:46%; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:left;
	vertical-align:top;
	background-color: yellow;
}


.noVotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	color:#000000;
	text-align:center;
}


.voteNum {
	width:41%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	text-align:left;
}

.votePercent {
	width:13%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}


/* 
   ============================================
   Globale Styles für die Liste der Anwesenden
   ============================================
   Zusätliche Stylesheets
   Holger Nickusch
   
*/

.evenColor {
	background-color:#E2EDF5;
}  


.oddColor {
	background-color:#F1F6FA;
}


.colChannel {
	width: 85px;
	background-color:#C2D4DE;
	font-weight:bold;
	text-align:center;
}

.colCount {
	width: 46px;
	background-color:#C2D4DE;
	font-weight:bold;
	text-align:center;
}

.colMember {
	width: 470px;
	background-color:#C2D4DE;
	font-weight:bold;
	text-align:center;
}
	
	
