@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.7em;
}
ul {
    padding-left:1em;
    margin-left:0;
	margin-bottom: 1em;
}
ol {
    padding-left:2em;
    margin-left:0;
	margin-bottom: 1em;
}

a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #A80D68;
	text-decoration: underline;
}
li {
	color: #FF1D0D;
}
li span {
	color: #000;
}
img {
	border: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #930000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.8em;
}
#container {
	width: 80%;
	margin: 0 auto;
	min-width: 646px;
}
#header {
	background-image: url(images/header.png);
	height: 90px;
	padding: 15px;
}
#header ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#header ul li {
	display: inline;
}

#martin {
	float: right;
	width: 60%;
	text-align: right;
}
#logo {
	margin-right: 20px;
}
#menu {
	background-color:#444444;
	background-image: url(images/munu_bg.png);
	background-repeat: repeat-x;
	height: 35px;
}
#menu ul {
	list-style-type: none;
	display: inline;
}
#menu ul li {
	float: left;
	height: 35px;
}

#menu ul li a {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	display: block;
	padding: 6px 0 7px 0;
	margin: 0px 0 0 0;
	text-decoration: none;
	border-right: 1px solid #000000;
	text-align: center;
}
#menu ul li a:hover {
	text-decoration: none;
	background-color: #FF1D0D;
	color: #FFF;
}
#menu ul li a.selectedtab {
	background-color: #FFF;
	color:#0E3538;
}
#menu ul li a.noborder {
	border-right:  none;
}
li.divider {
	background-image: url(images/menu_divider.png);
	width: 2px;
}
#body {
	background-color: #FFF;
	padding: 20px;
}
#left-column {
	margin-right: 205px;
	padding: 0 0 20px 0;
}
#right-column {
	width: 187px;
	float: right;
}
#status {
	background-color: #444444;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 39px;
	color: #FFF;
}
#status-left {
	float:left;
	width: 36px;
}
#status-right {
	margin-left: 45px;
	padding-top: 8px;
}
#speech-top {
	background-image:url(images/speech-bubble.png);
	background-position:top left;
	background-repeat:no-repeat;
	height: 36px;
}
#speech-bottom {
	background-color: #CCCCCC;
	padding: 10px;
}
#speech-content {
	background-color: #FFF;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.2em;
}
#speech-date {
	background-color: #103542;
	padding: 5px;
	margin-bottom: 10px;
}
#speech-date-icon {
	float: left;
	width: 30px;
}
#speech-date-text {
	color: #FFF;
	margin-left: 40px;
	line-height: 1.2em;
	font-size: 1.2em;
}
#options {
	background-color: #103542;
	padding: 15px;
}
#options h2 {
	color: #FFF;
}
.option {
	background-image:url(images/bg_option.png);
	background-repeat:repeat-x;
	height: 37px;
	margin-top: 15px;
}
.option-icon {
	float: right;
	width: 32px;
}
.option-icon img {
	cursor: hand;
	cursor: pointer;
}
.option-text {
	margin-right: 40px;
	padding: 8px 0 0 8px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 32px;
}
.option-details {
	background-color: #CCCCCC;
	padding: 10px;
	margin-right: 18px;
}
.option-detail {
	margin-bottom: 10px;
	clear: left;
}
.option-detail a {
	color: #000;
}
.option-detail-icon {
	float: left;
	width: 32px;
	margin-bottom: 10px;
}
.option-detail-text {
	margin-left: 35px;
	padding: 4px 0 0 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #999999;
}
a .option-detail-text {
	color: #000;
}
.small {
	font-size: 0.9em;
	line-height: 1.4em;
}
.green {
	color: #A9D039;
}
.amber {
	color: #CCCC00;
}
.red {
	color: #CC0000;
}
.green-bg {
	background-color: #A9D039;
	color: #FFF;
}
.amber-bg {
	background-color: #CCCC00;
	color: #FFF;
}
.red-bg {
	background-color: #CC0000;
	color: #FFF;	
}
label {
	width: 250px;
	text-align: right;
	float: left;
	margin-right: 15px;
}
.formitem {
	margin-bottom: 15px;
}
.note {
	margin-left: 265px;
}
h3 {
	margin-bottom: 1.5em;
}
#txtNotes {
	width: 300px;
	height: 150px;
}
#matrix a {
	color: #0000FF;
}