/* LAYOUT */

html{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

/* BASIC ELEMENTS
-----------------------------*/
h1 {
	margin: 40px 0 0 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: normal;
}

h2 {
	margin: 5px 0 0 10px;
	font-size: 140%;
	font-weight: bold;
}

h3 {
	margin: 5px 0 0 10px;
	font-size: 120%;
	font-weight: bold;
}

h3 span {
	font-weight: normal;
	font-size: 85%;
}

h4 {
/*	float: left;
	display: inline; */ /* EC: Removed due to issues on /exams/exams-info/faqs/index.html */
	width: 606px;
	margin: 5px 0 0 10px;
	font-weight: bold;
}

h5 {
	margin-left: 10px;
	font-weight: bold;
	font-style: italic;
}

img{border:none;}

a:link, a:focus, a:active {
	color: #006699;
}

a:visited {
	color: #800080;
}

a:hover {
	background: #428db1;
	color: #fff;
}

a.no-bg {
	background: none;
}

a:hover img {
	color: #006699;
}

p {
	margin: 15px 0 15px 0;
}

ol, ul {
	list-style: none;
}

ol{margin:5px;padding:5px;
      line-height:160%;

}

.headings {
    background:transparent url(../images/exams-header-bg1px.jpg) repeat-x left top;
    height:105px;
    margin:0px 0px 10px;
	padding-top: 1.22em;
	padding-left:0.57em;
}


#maincontent p {
   line-height:160%;
   margin-left:10px;
   margin-right:10px;
}

p {
   margin:15px 0px;
}

.clearboth {clear:both;}

img.where-img {
	float: right;
	margin: 15px 0 6px 0;
}

#timetable-link {
	float: right;
	margin: 0 0 6px 0;
}

/* =BRANDING
--------------------------------*/
#branding {
	margin: -6px 0 0 0;
}

#logo {
	float: left;
}

#experts {
	float: right;
}

/* =BREADCRUMB
-------------------------------*/
ul#breadcrumb {
	float: left;
	display: inline;
	margin: 21px 0 12px 25px;
	width: 100%;
	font-size: 85%;
	color: #006699;
	padding-left:0px;
}

ul#breadcrumb li {
	float: left;
}

ul#breadcrumb li a {
	background: url(../images/breadcrumb-divider.gif) 100% 70% no-repeat;
	margin: 0 4px 0 0;
	padding: 0 10px 0 0;
	font-weight: normal;
}

ul#breadcrumb li a:hover {
	color: #006699;
	text-decoration: none;
}

/* NAVIGATION
-------------------------------*/

/* =NAV-PRIMARY
----------*/
#navcontainer {
	background: #669999;
	float: left;
	width: 94%;
	padding: 5px 30px 0 16px;
	border: 1px solid #ccc;
	font-size: 110%;
	vertical-align:baseline;
}

#primarynav {
   float:left;
   margin:0;
   padding:0;
}

#navcontainer ul li {
	background: url(../images/nav-primary-divider-shadow.jpg) 100% 70% no-repeat;
	float: left;
	margin: 0;
	padding: 3px 9px 5px 7px;
}

#navcontainer ul li.last-item {
	background: none;
}

#navcontainer ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul li a:hover {
	background: none;
	text-decoration: underline;
}


#navcontainer form {
	float: right;
}


#navcontainer form fieldset {
    width: 225px;
    margin: 0;
    padding: 0;
	border:none;
}

#navcontainer form #search-input {
	position: relative;
	top: -5px;
	left: 4px;
	width: 177px;
	margin: 0;
	padding: 2px 0 2px 10px;
	border: 1px solid #d0dbdb;
}

#navcontainer form #search-button {
	position: relative;
	top: 1px;
	left: 1px;
}



#nav-secondary {
	float: right;
    margin: 0 0 8px 0;
}

#nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:focus, #nav-secondary a:active
{
	color: #006699;
	text-decoration: none;
}

#nav-secondary a:hover {
	color: #fff;
}


#secselected  {text-decoration:underline !important;color:red;}

#nav-secondary li {
	float: left;
	width: 184px;
	padding: 10px 20px 10px 18px;
	background: #f6f9f4 url(../images/exams-nav-secondary-bg-border.gif) bottom left no-repeat;
}

#nav-secondary li.first-item {
    background:none;
	padding: 10px 0 5px 20px;
	border: 1px solid #ccc;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
/*	font-style: italic; */
    background-color: #dde6d7;
    background-repeat: repeat;
    background-attachment: scroll;
    color: #000000;
    position: relative;
    height: 20px;

}

#nav-secondary li.first-item span {
	background: url(../images/centre-search.gif) 20px 4px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -10px 0 0 -20px;
}

#nav-secondary li.last-item {
	background: #f6f9f4 url(../images/exams-nav-secondary-bg.gif) bottom left no-repeat;
}

#nav-secondary li ul li.last-item {
	background: none;
}


/* LAYOUT STYLES
--------------------------*/

/* =CONTAINER
-------*/
#container {
	width: 866px;
	margin: 0px auto;
}

#skip {
	margin: 0 0 0 -1000px;
}

#maincontent{
float:left;
margin:0pt 10px 0pt 0pt;
padding:0pt;
width:616px;
}

#sidecontent_r {
float:left;
width:230px;
}

#footer{margin-top:0px;}

/* FORMS STYLES
---------------------------- */


#searchForm fieldset {
	margin: 0;
	padding: 0;
	border:none;
	margin-bottom:10px;
}

#searchForm fieldset legend {font-weight:bold;
   position:relative;
   font-size: 1.2em;
   padding-left:10px;
   padding-top:0px;
   color:#000000;
}

.formgroup{
   border:1px solid #CCCCCC;
   border-bottom:none;
   padding:20px;
   padding-left:15px;
   margin-left: 30px;
   margin-top: 0px;
}

.formbottom{
   border-bottom:1px solid #CCCCCC;
   padding:5px;}

.formtop{
   margin-top:10px;}


/* FOOTER STYLES
--------------------------- */

#footer {
	float: left;
	display: inline;
	clear: both;
	padding: 20px 0;
	width: 60%;
	position: relative;
	left: 160px;
}

#footer li {
	background: url(../img/site-info-divider.gif) 100% 70% no-repeat;
	float: left;
	padding: 5px 6px 5px 5px;
}

#footer li.last-item {
	background: none;
}

#footer li a {
	font-size: 85%;
	font-weight: normal;
	color: #000;
}

#footer li a:hover {
	background: none;
	text-decoration: none;
}


/* TABLE STYLES
--------------------------- */
table {
	margin: 10px auto;
	border-collapse: collapse;
	width: 90%;
}

th {
	background: #eee;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	padding: 4px;
}

caption {
   font-weight:bold;
   text-align:left;
}

#searchResults th {
    padding: 0;
}

#searchResults tr.headers th {
    padding: 4px;
    font-size: 0.8em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

#searchResults th a {
    background: #DDE6D7;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    text-align:left;
    background-image: url('../images/icon-closed.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding: 4px;
    padding-left: 24px;
    display: block;
}

#searchResults th a:hover {
    background-color: #88BBBB;
    color: #fff;
}

#searchResults th a.selected {
    background-image: url('../images/icon-open.png');
    background-color: #669999;
    color: #fff;
}

#searchResults th a span.count {
    float:right;
    font-size: 0.8em;
    padding: 2px;
    font-weight: normal;
}

#searchResults tr td {
	border: 1px solid #ccc;
    font-size: 0.8em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #f6f9f4;
}

#searchResults tr.internal td {
    background-color: #e6e9e4;
}

#searchResults td a {
    text-decoration: none;
    color: #000;
    display: block;
    margin: 0;
    padding: 4px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    position: relative;
}

#searchResults tr.hover td{
    background-color: #428db1;
}

#searchResults tr.hover td a{
    color: #fff;
}

#searchResults tr.hover td a:hover{
    text-decoration:underline;
}

.contactdetailscell{width:24%;font-size: 0.85em;}

.validationerror ul li {color:#ff0000; padding-left:10px;}


div.highlight {
    background: transparent url(../images/highlight-bg.jpg) no-repeat scroll left bottom;
    width: 615px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: -5px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 5px;
}

div.highlight p {
    padding:0 5px 0 10px; line-height:160%;
}

span.highlight-top{
    background: transparent url(../images/highlight-top-bg.jpg) no-repeat scroll left top;
    width: 620px;
    height: 10px;
    display: block;
    margin-left: -6px;
    margin-top: -5px;
}
