
/* page --------------------------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;  
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background-color: #ffffff;
  margin-left:15px;
}

#clebc-staging-banner {
	background-color: #DE044D;
	text-align: center;
	font-size: 16px;
	font-weight: bold;	
}

#clebc-test-banner {
	background-color: #04DE78;
	text-align: center;
	font-size: 16px;
	font-weight: bold;	
}

/*div#container {
  width: 810px;  
  text-align:left;
}*/

div#content {
  position: relative;
}

/* general style definitions ------------------------------------------------ */
ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 15px;
}

a {
  color: #000;
}

a:visited {
  color: #336699;
}

img {
  border: 0;
}

a.externalLink {
  background: transparent url('../images/externalLink.gif') no-repeat scroll right center;
  padding-right: 13px;
}

/* float clearing ------------------------------------------------------------*/
.module:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* header ------------------------------------------------------------------- */
div#header {
  position: relative;
  clear: both;
}

/* page title --------------------------------------------------------------- */
div#clebc {
  margin: 0;
  padding: 0;
  height: 77px;
}

/* top navigation ----------------------------------------------------------- */
div#topNavigation {
  position: absolute;
  clear: both;
  top: 0;
  right: 0;
}

a#contact, a#about {
  height: 14px;
  width: 72px;
  display: block;
  float: left;
}

a#contact span, a#about span {
  display: none;
}

a#contact {
  background-image: url("../images/contact.gif");
}

a#about {
  background-image: url("../images/about.gif");
}

/* clebc search form */
div#search {
  width: 215px;
  margin-top: 0.3em;
}

div#cleSearch {
  height: 11px;
  width: 127px;
  background-image: url("../images/search.jpg");
}

div#queryRow {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

input#query {
  width: 190px;
  float: left;
}

input#queryButton {
  margin-top: 2px;
  float: right;
}

div#cleSearch span {
  display: none;
}

div#search fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  padding-top: 0.5em;
  border-top: 1px solid #587992;
}

div#advancedSearchRow {
  text-align: right;
  font-size: 0.85em;
}

div#advancedSearchRow img {
  vertical-align: middle;
}

#lexumSearch {
  height: 30px;
  padding-left: 0.5em;
  color: #587992;
  font-weight: bold;
  font-size: 0.9em;
  float: left;
}

#lexum-search-submit {
  padding-left: 0;
}

/* main menu ---------------------------------------------------------------- */
div#menu {
  height: 30px;
  background-color: #c3cdd5;
  margin-bottom: 1px;
}
div#menu table {
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border-collapse: collapse;
}

div#menu table td {
  padding: 0;
  margin: 0;
}

div#menu table a {
  display: block;
  background-repeat: no-repeat;
  height: 30px;
}

a#home {
  background-image: url('../images/home-grey.gif');
  width: 72px;
}

a#home:hover {
  background-image: url('../images/home-blue.gif');
}

a#store {
  background-image: url('../images/store-grey.gif');
  width: 72px;
}

a#store:hover {
  background-image: url('../images/store-blue.gif');
}

a#cle-online {
  background-image: url('../images/cle-online-blue.gif');
  width: 94px;
}

a#courses {
  background-image: url('../images/courses-grey.gif');
  width: 72px;
}

a#courses:hover {
  background-image: url('../images/courses-blue.gif');
}

a#publications {
  background-image: url('../images/publications-grey.gif');
  width: 94px;
}

a#publications:hover {
  background-image: url('../images/publications-blue.gif');
}

a#practice-points {
  background-image: url('../images/practice-points-grey.gif');
  width: 108px;
}

a#practice-points:hover {
  background-image: url('../images/practice-points-blue.gif');
}

a#news {
  background-image: url('../images/news-grey.gif');
  width: 72px;
}

a#news:hover {
  background-image: url('../images/news-blue.gif');
}

/* submenu ------------------------------------------------------------------ */
table#submenu {
  width: 100%;
  font-size: 0.85em;
  border-collapse: collapse;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table#submenu td {
  padding: 1px;
}

table#submenu a {
  display: block;
  text-align: center;
  background-color: #e0e0e0;
  color: #000;
  padding: 0.1em;
}

table#submenu td.first {
  padding-left: 0;
}

table#submenu td.last {
  padding-right: 0;
}

body#manual td#manualItem, body#considered td#consideredItem {
  font-weight: bold;
}

body#manual {
  margin-bottom: 0px;
}


span#logout a {
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 0.1em;
  position: absolute;
  top: 0;
  right: 0;
}

/* alphabetical list -------------------------------------------------------- */

ul.alphabeticalList {
  margin: 0;
  padding:0;
  list-style-type: none;
}

ul.alphabeticalList li {
  display: inline;
  font-size: 1.1em;
  padding-right: 0.2em;
  font-weight: bold;
}

ul.alphabeticalList a {
  color: #336699;
}

ul.alphabeticalList li.active {
  color: #000;
}

ul.alphabeticalList li.active a {
  color: #000;
}

ul.alphabeticalList li.inactive span {
  color: #808080;
  font-weight: normal;
}

ul.alphabeticalList a {
  text-decoration: none;
}

/* footer ------------------------------------------------------------------- */
div#footer {
  text-align: center;
  font-size: 0.85em;
  /*height: 27px !important;*/
  position: relative;
  vertical-align: middle;
}

div#footer a {
  /*remove the black from footer links as is conflicting with new header-footer styles*/
  /*color: #000;*/
}

div#footer ul {
  padding:0;
  margin: 0;
  padding-top: 0.3em;
  list-style-type: none;
}

div#footer ul li {
  display: inline;
}

span#byLexum {
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.9em;
}
a#lexumLogo {
  text-decoration: none;
}

#menu {
    height:32px;
}
