body {
	font-family:arial, verdana;
}

.logo {
	
}

.clear {
	clear:both;
}

a:active {
	color: #008;
	text-decoration: none;
	border-bottom: #008 dashed 1px;
}
a:visited {
	border-bottom: #008 dashed 1px;
	text-decoration: none;
	color: #008;
}
a:hover {
	text-decoration:none;
	border-bottom:none;
	color: #00F;
}
a:link {
	border-bottom: #008 dashed 1px;
	text-decoration: none;
	color: #008;
}

#leftColumn {
	float:left;
	width: 40%;
	height: 90%;
	text-align:right;
	padding-right:20px;
}

#rightColumn {
	float:left;
	width: 57%;
	text-align:left;
	margin-bottom: 100px;
}

h1 {
	color: #363;
}

h2 {
	color: #336;
}

.about {
	font-size:14px;
	color:#333;
	margin:0 50px 0 0;
	text-align: justify;
}

.about p {
	text-indent: 20px;
	margin: 2px 0;
	padding: 2px 0;
}

.nlist li {
	font-size: 18px;
	margin: 0 0 8px 0;
}

.nhead {
	color: #aaa;
	font-size:12px;
	padding-top: 2px !important;
	padding-bottom: 0px !important;
	border-bottom: 1px solid #eee;
	margin-bottom:5px;
}

.nrow {
	clear:both;
	width: 360px;
	padding: 10px 10px 10px 10px;
	height: 20px;
	background: #fefffe;
	margin-bottom:2px;
}

.nrow .num {
	color: #aaa;
	font-size:14px;
	float:left;
	width:30px;
}

.nrow .user {
	float:left;
	width: 250px;
}

.odd {
	background: #f1fff1 !important;
}

.winner {
	background: #fff1f1 !important;
}

.nrow .act {
	text-align:right;
}

.nrow .act a {
	font-size:12px;
	color: #080;
}

.adduser {
	font-size:12px;
	padding:5px;
	margin-top:20px;
}

.adduser .desc {
	margin-top:5px;
	color:#888;
	font-size:12px;
}

.goodMsg {
	color: #080;
	margin: 5px 0px;
	font-size:12px;
}

.badMsg {
	color: #800;
	margin: 5px 0px;
	font-size:12px;
}

.no_candidates {
	color: #aaa;
	font-size:20px;
}

.voteList {
	float:left;
	width: 380px;
}

.voteHelp {
	color:#999;
	font-size:12px;
	margin:10px 0 20px 0;
}

.counters {
	margin-top:50px;
}

.refuse {
	font-size: 10px;
	color: #800;
}


/* sticky notes */
.sticky_notes {
	display: none;
}
