/*
Stylesheet for votersmanual.com
*/
body,td {
	font-family: "Lucida Sans";
	font-size: 10pt;
}

#mainCounter {
	color: #A00F0F;
	position: absolute;
	top: 60px;
	left: 730px;
	font-weight: bold;
}

#counterText {
	color: #A00F0F;
	position: absolute;
	top: 40px;
	left: 625px;
	font-weight: bold;
}

#quotes {
	color: #A00F0F;
	position: absolute;
	top: 40px;
	left: 20px;
	width: 170px;
	font-style: italic;
	font-weight: bold;
}

#footer {
	position: absolute;
	top: 600px;
	left: 50px;
	align: center;
	font-size: 8pt;
	color: #999999
}

#linksMain {
	position: absolute;
	top: 565px;
	left: 165px;
}

#linksMain a {
	color: #1913A6;;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#linksMain a:hover {
	color: red;
}

#links a {
	color: #1913A6;
	font-family: Lucida Sans;
	font-weight: bold;
}

#links a:hover {
	color: red;
}

td.headermenu {
	border-left: 1px #cccccc solid;
	padding: 5px;
	padding-left: 7px;
}

span.headermenu {
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}

span.headermenuhov {
	color: white;
}

button.btn {
	color: #FFFFFF;
	font-family: Lucida Sans, helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	background-image: url(images/button-background.gif);
	border: 1px solid;
	height: 25px;
}

button.redBtn {
	color: #FFFFFF;
	font-family: Lucida Sans, helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	background-image: url(images/button-background-red.gif);
	border: 1px solid;
	height: 25px;
}

input.btn {
	color: #FFFFFF;
	font-family: Lucida Sans, helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	background-image: url(images/button-background.gif);
	border: 1px solid;
	height: 25px;
}

button.btnhov {
	border-top-color: #c63;
	border-left-color: #c63;
	border-right-color: #930;
	border-bottom-color: #930;
}

#tree h1 {
	font-size: 10pt;
	text-align: center;
	background-color: white;
	width: 100%;
	border: 2px solid rgb(102, 102, 155);
	letter-spacing: 2;
	margin: 0px
}

#tree span {
	margin-right: 4px;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #dddddd;
	color: black;
	font-size: 9px;
	text-align: center;
	cursor: pointer;;
	background-color: #eeeeee;
}

#tree a {
	color: red;
}

.none {
	color: red;
}

#tree li {
	list-style-type: none;
	text-transform: uppercase;
	margin-top: 0px
}

#tree ol {
	margin-left: 0px;
	padding-left: 0px
}

#tree ol li {
	margin-top: 2px
}

#tree ol ol {
	margin-left: 20px
}

#tree ol ol li {
	text-transform: none;
	margin-top: 3px
}

#tree ol ol ol li {
	margin-top: 0px
}

.ManageHomeHeader {
	font-size: 12pt;
	font-weight: bold;
}