/* use this file to override anything in default.css */
table.main {
	border-left: solid #bcbdc1 5px;
	border-right: solid #bcbdc1 5px;
}
td.left {
	width: 228px;
	margin-top: 0px;
	padding-left: 2px;
}
td.middle, td.right-full {
	width: 521px;
	padding-left: 2px;
	/* padding-right: 2px; */
}
td.right {
	width: 1px;
	background-color: #ffffff;
}
table.object {
	margin-top: 0px;
}
a.nav-secondary {
	color: #ffffff;
	text-decoration: none;
}
a.nav-secondary:hover {
	color: #990000;
}
td.header-redX{
	background-color: #ebebea;
	color: #000000;
}
td.header-grey{
	color: #ffffff;
}

/* Added by Sam for press page (14/06/11) */
#press,
#events { margin: 0 5px 0 3px}
	#press h2,
	#events h2 { padding: 8px; margin: 5px 0; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; color: #ffffff; 
	background-color: #333333 }
	#press ul,
	#events ul { padding: 0; margin: 0; margin-top: 0 }
		#press ul li,
		#events ul li { margin: 0; border-bottom: 1px solid #DDD; list-style: none; padding: 10px 8px 10px 6px }
			#press ul li h3,
			#events ul li h3 { margin: 0; margin-bottom: 5px; font-size: 11px; color: #888 }
				#press ul li h3 a,
				#events ul li h3 a { font-size: 12px }
			#press ul li span,
			#events ul li span { font-size: 11px; color: #444 }
			#press ul li span:before,
			#events ul li span:before { content: '›'; padding-right: 3px }
			#press ul li p,
			#events ul li p { margin: 5px 0 }
		#press ul li.more,
		#events ul li.more { padding: 0; overflow: hidden; background: #F4F4F4; text-align: right }
			#press ul li.more a,
			#events ul li.more a { display: block; padding: 10px; color: #444 }
			#press ul li.more a:hover,
			#events ul li.more a:hover { color: #FF6600; background-color: #EEE }
#results {
	position: relative;
	text-align: center;
	width: 473px;
	overflow: hidden;
	padding-top: 15px;
	margin: 0 auto;
}
#results h3 {
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 15px;
}
#results p {
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	color: #e4e4e4;
	text-transform: uppercase;
	padding-top: 12px;
}
#results .score {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 58px;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url("/images/results-bubble.png") left top no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 14px;
	text-shadow: 0 -1px 0 #000;
}
#results #scale {
	display: block;
	width: 473px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	padding-bottom: 29px;
	background: url("/images/results-scale.gif") left bottom no-repeat;
}
#results #scale li {
	display: inline;
	float: left;
	width: 12px;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-right: 1px;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
}
#results #scale li.beginner {
	width: 6px;
}
#results #steps {
	display: block;
	width: 473px;
	height: 53px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#results #steps li {
	display: inline;
	float: left;
	height: 53px;
	text-indent: -999999px;
	overflow: hidden;
	list-style-type: none;
}
#results #steps li strong {
	display: block;
	height: 53px;
	overflow: hidden;
}
#results #steps li .beginner {
	width: 90px;
	background: url("/images/step-beginner.jpg") left top no-repeat;
}
#results #steps li.achieved .beginner {
	background: url("/images/step-beginner.jpg") left center no-repeat;
}
#results #steps li.passed .beginner {
	background: url("/images/step-beginner.jpg") left bottom no-repeat;
}
#results #steps li .elementary {
	width: 77px;
	background: url("/images/step-elementary.jpg") left top no-repeat;
}
#results #steps li.achieved .elementary {
	background: url("/images/step-elementary.jpg") left center no-repeat;
}
#results #steps li.passed .elementary {
	background: url("/images/step-elementary.jpg") left bottom no-repeat;
}
#results #steps li .intermediate {
	width: 77px;
	background: url("/images/step-intermediate.jpg") left top no-repeat;
}
#results #steps li.achieved .intermediate {
	background: url("/images/step-intermediate.jpg") left center no-repeat;
}
#results #steps li.passed .intermediate {
	background: url("/images/step-intermediate.jpg") left bottom no-repeat;
}
#results #steps li .upper-intermediate {
	width: 77px;
	background: url("/images/step-upper-intermediate.jpg") left top no-repeat;
}
#results #steps li.achieved .upper-intermediate {
	background: url("/images/step-upper-intermediate.jpg") left center no-repeat;
}
#results #steps li.passed .upper-intermediate {
	background: url("/images/step-upper-intermediate.jpg") left bottom no-repeat;
}
#results #steps li .advanced {
	width: 77px;
	background: url("/images/step-advanced.jpg") left top no-repeat;
}
#results #steps li.achieved .advanced {
	background: url("/images/step-advanced.jpg") left center no-repeat;
}
#results #steps li.passed .advanced {
	background: url("/images/step-advanced.jpg") left bottom no-repeat;
}
#results #steps li .proficient {
	width: 75px;
	background: url("/images/step-proficient.jpg") left top no-repeat;
}
#results #steps li.achieved .proficient {
	background: url("/images/step-proficient.jpg") left bottom no-repeat;
}
#results #labels {
	display: block;
	width: 473px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding-top: 18px;
	background: url("/images/results-bottom.gif") center bottom no-repeat;
	padding: 0;
	padding-bottom: 30px;
}
#results #static-labels {
	display: block;
	width: 473px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background: none;
	padding: 0;
	padding-top: 18px;
	padding-bottom: 20px;
}
#results #labels li,
#results #static-labels li {
	float: left;
	text-transform: uppercase;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding-right: 9px;
	font-weight: bold;
	list-style-type: none;
}
#results p.beginner,
#results #labels li.beginner,
#results #static-labels li.beginner,
#scale li.beginner {
	color: #048528;
}
#results p.elementary,
#results #labels li.elementary,
#results #static-labels li.elementary,
#scale li.elementary {
	color: #71c451;
}
#results p.intermediate,
#results #labels li.intermediate,
#results #static-labels li.intermediate,
#scale li.intermediate {
	color: #f2bc1c;
}
#results p.upper-intermediate,
#results #labels li.upper-intermediate,
#results #static-labels li.upper-intermediate,
#scale li.upper-intermediate {
	color: #d3621d;
}
#results p.advanced,
#results #labels li.advanced,
#results #static-labels li.advanced,
#scale li.advanced {
	color: #d01017;
}
#results p.proficient,
#results #labels li.proficient,
#results #static-labels li.proficient,
#scale li.proficient {
	padding-right: 0;
	color: #8e107b;
}
#scale li.active {
	color: #fff;
	text-indent: -999999px;
	overflow: hidden;
}

table.levels{text-align:left; color:#555; background-color:#eeeeee; margin:15px 0 5px; border:1px solid #ddd; border-collapse: collapse; border-top: none;}
table.levels td{margin: 0; padding:6px; border-top:1px solid #ddd; border-left:1px solid #ddd;}
table.levels td p {display: block; margin: 0 !important; padding:0 !important; font-size: 11px;}
table.levels .heading td {background: #eeeeee;}
table.levels .heading td h3 {font-size: 11px; padding: 0 !important; margin: 0 !important;}
table.levels .alternate td {background: #f5f5f5;}

