﻿@charset "utf-8";
/* CSS Document */

/*--------------left panel--------------------*/

.leftpanel {
    float: left;
    margin: 0;    
    position: absolute;
    padding-top: 31px;    
    top: 0px;
    left: 0px;
}
/* nav panel */

span.redtext a {
    color: #c2050a !important;
    text-decoration: none;
    padding: 0 5px 0 3px;
}

.boxclosed {
    width: 100%;
    height: 40px;
    margin: 5px 0 0;
    background: #fff url(../images/default/openboxbg.gif) repeat-x bottom;
    position: relative;
}

.leftpanel h3 a {
    width: 16px;
    float: right;
    display: inline;
    width: 30px;
    text-decoration: none;
}

.leftpanel h3 span.subheading {
    font-size: 12px;
}

.boxclosed a:hover {
    text-decoration: none;
}

.closedleft, .openleft, .closedright, .openright {
    width: 6px;
    float: left;
}

.closedcentre, .opencentre {
    float: left;
}

.boxopen .bg {
    position: absolute;
    height: 6px;
    width: 6px;
    background: url(../images/default/cnrimg.gif) no-repeat;
}

.boxopen .topLeft {
    top: 0;
    left: 0;
    background-position: top left;
}

.boxopen .topRight {
    top: 0;
    right: 0;
    background-position: top right;
}

.boxopen .bottomLeft {
    bottom: 0;
    left: 0;
    background-position: bottom left;
}

.boxopen .bottomRight {
    bottom: 0;
    right: 0;
    background-position: bottom right;
}

.bordercr {
    border-bottom: 1px solid #e1e1e1;
}

.boxclosed .bg {
    position: absolute;
    height: 6px;
    width: 6px;
    background: url(../images/default/cnrimg_closed.gif) no-repeat;
}

.boxclosed .topLeft {
    top: 0;
    left: 0;
    background-position: top left;
}

.boxclosed .topRight {
    top: 0;
    right: 0;
    background-position: top right;
}

.boxclosed .bottomLeft {
    bottom: 0;
    left: 0;
    background-position: bottom left;
}

.boxclosed .bottomRight {
    bottom: 0;
    right: 0;
    background-position: bottom right;
}

.activeboxopen .bg {
    position: absolute;
    height: 6px;
    width: 6px;
    background: url(../images/default/activecnrimg.gif) no-repeat;
}

.activeboxopen .topLeft {
    top: 0;
    left: 0;
    background-position: top left;
}

.activeboxopen .topRight {
    top: 0;
    right: 0;
    background-position: top right;
}

.activeboxopen .bottomLeft {
    bottom: 0;
    left: 0;
    background-position: bottom left;
}

.activeboxopen .bottomRight {
    bottom: 0;
    right: 0;
    background-position: bottom right;
}

.activebordercr {
    border-bottom: 1px solid #c3c3c3;
}

.activeboxclosed .bg {
    position: absolute;
    height: 6px;
    width: 6px;
    background: url(../images/default/activecnrimg_closed.gif) no-repeat;
}

.activeboxclosed .topLeft {
    top: 0;
    left: 0;
    background-position: top left;
}

.activeboxclosed .topRight {
    top: 0;
    right: 0;
    background-position: top right;
}

.activeboxclosed .bottomLeft {
    bottom: 0;
    left: 0;
    background-position: bottom left;
}

.activeboxclosed .bottomRight {
    bottom: 0;
    right: 0;
    background-position: bottom right;
}

.opentop {
    width: 100%;
    border-bottom: solid 1px rgb(190,190,190);
    clear: both;
    float: left;
}

    .opentop .title h3 {
        font-size: 18px;
        font-weight: 700;
    }

.opentop .icon {   
    float: left;
    padding: 4px 12px 0 8px;
}

.icon img {
    width: 24px;
    height: 24px;   
}

h3 {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0 6px;
    float: left;
}

h1 {
    height: 30px;
    background: url(../images/default/openboxbg.gif) repeat-x top;
    width: 100%;
}

.redarrow {
    width: 10px;
    height: 10px;
    margin: 8px 10px 0 0;
    float: right;
}

.showhide p {
    margin: 3px 10px 3px;
    text-align: right;
    color: #d4d4d4;
    font-size: 11px;
}

.showhide img {
    vertical-align: text-bottom;
}

/* ------------ form popup ---------------- */
