.bam_info {
    padding: 10px;
    margin: 0 10px 0 0;
}
.bamInfoTable {
    float: left;
    width: 700px;
    margin: 0 30px 0 0;
}

.bam_info h3 {
    line-height: 32px;
    margin: 0px 0px 0px 10px;
    border-bottom: 1px solid #2a7b3e;
    color: #2a7b3e;
    font-size: 14px;
    text-align: left;
    text-indent: 20px;
}

.bam_info h5 {
    color: #0073EA;
    font-size: 10px;
    margin: 15px 0 5px 10px;
    text-indent: 20px;
}

.bam_info h6 {
    font-size: 10px;
    margin: 0;
}

.bam_info .detailtable {
    width: 670px;
    margin: 0 50px 0 25px;
}

.bam_info .detailtable .odd {
    background: #fff;
    height: 26px;
    _height: 28px;
}

.bam_info .detailtable .even {
    background: #fff;
    height: 26px;
    _height: 28px;
}

.bam_info td.first_col {
    width: 275px;
}

.bam_info td.first_col_prefs {
    width: 400px;
}

.bam_info td.last_col {
    width: 20px;
}

.bam_info .submit {
    width: 80px;
    height: 22px;
    background: #247137;
    color: white;
    font-weight: bold;
    border: 1px solid #0c3c18;
    letter-spacing: 1px;
    cursor: pointer;
    float: right;
    margin-left: 5px;
}

.bam_info .cancel {
    width: 80px;
    height: 22px;
    background: #712437;
    color: white;
    font-weight: bold;
    border: 1px solid #0c3c18;
    letter-spacing: 1px;
    cursor: pointer;
    float: right;
    margin-left: 5px;
}

.bam_info .button {
    width: 80px;
    background: #247137;
    color: white;
    font-weight: bold;
    border: 1px solid #0c3c18;
    cursor: pointer;
    margin-left: 5px;
}

.bam_info .register {
    width: 100px;
    height: 22px;
    background: #247137;
    color: white;
    font-weight: bold;
    border: 1px solid #0c3c18;
    letter-spacing: 1px;
    cursor: pointer;
    float: right;
    margin-left: 5px;
}

.bam_info .accountEdit {
    display: none;
}
.bam_info .profileEdit {
    display: none;
}
.bam_info .acctPrefEdit {
    display: none;
}
.bam_info .bamSettingsEdit {
    display: none;
}
.bam_info .preferencesEdit {
    display: none;
}
.bam_info .taskEdit {
    display: none;
}
.bam_info .hostEdit {
    display: none;
}
.bam_info .groupEdit {
    display: none;
}

.bam_info input {
    padding: 0px;
    font-size: 10px;
    width: 165px;
}

input.checkbox {
    padding: 0px;
    width: 16px;
}

input.radio {
    padding: 0px;
    width: 16px;
}

input.long {
    width: 425px;
}

input.short {
    width: 30px;
}

.bam_info select {
    padding: 0px;
    font-size: 10px;
    width: 165px;
}


.detailtable {
    width: 700px
}

.detailtable td {
    border-bottom: 1px solid #E1E1E1;
    padding: 4px;
    overflow: hidden;
}

.acctEdit {
    float: left;
    width: 390px;
    display: none;
}

.acctEdit table {
    margin: 20px 0 0 30px;
}

.acctEdit td.first_col {
    width: 150px;
}

.acctEdit h5 {
    color: #0073EA;
    font-size: 10px;
    margin: 15px 0 5px 10px;
    text-indent: 20px;
}

.acctEdit input {
    border: 1px solid #c2cbc4;
    height: 20px;
    margin: 0 2px 0 10px;
    text-indent: 3px;
    width: 164px;
    font-size: 10px;
}

.acctSubmit {
    margin: 20px 0 0 0;
    text-align: right;
}

.acctSubmit .submit {
    width: 80px;
    height: 22px;
    background: #247137;
    color: white;
    font-weight: bold;
    border: 1px solid #0c3c18;
    letter-spacing: 1px;
    cursor: pointer;
}

#editEmailPW {
    display: none;
}

p.slider {
    float: left;
    margin: 0;
}
#reconnect_time_slider {
    width: 335px;
    float: left;
    margin-left: 10px;
}
div.slider {
    width: 350px;
    float: right;
    margin-right: 5px;
}
#editError {
    background-color: orange;
    float: left;
    width: 320px;
    display: none;
}

#editorOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2000px;
    background: url('/image/layover_bg.png');
    display: none;
    z-index: 99990;
}

#editor {
    width: 900px;
    height: 725px;
    background-color: white;
    position: static;
    z-index: 99999;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    border: 2px solid #208438;
    display: none;
}


#dragEditor {
    float: left;
    height: 21px;
    background: #ecfff1;
    width: 859px;
    cursor: move;
    border-bottom: 1px solid #208438;
    font-weight: bold;
}

#dragEditor:hover {
    background: #aed7f1;
}

.editorClose {
    float: left;
    width: 41px;

}

.editorClose img {
    border: 0;
}

.closeEditor {
    font-weight: bold;
}

.closeEditor a:hover {
    background: #111;
}

div#previewContent {
    overflow-x: hidden;
    overflow-y: scroll;
    overflow:-moz-scrollbars-vertical;
    background-color: #E1EBF2;
    width:890px;
    height: 250px;
    margin-left: 5px;
}

textarea.content {
    width: 890px;
    height: 250px;
    margin-left: 5px;
    resize: vertical;
}

img.bbSmiley {
    border: 0 none;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
}

div.youtube {
    width: 625px;
    height: 351px;
    background-color: #123456;
    background-repeat:no-repeat;
    background-image:url('/image/editor/youtube.png');
    background-position: center center;
    border-bottom: 1px solid #cccccc;
}

#duration_slider {
    float: left;
    margin-left: 10px;
    width: 340px;
}