body
{
    margin: 0;
    padding: 100px 0 0 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #EFEFEF;
}

#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    line-height: 30px;
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar .nav > li {
    float: left;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}



/* contact-form */
#contact-form{
    width: 690px;
}
#contact-form label{
    text-align: right;
}
#contact-form .section-left{
    float: left;
    width: 50%;
}
#contact-form .section-left label{
    width: 120px;
}
#contact-form .section-right{
    float: right;
    width: 45%;
}
#contact-form .section-right label{
    width: 130px;
}
#contact-form .row{
    margin: 0;
}
#contact-form input[type="text"],
#contact-form input[type="email"]{
    width: 170px;
}
#contact-form textarea{
    height: 100px;
    width: 245px;
    resize: none;
}
#contact-form .captcha{
    width: 190px;
    text-align: right;
    display: inline-block;
}
#contact-form .captcha img{
    float: left;
}
#contact-form .hint{
    color: #fff;
    font-style: italic;
    font-size: 12px;
}
#contact-form .imperaviContainer label{
    display: block;
    text-align: left;
}
#contact-form input[type="submit"],
#contact-form input[type="button"],
#contact-form button[type="submit"],
#answer-form input[type="submit"],
#answer-form input[type="button"],
#answer-form button[type="submit"]{
    font-size:20px;
    padding:0 10px 3px;
    display:block;
    min-width:194px;
    cursor:pointer;
    color:#362908;
    border:3px solid #e2aa2b;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    background: #efcc7b;
    background: -moz-linear-gradient(top,  #efcc7b 0%, #be891b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efcc7b), color-stop(100%,#be891b));
    background: -webkit-linear-gradient(top,  #efcc7b 0%,#be891b 100%);
    background: -o-linear-gradient(top,  #efcc7b 0%,#be891b 100%);
    background: -ms-linear-gradient(top,  #efcc7b 0%,#be891b 100%);
    background: linear-gradient(to bottom,  #efcc7b 0%,#be891b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcc7b', endColorstr='#be891b',GradientType=0 );

    -webkit-box-shadow: inset  0px 0px 5px 0px rgba(246, 247, 213, .85);
    box-shadow: inset  0px 0px 5px 0px rgba(246, 247, 213, .85);
}
#contact-form input[type="submit"],
#contact-form input[type="button"],
#contact-form button[type="submit"]{
    margin-left: 74px;
}
#contact-form input[type="submit"]:hover,
#contact-form input[type="button"]:hover,
#contact-form button[type="submit"]:hover,
#answer-form input[type="submit"]:hover,
#answer-form input[type="button"]:hover,
#answer-form button[type="submit"]:hover{
    background: #efcc7b;
}
#contact-form .buttons{
    clear: left;
}

.contactMessage{
    margin: 25px 0;
}
.contactSenderAdmin{
    margin-left: 200px;
}
.contactMessage img{

}
.contactMessage .messageBody{
    padding: 10px;
    margin: 5px 0;
    color: #444;
    border: 1px solid #fff;
    background-color: #D9B555;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contactSenderAdmin .messageBody{
    background-color: #FEFBEC;
}
#answer-form .imperaviContainer{
    color: #555;
}