/* General */
html {
	background: white;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #333f41;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background: #fff url(../img/logo_background.jpg) no-repeat bottom right;
	border: 1px solid #6c777a;
	padding-bottom: 30px;
}

a			{text-decoration: underline; color: #7c7c7c; font-size: 9pt;}
a:visited	{text-decoration: underline; color: #7c7c7c; font-size: 9pt;}
a:hover		{text-decoration: none; color: red; cursor: pointer;}
a img		{border: none; margin: 3px;}

.left {
	float: left;
}

h1 {
	font-size: 18pt;
	line-height: 25px;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}

h3 {
	font-size: 21pt;
	color: #333f41;
	margin: 10px 40px;
}

.dropshadow {
	float: left;
	clear: left;
	background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 6px 0px 0px 6px !important;
	margin: 6px 0px 0px 3px;	/* IE6 Fix */
	padding: 0px;
}

.innerbox, li.candidateItem {
	width: 100%;
	position: relative;
	bottom: 6px;
	right: 6px;
	padding: 4px;
	margin: 0px 0px 0px 0px;
}

div.message {
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    margin: 50px;
}

div.item {
	width: 160px;
	display: block;
	margin: 15px;
}

label {
	display: block;
	font-size: 10pt;
	font-weight: bold;
}

input.texto {
	font-size: 14pt;
	text-indent: 3px;
	width: 150px;
	height: 26px;
	background: #fff url(../img/campo.jpg) repeat-x top;
	border: #374245 1px solid;
}

input.button {
	font-size: 9pt;
	cursor: pointer;
	height: 30px;
	background: #d87e25 url(../img/button.gif) repeat-x center;
	background-position: 0px -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	border: 1px solid black;
	padding: 0px 5px;
}

/* Login */
div#login {
	display: block;
	float: left;
	background: transparent url(../img/login-dialog.png) top left;
	height: 206px;
	width: 434px;
}

div#login form {
	width: 280px;
	margin: 0 auto;
}

div#login form input.button {
	position: relative;
	top: -41px;
	float: right;
}
div#login a {
	padding-left: 30px;
	font-size: 9pt;
	color: black;
	text-decoration: underline;
}
div#login a:hover {
	color: #666;
	text-decoration: none;
}

div#contactInfo {
	font-size: 8pt;
	text-align: center;
}
div#contactInfo a {
	font-size: 8pt;
}

/* Resend Pass */
div#resendPass {
    width: 200px;
    height: 100px;
    margin: 30px auto;
    border: 1px solid #ffe2ba;
    padding: 10px;
}

/* Layout */
div#clearFloat {
	clear: both;
	display: block;
}

div#header {
	background: #ff8d06 url(../img/bg-header.gif) no-repeat top right;
	height: 118px;
}
	div#header a {
		position: relative;
		top: 23px;
		left: 25px;
	}

div#nav {
	padding: 5px 5px 5px 4px;
	background: #9f1920 url(../img/nav-borders.gif) top left;
	height: 34px;
}
ul#navmenu {
	height: 27px;
	background: #fff url(../img/nav-bg.gif) top left repeat-x;
	padding-top: 7px;
	margin: 0px;
}

ul#navmenu li {
	font-family: Tahoma,sans-serif;
	float: left;
	padding: 3px 10px 7px 18px;
}

ul#navmenu li a {
	font-size: 10pt;
	color: white;
	text-decoration: none;
}
ul#navmenu li a:hover {
	color: #ede77b;
}

span#backlink {
	margin-right: 10px;
	color: white;
	float: right;
	font-size: 10pt;
}
span#backlink a {
	color: white;
}
span#backlink h1 {
	display: inline;
	font-size: 10pt;
}

div#main {
	width: 100%;
	padding: 20px 0px;
}

div#title {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	padding: 5px;
}

ul#instructions {
	margin-left: 30px;
	list-style: disc inside;
	font-size: 8pt;
	line-height: 15px;
}

/* Categories */
div#categories {
	width: 350px;
	display: inline;
	float: left;
	margin: 10px 5px;
}

div#catTitle {
	width: 200px;
	height: 23px;
	padding: 2px 0px 0px 2px;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-bottom: 0px;
	border-right: 0px;
	float: left;
	margin: 0px;
}

div#catTitle div {
	width: 100%;
	height: 23px;
	font-size: 13pt;
	font-weight: bold;
	color: white;
	background: #b59d66;
	padding-left: 2px;
	padding-right: 0px;
}

div#catImg{
	margin: 0px;
	padding: 0px;
	float: left;
}

img#h-arrow {
	margin: 100px 15px;
	float: left;
}

ul#categoriesList {
	width: 330px;
	clear: both;
	padding: 10px 5px;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
}

ul#categoriesList li a {
	text-decoration: none;
	font-weight: bold;
	color: #7f7f7f;
}
ul#categoriesList li a:hover {color: red;}

ul#categoriesList li img {
	vertical-align: middle;
}

li.categoryLight {
	padding: 5px;
	background: #f7f7f7;	
}

li.categoryDark {
	padding: 5px;
	background: #f3f3f3;
}

li.category img {
	margin-right:3px;
}

div.votedCandidate {
	overflow: hidden;
	margin: 2px 0px 0px 16px;
}

div.votedCandidate img {
	float: left;
	height: 32px;
	margin-right: 10px;
}

div.votedCandidate span {
	font-weight: bold;
	font-size: 8pt;
}

div.votedCandidate p {
	font-size: 8pt;
}

/* Candidates */
div#candidates {
	float: left;
	margin: 10px 5px;
}

div#selectCat {
	width: 100%;
	height: 198px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	margin-top: 25px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

span#rubro {
	font-size: 13pt;
	font-weight: bold;
}
span#rubroCat {
	font-size: 13pt;
	font-weight: bold;
	color: #9a181f;
}

div#candidateList {
	width: 500px;
}

img#v-arrow {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 20px;
}

li.candidateItem {
	float: left;
	height: 64px;
	width: 500px;
	border: 1px solid #e1e1e1;
	background: #f7f7f7;
}
li.candidateItem input.button {
	float: right;
	margin: 0px 5px;
}

img.portrait {
	float: left;
	height: 100%;
	margin-right: 10px;
}

li.candidateItem span {
	font-weight: bold;
	font-size: 9pt;
}

li.candidateItem p {
	font-size: 8pt;
}

div#candidateInfo {
	width: 470px;
	height: 190px;
	overflow: auto;
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 20px;
}

div#candidateInfo p{
	color: #333;
}

img#votedMarker {
	float: right;
	padding-top: 5px;
}

/* Vote button */
input.voteButton {
	float: right;
	margin-right: 20px;
	font-size: 12pt;
	cursor: pointer;
	background: #d87e25 url(../img/button.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 2px solid #f89847;
	width: 140px;
	height: 45px;
}

input.voteButtonDisabled {
	float: right;
	margin-right: 20px;
	font-size: 12pt;
	cursor: default;
	height: 35px;
	background: #666 url(../img/buttonDisabled.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 2px solid #999;	
	width: 140px;
	height: 45px;
}

span#submitNotice {
	float: right;
	color: #900;
	line-height: 35px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 8pt;
}

ul#oldWinners {
	list-style: disc;
	margin-left: 60px;
}
ul#oldWinners h1 {
	font-size: 21pt;
	color: #333f41;
	margin: 10px 40px;
}
ul#oldWinners li {
	margin: 20px 0px;
}
ul#oldWinners li ul li {
	margin: 0px;
}
ul#oldWinners li strong {
	font-size: 12pt;
}

ul#party {
	margin-left: 40px;
	list-style: none;
}
ul#party li {
	width: 80%;
	margin: 15px 0px;
}

ol#rules {
	list-style: decimal;
	margin: 20px 0px 70px 60px;
}
ol#rules li {
	width: 70%;
	margin: 15px 0px;
}

body#home {
	background: #f6f7f7 url(../img/home-borders.gif) top left no-repeat;
	background-position: 0px 162px;
}
img#logo {
	float: left;
	width: 501px;
	height: 354px;
	margin: 0px 6px 5px 4px;
}
a#proyector {
	float: left;
}
a#proyector img {
	width: 434px;
	height 148px;
	margin: 0px;
	padding: 0px;
}

p#footer {
	clear: both;
	text-align: center;
	padding: 30px 0px;
}
