﻿html { background-color: #D3DFE5; }

body {
	width: 662px;
	margin: 8px auto;
}



/* HEADER */

#header {margin-bottom: 0.5em;}

#header h1 { text-align: center; }

#header h1 a img {border-width: 0;}


/* CONTENT */

#content { padding: 10px; }

#content p { text-align: justify; }

#content h2 {
	margin-top: 12px;
}



/* NAVIGATION */

#navigation {
	position: absolute;
	top: 144px;
	width: 662px;
}

#navigation h2 {display: none;}

#navigation ul {
	width: 662px;
	margin: 0 ;
	padding: 0;
	text-align: right;
}

#navigation ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-left: 2px solid #CC0000;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
}



/* FEED ICON */


#feed {
	float: right;
	margin: 8px 0 0 0;
}

#feed img { border-width: 0; }



/* FOOTER */
#footer {
	background-color: #66CCCC;
	margin: 1em 0;
	padding: 8px;
}

#footer p {
	text-align: center;
	font-size: 11px ;
	margin: 0.5em;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#footer a:hover, #footer a:active {
	color: #900;
	border-bottom: 1px dotted #900;
}



#intro > p {
	line-height: 20px;
	font-size: 14px;
}


/* HOME PAGE SEARCH */

#mp_search {
	padding: 1em;
	background-color: #FCEDEE;
	border: 2px solid #CC0000;
	margin: 2em 12%;
	/*font-size: 14px;*/
}

ol#steps {
	padding: 0;
	margin: 0 0 2em 0;
	border-bottom: 1px dashed #c00;
	padding-bottom: 1em;
}

ol#steps li {
	margin: 1em;
	list-style-position: outside;
	margin-left: 2em;
	padding-left: 1em;
}

#mp_search {}

#mp_search p {
	text-align: center;
	margin: 0;
}

#mp_search #mp_search_no_pc {
	font-size: 11px;
	margin: 0.5em 0 1em 0;
}


.error, .alert { color: #900; }


table {border-collapse: collapse;
	border: 1px solid #ddd;}

thead, tr.even { background-color: #E3F0F8; }

td, th {
	text-align:left;
	margin: 0;
	padding: 2px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	/* border-right: 1px solid #ccc; */
}

table#mp_responses th { background-color: #E9F2D4; }
table#mp_responses td, table#mp_responses th {
	padding: 4px;
	border: 1px solid #ccc;
	text-align: center;
}
table#mp_responses td { background-color: #F3FAE2; }


.referendum_no { color: #900; }
.referendum_yes {	color: #006600;}
.referendum_novote { color: #999; }
td.referendum_yes, td.referendum_no {font-weight: bold;}

/* tr.even { background-color: #eee; } */

abbr {}

/*
tr.lab { background-color: #FF0000; }
tr.con { background-color: #0000CC; }
tr.lib_dem { background-color: #FFCC00; }
tr.respect { background-color: #006633; }
tr.snp { background-color: #FF9900; }
*/

.note { font-size: smaller; }

a:link, a:visited {
	color: #330099;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active { color: #ccc;
	text-decoration: underline; }

table a:link, table a:visited {
	text-decoration: none;
}


/* FORMS */

fieldset {
	margin-top: 1.5em;
	padding-top: 0;
}

fieldset ol {
	padding: 0;
	margin: 0;
}

fieldset ol li {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

fieldset ol li label {
	width: 120px;
	float: left;
	padding: 4px 0;
}

fieldset ol li .label {
	width: 120px;
	float: left;
}

fieldset ol li#email_conf {
	margin-top: 0.25em;
}

fieldset div.field { margin-left: 120px; }

.required label { color: #900; }




ol#myths_list { margin-top: 2em; margin-bottom: 3em; }

#myths dt {
	background-color: #FCEDEE;
	border: 1px solid #CC0000;
	padding: 0.25em;
}

#myths dd { }


#content p#status_info {
	margin: 0;
	margin-left: 30px;
	text-align: right;
	color: #999 ;
	font-size: smaller;
	position: absolute;
	top: 0;
	width: 622px;
	padding: 2px 0;
}

p#status_info a:link, p#status_info a:visited {
	color: #3366CC;
	text-decoration: none;
}


dl#contact_options {
	margin: 1em 0;
}

#contact_options dt { margin: 1.5em 0 0.5em 0; }

#contact_options dd { margin: 0.5em 0 0.5em 3em; }


.additional_info {background-color:#ffd;}

div.additional_info, p.additional_info {margin: 1em 0 ; padding: 6px; border: 1px solid #999;}

div.additional_info h3 {text-align:center;}

.additional_info .important {color: #900;}


/* SIDEBAR BOX */

.sidebar {
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 2px dashed #999;
	width: 260px;
}