/* LBS standard page general layout */


#lbs-body
{
    background-color: #c6dffe;
    padding: 0;
    margin: 0;
}

#header
{
    background: transparent url("/theme/img/layout/bg_header.gif") repeat-x scroll top left;
    height: 80px;
    width: 100%;
}

#header-content
{
    margin: 0 auto;
    padding: 4px;
    width: 980px;
    height: 100%;
    position: relative;
}

#header-status
{
    position: absolute;
    top: 10px;
    right: 3px;
    height: 50px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #6dbce3;
    text-align: right;    
}

#left-content
{
    width: 200px;
    float: left;
}

#breadcumb
{
    background-color: #3eb1ea;
    width: 95%;
    padding: 3px;
    margin: 3px;
    margin-top: 0px;
    font-size: 90%;
    
}

#breadcumb #main a {
    color: white;
}
#breadcumb #second a {
    color: black;
    font-weight: normal;
    font-style: italic;
}

#left-menu
{
    width: 95%;
    background-color:  #c6dffe;
    padding: 3px;
    margin: 3px;
    
}

#main-content
{
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 70px;
    width: 760px;
    top: -10px;
}


#content
{
    margin: 0 auto;
    padding: 4px;
    width: 980px;
    position: relative;
    background-color: white;
}



/* lightbox */

#overall_mask
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -moz-opacity:0;
    opacity: 0;
    filter:alpha(opacity=0);
    display: none;
}

#lightbox
{
    display: none;
    position: fixed;
    width: 800px;
    height: 500px;
    left: 50%;
    margin-left: -450px;
    top: 10px;
}

#lightbox iframe
{
    width: 100%;
    height: 100%;
}

#closelightbox
{
    position: absolute;
    right: 2px;
    top: 5px;
}

/* General messages */

.head_errormsg
{
  font-weight: bold;
  font-size: 120%;
  background-color: #FFCCCC;
  text-align: center;
  color: red;
}

.head_infomsg
{
  font-weight: bold;
  font-size: 120%;
  background-color: #AAAAFF;
  text-align: center;
}

/* Column design */

.column25, .column75, .column50, .column33, .column66
{
    float: left;
}

.column25 {    width: 180px; }
.column75 {    width: 560px; }
.column50 {    width: 380px; }
.column33 {    width: 250px; }
.column66 {    width: 510px; }

.centered, .centeredcolumn
{    
    margin-left: auto;
    margin-right: auto;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.centeredcolumn
{
    width: 500px;
}

.clear
{
    clear: both;
}

/* Drupal */

#sidebar-right
{
    float: left;
    padding: 15px;
    margin-right: 15px;
    margin-left: 0px;
    width: 150px;
    border: 2px solid #c6dffe;
}

.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-previous {
float: left;
}
.page-up {
float: left;
    margin-left: 130px;
}
.page-next {
    margin-left: 130px;
}
.comment_forbidden {
    display: none;
}
.book-navigation .menu {
    display: none;
}
.book_printer {
    display: none;
}
