/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	23/10/07
------------------------------------------------*/

/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  padding-top:30px;
  color:#000;
  font:70% "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:center;
  background:#FFF url(../images/interface/bg.gif) repeat-x;
}

html {
     overflow: -moz-scrollbars-vertical;
}

#flash {
	width:944px;
	position:relative;
	height:194px;
	z-index:10;
}

#header {
	width:944px;
	position:relative;
	height:105px;
	background:url(../images/interface/header.gif) no-repeat;
}

h1 {
	position: absolute;
	top: 60px;
	left: 149px;
	margin: 0;
	font-size: 2px;
}

h1 a {
	display: block;
	text-indent: -700em;
	text-decoration: none;
	height:60px;
	width:315px;
}

p, h3, h4 {
	border:0;
	margin:0;
	padding-top:1em;
}

h3, h4 {
	text-align:left;
}

table {
	margin-top:1.4em;
	margin-bottom:0.4em;
}

h2 {
	margin:0;
	border:0;
	font-size:1.7em;
	color:#386EA1;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:708px;
	background:url(../images/interface/heading-bg.gif) no-repeat;
	padding:9px 12px 15px 224px;
}

h3 {
	font-size:1.2em;
	color:#386EA1;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	color:#666;
	font-size:1.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

em {
	color:#FFF;
}

abbr, acronym {
  border-bottom: 1px dotted #858585;
  cursor: help;
}

blockquote {
	padding:0 20px;
	margin:0 2em;
	margin-top:1.4em;
	font-style:italic;
	overflow:visible;
	height:1%;
	border-left:1px solid #2A6BCE;
	border-right:1px solid #2A6BCE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
}

blockquote p {
	padding-top:0;
}

cite {
	font-style:normal;
	font-weight:bold;
	font-size:0.9em;
	margin-top:1em;
	color:#999;
	display:block;
}

img {
	border: 0px none; 
}

/* FORM */

#EmailForm, #thanks {
	margin-top:1.5em;
	padding:20px;
	padding-top:10px;
	background-color:#e1e9f1;
	border:1px solid #cbd9e7;
	border-bottom:1px solid #8aaac9;
	border-right:1px solid #8aaac9;
}

#frmLogin {
	float:left;
}

form p {clear:both;}

#thanks {
	width:500px;
	/*height:476px;*/
	height:375px;
}

.clearonfocus, .input {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cbd9e7;
	width:515px;
	padding:3px 4px;
	background:#FFF url(../images/interface/bg-input.gif) top left no-repeat;
	color:#000;
}

label {
	width:120px;
	display:block;
	float:left;
}

.checkboxes {
	float:left;
	width:350px;
}

.checkboxes input {
	padding:0;
	margin:0;
	border:0;
	margin-right:4px;
	vertical-align:middle;
}

.checkboxes label {
	width:150px;
	font-size:0.9em;
}

input:focus, textarea:focus {
	border:1px solid #8aaac9;
}

.button {
	margin-left:120px;
	width:75px;
	background-color:#2F77B2;
	border:1px solid #47B3D9;
	border-bottom:1px solid #235985;
	border-right:1px solid #235985;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	height:25px;
}

.buttonHover {
	margin-left:120px;
	width:75px;
	background-color:#41A2D4;
	border:1px solid #62D1EA;
	border-bottom:1px solid #31799F;
	border-right:1px solid #31799F;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	height:25px;
}

* html .button {margin-left:123px;}
* html .buttonHover {margin-left:123px;}

div.errors {padding-top:1em;}
div.errors strong {color:#F00;}
#EmailForm .invalidValue{border:1px solid #F00;}
#EmailForm .requiredValue{border:1px solid #F00;}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display:none;
	clear:both;
}

/* CLASSES */

.image {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:0.4em;
	border:1px solid #8aaac9;
}

.imagecolumn {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:0.4em;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.datatable {
	width:100%;
	line-height:normal;
	border:1px solid #386EA1;
	border-collapse:collapse;
}

.datatable th {
	background:#2F77B2 url(../images/interface/tile-table-heading.gif) top repeat-x;
	font-size:1em;
	padding:0.4em 0.8em 0.5em 0.8em;
	vertical-align:top;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

.datatable td {
	background-color:#cddbe8;
	font-size:0.9em;
	padding:0.5em 0.8em;
	vertical-align:top;
	text-align:left;
	color:#333;
}

.datatable th a {
	color:#FFF !important;
	text-decoration:none;
}

.datatable th a:hover{
	color:#B2D15B !important;
}

.datatable tr:hover td {
	background-color:#FFF !important;
}

.datatable tr:nth-child(2n+1) td, .datatable tr:nth-child(odd) td {
	background-color:#dee9f3;
}

.datatable tr.odd td {
  background-color: #dee9f3;
}

.column, .maincolumn {
	width:190px;
	padding-right:20px;
	float:left;
}

.maincolumn {
	width:250px;
}

/* HEADER */

#header {
	font-size:1.1em;
}
 
#header ul {
	display:block;
	width: 719px;
	position: absolute;
	bottom: 0;
	right:0;
	margin: 0;
	padding-left:63px;
	list-style: none;
	background:url(../images/interface/primary-bg.gif) right no-repeat;
}

html #header ul {margin-bottom:-1px;}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul a {
	float: left;
	display: block;
	height:35px;
	padding: 8px 15px 8px 15px;
	color: #fff;
	text-decoration: none;
	background:url(../images/interface/primary-divider.gif) top right no-repeat;
	voice-family: "\"}\""; voice-family:inherit;
	height:19px; /*box model hack for IE5*/
}

#header ul a:hover {
	background-position:right -200px;
}

#header ul .current a {
	background-position:right -100px;
	padding: 9px 15px 7px 15px;
	color:#d5dee8;
}

/*NAVIGATION*/

#navigation, #sidebar {
	width:148px;
	float:left;
	padding:17px 0 0 27px;
}

#homepage-nav {
width:180px;
float:left;
padding:17px 0 0 20px;
}

#homepage-nav a {
color:#333; text-decoration:none; display:block; height:27px; background: url('/assets/templates/icl/images/interface/dl.gif') no-repeat top left; padding: 0 0 0 36px !important; font-size: 13px; margin:0; line-height:14px
}

#homepage-nav a span {
color:#aaa; font-size:11px;font-style:italic;
}


#sidebar {
	background:none;
}
 
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	padding: 0;
	margin: 0;
	margin-top:8px;
}

#navigation h3 {
	position: absolute;
	left: -9999px;
	width: 990px;
}

#navigation ul a {
	display: block;
	padding: 4px 20px 5px 8px;
	color:#FFF;
	text-decoration: none;
	background:url(../images/buttons/secondary.gif) no-repeat;
	height:1%;
}



#navigation ul .current a, #navigation ul .current a:hover{
	background-position:0 -200px;
	color:#386EA1;
	padding: 4px 20px 5px 8px;
}

#navigation ul .current {
	margin-top:9px;
}

/*#navigation ul a:visited {
	background-position:0 -300px;
}*/

#navigation ul a:hover {
	background-position:0 -100px;
	padding: 3px 20px 6px 8px;
}

#navigation ul ul {
	padding:0;
}

#navigation ul ul li {
	
}

#navigation ul ul a {
	padding: 2px 20px 2px 20px;
	background:url(../images/buttons/tertiary.gif) top no-repeat !important;
}

/*#navigation ul ul a:visited {
	background:url(../images/interface/tick_sec.gif) right no-repeat !important;
	padding-right:23px;
}*/

#navigation ul ul a:hover  {
	background-position:0 -100px !important;
}

#navigation ul ul .current a, #navigation ul ul .current a:hover {
	font-weight:bold;
	background-position:top !important;
}

/* IDs */
	
#wrapper, #wrapperwide {
	width:944px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#bodywrapper {
	height:1%;
	width:944px;
	float:left;
	background:#FFF url(../images/interface/bodywrapper-bg.gif) repeat-y;
}

#wrapperwide #bodywrapper {
	background:url(../images/interface/tile_body_wide.gif) repeat-y;
}

#mBody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;
	padding-right:27px;
	padding-top:5px;
	height:1%;
	min-height:275px;
	width:718px;
	font-size:1.1em;
	line-height:1.6;
	text-align:justify;
	color:#666;
	voice-family: "\"}\""; voice-family:inherit;
	width:693px; /*box model hack for IE5*/
}	

* html #mBody {height:275px;} 

#wrapperwide #mBody {
	background:url(../images/interface/bg_title_wide.gif) no-repeat;
	width:757px;
	voice-family: "\"}\""; voice-family:inherit;
	width:687px; /*box model hack for IE5*/
}

#mBody ul {
	list-style-type:none;
	/*text-align:left;*/
	margin-bottom:0;
	margin-top:1em;
}

#mBody ul ul {margin-top:0;}

#mBody ul li {
	padding-left:20px;
	background:url(../images/interface/bullet.gif) no-repeat 0 0.3em;
	margin-left:-15px;
}

#mBody ol li {
	padding-left:0;
	margin-left:-15px;
}

#mBody a {
	color:#386EA1;
	text-decoration:none;
}

#mBody a:hover {
	text-decoration:underline;
}

/*#mBody a:visited {
	background:url(../images/interface/tick.gif) right no-repeat;
	padding-right:15px;
}*/

#breadcrumb {
	position:absolute;
	right:27px;
	top:313px;
	/*top:368px;*/
	color:#597FB9;
	font-size:0.9em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#breadcrumb a {
	color:#597FB9;
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;
}

/*FOOTER*/

#footer {
	padding:0 0 0 25px;
	background:url(../images/interface/footer.gif) no-repeat;
	width:944px;
	clear:both;
	voice-family: "\"}\""; voice-family:inherit;
	width:919px;
}

#footer a {
	text-decoration:none;
}

#footer h3 {
	position: absolute;
	left: -9999px;
	width: 990px;
	background:none;
}

#backtotop {
	float:right;
	margin-top:26px;
	margin-right:20px;
	padding:3px 10px 0 6px;
	background:url(../images/buttons/btt.gif) no-repeat;
	display:inline;
	color:#FFF;
	width:87px;
	height:24px;
	voice-family: "\"}\""; voice-family:inherit;
	height:21px; /*box model hack for IE5*/
	width:71px; /*box model hack for IE5*/
}

#backtotop:hover {
	background-position:0 -100px;
	text-decoration:none;
}

#footer ul {
	float:left;
	width: auto;
	margin:0;
	padding:0;
	border:0;
	list-style: none;
	padding-top:29px;
}

#footer li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding-right: 10px;
	color:#a5bed5;
}

#footer ul a:hover {
	color:#FFF;
	text-decoration:underline;
}

#copyright {
	clear:both;
	padding:10px 0;
	color:#bfbfbf;
	height:1%;
	text-align:center;
}

#copyright a {
	color:#bfbfbf !important;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

#copyright strong {
	color:#FFF !important;
}

/* AJAX SEARCH */

#ajaxSearch_input {
    position: absolute;
    top: 25px;
    right: 60px;
    width: 155px;
    height: 16px;
	font-size:13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #A5C6ED;
	padding:3px 6px;
	background:#FFF url(../images/interface/bg-input.gif) top left no-repeat;
	color:#666;
}

#ajaxSearch_submit {
    width: 27px !important;
    height: 24px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(../images/interface/search.gif) no-repeat center top;
    padding: 55px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 25px;
    right: 20px;
}

#ajaxSearch_output {
    background: #000;
    color: white;
    -moz-opacity:0.85 !important;
    opacity:0.85 !important;
    filter: alpha(opacity=85) !important;
    position: absolute;
    top: 49px;
    right: 60px;
    width: 169px !important;
    z-index: 98;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	display: block;
	padding:3px 6px;
	text-decoration:none;
}
#ajaxSearch_output a:hover{ background-color: #699bc9;}
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

#searchClose {
	position:absolute;
	top:52px;
	right:63px;
	z-index:99;
}

#indicator {
	position: absolute;
    top: 28px;
    right: 235px;
}

.ajaxSearch_extract p {
	padding-top:0 !important;
	padding-bottom:1em !important;
}

.ajaxSearch_resultsInfo {
	padding-bottom:1em;
}

.ajaxSearch_highlight {
	font-weight:bold;
	color:#000;
}