.mailbox {
    background-color: #f5f5f5;
    border: solid 1px #669DCC;
    color: #000000;
    display: none;
    filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true'";
    height: 300px;
    left: 690px;
    position: absolute;
    text-align: center;
    top: 160px;
    vertical-align: middle;
    width: 300px;
}

.mailTitleBar {
    background-color: #EBE7AA;
    border-bottom: solid 1px #D7CF56;
    color: #000000;
    font-weight: bold;
    margin: 2px 2px 2px 2px;
    padding: 3px 3px 3px 3px;
    text-align: center;
    width: 100%;
}

.maildir {
    color: #000000;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
}

.mailinfo {
    color: #000000;
    font-style: italic;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
}

.cssInputText {
    background-image: url(../images/inputbackground.gif);
    background-repeat: repeat-x;
    border: 1px solid #AAAAAA;
}



.cssReset {
    background: #F1F1F1 url(../images/hover-blue-1px.png) center repeat-x;
    border: 1px solid #00156E;
    color: #00156E;
    padding: 0px 5px 0px 5px;
}

/*--------------------------------------------- --- Brice Edit -------------------------------------------- **/

.postEdit {
    color: #333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0 auto;
    text-align: left !important;
}

.cssPageTitle {
    color: #0099ff;
    padding-left: 195px;
    text-align: left !important;
}

.cssSubmit {
    -moz-border-radius: 4px !important;
    -moz-box-shadow: 1px 1px 3px #bfbfbf !important;
    -webkit-border-radius: 4px !important;
    -webkit-box-shadow: 1px 1px 3px #333333 !important;
    background-color: #0099ff !important;
    border-radius: 4px !important;
    box-shadow: 1px 1px 3px #bfbfbf !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 18px !important;
    text-align: center !important;
    text-decoration: none !important;
}

.cssInputTextArea {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f6f6f6;
    border: 0px;
    border-radius: 4px;
    position: relative;
    top: -5px;
    width: 630px !important;
}

.RadEditor, .editorWrapper { border: 0 !important; }

.reContentCell {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff !important;
    border: 0 !important;
    border: 0px;
    border: 1px solid #eee !important;
    border-radius: 4px;
    margin-top: 15px !important;
}

#legend {
    clear: both;
    margin: 15px 0 0 0 !important;
}

#legend li {
    display: inline;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin: 0 15px 0 0 !important;
    text-align: left !important;
}

#legend li img { margin-right: 5px !important; }

/* Download Page */

/* STARTING Calendar admin_obligation.aspx styles */
.adminTableFixed { width: 960px; margin: 0 auto; height: 100%; }
.adminTable { width: 100%; height: 100%; }
.adminTop { padding-top: 10px }
.adminNumericCell { width: 20px; padding-left: 10px; }
.adminTopCellHeight { height: 20px; vertical-align: top; }
.adminCellHeight { height: 25px }
/* END OF Calendar admin_obligation.aspx styles */

/*In regards to the editor in /cms/editContents.aspx*/ 
.note-editing-area ul { list-style: disc; padding-left: 30px; }
.note-editing-area ol { list-style: decimal; padding-left: 30px; }