/* ****************************************************************
 * Global stuff
 */
html,body {
    margin: 0px;
    padding: 0px;
}

body {
	background-color: #c8cbda;
	font-family: verdana;
	font-size: 80%;
}

.small {
	font-size: 0.7em;
}

.large {
	font-size: 1.3em;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

.success {
	font-weight: bold;
	color: #0000cc;
}

.center {
	text-align: center;
}

.border1 {
	border: 1px solid black;
}

/* ****************************************************************
 * Main template, menu bar
 */

table.main_body {
	background-color: #ffffff;
	width: 95%;
	margin: 0px 20px 20px 20px;
	padding: 0px;
}

td.main_left {
	background-color: #c8cbda;
	vertical-align: top;
	width: 150px;
	padding: 10px;
	margin: 0px;
	color: #01082F;
}

td.main_left a {
	color: #01082F;
}
td.main_left a:visited {
	color: #01082F;
}

td.main_middle {
	background-color: #ffffff;
	vertical-align: top;
	padding: 15px;
	margin: 0px;
}

td.main_right {
	background-color: #ffffff;
	vertical-align: top;
	width: 180px;
	padding: 15px;
	margin: 0px;
}

table.banner {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url('/images/BlueGradient.png');
	background-repeat: repeat-x;
}

table.banner a {
	color: #01082F;
}
table.banner a:visited {
	color: #01082F;
}
/* ****************************************************************
 * Left-hand navigation
 */

ul.lhs {
	list-style-image: url(/images/PawBullet.png);
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 20px;
	text-indent: -27px;
	text-align: left;
}

ul.lhs li {
    padding-top: 8px;
}

/* ****************************************************************
 * Footer
 */

div.footer {
    text-align: center;
    color: #01082F;
    width: 95%;
}

div.footer a {
    color: #01082F;
}

div.footer a:visited {
    color: #01082F;
}

div.outer_div {
	text-align: center;
	border-left: 2px solid #000099;
	border-right: 2px solid #000099;
	border-bottom: 2px solid #000099;
	border-top: 2px solid #ff0000;
	padding: 5px;
	margin: 5px;
	background: #ffffff;
	width: 770px;
}

td.redbox {
	padding: 3px;
	border: 1px solid #ff0000;
	vertical-align: top;
	text-align: left;
}

/* ****************************************************************
 * Misc fonts for messages
 */

.new_voice {
	font-size: 2em;
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
}

.title {
	font-size: 1.6em;
	color: #000000;
	font-weight: bold;
}

/* ****************************************************************
 * Turnout table
 */

table.turnout {
    border: 1px solid black;
}

table.turnout th {
    background-color: #e1d2cf;
    color: #01082F;
    padding: 4px;
}

table.turnout td {
    border-right: 1px solid #e1d2cf;
    padding: 4px;
    text-align: center;
}
