﻿body
{
    background-color: #222;
    color: #ccc;
    font-family: Verdana;
    font-size: 11px;
    line-height: 13px;
    margin: auto;
    background: url(image/layout/bg.jpg);
}

/** Fonts & Elements */
h1
{
    color: #9f1508;
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: bold;
}
h1 a:link, h1 a:visited, h1 a
{
    color: #9f1508;
    text-decoration: none;
}
h1 a:hover
{
    text-decoration: underline;
}

h2
{
    color: #8f5400;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

p
{
    line-height: 18px;
}
.simple
{
    color: #aaaaaa;
}

input, textarea, select, input.standard
{
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid #8f5400;
    background-color: #f7f7f7;
    color: #000;
    padding: 2px;
}

input.button
{
    background-color: #222;
    padding: 1px 5px;
    font-weight: bold;
    color: #8f5400;
    cursor:pointer;
}

input.watermark
{
    color: #999;
}

.btnImage
{
    background: none;
    padding: 0;
    margin: 0;
}

span.checkbox input,
span.radio input
{
    background: #000;
    border: 0;
    padding: 0;
}

/** HREFs */
a, a:link, a:visited
{
    color: #aaa;
}
a:hover
{
    color: #9f1508;
}

/** Layout */
#container
{
    width: 780px;
    margin: 57px auto 0 auto;
    border: 1px solid #814401;
    background:url(image/layout/head_logo_bottom.jpg) right top no-repeat;
    background-color: #000;
}

#clientLogin {
    font-weight:bold;
    padding-right:260px;
    padding-top:110px;
    text-align:right;
}
#clientLogin a {
    text-decoration:none;
    text-transform:uppercase;
    color:#ccc;
}
#clientLogin a:hover {
    color:#7c7c7c;
}

#logo
{
    width: 780px;
    height: 128px;
    float: right;
    background: url(image/layout/head_logo_top.jpg) right bottom no-repeat;
    position: absolute;
    margin-left:6px;
    margin-top: -128px;
}

#header
{
    background: url(image/layout/subhead_bg.jpg) 10% top no-repeat;
    background-color: #000;
    height: 29px;
    clear: both;
    margin-right:238px;
}
#header .sub
{
    background-color: #171717;
    width: 105px;
    height: 29px;
    float: right;
}

#colMiddle
{
    min-height: 280px;
    padding: 15px 20px 0 20px;
}
*html #colMiddle
{
    height: 280px;
}

#footer
{
    background: url(image/layout/footer_bg.jpg) top left no-repeat;
    height: 143px;
    clear: both;
}

#copyright
{
    width: 780px;
    margin: 0 auto;
    padding-top: 5px;
    color: #989898;
}

#sharelink
{
    float: right;
}

/** Navigation :: Main */
#navMain
{
    padding: 10px 0 0 25px;
    z-index: 99;
}
#navMain ul
{
    margin: 0;
    padding: 0;
}
#navMain ul li
{
    display: inline;
    list-style: none;
}
#navMain ul li a
{
    color: #7c7c7c;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px;
    border-left: 1px solid #7c7c7c;
}
#navMain ul li a:hover
{
    color: #ccc;
}
#navMain ul li.first a
{
    border: 0;
    padding-left: 0;
}

/** Errors */
.error
{
    color: #9f1508;
}
.error_ok {
    color:#8f5400;
}
.error_req
{
    color: #fffacd;
    font-size: 11px;
}

.error_highlight
{
    background-color: #fffacd;
    border: 1px solid #cc0000;
}

/** Loading message */
#loading
{
    width: 200px;
    height: 60px;
    background-color: #000;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    z-index: 1000;
}

.msgBox
{
    background-color: #000;
    border: 1px solid #fff;
    position: absolute;
    margin-top: -50px;
    margin-left: 550px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    line-height: 25px;
    z-index: 1000;
    display: none;
}
