html, body {
    background: #EEF2FF;
    color: #000000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

a {
    background: inherit;
    color: #34345C;
    text-decoration: none;
    font-family: sans-serif;
}

a:visited {
    background: inherit;
    color: #34345C;
    text-decoration: none;
    font-family: sans-serif;
}

a:hover {
    color: #DD0000;
    background: inherit;
    font-family: sans-serif;
}

.filesize a {
    text-decoration: underline;
}

.filesize a:visited {
    text-decoration: underline;
}

.adminbar {
    background: inherit;
}

.logo {
    clear: both;
    text-align: center;
    font-size: 2em;
    font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    color: #AF0A0F;
    width: 100%;
}

.logo:first-letter {
    letter-spacing: -3px;
}

hr {
    color: #34345C;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(238, 242, 255, 1), rgba(52, 52, 92, 0.75), rgba(238, 242, 255, 1));
    background-image: -moz-linear-gradient(left, rgba(238, 242, 255, 1), rgba(52, 52, 92, 0.75), rgba(238, 242, 255, 1));
    background-image: -ms-linear-gradient(left, rgba(238, 242, 255, 1), rgba(52, 52, 92, 0.75), rgba(238, 242, 255, 1));
    background-image: -o-linear-gradient(left, rgba(238, 242, 255, 1), rgba(52, 52, 92, 0.75), rgba(238, 242, 255, 1));
}

.replymode {
    background: #0010E0;
    color: #FFFFFF;
    width: 100%;
}

.manageinfo {
    background: #00B930;
    color: #FFFFFF;
    width: 100%;
}

.catalogmode {
    background: #0040E0;
    color: #FFFFFF;
    width: 100%;
}

.postarea {
    background: inherit;
}

.rules {
    /*font-size:0.7em;*/
    width: 468px;
    font-size: 10px;
    font-family: sans-serif;
}

.rules li {
    margin-left: 1em;
    /*text-indent: 0em;*/
}

.postblock {
    background: #e7ebfa;
    color: #34345C;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
    border-top: 1px solid #c0c3db;
    border-bottom: 1px solid #8c8eab;
    border-left: 1px solid #c0c3db;
    border-right: 1px solid #8c8eab;
}

.postform input[type=text], .postform input[type=password], .postform textarea {
    border: 1px solid #727493;
    padding: 4px;
}

.postform input[type=submit] {
    color: #34345C;
    background-color: #FFFFFF;
    border: 1px solid #727493;
    padding: 4px;
}

.postform input[type=text]:focus, .postform input[type=password]:focus, .postform textarea:focus, .postform input[type=submit]:focus, .postform input[type=submit]:active {
    outline: none;
    border: 1px solid #34345C;
}

.footer {
    font-size: 10px;
    font-family: sans-serif;
}

.passvalid {
    background: #9988EE;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

.dellist {
    background: inherit;
    text-align: center;
}

.delbuttons {
    background: inherit;
    text-align: center;
    padding-bottom: 4px;
}

.managehead {
    background: #0F8FE1;
    color: #000000;
    font-family: sans-serif;
    font-size: 14px;
    padding: 0px;
}

.postlists {
    background: #FFFFFF;
    width: 100%;
    padding: 0px;
    color: #000000;
}

.row1 {
    background: #9AD2F6;
    font-family: sans-serif;
    font-size: 12px;
    color: #000000;
}

.row2 {
    background: #FFFFFF;
    font-family: sans-serif;
    font-size: 12px;
    color: #000000;
}

.unkfunc {
    color: #789922;
}

.filesize {
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: underline;
    /*padding-left:3em;*/
}

.filetitle {
    background: inherit;
    font-family: serif;
    color: #0F0C5D;
    font-weight: 800;
}

.postername {
    background: inherit;
    font-size: 12px;
    font-family: serif;
    color: #117743;
    font-weight: 800;
}

.oldpost {
    background: inherit;
    font-size: 18px;
    font-family: serif;
    color: #0F0C5D;
    font-weight: 800;
}

.omittedposts {
    background: inherit;
    font-size: 18px;
    font-family: serif;
    color: #070707;
    font-weight: 800;
}

.doubledash {
    margin: 0px;
    padding: 0px;
    color: #727493;
    font-size: 1.2em;
}

.reply {
    background: #D6DAF0;
    color: #000000;
    padding-bottom: 5px;
    padding-right: 7px;
    border-top: 1px solid #c0c3db;
    border-bottom: 1px solid #8c8eab;
    border-left: 1px solid #c0c3db;
    border-right: 1px solid #8c8eab;
}

.replyhl {
    background: #D6BAD0;
    color: #000000;
}

.replytitle {
    background: inherit;
    font-size: 18px;
    font-family: serif;
    color: #0F0C5D;
    font-weight: 800;
}

.commentpostername {
    background: inherit;
    font-size: 12px;
    font-family: serif;
    color: #117743;
    font-weight: 800;
}

.thumbnailmsg {
    background: inherit;
    font-size: 9px;
    font-family: sans-serif;
    color: #000000;
}

.abbrev {
    color: #707070;
}

.highlight {
    background: #F0E0D6;
    color: #34345C;
    border: 2px dashed #EEAA88;
}

/* 1chan specific: */

fieldset {
    border: 1px dotted #0010E0;
}

.hoverpost {
    background: #EEF2FF;
    color: #000000;
}

#pagenav {
    background: #D6DAF0;
    color: #000000;
    border-left: 1px solid #8c8eab;
    border-bottom: 1px solid #8c8eab;
}

#accountnav {
    background: #D6DAF0;
    color: #000000;
    border-right: 1px solid #8c8eab;
    border-bottom: 1px solid #8c8eab;
}

.select2-input:focus {
    border: 0 !important;
}

.select2-choices {
    border: 1px solid #727493 !important;
}

.select2-drop {
    border: 1px solid #727493 !important;
    border-top: 1px solid #8c8eab !important;
}

.select2-result-label {
    color: #34345C !important;
}

.select2-highlighted {
    background-color: #d4d8ed !important;
}

.ms-res-ctn {
    background: #FFFDFC;
    color: #34345C;
}

.ms-res-ctn .ms-res-item {
    color: #34345C;
}

.ms-res-ctn .ms-res-odd {
    background: #FFF6F0;
    color: #34345C;
}

.ms-sel-ctn .ms-sel-item:hover {
    background: #FFF1E8;
}

.ms-sel-ctn .ms-sel-text:hover {
    background: #FFF1E8;
}

.ms-sel-ctn .ms-sel-item-active {
    background: #FFF1E8;
}

/*.ms-res-item-active {
	background: #FFF9F5 !important;
}

.ms-res-odd.ms-res-item-active {
	background: #FFF1E8 !important;
}*/

.ms-res-item-active .tag {
    font-weight: bold;
}

.newreply {
    background: #D6DAF0;
    padding-bottom: 5px;
    padding-right: 7px;
    border-top: 1px solid #c0c3db;
    border-bottom: 1px solid #8c8eab;
    border-left: 1px solid #c0c3db;
    border-right: 1px solid #8c8eab;
}

.newdivider {
    color: #727493;
    font-size: 1.2em;
}
