@import url("backgrounds.css");

body {
	background: #eee center top fixed;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 297px;
	overflow: hidden;
	background: #fff url(../graphics/bgr_header.jpg) 50% 50% no-repeat;
}

#kyriakos {
	position: absolute;
	margin-top: 77px;
	z-index: 99;
	display: none;
}

#name {
	position: absolute;
	z-index: 100;
	margin-left: 205px;
	margin-top: 270px;
	display: none;
}

#images {
	
}

#left, #right {
	float: left;
}

#left {
	width: 551px;	
	padding: 20px;
}

#right {
	padding: 126px 10px 10px 10px;
	background: url(../graphics/logo.png) center 10px no-repeat;
	width: 189px;
	
}

#main {
	background: url(../graphics/bgr_main.png) repeat-y;

}

.stopper {
	clear: both;
}

h1 {
	margin-bottom: 1em;
	font-size: 1.3em;
	color: #4868a6;
	font-style: italic;
	text-align: left;
}

p {
	line-height: 1.8em;
}

#footer {
	text-align: right;
	padding: 20px;
	padding-right: 50px;
}

#footer a img {
	border: none;
}

a img {
	border: none;
	text-decoration: none;
}

a {
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

form {
    border-bottom: 1px dotted #ccc;
    padding: 20px 0px 0px 0px;
}

.voters .controls {
    text-align: center;
    padding: 20px;
}

.voters input {
    padding: 5px;
    color: #fff;
    background: #069;
    border: 1px solid #fff;
    font-family: Trebuchet MS;
}

.voters td.label {
    text-align: right;
}

#results {
	height: 700px;
}

#results .controls {
        
}

#output {
	text-align: center;
	line-height: 1.5em;
}

#output table {
	text-align: left;
}

#output .t, #output .e  {
    font-style: italic;
    text-align: right;
    white-space: nowrap;
    font-size: 12pt;
}

#output .d1  {
    color: Blue;
}

#output .b, #output .d1 {
    font-size: 12pt;
    font-weight: bold;
}

#output .r {
    display: none;
}

#print {
    margin: 5px;
    background: url(../graphics/icon_printer.png) no-repeat;
    height: 32px;
    width: 100px;
    text-align: right;
    text-decoration: underline;
    color: Blue;
    position: absolute;
	margin-left: 450px;
    cursor: pointer;
}

.printable {
	display: none;
}

.css_map {
	display: none;
}

