@CHARSET "UTF-8";

/*
  backg: #585858   
  green: #87B118
  blue:  #00709E
  text:  #000
  link:  #fff
  over:  #9C020D
  heading:  #000
  calendar: #769C15;
*/

div#additMenu, div#mainMenu {
	display: none;
}

img {
	border: 0;	
}

div#header {
	position: absolute;
	top: 0;
	border-bottom: 1px solid #87B118;
	padding-bottom: 10px;
	width: 99%;
}

div#headerInner .logoRight {
	text-align: right;
			
}

div#clearHeaderCenter {
  height: 70px;
}

div#content {
	top: 100px;	
}

div#footer {
	margin-top: 40px;
	border-top: 1px solid #87B118;
	padding-top: 10px;
}

div#footerInner .wrapper {
	text-align: center;	
}
	
div#content h1 {
	margin: 0;
	padding: 0 0 20px 0;
}

/* QUESTIONS */
ul#questionsList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#questionsList li {
	padding: 0 0 10px 15px;
	background: url(../images/questions-li.gif) no-repeat;
}

ul#questionsList .questionItem {
	padding: 10px 0 20px 0;
}

div#questionsAllButtons {
	text-align: right;
	padding: 20px 0 20px 0;
}

ul#questionsList .questionName {
	color: #9C020D;
}

/* MEDIA */
ul#mediaList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#mediaList li {
	padding: 0 0 10px 15px;
	background: url(../images/questions-li.gif) 0 2px no-repeat;
}

ul#mediaList .mediaItem {
	padding: 10px 0 20px 0;
}

ul#mediaList .mediaName a, ul#mediaList .mediaName a:hover {
	color: #9C020D;
	font-weight: bold;
	font-size: 13px;
}

ul#mediaList .mediaSource, ul#mediaList .mediaSource a {
	color: #ccc !important;
	font-weight: normal;
}

/* MEETINGS */
div.meetingHeader {
	color: #9C020D;
	font-weight: bold;
	border-bottom: 1px solid #87B118;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

ul.meetingList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.meetingList li {
	padding: 0 0 30px 15px;
	background: url(../images/questions-li.gif) 2px 0 no-repeat;
}

ul.meetingList li .leftCol {
	display: block;
	float: left;
	width: 80px;
}

ul.meetingList li .rightCol {
	display: block;
	float: left;
}

ul.meetingList li .highlight {
	color: #9C020D;
}