@charset "utf-8";
/* Styles for detailed page sections, buttons etc */

#pageContent {
	width:480px;
	padding-left:10px;
	padding-top:4px;
	float:right;
	margin-right:20px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

#pageContent-inner {
	width:480px;
}

#leftPanel {
	width:225px;
	float:left;
}

h1 {
	font-size: 16px;
	height: 27px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 4px;
	}

h2, h3 {
	font-size:14px;
	margin-top: 15px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
	height: 21px;
}
h1, h2, h3 {
	font-weight: bold;
	color: #fff;
	background-image: url(images/bluebar.jpg);
	background-repeat: repeat-x;
}
h1, h2 {
	text-align: center;
}
ul.red, ul.green {
list-style-type:none;
padding: 0;
margin: 0;
margin-left: 30px;
}
ul.red li {
background-image:url(images/red_cross.jpg);
background-repeat:no-repeat;
background-position:0 8px;
padding-left:40px;
}
ul.red li:first-line {
	color:#CC0000;
	font-weight:bold;
}
ul.green li {
background-image:url(images/green_tick.jpg);
background-repeat:no-repeat;
background-position:0 8px;
padding-left:40px;
}
ul.green li:first-line {
color:#006600;
font-weight:bold;
}
.yellow {
background-color:#FFFF00;
font-weight:bold;
}