﻿
.cal_Theme1 .ajax__calendar_container {
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}

    .cal_Theme1 .ajax__calendar_container td {
        padding: 0px;
    }

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.copyright_footer {
    margin-top: 5px;
    color: #808080;
    max-width: 1030px;
}

.col1, .col2, .col3 {
    float: left;
    line-height: 14px;
    margin: 0;
    padding: 0 5px 0 0;
    width: 110px;
}

.column {
    float: left;
}

.total_cell {
    text-align: right;
    width: 100px;
}

#total_table {
    float: right;
    width: 300px;
}

#batchMessage {
    float: right;
    margin-right: 5px;
}

    #batchMessage a:link,
    #batchMessage a:visited {
        color: #C00;
    }

.cssButtons_Right {
    float: right;
}

.cssButtons_Left {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cssButtons_5px_padding {
    /*padding-top: 10px;*/
    padding: 5px;
}

.cssButtons {
    /*padding-top: 10px;*/
    padding-bottom: 10px;
    clear: both;
}

.cssButtons_no_margins {
    display: block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.cssButtons_topbot_margins {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.cssButtons_top_margins {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 10px;
    display: block;
}

.cssButtons_bot_margins {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
    display: block;
}

.cssButtons_all_margins {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin: 10px;
    display: block;
}

.cssButtons_all_margins_5_10 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-top: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}

.nomargin_Div {
    display: block;
    margin: 0px;
    white-space: normal;
}

.infoMsg {
    font-size: 100%;
    color: #0000CC;
}

.errorMsgDiv_nopadding {
    color: Red;
}

div.errorMsgDiv {
    color: Red;
    padding: 0 10px !important;
}

span.errorMsgDiv {
    color: Red;
    padding: 0 5px !important;
}

.errorMsgDiv ul {
    margin-top: 2px;
    list-style-image: none;
    list-style-type: square;
}

    .errorMsgDiv ul li {
        color: Red;
    }

.infoMsgDiv_nopadding {
    color: Blue;
}


.infoMsgDiv {
    color: Blue;
    margin-top: 7px;
}

div.infoMsgDiv_NoVertPadding {
    color: #0000CC;
    padding: 0 10px !important;
}

.infoMsgDiv ul {
    margin-top: 2px;
    list-style-image: none;
    list-style-type: square;
}

    .infoMsgDiv ul li {
        color: Blue;
    }

.infoMsgDiv a:link,
.infoMsgDiv a:visited,
.infoMsgDiv a:hover,
.infoMsgDiv a:active {
    text-decoration: underline;
}

#infoMsg {
    font-size: 100%;
    color: #0000CC;
    padding: 0px 4px 0px 4px;
}

    #infoMsg a:link {
        text-decoration: underline;
    }

a.critical_button {
    padding: 3px 5px;
    background-color: #E4EDF0;
    background-image: url(../images/tab-bg.gif);
    background-repeat: repeat;
    border: 1px solid #cccccc;
    margin: 0;
    color: navy;
    font-weight: bold;
    font-size: 100% !important;
    text-decoration: none;
}

    a.critical_button:hover {
        background-color: #BBC6D2;
        background-image: url(../images/silver-button-background-hi.gif);
        background-repeat: repeat;
        text-decoration: none;
    }

#login_form {
    width: 370px;
    margin: 120px auto auto auto !important;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 10px 0px 10px;
    border: 1px solid #BBC6D2;
    font-size: 1.1em;
    line-height: 1.4em;
}

    #login_form p {
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1.4em;
    }

.col_left {
    width: 350px;
    padding: 0 0 0 10px;
    /*float: left;	*/
}

.col_right {
    text-align: center;
    width: 200px;
    float: right;
}

.box_secure {
    padding-top: 95px;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #999;
    text-align: left;
}

    .box_secure img {
        float: left;
        margin: 7px 7px 0 0;
    }

.login_label {
    text-align: right;
    width: 105px;
    float: left;
    padding: 8px 2px 0 0;
}

.login_footer {
    padding: 10px 0 0 109px;
}

.login_input {
    font-family: Verdana, sans-serif;
    padding: 3px;
    margin: 3px;
}

.login_generic_label {
    margin-left: 5px;
}

.login_body {
    background-color: #EEEEEE;
}

.modalBackground {
    background-color: #e6e6e6;
}

img.imgbutton {
    border: none;
    padding-right: 4px;
    padding-bottom: 0px;
    vertical-align: middle;
}


#header .logo {
    float: left;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}

    #header .logo a img {
        border: none;
        margin-top: 6px;
        margin-left: 10px;
        /*margin:8px;*/
    }

#header .nav {
    background: transparent url(../images/topright_corner.gif) no-repeat scroll left top;
    display: block;
    float: right;
    height: 20px;
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
}

    #header .nav .linkbar {
        background-color: #EBF0F9;
        border-bottom: 1px solid #B7C9EA;
        float: left;
        height: 17px;
        margin-top: 0;
        padding: 1px 0 2px 5px;
    }

        #header .nav .linkbar ul {
            float: left;
            margin: 0;
            padding: 0;
        }

        #header .nav .linkbar li {
            color: #0000FF;
            float: left;
            list-style-image: none;
            list-style-position: outside;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #header .nav .linkbar li a {
                color: #0000FF;
                font-weight: normal;
                margin: 0 10px;
                text-decoration: underline;
            }

                #header .nav .linkbar li a:active {
                    text-decoration: underline;
                }



.user {
    display: inline;
    font-weight: bold;
    margin-right: 10px;
}

#header {
    background-image: url(../images/gray_top_grad.gif);
    background-repeat: repeat-x;
    /*
background-color: #E4EDF0;
*/
    height: 70px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 780px;
}

.loggedinuser {
    margin: 0 10px;
}

/*
#loggedinuser 
{
	display:block;
	float:right;
	margin-top: 30px;
	margin-right: 5px;
	position:absolute;
	right:2px;
}
*/

#pPopupContent {
    /*   
   clear: both; 
   max-width: 850px;
   margin: 0 0 0 0;
   
   position: relative;
*/
    clear: both;
    padding: 10px 10px 2em 10px;
    background: #ffffff;
}
    /* first element in content (Mozilla) */
    #pPopupContent > *:first-child {
        margin-top: 0;
    }
    /* first p in table cell (Mozilla) */
    #pPopupContent > td p:first-child {
        margin-top: 0;
    }

    #pPopupContent h2.sectHead {
        margin: 0 0 1px;
        padding: 2px;
        background-color: #dddddd;
        border-top: 2px solid #BBC6D2;
        border-bottom: 1px solid #BBC6D2;
        font-size: 100%;
        color: #333333;
        font-weight: bold;
    }

.radioButton input[type=radio] {
    margin-left: 10px;
    margin-right: 4px;
}

.radioButton_vertSpacing input[type=radio] {
    margin-bottom: 7px;
}

.normalDiv {
    margin-top: 20px;
}

.normalDiv_SmallMargin {
    margin-top: 10px;
}

.tabDiv {
    margin-top: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.multipage {
    border-top: 1px solid #828282;
    margin-top: -1px;
    z-index: -100;
}

.override_twoColumnDiv table td {
    padding: 0px !important;
    vertical-align: middle !important;
    text-align: center;
    border-bottom: 0px !important;
}

.override_twoColumnDiv table {
    width: 100% !important;
}


.twoColumnDiv {
    margin: 0 0 0 0;
    padding: 0px;
    overflow: hidden;
    float: left;
    min-width: 49%;
    width: 100%;
    text-align: center;
    margin-left: 2px;
}

    .twoColumnDiv table {
        border: none;
        width: 95%;
        margin: 0 auto;
        text-align: left;
    }

    .twoColumnDiv caption {
        padding: 3px 2px;
        background-color: #dddddd;
        border-top: 2px solid #BBC6D2;
        border-bottom: 1px solid #BBC6D2;
        font-size: 100%;
        color: #333333;
        font-weight: bold;
        text-align: left;
    }

    .twoColumnDiv table td {
        padding: 5px 10px 5px 10px;
        vertical-align: top;
        border-bottom: 1px solid #BBC6D2;
        color: #333333;
    }

    .twoColumnDiv td label, .twoColumnDiv td.label {
        text-align: right;
        font-weight: normal;
        white-space: nowrap;
    }

    .twoColumnDiv td.label {
        background-color: #F0F2F4;
        color: #000000;
    }



.pSingleField {
    min-width: 450px;
    margin: 20px 0 0 0;
    padding: 2px;
    overflow: hidden;
}

    .pSingleField table {
        border: none;
        width: 100%;
        margin: 0 auto;
    }

    .pSingleField caption {
        padding: 3px 2px;
        background-color: #dddddd;
        border-top: 2px solid #BBC6D2;
        border-bottom: 1px solid #BBC6D2;
        font-size: 100%;
        color: #333333;
        font-weight: bold;
        text-align: left;
    }

    .pSingleField table td {
        padding: 5px 10px 5px 10px;
        vertical-align: top;
        border-bottom: 1px solid #BBC6D2;
        color: #333333;
    }

    .pSingleField td label, .pSingleField td.label {
        text-align: right;
        font-weight: normal;
        white-space: nowrap;
    }

    .pSingleField td.label {
        background-color: #F0F2F4;
        color: #000000;
    }

.divRight {
    float: right;
}

.divLeft {
    float: left;
}

.requiredField {
    font-weight: bold;
}

.sidebarFunctionsLink {
    margin: 2px 0 2px 7px;
}

#sidebar_func ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar_func li {
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0;
}

    #sidebar_func li a {
        display: block;
        margin: 0 auto;
        padding: 3px 2px 3px 5px;
        text-decoration: none;
    }

        #sidebar_func li a:hover {
            background-color: inherit;
            border-top: 0px solid #cccccc;
            border-bottom: 0px solid #cccccc;
            border-left: 0px solid #cccccc;
            /*padding: 3px 2px 3px 1px;*/
            padding: 3px 2px 3px 5px;
            text-decoration: underline;
        }


.largeNonItalizedHeader {
    font-weight: bold;
    font-size: 120%;
    padding-top: 10px;
    padding-bottom: 0px;
}

.largeNonItalizedHeader140 {
    font-weight: bold;
    font-size: 140%;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.entryTable td {
    border-bottom: 0px;
    padding: 0px;
}

a.underline {
    text-decoration: underline;
}


.inline_override {
    display: inline-block !important;
    /*display:inline !important;*/
}

.centerDiv {
    text-align: center;
    margin: auto;
}

.promptDiv {
    margin-bottom: 10px;
    font-size: 110%;
    font-weight: bold;
}

#credit_card_details {
    margin-top: 5px;
}



.infobox {
    font-size: 110%;
    background-color: #eeeeee;
    padding: 0px 15px;
    margin: auto;
    width: 600px;
    border: 1px solid #DDDDDD;
}

td.tablerow_novertborders {
    border-left: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
}

.table_vertborder td {
    border-left: 1px solid #BBC6D2;
    border-right: 1px solid #BBC6D2;
}


.div_popup {
    overflow: inherit !important;
    margin-top: 5px !important;
}

.text_label {
    margin-left: 10px;
}

.bold_text_label {
    font-weight: bold;
    margin-left: 10px;
}

.record_count {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product_change_div {
    margin: 10px 5px 0px 0px;
}

    .product_change_div select {
        margin: 7px 5px 5px 0;
    }

.small_ital_msg {
    font-size: .8em;
    font-style: italic;
    width: 180px;
    /*float: right;*/
    text-align: left;
    white-space: normal;
}

.medium_left_msg {
    font-style: italic;
    /*width: 400px;*/
    float: left;
    text-align: left;
    white-space: normal;
    margin: 0 5px 0 15px;
}

.clearboth {
    clear: both;
}

.imageclear {
    margin-left: 4px;
}

.edit_image {
    margin-bottom: -3px;
    margin-left: 5px;
}

.success_msg {
    color: Green;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

#login_box {
    width: 370px;
    float: none;
}

    #login_box img.logo {
        margin-left: 73px;
        margin-top: 3px;
    }

    #login_box input[type="text"] {
        width: 256px;
    }

    #login_box input[type="password"] {
        width: 250px;
    }

/*.logo_image
{
	float: left; 
	margin-top: 15px; 
	margin-right: 35px; 
	margin-left: 7px;	
}*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

#users_edit input[type="text"] {
    width: 250px;
}

#users_edit input[type="password"] {
    width: 250px;
}

.center_content {
    margin: auto;
}

.login_version {
    color: #222222;
    margin: 10px auto;
    width: 370px;
    padding-left: 10px;
}

#edit_quantity_div div.pResults {
    min-width: 0px;
}

#tbl_alert_message tr th {
    font-size: 12px;
}

#tbl_alert_message tr td {
    padding-left: 10px;
    font-size: 12px;
}

.help_popup {
    max-width: 300px;
    font-size: 12px;
}

.help_popup_nomaxwidth {
    font-size: 12px;
}

td.normal_padding {
    padding: 2px 5px !important;
}

th.normal_padding {
    padding: 2px 5px !important;
}

td.rightalign {
    text-align: right;
}

td.leftalign {
    text-align: left;
}

th.leftalign {
    text-align: left;
}

.edit_units_icon {
    margin-left: 3px;
    vertical-align: bottom;
    height: 24px;
    width: 24px;
}

.tipped_main_div {
    margin-top: 20px;
}

.alert_message_red {
    background-image: url(../images/buttons/red_alert.png);
    float: right;
    margin-right: 5px;
    height: 16px;
    width: 80px;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 2px;
}

.alert_message_yellow {
    background-image: url(../images/buttons/yellow_alert.png);
    float: right;
    margin-right: 5px;
    height: 16px;
    width: 80px;
    color: #000000;
    text-align: center;
    padding-bottom: 2px;
}

.help_button {
    margin-left: 5px;
    margin-right: 5px;
}


.RadGrid_Office2010Silver .rgRow a, .RadGrid_Office2010Silver .rgAltRow a {
    text-decoration: underline !important;
    color: #0000CC !important;
}

.legenddiv {
    min-width: 0px !important;
    width: 475px;
    height: 39px;
    vertical-align: middle;
    background-color: #FFFFFF !important;
}


.lengendboxlabel {
    border: 0px !important;
    font-size: 13px;
    font-weight: bold;
}

.legendbox_wrapper {
    margin: 0 auto;
    height: auto;
    position: relative;
    padding-top: 5px !important;
}

.legendbox {
    border: 1px solid #cccccc;
    text-align: center;
    width: 140px;
    margin: 0 5px;
    padding: 5px 0 !important;
    float: left;
    display: inline;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.legendbox_wide {
    border: 1px solid #cccccc;
    text-align: center;
    width: 180px;
    margin: 0 5px;
    padding: 5px 0 !important;
    float: left;
    display: inline;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.sugarlabel {
    border: 0px !important;
    font-size: 13px;
    color: #888888;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}

.mediumblackfont {
    border: 0px !important;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}

.large_bold_label {
    font-size: 1.1em !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
}

.action_button {
    cursor: pointer;
    cursor: hand;
    margin: 0px 2px 0px 3px;
}

.cursor {
    cursor: pointer;
    cursor: hand;
}

.label_left_margin {
    padding-left: 3px;
}

.div_heading_right_link {
    float: right;
    display: inline-block;
    margin-right: 3px;
}

.div_heading_left_link {
    float: left;
    display: inline-block;
    margin-left: 3px;
}


.div_bottom_right {
    float: right;
    display: inline-block;
    padding-top: 3px !important;
    padding-right: 7px !important;
    padding-bottom: 3px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #888888;
}

.show_cursor {
    cursor: pointer;
}

.blue_text {
    color: Blue !important;
}

.blue_bold_text {
    color: Blue;
    font-weight: bold;
}

.disabled {
    background-color: #F0F0F0;
    color: #CCCCCC;
}

.small_select {
    padding: 0px !important;
}

.disclaimer_text {
    font-style: italic;
    font-size: 9px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    line-height: 140%;
}

div.left_right_padding {
    padding-left: 10px;
    padding-right: 10px;
}

div.block {
    display: block;
}

.none {
    display: none !important;
}

.left_right_padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.checkbox_padding_left input[type="checkbox"] {
    margin-left: 20px !important;
}

.legendheight {
    height: 30px;
    margin-bottom: 5px;
}

.bottom_margin {
    margin-bottom: 15px;
}

.RadGrid_Office2010Silver .rgRow a.link_without_decoration {
    text-decoration: none !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.tall_lineheight {
    line-height: 30px !important;
}

.med_lineheight {
    line-height: 24px !important;
}

.mediumbolddatafont {
    font-size: 15px !important;
    color: #000000;
    font-weight: bold;
}

.mediumdatafont {
    font-size: 15px !important;
    color: #000000 !important;
}

.mediumlabelfont {
    font-size: 15px !important;
    color: #888888 !important;
}

.largedatafont {
    font-size: 20px !important;
    color: #000000 !important;
}

.largelabelfont {
    font-size: 20px !important;
    color: #888888 !important;
}

.largeboldfont {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #000000 !important;
}

.largeinput {
    font-size: 20px !important;
    width: 60px !important;
    height: 30px !important;
    text-align: center !important;
    vertical-align: central !important;
}

.mediuminput {
    font-size: 15px !important;
    font-weight: bold !important;
    width: 40px !important;
    height: 20px !important;
    text-align: center !important;
    vertical-align: central !important;
}

.grayed_out_mediumtext {
    font-size: 15px;
    background-color: #F7F7F7; /*	border-bottom: 1px solid white;  (very thin white line for label) */
    color: #888888;
    font-weight: normal;
}

.col3_textbox {
    width: 730px !important;
    margin-left: 10px !important;
}

.no_bottom_margin{
    margin-bottom: 0px;
}

.red_text {
    color: red !important;
}

.black_text {
    color: black !important;
}

.margin_left_20px {
    margin-left: 20px;
}

.margin_left_10px {
    margin-left: 20px;
}

.rounded_rectangle {
    border: 1px solid #cccccc;
    text-align: center;
    margin: 0 5px;
    background-color: #F0F0F0;
    padding: 7px !important;
    /*float: left;*/
    display: inline;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.float_right{
    float: right;
}

.float_left {
    float: left;
}

.margin_bottom_10px {
    margin-bottom: 10px !important;
}

.margin_top_10px {
    margin-top: 10px !important;
}

.margin_top_5px {
    margin-top: 5px !important;
}


.margin_top_25px {
    margin-top: 25px !important;
}

.div_fit_contents {
    display: block !important;
    overflow: auto !important;
}

.div_670px {
    width: 670px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.padding10 {
    padding: 10px;
}

.bg_pink {
    background-color: #ffcccc;
}

.bg_white {
    background-color: #ffffff;
}