/* Structure */
html, body { 
    margin: 0px; 
    padding-top: 30px; 
    border: none; 
}

body { 
    background-color:#CDD2D5;
    margin:0px;
}

body, input, textarea, select { 
    font-size:12px;
    font-weight:normal;
	color: #727272;
	font-family:Verdana,  Arial, sans-serif;
}

.mceVisualAid {
    border: 1px dashed #FFBBBB;
}

p {
    margin: 0px;
}

input {
    margin: 0px;
}

input.button {
    height: 21px;
    padding: 0px 6px;
}

/* Forms */
form { 
    margin: 0px; 
    padding: 0px;
}

#search {
    float: right;
    color: white;
    margin: 20px;
    padding-right: 5px;
    margin-right: 10px;
}

#form_container label {
    width: 150px;
    float: left;
    text-align: left;
    margin: 0 1em 10px 0;
    clear: both;
    padding: 2px 4px;
}

#form_container input {
    margin-bottom: 6px;
}

#form_container select {
    margin-bottom: 6px;
}

.form_separator {
    color: black;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
    clear: both;
}

/* Images */
img { 
    border: 0px; 
}

/* Links */
a { 
    text-decoration: none; 
    color: #4A4E4C;
    font-weight: normal; 
}
a:hover { 
    text-decoration: none; 
    color: #4385B5; 
}

a:active {
	 color:#9999CC; 
	 text-decoration: none; 
	 font-weight: bold; 
}




/* Headings */
h1 {
    margin: 0px;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    color:#0066CC;
    padding-bottom:5px;
}

h2 {
    font-size: 11px;
    font-weight: bold;
    color: #0066CC;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
 
/* Miscellanous */
#container {
    margin: 0 auto 0;
    width: 800px;
}

#content {
    margin-top: 15px;
    text-align: left;
    background-image: url(../../images/live/body_bg.gif);
    background-repeat: repeat-x;
    min-height: 500px;
    height: auto;
    clear: both;
}

#content_header {
    background-color: #BBC6D3;
    padding: 5px 10px;
    color: white;
}

#content_area {
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    width: 735px;
    padding: 5px;
}

/* Accessibility */
hr.hide {
    display: none;
}

/* Articles */
.introduction {
    color: #0066CC;
    padding-top: 10px;
    width: 380px;
}

.chapter_control {
    color: black;
    display: block;
    padding: 4px 8px;
    background-color: #E8EDF3;
    margin-top: 15px;
    clear: both;
}
.left { 
    float: left; margin: 0px 0px 10px 0px; 
}
.right { 
    float: right; margin: 0px 0px 10px 10px; 
}
.top { 
    display: block; margin: 0px 0px 10px 0px; 
}

/* Loginbox */
#loginbox {
    background-color: #E9EEF4;
    width: 180px;
    display: inline;
    float: left;
    padding: 10px;
}

.label {
    display: block;
}

input.field {
    background-color: #BAC5D3;
    border: 1px solid #A0AEC0;
}

#toolboxswitcher {
    display: inline;
    position: absolute;
    cursor:hand;
    cursor:pointer;
    top: 150px; 
    right:0px;
}
.toolboxswitcherbuttons {
    border-top: 1px solid #FFFFFF;
}
#toolbox {
    display: none;
    position: absolute;
    top: 171px; 
    right: 21px;
    background-color: white;
    border: 1px solid #95A6BD;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

#toolbox #title {
    padding: 5px;
    color: white;
    background-color: #95A6BD;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

#toolbox #buttons {
    padding: 5px;
    color: black;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

#toolbox #buttons input {
    color: black;
}

#toolbox .info {
    padding: 5px;
    color: black;
    border-bottom: 1px solid #95A6BD;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

.chapter {
    clear: both;
    color: #0066CC;
    width: 380px;
}

#navcontainer
{
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;

}

#navcontainer ul li a
{
width: 90px;
height: 17px;
padding: 2px 0 0 0;
margin: 0 0 0 0;
color: #3366CC;
text-decoration: none;
display: block;
text-align: center;
font: bold 11px arial;
}


#navcontainer ul li a:hover
{
background-color: #fff;
color: #0066CC;
}

#navcontainer li#active a
{
background: #0066CC;
color: #fff;
}

.adress 
{
padding-top:100px;
}

.adress2 
{
color: #3366FF;
padding-top:10px;
font-size: 10px;
}

div.chapter_content {
font-size: 10px;
color: #3366FF;
}
