@CHARSET "ISO-8859-1";

/*
 * 
 */
h2 {
    color: #4a8b53;
    font-size: 1.1em;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 2px;
    text-transform: uppercase;
}

h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 1.00em; 
}

div.clear {
    clear: both;
}

div.quote {
    margin: 0 0 0 20px;
    padding: 0 0 0 5px;
    border-left: 3px solid #4a8b53;
}

.no-break {
    white-space: nowrap;
}

.hidden {
    display: none;
}

span.icon-gender {
    display: inline-block;
    width: 16px;
    height: 16px;
}

span.icon-gender.male {
    background: url(/static/img/icon-gender-male.png) no-repeat top left;
}

span.icon-gender.female {
    background: url(/static/img/icon-gender-female.png) no-repeat top left;
}


/*
 * Form
 */
form label.label-wrapper {
    float: left;
    display: block;
    width: 100px;
    margin: 0 20px 0.50em 0;
    font-weight: normal;
}

form label.label-wrapper.checkbox {
    display: inline;
    width: 500px;
}

form input.formInputText {
    width: 350px;
}

form input.formSubmit {
    border: 1px solid #747474;
    background-color: #fff;
}

form textarea {
    width: 350px;
}

form fieldset {
    width: 500px;
    margin: 1.50em 0 0 0;
    padding: 10px 0 0 20px;
    border-top: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

form div.formElement {
    margin: 0 0 10px 0;
}

form div.description {
    color: #666;
    font-size: 0.85em;
    margin: 0 0 10px 128px;
}

form fieldset legend {
    padding: 0;
}

form ul.errors {
    color: red;
}


/*
 * ArchiveList
 */
table.CmbForum_ArchiveList {
    width: 100%;
    padding: 0px;
    border-bottom: 5px solid #cbcbcb;
}

table.CmbForum_ArchiveList tr td.dashed {
    border-top-style:dashed;
    color: #6F6F6F;
}

table.CmbForum_ArchiveList tr td {
    vertical-align: top;
}

table.CmbForum_ArchiveList tr td.leftColumn,
table.CmbForum_ArchiveList tr td.rightColumn {
    border-top: 1px solid #cbcbcb;
    padding-top: 10px; 
    padding-bottom: 10px;
    vertical-align: top;
}

table.CmbForum_ArchiveList tr td.leftColumn {
    width: 150px;
}

table.CmbForum_ArchiveList tr td.rightColumn {
}

table.CmbForum_Discussion {
    
}

table.CmbForum_Discussion td.title {
    border-top: 2px solid #cbcbcb;
}

table.CmbForum_Discussion td.spacer {
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
}

table.CmbForum_Discussion td.content {
    border-top: 0;
}


/*
 * ArchiveList - Attachments
 */
div.attachments {
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
}

div.attachments ul {
    padding: 0 0 0 20px;
}

div.attachments ul li {
    list-style-type: none;
    margin-bottom: 5px;
    padding: 0 0 0 21px;
}

div.attachments ul li img {
    float: right;
    margin: 0;
    padding: 1px;
    border: 1px solid #ccc !important;
}

div.attachments ul li.octetStream {
    background: url(/static/img/filetype-octetstream.png) no-repeat top left;
}

div.attachments ul li.pdf {
    background: url(/static/img/filetype-pdf.png) no-repeat top left;
}

div.attachments ul li.jpg, div.attachments ul li.jpeg, div.attachments ul li.gif {
    background: url(/static/img/filetype-image.png) no-repeat top left;
}

div.attachments ul li.doc {
    background: url(/static/img/filetype-doc.png) no-repeat top left;
}

div.attachments ul li.xls {
    background: url(/static/img/filetype-xls.png) no-repeat top left;
}

div.attachments ul li.ppt {
    background: url(/static/img/filetype-ppt.png) no-repeat top left;
}


/*
 * NavigationGroup 
 */
.navigationGroup {
    font-size: 80%;
    margin: 2px 0;
}

.navigationGroup span.disabled {
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}

.navigationGroup a,
.navigationGroup span {
    border: 1px solid #aaa;
    color: #555555;
    display: inline-block;
    margin: 2px;
    padding: 2px 5px;
    text-decoration: none;
}

.navigationGroup a:hover {
    border: 1px solid #4a8b53;
    color: #555555;
    display: inline-block;
    margin: 2px;
    padding: 2px 5px;
    text-decoration: none;
}

.navigationGroup span.current {
    background-color: #4a8b53;
    border: 1px solid #4a8b53;
    color: #fff;
    font-weight: bold;
}