/*
Files' Name: specials_dnew1.css
Common Uses: 
Called From: 
Posted From: none
Last Author: AB
Last Edited: 08-08-2015
*/

/* Top Mailing List */

.ml_topcontent_container {
    background: #1276a8;
    margin-top: 10px;
	margin-bottom: 10px;
}

.ml_title {
    color: #FFF;
    font-weight: bold;
    padding-left:7px;
    vertical-align: middle;
    /*text-align: center;*/
    /*width: 700px;*/
    border-left: 4px solid #f89b24;
}

.ml_input {
    vertical-align: middle;
    text-align: right;
    padding-right: 3px;
    border-right: 5px #FFF solid;
    /*width: 400px;*/
}

.ml_textbox {
    border: #eee solid 1px;
    padding: 2px 0 2px 5px;
}

.ml_submit {
    vertical-align: middle;
    text-align: center;
    background:#ff9c1c;
    /*width:100px;*/
}

#orange_ml_button {
    background:#ff9c1c;
    border-radius:0px;
    border: 0px;
    display: block;
    color:#fff;
    padding: 3px;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
}

/* Used once, in the mailing list signup form */
#orange_ml_button_choice {
    background:#ff9c1c;
    border-radius:0px;
    border: 0px;
    display:inline-block;
    color:#fff;
    padding: 7px;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

#ml_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /*background-color: #28353D;*/
    background: #FFF;
}

/* Specials */

.specials_table {
    border-spacing: 0px 0px;
}

.specials_top {
    background: #1276a8;
    height: 30px;
    color: #fff;
    padding-left:7px;
    font-weight: bold;
    /*text-align: center; */
    vertical-align: middle;
    border-left: 4px solid #f89b24;
}

.specials_header {
    background: #d8e7ee;
    height: 50px;
    color: #1276a8;
    font-weight: bold;
    font-size: 28px;
    padding-left:7px;
    /*text-align: center; */
    vertical-align: middle;
    border-left: 4px solid #1276a8;
}

/* Reveal Boxes */

.rb_table {
    table-layout: fixed;
}

.rb_row {
    table-layout: fixed;
    text-align: center;
	margin: 10px 0;
}

.rb_img {
    padding: 10px;
    display: block;
}

.rb_link {
    background: #d7eaf1;
}

.rb_link a {
    padding: 10px 0 10px 0;
    text-decoration: none;
    color: #1276a8;
    font-weight: bold;
    display: block;
}

.rb_link a:hover {
    text-decoration: underline;
}

.rb_cell {
    background: #f5f6f8;
}

.rb_cell:hover {
	background: #f89b24;
}
