@charset "utf-8";

body, p, td, input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #181F2B;
}
body.draft {
	background-image: url(/images/crisis/draft.gif);
	background-repeat: repeat-y;
	background-position: 100px 300px;
}
p {
	margin-top:2px;
	margin-bottom:2px;
}
label {
	font-size: 14px;
	color: #26497B;
	margin-bottom: 6px;
	font-weight: bold;
	position:relative;
}
.notes {
	font-size: 10px;
	float: left;
	width: 200px;
	margin-left:10px;
	margin-top:5px;
}
input.radio {margin-bottom:0px;float:left;}

.infoicon {padding-left:20px;}
h1 {
	font-size: large;
	color: #94184A;	
}
h2 {
	font-size: 14px;
	color: #26497B;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #666;
	margin-bottom: 2px;
}

#container {width:1030px;}

.AccordionPanelTab h2{
	background-color: #C6D7F7;
	background-image: url(/manager/menu-images/menu.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
}
.rightBorder {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #DEE7F7;
}
.error {
	background-color: #C00;
	padding:4px;
	color: #FFF;
}
.logout {
	float:right;
	font-size: 12px;
	padding-right:60px;
}
.red {
	background-color: #C00;
}

.orange {
	background-color: #F60;
}

.green {
	background-color: #390;
}
.yellow {
	background-color: #FFFF3F;
}
	
.border {
	padding: 10px;
	border: 1px solid #CCC;
}

.docname {width:400px;float:left}

.reference {
	width:500px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;	
}
div.editbuts {
	background-color: #EBEBEB;
	padding: 10px;
	border: 5px solid #E1E1E1;
	width:600px;
	margin-top:20px;
}
#key {
	float:right;
	width:250px;
	margin-left:20px;
}

#ProgressStatA {
background-color: #EBEBEB;
}
#ProgressStatB {
background-color: #EBEBEB;
}

a{
	color: #0E609F;
	text-decoration: none;
}

table.results {	
	border: 1px solid Gray;
	float:left;
	width:500px;
}
table.results th{
	border-top: 1px solid Gray;
	background-color: #999999;
	font-size: 16px;
	color: #FFF;
}
table.results td, table.results th{
	border-bottom: 1px solid Gray;
}
table.results tr.over{
	background-color: #C6D7F7;
}
th {
	font-size: 12px;
	color: #181F2B;
	font-weight:bold;
	text-align:left;
}


#top{
	margin-bottom: 10px;
}
#left{
	float: left;
	width: 0px;
	margin-right: 10px;
}
#content{
	float: left;
	width: 802px;
	padding-left:20px;

}
#footer{
	background-color: #a7c2ec;

	padding:10px;
}
.spacer{	clear:both; height:10px;}
/* CSS Document */
#leftcol { width:200px; float:left;}

#leftcol li {
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: none;

	margin-bottom: 5px;
}

#leftcol li a {padding-right:35px;height:25px;}
#leftcol li a.basenavselect, #leftcol li a.current {
	color: #94184A;
	font-weight: bold;	
}
#leftcol li.complete {
	width: 160px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #88CA72;
}
#leftcol li.incomplete {
	width: 160px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #941852;
}

#leftcol li ul li, #leftcol li li li {
	border-left-width: 0px;
	margin-bottom: 3px;
	margin-left:15px;
	padding-left:7px;
	background-image: url(/images/crisis/square.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
#leftcol li ul li a, #leftcol li li li a {		height:15px;font-size:11px;line-height:1}
#leftcol ul {
	padding-left:0px;
	margin-left:0px;
}

#loginbar {
	font-size: 10px;
	color: #666;
	height: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
}
a:hover {
	color: #B189BE;
	text-decoration: none;
}
.checkbox{
	float: left;
	width: 200px;
}
#loader{
	position: absolute;
	visibility: visible;
	left: 220px;
	top: 130px;
	width: 600px; 
	height: 400px;
	background-image: url(/images/rqa/waitbar2.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: White;

}
.fieldcontainer{
	clear: all;
	padding-top: 5px;
	padding-bottom: 5px;
}
.label{
	float: left;
	width: 120px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.field{
	float: left;
	border-left: 4px solid #C6D7F7;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#textarea {width:700px;}
#textright {float:right;width:180px;}

input.small {width:100px;}

input.button {
	color: #B189BE;
	text-decoration: none;

	height: 42px;
	width: 170px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
	margin-bottom:0px;
	font-weight: bold;
	text-align:center;
	font-size: 16px;			
	margin-right:20px;			
	margin-top:10px;
	float:left;
}
.button a{
	color: #B189BE;
	text-decoration: none;
	float:left;
	height: 33px;
	width: 170px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight: bold;
	text-align:center;
	font-size: 16px;
	margin-right:20px;
	margin-top:10px;
	border: 2px solid #999;
}
.right {float:right;padding-top:20px; }


.button a:link, .button a:visited, input.button{
	background-color: #C6D7F7;

}

.button a:hover, .button a.active {
	background-color: #CEDFF7;
}
a.active{
	color: Red;
}
.coloured a.active{
	background-image: url(/images/carbon/radiotick.gif);
	background-repeat: no-repeat;
	color:#989993;
}
.helptext {
	padding:10px;
	visibility:hidden;
	position:absolute;
	border: 1px solid #B189BE;
	width:350px;
	background-color:#FFF;
	z-index:100;
	left: 100px;
	top:30px;
}
.page {width:700px;padding-bottom:20px;}

.footer {
	height:80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.header {height:80px;}


.members-table th{
	padding-right: 20px;
}

.members-table td.divider{
	border-top: 1px solid Black;
}
