/* Basic styles for GCO website
 */

/* Eric Meyer's reset styles: */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } input, textarea { font-family: inherit; } body { color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }


/* =typography
 * =========================================== */
body, input, textarea, select {
	font-size: 13px;
	line-height: 20px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5 {
	color: #900;
	margin: 25px 0 -5px;
}

h1 { margin-top: 18px; }

p, ul, ol, dl {
	margin: 20px 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h2 .subhead {
	font-size: 14px;
}

h3, h4, h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -20px;
}

sup {
	font-size: 75%;
	vertical-align: super;
}

strong { font-weight: bold; }
em { font-style: italic; }
span.label { font-style: italic; color: #555; }

cite { font-style: italic; }

#content ul {
	padding-left: 24px;
	list-style-type: disc;
}

blockquote {
	padding: 0 12px;
	font-style: italic;
}

li ul, li ol {
	margin: 0;
}

ol {
	padding-left: 24px;
}

ol li {
	list-style-type: decimal;
}

ol li li {
	list-style-type: lower-alpha;
}

ol li li li {
	list-style-type: lower-roman;
}

p.notification, p.error {
}

a:link, a:visited {
	color: #1D3B8C;
	text-decoration: underline;
}

a:hover, a:active {
	color: #990000;
}

#content img {
	display: block;
	margin: 20px 0;
}

hr {
	height: 1px;
	border-width: 0;
	color: #ccc;
	background-color: #ccc;
	margin: 20px 0 20px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #fff;
	text-decoration: underline;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #bcccf8;
}

#topnav a:link, #topnav a:visited {
	color: #888;
	text-decoration: none;
}

#topnav a:hover, #topnav a:active {
	color: #333;
}

#content ul.icons {
	overflow: auto;
	padding-left: 0;
	list-style-type: none;
}

.mail {
	background: #fff url(/images/icon-mail.gif) left center no-repeat;
	padding-left: 24px;
}

.pdf {
	background: transparent url(/images/icon-pdf.gif) left top no-repeat;
	padding-left: 24px;
}

.web {
	background: transparent url(/images/icon-arrow.gif) left center no-repeat;
	padding-left: 24px;
}

.minutes {
	background: transparent url(/images/icon-download.gif) left center no-repeat;
	padding-left: 20px;
}




/* =layout (main layout styles)
 * =========================================== */

#wrapper {
}

#page {
}

#global {
	background-color: #fafaf8;
	width: 100%;
	overflow: auto;
}

#logo {
	display: block;
	float: left;
	margin-left: 8px;
}

#topnav {
	float: right;
	width: 540px;
	padding: 0;
	margin: 0;
}

#topnav li {
	float: right;
	margin-right: 10px;
}

#topnav li.link {
	line-height: 30px;
}

#topnav li#searchform {
	margin-right: 0;
}

#masthead {
	border-top: 1px solid #aaa;
	background-color: #ff9;
	clear: both;
	padding: 6px 0;
}

#centernav {
	background-color: #516aad;
	border-bottom: 1px solid #111;
}
 
/*#breadcrumbs {
	color: #fff;
	padding: 1px 14px 4px 14px;
}
*/ 


#extranetteaser {
	float: right;
	width: 240px;
	background: #B7C3E6;
	margin-top: 10px;
	margin-right: 10px;
	border: 2px solid #798CC6;
}

#extranetteaser .inner {
	padding: 10px;
}

#extranetteaser p {
	margin-top: 0;
	margin-bottom: 10px;
}

#extranetlogin:link, #extranetlogin:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #5e5e00 url(/images/arrow-login.png) right center no-repeat;
	padding: 4px 0px 4px 10px;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #D6D699;
	border-left: 1px solid #D6D699;
	border-right: 1px solid #242400;
	border-bottom: 1px solid #242400;
}

#extranetlogin:hover, #extranetlogin:focus {
	background-color: #990000;
}


#login:link, #login:visited {
	float: right;
	display: block;
	background: #5e5e00 url(images/arrow-login.png) right center no-repeat;
	padding: 1px 24px 4px 14px;
	color: #fff;
	border-left: 1px solid #fff;
	text-decoration: none;
}
 
#login:hover, #login:focus {
	background-color: #990000;
}


#breadcrumbs {
	background-color: #516aad;
	color: #fff;
	padding: 1px 14px 4px;
	border-bottom: 1px solid #111;
}

#mainnav {
	background-color: #FFFFCC;
	width: 232px;
	border: 1px solid #aaa;
	border-width: 0 1px 1px 0;
	float: left;
}

#mainnav ul {
	margin: 0;
	padding: 14px 0 14px 14px;
}

#mainnav li {
	font-weight: bold;
	margin-bottom: 20px;
}

#mainnav ul ul {
	padding: 0;
}

#mainnav li li {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainnav ul ul ul {
	padding-left: 10px;
}

#mainnav ul li a:link, #mainnav ul li a:visited {
	display: block;
}

#mainnav ul li a:hover {
}

#mainnav ul a.current:link, #mainnav ul a.current:visited {
	background: transparent url(/images/arrow-left-red.gif) right center no-repeat;
	color: #990000;
	text-decoration: none;
	padding-right: 20px;
}

#content {
	margin-left: 255px;
}

#sidebar {
	float: right;
	width: 160px;
}

#main {
	margin-right: 180px;

}

#footer {
	clear: both;
	font-size: 12px;
	color: #888;
}

#footer p {
	padding: 14px;
}

#footer a:link, #footer a:visited { color: #888; }
#footer a:hover, #footer a:active { color: #000; }


.persondetails {
	margin: 20px 0;
	overflow: auto;
	width: 100%;
}

.persondetails h2 {
	margin-top: 0;
}

#content .persondetails img {
	float: left;
	margin: 0 14px 0 0;
}

#content .details {
	overflow: auto;
}
#content .details img {
	float: left;
	margin: 0 14px 0 0;
}

/* =forms
 * ================================================== */

form {
	vertical-align: middle;
	background-color: #D5DDF2;
	padding: 12px;
	margin: 10px 0;
}

label {
	display: block;
	vertical-align: middle;
	margin-top: 10px;
}
label.error {
	font-weight: bold;
}


input { 
	vertical-align: middle;
}

input.textbox, textarea {
	border: 1px solid #8F8F8F;
	background-color: #fff;
	padding: 2px;
}

.button {
	background-color: #385195;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	padding: 3px 8px;
	border-width: 0;
}

a.button:link, a.button:visited { color: #fff; text-decoration: none; }

.button:hover {
	background-color: #900;
}

#topnav form {
	padding: 0;
	margin: 0;
	background-color: transparent;
	padding-top: 5px;
}

form span.legend {
	font-weight: bold;
	margin-right: 5px;
	vertical-align: -2px;
}
#topnav form input {
	display: inline;
	margin: 0;
}

#topnav form input.textbox {
	border: 1px solid #aaa;
	color: #888;
	width: 140px;
	background-color: #fff;
	line-height: 16px;
	padding: 1px;
}


/* =tables
 * ================================================== */
table {
	margin: 20px 0 20px 0px;
}

table.roster {
	width: 100%;
}

table.meetings {
	width: 100%;
}

th {
	padding: 4px 20px 4px 10px;
	font-weight: bold;
}

td {
	padding: 4px 20px 4px 10px;
	border-bottom: 1px solid #ddd;
}

tr.even {
	background-color: #eee;
}





/* ============================= */

#content #people {
	padding-left: 0;
}

#people li {
	margin-bottom: 20px;
	list-style-type: none;
}

#people .fn {
	font-weight: bold;
	color: #900;
}

#people .position {
	font-weight: bold;
}


#content #subnav ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0 0 0 5px;
	background: #fff url(/images/line-1px-grey.gif) left bottom repeat-x;
	height: 30px;
}

#content #subnav li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	font-weight: bold;
	height: 28px;
}

#subnav li a {
	display: block;
	line-height: 24px;
	padding: 2px 10px 0;
}

#subnav li.current {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #fff;
}

#subnav li.current a:link, #subnav li.current a:visited {
	color: #900;
	text-decoration: none;
}

table.deputies th {
	border-bottom: 1px solid #ddd;
}
table.deputies th.position {
	padding-top: 10px;
	text-align: right;
}