/**************************************/
/* Element styles and general classes */
/**************************************/

html {
  background: #dcdcdc url(/images/background.gif) repeat-x;
}
body {
  width: 734px;
  margin: 18px 14px 18px 12px;
  padding: 0px;
  font: 68% verdana, serif;
  color: #000;
}
form {
  margin: 0;
  padding: 0;
}
a {
  color: #202081;
  text-decoration: underline;
}
a img {
  border: 0;
}
p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 1.4em;
}
h1 {
  font-weight: bold;
  font-size: 1.6em;
  margin: 0 0 0.7em 0;
  color: #202081;
}
h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 1em 0;
  color: #202081;
}
h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 0 0 1em 0;
}
hr {
  display: none;
}
.hr {
  background: url(/images/hr.gif) repeat-x;
  height: 1px;
  margin-bottom: 10px;
}
em {
  font-style: italic;
}
ul, ol {
  margin: 0 0 1em 35px;
}
ul li, ol li {
  line-height: 1.4em;
}
table {
  margin: 0 0 1em 0;
  border-collapse: collapse;
}
div.clear {
  clear: both;
}
img.left {
  float: left;
}

img.right {
  float: right;
}
.align-center {
  text-align: center;
}
/*
tr.evenrow {
  background-color: #C8D9EB;
}
tr.oddrow {
  background-color: #FFF;
}
*/
/*****************/
/* Header styles */
/*****************/

#header-top {
  height: 51px;
  margin-bottom: 10px;
}
#invest-lisburn-logo {
  float: left;
  display: inline;
  margin-left: 7px;
}
#lisburn-logo {
  float: right;
  display: block;
  margin-right: 0;
}
#header-bottom {
  float: left;
  clear: both;
}
#header-bottom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-bottom { display: inline-table; }
/* Hides from IE-mac \*/
* html #header-bottom { height: 1%; }
#header-bottom { display: block; }
/* End hide from IE-mac */
#header-tabs {
  float: left;
  display: inline;
  width: 356px;
  margin: 0 0 0 123px;
  padding: 0;
  list-style-type: none;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
}
#header-tabs li {
  float: left;
  text-align: center;
}
#directory-tab {
  width: 120px;
  background: url(/images/directory_tab.gif) no-repeat;
  margin-right: 7px;
}
#directory-tab a {
  display: block;
  width: 120px;
  padding: 8px 0 8px 0;
  color: #fff;
  text-decoration: none;
}
#register-tab {
  width: 229px;
  background: url(/images/register_tab.gif) no-repeat;
}
#register-tab a {
  display: block;
  width: 229px;
  padding: 8px 0 8px 0;
  color: #fff;
  text-decoration: none;
}
#search-site {
  float: right;
  width: 240px;
  font-size: 0.8em;
  color: #706a84;
  text-align: right;
}
#search-site * {
  vertical-align: middle;
}
#search-site p {
  padding: 0;
}
#search-site-input {
  width: 120px;
  font-size: 1em;
  padding: 1px;
  margin: 0 3px 0 3px;
}

/*****************/
/* Column styles */
/*****************/

#column-a {
  float: left;
  width: 111px;
}
#column-a-header, #column-a-footer {
  display: block;
}
#column-b {
  float: left;
  width: 623px;
}
#column-b-header, #column-b-footer {
  display: block;
}
#column-b-content {
  padding: 0 10px 0 10px;
  background-color: #fff;
  min-height: 400px;
}
#column-b-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#column-b-content { display: inline-table; }
/* Hides from IE-mac \*/
* html #column-b-content { height: 400px; }
#column-b-content { display: block; }
/* End hide from IE-mac */

/**********************/
/* Link column styles */
/**********************/

#main-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  width: 111px;
  background-color: #fff;
  font-size: 0.9em;
}
#main-menu li {
  font-weight: bold;
  margin: 0 8px 7px 0;
}
#main-menu li a {
  color: #202081;
  text-decoration: none;
}
#main-menu li.home {
  margin-bottom: 0;
}
#main-menu li.home a {
  color: #f70;
}
.side-button {
  margin: 8px 0 8px 0;
}
#sub-menu {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  font-size: 0.9em;
}
#sub-menu li {
  font-weight: normal;
  margin: 0 0 8px 5px;
}
#sub-menu li.last {
  margin-bottom: 12px;
}
#sub-menu li a {
  color: #959595;
  text-decoration: none;
}

#rhs-panel {
  position: absolute;
  width: 180px;
  top: 107px;
  left: 758px;
}
#rhs-panel img {
  margin: 0px 0px 10px 0px;
}

/*****************/
/* Footer styles */
/*****************/

#tibus-strapline {
  margin-top: 10px;
  text-align: center;
  font-size: 0.9em;
}

.paging-navigation-box {
  padding: 3px 0 3px 0;
}
.paging-navigation-prev {
  width: 49%;
  float: left;
}
.paging-navigation-next {
  width: 50%;
  float: left;
  text-align: right;
}
.paging-navigation-numbers {
  width: 30%;
  float: left;
}
.paging-navigation-per_page {
  width: 50%;
  float: left;
}

.header-image {
  float: right;
  padding: 0 5px 0 10px;
}