/* 
Default general formatting styles for Consult GEE prelogin pages

Author: Steve Tucker
Date: 26/09/05 
Updated by Sam Cowen
Date: 24/07/06
*/


/*----------------------------------------------- 
General formatting styles
-------------------------------------------------*/

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: arial;
  font-size: .85em;
  color: #585858;
  background: #fff url("/images/prelogin/page_bg.jpg") top left repeat-x;
}

h1 {
  font-size: 1.6em;
  font-weight: normal;
  color: #746a6f;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

a {
  color: #003399;
}

a:hover {
  text-decoration: none;
}

ul#menuList li a {
  color: #000;
  text-decoration: none;
}

ul#menuList li a:hover {
  text-decoration: underline;
}

p#welcomeParagraph {
  min-height: 110px;
}


img#welcomeImage {
  float: left;
  margin: 0 .9em .5em 0;
}

.smallText {
  font-size: .95em;
}

.blue {
  color: #003399;
}

.lightBlue {
  color: #349bc6;
}

.hide {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input.formButton {
  font-family: verdana;
  font-size: .9em;
  font-weight: bold;
  cursor: pointer;
}
/*----------------------------------------------- 
TOC styles
-------------------------------------------------*/

div#toc h2 {
  display: block;
  margin: 0;
  padding-left: .5em;
  line-height: 1.5em;
  font-family: verdana, arial;
  font-size: 1em;
  color: #fff;  
}



/* TOC main headings */
ul#tocList {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.tocSuperHeading {
  line-height: 1.8em;
  background: #f4f4f4 url("/images/prelogin/toc_super_bg.gif") top left no-repeat;
}

li.tocSuperHeading a, li.tocSuperHeading a:visited {
  display: block;
  height: 1.75em;
  padding-left: 19px;
  font-size: 1.1em;
  color: #003399;
  text-decoration: none;
}
li.tocSuperHeadingDouble {
  line-height: 1.8em;
  background: #f4f4f4 url("/images/prelogin/toc_super_dbl_bg.gif") top left no-repeat;
}
li.tocSuperHeadingDouble a, li.tocSuperHeadingDouble a:visited {
  display: block;
  height: 3.6em;
  padding-left: 19px;
  font-size: 1.1em;
  color: #003399;
  text-decoration: none;
}
/* TOC sub-headings */
ul.subTocList {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.tocSubHeading {
  line-height: 1.3em;
  background: #f4f4f4 url("/images/prelogin/toc_sub_bg.gif") top left no-repeat;
}

li.tocSubHeading a, li.tocSubHeading a:visited {
  display: block;
  height: 1.5em;
  padding-left: 26px;
  font-size: .95em;
  color: #746a6f;
  text-decoration: none;
}

ul#tocList li a:hover, li.tocSubHeading a:hover {
  color: #45BAEB;
  text-decoration: underline;
}

div#content ul li {
  list-style-image: url("/images/common/defaultBullet.gif") top left no-repeat;
  background: url("/images/common/defaultBullet.gif") top left no-repeat;
  padding-left: 1em;
  padding-bottom: 1em;
}
/*----------------------------------------------- 
Login styles
-------------------------------------------------*/

form#loginForm label, ul#registerLayoutList label {
  font-size: .95em;
  font-weight: bold;
  margin-right: 3px;
}

ul#loginLayoutList, ul#registerLayoutList {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

ul#loginLayoutList li, ul#registerLayoutList li {
  margin: .5em 0;
}

ul#loginLayoutList li a, ul#loginLayoutList li a:visited {
  font-size: .85em;
}

ul#loginLayoutList li a:hover {
  text-decoration: none;
}

li.reminderLink {
  padding-right: 1.8em;
}

.loginField {
 font-size: .8em;
 width: 9em;
 background-color: #fff;
 border: 1px solid #999;
}

p.loginHeading {
  display: block;
  text-indent: -9999em;
  margin: 0;
  padding: 0;
  height: 3em;
}

form#loginForm, form#registerForm {
  margin: 5px;
  text-align: right;
}

/*----------------------------------------------- 
Standard form styles
-------------------------------------------------*/

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input.formButton {
  font-family: verdana;
  font-size: .9em;
  font-weight: bold;
  cursor: pointer;
}

form.standardForm input {
  margin: 0 auto;
  width: 150px;
}

form.standardForm label {
  display: block;
  float: left;
  clear: both;
  width: 150px;
  color: #003399;
}

form.standardForm textarea {
  clear: both;
  width: 90%;
  height: 6.5em;
}

form.standardForm li {
  margin: 1em 0 0 0;
  padding: 0;
  list-style-type: none;
}

/* Standard form buttons style */
form.standardForm input#submitButton {
  font-weight: bold;
  cursor: pointer;
}

input#submitButton {
  margin: 10px 10%;
  width: 100px;
}

/*----------------------------------------------- 
Right-hand ad-box styles
-------------------------------------------------*/

div#adBox p#adboxHeader {
  display: block;
  margin: 0 0 .5em 0;
  padding: 0;
  height: 2em;
  text-indent: -9999em;
}

/*----------------------------------------------- 
Right-hand menu styles
-------------------------------------------------*/

ul#rightMenuList {
  width: 170px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #cecece;
  border-top: none;
}

ul#rightMenuList li {
  width: 168px;
  height: 39px;
  background: #f4f4f4 url("/images/prelogin/right_menu_bg.gif") top left no-repeat;
}
  
ul#rightMenuList li a, a.newsletterLink, ul#rightMenuList li a:visited, a.newsletterLink:visited {
  display: block;
  width: 168px;
  height: 39px;
  font-family: verdana, arial;
  font-size: 1em;
  font-weight: bold;
  color: #8e8e8e;
  text-decoration: none;
  line-height: 3.25em;
  margin: 25px 0 0 0;
  padding: 0 0 0 27px;
}
#toc a.newsletterlink {
  width: 134px;
  height: 20px;
}

ul#rightMenuList li a.halfHeight, ul#rightMenuList li a.halfHeight:visited {
  line-height: 1.5em;
}

ul#rightMenuList li a:hover, a.newsletterLink:hover {
  color: #45baeb;
}

a.newsletterLink, a.newsletterLink:visited {
  width: 134px;
  border: 1px solid #cecece;
  padding: 0 0 0 20px;
  background: #f4f4f4 url("/images/prelogin/extra_menu_bg.gif") top left no-repeat;
  width/**/:/**/ 134px; /* IE6 & Moz; */
}

/*----------------------------------------------- 
Promotion area styles
-------------------------------------------------*/

p#brochureHeading {
  height: 23px;
  text-indent: -9999em;
  background: #fff url("/images/prelogin/brochure_heading.gif") top left no-repeat;
}

select#file {
  width: 16.5em;
  font-size: .95em;
}

p#brochureText {
  padding-right: 70px;
  min-height: 80px;
  background: #fff url("/images/prelogin/brochure_bg.jpg") top right no-repeat;
}

/* for IE, with IE5/Mac backslash filter \*/
* html p#brochureText {
 height: 80px;
}
/* end filter */

a#freetrial {
  display: block;
  margin-top: 25px;
  height: 164px;
  background: #fff url("/images/prelogin/freetrial.jpg") top right no-repeat;
}

a#freetrial span {
    position: absolute;
	text-indent: -9999em;
}