/*  Playing Here Stylesheet
	Author	:	Danny Thorogood
	Date	:	03/1/2007
	Last Mod:	03/23/2007
*/
.container {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:569px;
	color:#01355a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.container a {
	color:#01355a;
	font-weight:bold;
}

.container a:hover{
	color:#990000;
	font-weight:bold;
}

.titlebar {
	background-color:#FFFFFF;
	height:67px;
	padding-top:6px;
	padding-left:6px;
	border-bottom:2px solid #0b334c;
	float:none;
	clear:both;
	text-align:center;
}

.titlebar a img{
	border:0px;
}

.navbar {
	clear:both;
	width:100%;
	background-color:#0b334c;
	border-top:1px solid #FFFFFF;
	margin:0px;
	padding:0px;
}

.navbar a {
	background-color:#0b334c;
	color:#FFFFFF;
	display:inline;
	text-decoration:none;
	padding: 0em 0.6em 0em 0em; /*Top, Right, Bottom, Left -->*/
	margin: 0em 0em 0em 0em;
	border-right:1px solid #FFFFFF;
	width: 8em;
	text-align:center;
	float:left;
}

.navbar ul {
	display:inline;
	list-style-type:none;
	padding:0px;
	border:0px;
	margin:0px;
	height:18px;
	width:100%;
}

.navbar li {
	display:inline;
}

.navbar a:hover {
	background-color:#c1cbd3;
	color:#FFFFFF;
}

.headline {
	font-size: 34px;
	font-weight:normal;
	vertical-align:middle;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#0b334c;
	width:auto;
	height:50px;
	float:none;
	clear:none;
	margin-right:0px;
	padding-left:30px;
}

.search_box {
	border:2px solid #0b334c;
	background-color:#cedde9;
	overflow:hidden;
	margin-bottom:5px;
	width:565px;
	float:left;
}

.header {
	border-bottom:0px solid #0b334c;
	font-weight:bold;
	background-color:#0b334c;
	color:#0B334C;
	background-image:url(table_bg.jpg);
}

.ph_form tr {
	border:1px solid #0b334c;
	margin:2px;
}

.ph_form td {
	border:1px solid #0b334c;
}

.search_fields {
	/*background-color:#c1cbd3;*/
	background-color:#D6DFE5;
	width:100%;
	overflow:hidden;
	font-size:9pt;
}

.search_fields .name {

	float:left;
	width:90px;
}

.big_field .name {
	width:80%;
	margin-top:10px;
}

.search_fields .big_name {

	float:left;
	width:139px;
}

.search_fields .field {
	float:left;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	border-right:0px solid #0b334c;
	margin-top:0px;
	margin-bottom:0px;
	height:50px;
	background-color:#D6DFE5;
}

.search_fields .big_field {
	float:left;
	height:230px;
	overflow:hidden;
	width:580px;
	margin:15px;
}

.search_fields .value {
	float:left;
	width:180px;
}

.search_fields .value_part {
	float:left;
	width:55px;
}

.search_fields .value .select {
	width:auto;
}

.button {
	width:120px;
}

.formbutton {
	text-align:center;
	background-color:#0b334c;
	color:#FFFFFF;
	margin-right:32px;
}

.formbutton:hover {
	background-color:#cedde9;
	color:#0b334c;
}

.required {
	font-weight:bold;
	color:#01355a;
}

.bold {
	font-weight:bold;
}

.top_20_table {
	border:0px solid #0b334c;
	background:#0b334c;
}

.top_20_table .data {
	background-color:#ffffff;
}

.top_20_table .header {
	background-image:url(table_bg.jpg);
}

.top_20_details {
	border:1px solid #0B334C;
	background-color:#FFFFFF;
}

.top_20_details p{
	margin:5px;
}

.top_20_details .field {
	float:left;
	width:10em;
	padding-right:10px;
	border-right:1px solid #0B334C;
}

.top_20_details .value {
	float:none;
	clear:right;
	margin-left:10px;
}

.top_20_details .nominator_details .header, .top_20_details .nominee_details .header, .top_20_details .question_1 .header, .top_20_details .question_2 .header, .top_20_details .question_3 .header, .top_20_details .question_4 .header, .top_20_details .question_5 .header, .top_20_details .question_6 .header {
	font-size:12px;
	margin-top:10px;
}
	

.top_20_details .header {
	float:none;
	clear:both;
	text-indent:10px;
	width:100%;
	font-size:16px;
	font-weight:bold;
}

.top_20_details ul {
	list-style-type:none;
	list-style-position:inside;
}

