@import url("/css/advanced_controls.css?v006");

body {
    font:62.5% Arial, Sans-Serif;
    color:#333333;
    padding:0;
    border-top:2px solid #3e3e3e;

    width:800px;
    margin:0 auto 0 auto;
    text-align:center;

    background-color:#ffffff;
}

form {
    margin:0;
}

a {
    text-decoration:none;
}

#login_box {
    width:380px;
    margin:30px auto 0 auto;
    border:4px groove red;
    background:#eeeeee;
}

.searchform {
    float:left;margin-left:10px;margin-top:10px;
}

#searchresults_box {
    display:none;
    width:100%;
    font-size:small;
    border-left:0;
    border-right:0;
}

#awarddiv {
    display:none;
    margin-top:10px;
    margin-left:20px;
    width:300px;
}

#expired_awarddiv {
    display:none;
    margin-top:10px;
    margin-left:20px;
    width:300px;
}

#day_awarddiv {
    display:none;
    margin-top:10px;
    margin-left:20px;
    width:300px;
}

#awardresultsdiv {
    display:none;
    margin-top:20px;
    margin-left:20px;
    width:300px;
}

#certificates_div {
    display:none;
    margin-top:20px;
    margin-left:20px;
    width:370px;
}

#rewards_div {
    display:none;
    margin-top:10px;
    margin-left:20px;
    width:370px;
}

.inputlabel {
    float:left;
    padding:4px;
    margin-top:4px;
    width:60px;
    text-align:right;
}
.inputlabel_custom_field {
    float:left;
    padding:4px;
    margin-top:4px;
    width:60px;
    text-align:right;
}

.inputfield {
    float:left;
    padding:2px;
    margin:0;
}

.input_pair {
    float:left;
    margin:5px;
}

.inputlabel2 {
    float:left;
    padding:4px;
    text-align:right;
    width:50px;
}

.inputfield2 {
    float:left;
}

.inputfield input {
    width:250px;
}

.tableheader {
}

.content {
    border: 1px solid #aaaaaa;
    clear: both;
    float:left;
    width:798px;
    padding-bottom:10px;
    background-color:#ffffff;
}

.box2 {
    border:1px solid #aaaaaa;
    width:380px;
}

.heading2 {
    border-bottom:1px solid #aaaaaa;
    background-color: #c0c6d0;
    background-image: url(/images/header2.png);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left top;
    padding:4px 4px 4px 8px;
    font-weight:bold;
    font-family:Arial,sans-serif;
    color:#444444;
    font-size:1.2em;
    text-align:left;
    margin-bottom:5px;
}

.content2 {
    padding:0;
    text-align:left;
}

a:hover .inner {
    color:blue;
}

.status_icon {
    height:20px;
    width:20px;
    background-repeat:no-repeat;
    background-position:center left;
    float:left;
    margin-left:5px;
    display:none;
    background-color:transparent;
}

.greencheck {
    background-image:url(/images/green_check_20.gif);
}

.redx {
    background-image:url(/images/red_x_20.gif);
}

#ajax_message {
    float:right;
    font-weight:bold;
}

#point_balance_span {
    font-size:20px;
    font-weight:bold;
}

#admin_customer_list_box {
    width:100%;
    border-left:0;
    border-right:0;
}

.scroll300 {
    height:300px;
    overflow:auto;
}

.scroll300header {
}

.scroll300_row0 {
    background-color:#cccccc;
}

.scroll300_row1 {
    background-color:#dddddd;
}

.tableheader {
    background:#5555ff;
    color:white;
}

#admin_activity_detail_box, #user_listing_box, #admin_activity_detail_certificates_box {
    width:100%;
    border-left:0;
    border-right:0;
}

.box3 {
    border:1px solid #aaaaaa;
    width:150px;
    margin:5px;
}

.heading3 {
    border-bottom:1px solid #aaaaaa;
    background:rgb(103,153,154);
    font-weight:bold;
    font-family:arial,sans-serif;
    color:white;
    text-align:left;
    padding:3px;
}

.content3 {
    padding:0;
    text-align:left;
}

.content3 input {
    width:95%;
}

/* suggestion stuff */

.suggest a {
    display:block;
    width:180px;
    background:white;
    text-decoration:none;
    color:black;
    overflow:hidden;
}
/*
.suggest a:hover {
    background:yellow;
}
*/
.suggest {
    border:1px solid #aaaaaa;
    display:none;
    /*
    height:300px;
    overflow:auto;
    */
    width:200px;
    background:white;
}

.clear {
    clear:both;
    height:0;
    line-height:0; /* for ie6 */
    margin:0;
    padding:0;
    font-size:0;
}

#redemption td {
    font-weight:bold;
    color:blue;
}
