﻿/*
    Colors
    Dark blue     2f374e
    White         fff
    Light Grey    abb0ba
    Dark Grey     333
    Black         000
    BG            fff
*/

/*                                                              GENERAL */
body
{
    background: #5d6d9c url("../images/background.png") repeat-x top left;
    color: #444;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 62.5%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

div
{
    text-align: left;
    font-size: 1em;
}
/*                                                              CONTAINERS */

#cMain
{
    margin: 10em auto 0px auto;
    width: 716px;
    padding: 5px;
}

#cShadowTop
{
    background: url("../images/shadowTop.png") no-repeat top left;
    margin: 0px;
    padding: 0px;
    height: 11px;
}

#cShadowMiddle
{
    background: url("../images/shadowMiddle.png") repeat-y top left;
    margin: 0px;
    padding: 0px;
}

#cShadowBottom
{
    background: url("../images/shadowBottom.png") no-repeat top left;
    margin: 0px;
    padding: 0px;
    height: 11px;
}

#cBody
{
    background: #fff;
    margin: 0px 11px;
    padding: 3px;    
}

#cLeft
{
    width: 155px;   
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

#cRight
{
    width: 510px;
    float: right;
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
}

#cHead
{
    margin-right: 10px;
    height: 142px;
    background: url("../images/header.png") repeat-x center left;
}

#cHead img
{
    margin-top: 37px;
}

#cHead a
{
    float: right;
    margin-top: 15px;
}

#cHead a img
{
    margin-top: 0px;
}

#cFooter
{
    font-size: 1em;
    text-align: center;
    background: #fff;
    margin: 0px 11px;
    padding: 3px 3px 6px 3px;    
}

div.img
{
   margin: 0px auto 0px auto;
   background: #f6f6f6;
   color: #333;
}

/*                                                              IMGs */
img
{
    border: 0px;
}

a .img
{
    margin-right: 5px;
}

#logo
{
    background: url("/images/logo_lbm_mirror.png") no-repeat;
    width: 155px;
    height: 128px;
    float: left;
}

.icon
{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.flag
{
    width: 16px;
    height: 11px;
    margin-right: 5px;
}

.thumb
{
    width: 123px;
    height: 82px;
    padding: 10px;
    display: block;
    background: #fff url('/images/thumb.png') no-repeat top left;
    float: left;
    margin: 5px;
}

.thumb img
{
    width: 123px;
    height: 82px;
}

.logo
{
    margin: 5px;
}

/*                                                              LINKS */
a
{
    font-weight: bold;
    color: #0054e0;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
    color: #0048b4;
}

#cLeft ul li a
{
    color: #666;
    font-weight: normal;
}

#cLeft ul li a.selected
{
    color: #000;
}

#cLeft ul li a:hover
{
    color: #000;
    text-decoration: none;
}
/*                                                              MENU */

/*                                                              TEXT */
h1, h2, h3
{
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 10px 5px 5px 5px;
    padding: 0px;
    color: #465275;/*#2f374e;*/
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.5em;
    border-bottom: solid 1px #465275;
}

h3
{
    font-size: 1.2em;
}

p
{
    margin: 5px;
    margin-bottom: 10px;
    padding: 0px;
    text-align: left;
}

.small
{
    font-size: 0.5em;
    font-weight: normal;
    display: block;
}

.imgText
{
    font-size: 0.5em;
    text-align: right;
    display: block;
    padding: 0px 3px 3px 0px;
}

/*                                                              LISTS */

.stdList
{

}

.stdList li
{
    height: 20px;
}

.stdList li img
{
  float: none;
  vertical-align: middle;
}

#cLeft ul
{
    list-style: none;
    font-size: 2.5em;   
    font-family: Serif;
    margin-top: 15px;
}

/*                                                              TABLES */

/*                                                              OTHER */
.magic{clear: both;}

hr
{
    border: solid 0px #ccc;
    border-top-width: 1px;
}

