/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
body
{
    /*color: #666666;*/
    color: #54544B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 80%;
    line-height: 1.2em;
    text-align: center;
}
.pWrapper
{
    background: #fff;
}
.pcC, .dv
{
    background-color: transparent;
    vertical-align: top; /*width: 100%;*/
}
.pageBackground, .pBack
{
    margin: 0px auto;
    background: #fff;
    width: 100%;
}
.logoBG
{
    padding: 5px;
}
.dialog_body, .dBody
{
    border: 0px none;
}
.pcT
{
    background: #fff;
}
.pcT .logoBG
{
    text-align: left;
}
#ctl00__PageHeader__RightImage
{
    width: 0px !important;
}
.signInBar
{
    border: 0px none;
    border-collapse: separate;
    empty-cells: hide;
}
.pcmC
{
    background: transparent url(images/pcmC.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.MLMmC:first-child
{
}
.MLMmenu > tbody tr td:first-child > .MLMmC:first-child
{
    border-radius: 5px 0px 0px 5px;
}
.MLMmenuAlign
{
    padding-bottom: 0px;
    padding-top: 0px;
}
.MLMmC
{
    font-weight: normal;
    color: #fff;
    border-right: 1px solid #b4d3f5;
    height: 28px;
}
.MLMmC a
{
    font-size: 100%;
    font-weight: normal;
    line-height: 18px;
}
.MLMmoC:hover, .MLMmoC:hover a, .MLMmoC
{
    /* horizontal menu item link text hover state */
    background-color: transparent;
    background: transparent url(images/pcmC_over.png) repeat-x !important;
    color: #fff;
}
.MLMsubmC
{
    /* horizontal submenu item link text */
    background-color: #5085ca;
    color: #fff;
    cursor: pointer !important;
    font-family: Arial, Verdana, Geneva, ms sans serif;
    font-size: 12px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    text-transform: none;
    line-height: 18px;
    text-align: left;
}
.MLMmenuAlign
{
    position: relative;
    z-index: 9999;
}
.MLMsubmC
{
    /* horizontal submenu item link text */
    position: relative;
    background-color: #5085ca;
    color: #fff;
    cursor: pointer !important;
    font-family: Arial, Verdana, Geneva, ms sans serif;
    font-size: 12px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    text-transform: none;
    line-height: 18px;
    text-align: left;
    z-index: 9998;
}
.MLMsubmC a
{
    background: transparent;
}
.MLMsubmC:hover
{
    background: transparent url(images/pcmC_over.png) repeat-x !important;
}
.RadScheduler_Default .rsHeader, .RadScheduler_Default
{
    z-index: 1 !important;
}
.signInBar a, .signInBar input
{
    color: #336699;
    font-family: Arial,Verdana,Geneva,ms sans serif;
    font-size: 85%;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
}
.signInBarStatus
{
    font-size: 85%;
}
.logoBG table td
{
    text-align: right;
}
.signInBar a:hover
{
    color: #003366;
}
.signInBarStatus
{
    color: #666;
}
.dialog_header, .dh
{
    /*background-color: #ffffff;     background-image: url("../../Images/New.dialogHeader.png");     background-position: center bottom;     background-repeat: repeat-x;*/
    background: transparent;
    background-image: none;
    padding-bottom: 6px;
    padding-top: 6px;
}
.pagination_row, .pr
{
    /*background-color: #FFFFFF;*/
    background: #ececec url(images/HeaderRow.png) repeat-x;
    color: #666666;
    padding-top: 2px;
    vertical-align: middle;
    width: 100%;
}
.header_cell, .header_cell_scrolling, .thc, .thcs, .thcnb, .thcwb
{
    background-color: #ffffff;
    color: #666666;
    font-family: Arial,Verdana,Geneva,ms sans serif;
    font-size: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
.tichnb, .tichwb, .table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch, .ticsnb, .ticswb, .ticswb, .ttcs
{
    /*background-color: #F1F3EC;*/
    background: transparent url(images/RowSelected.png) repeat-x;
}
#ctl00_PageContent_HardwareTableControlCollapsibleRegion, .dBody
{
    width: 100%;
}
.dv
{
}
.logoBG tr:first-child td
{
    width: 100px;
    text-align: right;
}

.logoBG tr:last-child td
{
    width: 800px;
}

.Filter_Input, .fili, .Pagination_Input, .pri
{
    color: #666;
}
.pcL
{
    background-color: transparent;
    background-image: none;
    padding-left: 0px;
    padding-top: 0px;
    width: 0px;
}
.dialog_header_text, .dht
{
    color: #6699CC;
    font-family: Arial,Verdana,Geneva,ms sans serif;
    font-size: 1.8em;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-top: 5px;
}
.field_label, .fl
{
    color: #666666;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
/*.field_input, .fi, 
.Search_Input, .si,
.Filter_Input, .fili, .Pagination_Input, .pri
{
    
    background: #f8f6f1;
    border: 1px solid #a0a5a9;
    -Moz-border-radius: 3px;
    -Webkit-border-radius: 3px;
    -0-border-radius: 3px;
    border-radius: 3px;
}*/
.field_input:not([ > input])
{
    background: red;
}
.pr
{
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -0-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.tre tr
{
    line-height: 16px;
}
.column_header A, .column_header_scrolling A, .tch A, .tchs A
{
    color: #336699;
    font-family: Arial,Verdana,Geneva,ms sans serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}
.pcB
{
    background: transparent url(images/Footer.png) top center repeat-x;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -0-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; /*background: transparent url(images/WarmRow.png) top center repeat-x;*/
}

/*.footer {
    color: #FFFFFF;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 8px;
    width: 100%;
}*/
.footer
{
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 4px;
    width: 100%;
}
.column_header A:hover, .column_header_scrolling A:hover, .tch A:hover, .tchs A:hover
{
    /* column header link text hover state */
    color: #003366;
}

.button_bar_cell, .prbbc
{
    padding-bottom: 3px;
    padding-top: 1px;
    vertical-align: middle;
}
.dBody
{
    background: #fafafa url("images/HeaderRow.png") repeat-x scroll left bottom;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}
.dBodyNew {
    /* background: #fafafa url(images/HeaderRow.png) repeat-x scroll left bottom; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}
.tre
{
    border: 1px solid #ccc;
}

.topButtons
{
    color: #ffffff;
    font-size: 16px;
    width: 680px;
    margin: 0 auto;
}

.innerButton
{
    height: 80px; /*background: #fafafa url("images/HeaderRow.png") repeat-x scroll left bottom;*/ /*background-color:#7AA9DD;*/
    float: left;
    margin-right: 15px;
    width: 120px;
    margin-bottom: 15px;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #7AA9DD url("images/buttonsbg.png") repeat-x scroll left bottom;
}

.innerButton a
{
    color: #ffffff;
    text-decoration: none;
}

.topButtons p
{
    /*background: #fafafa url("images/HeaderRow.png") repeat-x scroll left bottom;*/ /*padding:10px;*/
    height: 30px;
}

.count
{
    display: block;
    margin-bottom: 20px;
}

.HideMe
{
    display: none;
}
.field_input_new, .fi
{
    font-family: Arial, Verdana, Geneva, ms sans serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    background-color: #fafafa;
}
.PopupHeader
{
    height: 30px;
    width: auto; /*border: 1px solid #739dcd;     background-color: #739dcd;*/
    background: transparent url(images/pcmC.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.PopupPanel
{
    display: none;
    border: 2px black solid;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.PopupBody html body img
{
    width: 100%;
    height: 100%;
}
.cartitemcount
{
    position: absolute;
    left: 24%;
    top: 35%;
}
.signInBarStatusN
{
    color: #666;
    font-family: Arial, Verdana, Geneva, ms sans serif;
    font-size: 12px;
    white-space: nowrap;
}
/*style="display:none; border:2px black solid;background:#fff;-Moz-border-radius:5px;-Webkit-border-radius:5px;-O-border-radius:5px;-ms-border-radius: 5px;border-radius:5px;"*/
.dialog_header_text, .dhtrk
{
    color: #6699CC;
    font-family: Arial,Verdana,Geneva,ms sans serif;
    font-size: 1.8em;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}
.Notification-Number
{
    margin: -2px 0px 0 -14px;
    position: absolute;
    text-align: -webkit-center;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 6px 8px;
    border: 1px solid #ff0000;
}
/**********************************************************************
 * AJAX Smooth Panel Update Styles                                    *
 **********************************************************************/
.ajaxUpdatePanel
{
    /* AJAX smooth panel update screen overlay */
    background-color: #aaaaaa; /* filter: alpha(opacity=10); */
    height: 100%;
    opacity: 0.4;
    padding: 20px;
    position: absolute;
    width: 98.7%;
}

.infoPanel
{
    margin-top: 37px;
    margin-left: 2px;
    margin-right: 15px;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    line-height: 1;
    width: 98.5%;
}
/********/
    