@CHARSET "UTF-8";

body{
	font:76% Verdana,Tahoma,Arial,sans-serif;
	background:#FFFFFF url("/images/style2/background.png") repeat;
	color:#444444;
	line-height:1.2em;
	margin:0;
	padding:0;
}

a {
	color: #4db500;
}

	a img {
		border: none;
	}

	a.current {
		color: #4db500;
	}

	form fieldset {
		border: none;
	}
		
	form input,
	form textarea { 
		border: solid 1px #bebebe;
		width: 435px;
	}
	
	form textarea {
		height: 200px;
	}
	
		form input.checkbox {
			width: auto;
		}
		
		form input.x {
			width: 415px;
			margin-right: 5px;
		}

	form button {
		width: 121px;
		height: 26px;
		color: #000000;
		border: none;
		margin-right: 150px;
		cursor: pointer;
	}
	
	form button.wide {
		width: 216px;
		height: 34px;
	}
	
	dl.zend_form dt {
	}
	
	dl.zend_form dd {
	}

/*****************************
 * WRAP
 */

#wrap{
	color:#404040;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding:0;
}

	#wrap div.wraper {
		width: 1038px;
		text-align: center;
		margin: auto;
		position: relative;
		top: -10px;
	}
	
/*****************************
 * TOP
 */

#top {
	width: 100%;
}

	#top div.top {
		background: url("/images/style2/top.png") no-repeat;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
		width: 1038px;
		height: 215px;
	}
	
	#top div.top div.search {
		background: url( "/images/style2/topSearchbox.png" ) no-repeat;
		width: 352px;
		height: 27px;
		position: relative;
		top: 30px;
		left: 650px;
	}
	
	#top div.top div.search form {
		margin: auto;
		text-align: right;
	}
	
	#top div.top div.search form input {
		width: auto;
	}
	
	#top div.top div.search form button {
		background: url( "/images/style2/topSearchbox.png" ) no-repeat;
		width: 68px;
		height: 22px;
		color: #FFFFFF;
		border: none;
		margin-right: 15px;
		position: absolute;
		top: 2px;
		left: 50px;
	}

/*****************************
 * HEADER
 */

#header {
	display: none;
}

/*****************************
 * SIDEBAR
 */
#sidebar {
	background: url("/images/style2/topVerticalMenuBckgrnd.png") no-repeat 3px 0;
	width: 1038px;
	height: 26px;
}

	#sidebar ul{
		list-style:none;
		font-size:0.9em;
		margin-top: 5px;
		padding-top: 2px;
	}
	
		#sidebar li{
			list-style:none;
			display: inline;
			margin-left: 10px;
			margin-right: 10px;
		}
	
			#sidebar li a.current {
				color: #9c9c9c;
			}
			
			#sidebar li a{
				font-size:1.2em;
				font-weight:bold;
				color: #000000;
			}
	
		#sidebar ul ul{
			line-height:1.2em;
			padding:0;
		}
		
			#sidebar ul ul li a.current {
				color: #9c9c9c;
			}
			
			#sidebar ul ul li a {
				font-weight:normal;
				color: #444444;
			}
	
	#sidebar h2{margin:3px 0px 8px 0px;}

/*****************************
 * CONTENT
 */
#content {
	background: url("/images/style2/contentBckgrnd.png") repeat-y;
	line-height:1.5em;
	text-align:left;
	margin:0;
	margin-left: 3px;
	padding:0;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 1038px;
	position: relative;
	top: -10px;
}

	#content h1 {
		height: 32px;
		width: 525px;
		font-size: 15px;
		color: #000000;
		padding-top: 6px;
		padding-left: 10px;
	}
	
	#content ul.lastpolls {
		list-style-image: url("/images/style2/listImageCircle.png");
	}
	
		#content ul.lastpolls li {
			margin-top: 10px;
		}
	
			#content ul.lastpolls li a {
				color: #c92e43;
			}
	
	#content table.buttonTable {
		text-align: right;
		width: 100%;
	}
	
	#content div.paginationControl {
	}
	
	#content #question {
		color: #4db500;
		margin-bottom: 10px;
	}
	
	#content #description {
		margin-bottom: 10px;
	}
	
	#editHashForm {
		width: 202px;
		height: 131px;
		margin: auto;
		margin-top: 30px;
		text-align: center;
	}
	
		#editHashForm form {
			background: url("/images/style1/pollEditFormBckgnd.png");
			width: 202px;
			height: 131px;
			text-align: right;
		}
		
			#editHashForm form input {
				width: auto;
			}
			
			#editHashForm form p {
				text-align: center;
				margin: auto;
				padding-top: 20px;
				padding-bottom: 10px;
			}
	
	#content img.remove {
		position: relative;
		top: 3px;
	}
	
	#content #comments #commentErrors {
		color: #FF0000;
		width: 485px;
		border: thin solid #FF0000;
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#content #msg {
		display: block;
		width: 485px;
	}

/*****************************
 * FOOTER
 */
#footer {
	clear:both;
	text-align:right;
	color:#808080;
	font-size:0.9em;
	margin:0;
	line-height:1.6em;
	height: 97px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: -30px;
}

	#footer div.footer {
		background: url("/images/style2/footer.png") no-repeat;
		height: 97px;
		width: 1038px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
	}

		#footer div.footer p {
			padding-right: 30px;
		}
		
		#footer div.footer p:FIRST-CHILD {
			padding-top: 30px;
		}
		
	#footer #stats {
		position: relative;
		top: -90px;
		right: 135px;
	}

	#footer p{ padding:0; }
	#footer a{ color:#808080; }
	
#msgError {
	width: 700px;
}

ul.msgError {
	border: none;
}