/* 	Awards custom style sheet
	British Mortgage Awards
*/
   
   
/*GLOBAL DEFAULTS */

body {
	background-color: #CCC;
	line-height: 18px;
}


#header {
	outline:none;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: right;
	background-image:url(header.png);
	height: 140px;
	width:980px;
	border-bottom: 0;
}
	
	/* LAYOUT */

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	border: 6px solid #FFF;
}

p {
	font-size: 1em;
}

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size:1.6em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 1.4em;
	background-color: #DDD;
	padding: 6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
	background-color: #e5c40b;
	padding: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	background-color: #DDD;
	margin:0.7em 0em 0em 0em;padding: 5px;
	border: none;
}

a {
	color:#000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color:#000;
	text-decoration: none;
}

/* Block classes */

.item {
	left: 100%;
	background-color: #FFF; /* Background colour of centre column */
}


#logoItem .blockContent {
	background-color:#FFF;
	border-bottom: 1px solid #FFF;
}


#topNav .blockContent a{
	padding: 4px;
	background-color: #333;
	outline: 1px solid #333;
	font-size:14px;
	font-weight:normal;
	color: #EEE;
	text-decoration:none;
	margin-right: 6px;
}

#topNav .blockContent a:hover{
	background-color: #333;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

#main #leftColumn {
	width: 160px;
	padding-right: 10px;
	border-right: 1px dotted #DDD; /* Left column right border */
	background-color:#FFF; /* background colour of left column */
}

#main #leftColumn .blockContent {
	padding: 20px 0 20px 10px;
}

/* LEFT NAVIGATION */

.glossymenu{
	margin: 0;
	padding: 0;
	width: 154px; /*width of menu*/
	border: 0;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: #000 /*url(images/glossyback.gif) repeat-x bottom left*/;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #AAA;
	color: #FFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu .menuitem:active{
	color: #e5c40d;
	background-color: #000;
}

.glossymenu a.menuitem .statusicon{ /*Icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background: #f8e3a7/* url(images/glossyback2.gif)*/;
	color: #000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #FFF ;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #DDD;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	text-indent: 10px;
	padding: 4px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background: #000;
	color: #FFF;
}

#main #mainContent {
	color: #333;
	background-color:#FFF; /* background colour of main content */
}

#main #mainContent .blockContent {
	padding: 20px 0 20px 180px;/* left and right column widths */
}

#main #rightColumn {
	
	display: none;
	
	margin-left:  -200px;
	width: 200px;
	padding-left: 10px;
	border-left: 1px dotted #DDD; /* Right column left border */
	z-index: 100; /*prevent main content from overlapping sidebars */
	background-color:#FFF; /* background colour of left column */
}

#main #rightColumn .blockContent {
	text-align: center;
	margin: 20px 16px 16px 0; 
}

#footerLine {
	border-bottom: none;
}

#footer {
	background-color: #000;
}

#footer p{
	text-align: center;
	padding: 10px;
	color: #CCC;
	font-size: 11px;
	line-height: 1.8em;
}
#footer a{
	color: #CCC;
	text-decoration:underline;
}
#footer a:hover{
	color: #FFF;
	text-decoration:none;
}

/* Section Block */

.sectionBlock {
	border: none;
	margin: 8px 0 8px 0;
	background: #FFF;
	padding-bottom: 12px;
}
.sectionBlock h1, h2 {
	display: block;
	border: none;
	background: #FFF;
	color: #333;
	padding: 4px 16px 4px 16px;
}
.sectionBlock h2 {
	display: block;
	border: none;
	background: #FFF;
	clear: left;
	color: #999;
	font-size: 16px;
	padding: 6px 0px 6px 0px;
}
.sectionBlock p {
	padding: 0px 10px 7px 0px;
}

div.sectionBlock {padding-bottom:4px !important;}

#rightColumn h2 {
	font-size: 16px;
}

/* Remind ME */
#remindMe {
	margin: 0 0 14px 0;
}
#remindMe a{
	background: #000;
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 144px;
	height: 30px;
	padding: 0 0 0 10px;
	border: none;
	text-decoration: none;
	line-height: 30px;
}
#remindMe a:hover{
	background: #FF0000;
	color: #FFF;
}

/* Speakers */
 
img.speakers {
	background-color:#EFEAE0; /* Pale Gold background */
	border:1px solid #999; /* Silver grey border */
	float: left;clear:both;
	margin:0em 0.9em 0.2em 0.1em;
	vertical-align: top;
	padding: 0px;
}

.sponsors {
	padding: 12px 14px 4px 15px;
}

.bookblock2 {
	padding:10px 0 10px 0;
}

.bookBlock {
	border: none;
	margin: 8px 0 8px 0;
	background: #FFF;;
	padding: 0 0 16px 0;
}

/* VOTING FORM */

fieldset {
	border:none;
	margin:0.2em 0;
	padding: 0;
	font:96%/1.4em sans-serif;
	color:#333333;
}

label {
	float:left;
	width:15em;
	margin:0.2em 0em;
	padding-top:0.2em;
	text-align:left;
	font-weight:bold;
}

input, textarea, select {
	font-family:inherit;
	font-size:100%;
	margin:0em;
	padding:1px;
}

fieldset h3 {
	background-color:transparent;
	border:none;
	font-weight: bold;
	font:110%/1.5em sans-serif;
	margin:0.4em 0;
	padding:0;
}

fieldset p {font:100%/1.5em sans-serif;}

fieldset div label {
	clear:left;
	margin:0.2em 0em 0,2em 0em;
	text-align:left;
	font-weight:bold;
}

legend {
	font-weight: bold;
	font-size: 14px;
}

div input[type=text] {	background-color:#FFF;;margin:0.2em 0em}

div input[type=radio] {margin:0em 0.4em 0em 0em}

textarea {
	background-color:#FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font:100%/1.4em sans-serif;
	height:200px;
	margin-top:0.4em;
	width:480px;
}

.submit {
	clear:both;
	margin:0.5em 0em 0em 16em;
}

/* Tell a Colleague form */
form#doublecombo div.row {
	background-color:#fff;
	clear: both;
	padding-top: 5px;
}
form#doublecombo div.row span.label {
	float: left;
	font-size:100%;
	font-weight:bold;
	width: 200px;
	text-align: right;
}
form#doublecombo div.row span.formw {
	float: left;
	width: 64%;
	text-align: left;
}

form#doublecombo div.row input {
	background-color:#fff;
	clear: left;
}
form#doublecombo span.red {color:red;display:inline;}

/* Validation styles */
form#doublecombo textarea:focus, input:focus {
	border: 1px solid #900;
}
form#doublecombo input, textarea {
	border: 1px solid #999;
	clear: right;
}
form#doublecombo input.required, textarea.required {
	border: 1px solid #999;
}
form#doublecombo input.validation-failed, textarea.validation-failed {
	border: 1px solid #CF0000;
	color : #333;
}
form#doublecombo input.validation-passed, textarea.validation-passed {
	border: 1px solid #999;
	color : #000;
}
form#doublecombo div.validation-advice {
	margin: 0.2em 0em 0em 0em;
	padding: 0.2em;
	background-color: transparent;
	color : #CF0000;
	font-weight: bold;
}

form#doublecombo .custom-advice {
	margin: 0.2em 0em;
	padding: 0.2em;
	background-color: transparent;
	color : #CF0000;
	font-weight: bold;
}
form#doublecombo .form-row {
	clear: both;
	padding: 0.5em;
	margin-top: 2px;
}
form#doublecombo div.actions {clear:left;margin-top:0.2em;margin-left:0;padding:7px 0px 0px 0px;text-align:center;}