﻿	body
{
}
.Accordion_Header_Row
{
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    color: #003366;
    font-weight: lighter;
    background-image: url(Images/GlossyHeader.png);
}
.Accordion_Header_Selected
{
    background-position: right bottom;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
     color: #003366;
   text-align: left;
   font-size: 12px;
    font-weight: bold;
     width: 98%;
    background-image: url(Images/GlossyHeaderSelected.png);
}
.Accordion_Header_Txt
{
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    text-indent: 40px;
     width: 98%;
}
.Accordion_Header_Img
{
    vertical-align: top;
    text-align: left;
    font-size: 2px;
    width: 45px;
    height: 45px;
}
.Accordion_Header_Txt_Cell
{
    vertical-align: middle;
    text-align: left;
    font-size: 2px;
    text-indent: 30px;
}
.Accordion_Content_Radio
{
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
  
}
.Accordion_Content_Radio_Selected
{
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
.Accordion_Content_Radio
{
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    text-indent: 20px
}
.Accordion_Content_Img_Spec
{
    vertical-align: middle;
    text-align: left;
    font-size: 2px;
    width: 1px;   
}
.Accordion_Content_Img_Cell
{
    vertical-align: middle;
    text-align: left;
    font-size: 2px;
    width: 38px;
    height: 38px; 
}
.Accordion_Content_Img_Enlarge
{
    vertical-align: top;
    text-align: left;
    font-size: 1px;
    width: 150px;
    height: 150px;
}
.Accordion_Content_Img
{
    vertical-align: top;
    text-align: left;
    font-size: 1px;
    width: 35px;
    height: 35px;
}
.Menu_Bullet
{
    border-color: #0099FF;
    vertical-align: middle;
    text-align: center;
    font-size: 2px;
}
.Menu_Cell
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003366;
    padding: inherit;
    background-image: url('./Images/GlossyBackHover.png');
    background-repeat: repeat-x;
    text-align: center;
    cursor: pointer;
    
}
.Menu_Main
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003366;
    padding: 4px;
}
.Top_Add_Line3
{
    width: 100%;
    font-size: 19px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
}
.Top_Add_Line2
{
    width: 100%;
    font-size: 18px;
    color: #0066CC;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
}
.Top_Add_Line1
{
    width: 100%;
    font-size: 18px;
    color: #CC6600;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
}
.Top_Add_Line1_Sm
{
    width: 100%;
    font-size: 16px;
    color: #CC6600;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
}
.ServiceTag_Inv_Header
{
    background-position: bottom;
    font-size: 10px;
    color: #666666;
    font-family: arial,helvetica;
    background-image: url('Images/PanelGray.png');
    text-align: center;
}
.InvoiceItemDetail_Blue_12
{
    color: #5781AE;
    font-size: 12px;
    font-weight: bold;
    font-family: CaliBri, Arial;
}
.InvoiceItemDetail_C_13
{
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.InvoiceItemDetail_C_12
{
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.InvoiceItemDetail
{
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.glossymenu
{
    margin: 5px 0;
    padding: 0;
    width: 100%; /*width of menu*/
    border: 1px solid #9A9A9A;
    border-bottom-width: 0;
}
.glossymenu a.menuitem
{
    /* background-position: right bottom;*/
    background: white url(./Images/Computer_BackGround.png) no-repeat right bottom;
    font: bold 14px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: Black;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 4px 0;
    padding-left: 10px;
    text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
    color: Black;
}
.glossymenu a.menuitem .statusicon
{
    /*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}
.glossymenu a.menuitem:hover
{
    background-position: left;
    background-image: url('./Images/GlossyBackHoverH.png');
    background-repeat: no-repeat;
}
.glossymenu div.submenu
{
    /*DIV that contains each sub menu     background-position: #F3F3F3;     background: #F3F3F3;*/
}
.glossymenu div.submenu ul
{
    /*UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.glossymenu div.submenu ul li
{
    border-bottom: 0px solid blue;
}
.glossymenu div.submenu ul li a
{
    display: block;
    font: normal 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: black;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
    background: #DFDCCB;
    background-image: url('./Images/PanelGray_Sm.png');
}
.glossymenu div.submenu ul li a:hover
{
    background: #DFDCCB;
    color: white;
}
.Accordian_Items
{
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 0px;
}
.Accordian_Header
{
    width: 100%;
    font-size: 14px;
    color: #003366;
    font-family: Arial;
    text-align: left;
    text-indent: 12px;
    vertical-align: top;
    font-weight: lighter;
}
.Accordian_Content_NotSelected
{
    width: 100%;
    font-size: x-small;
    color: #CC6600;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-style: italic; /*background-color: #FFFFCC; */
}
.Accordian_Content
{
    text-indent: 65px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    height: 100%;
}
.Accordian_Content_Selected
{
    text-indent: 85px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
}
.Accordian_Content_Add
{
    text-indent: 85px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
.Menu_System_Popup
{
    text-align: center;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}
.Menu_Type
{
    background-position: left;
    padding: 3px;
    border: 1px solid #C0C0C0;
    font-family: arial,helvetica;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    text-indent: 15px;
    color: #000000; /*  background-image: url('./Images/Computer_Header.png');*/
    background-repeat: no-repeat;
}
.Menu_Type_R
{
    background-position: left;
    padding: 3px;
    font-family: arial,helvetica;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    text-indent: 15px;
    color: #000000; /*  background-image: url('./Images/Computer_Header.png');*/
    background-repeat: no-repeat;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}
.Menu_Type_L
{
    background-position: left;
    padding: 3px;
    font-family: arial,helvetica;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    text-indent: 15px;
    color: #000000; /*  background-image: url('./Images/Computer_Header.png');*/
    background-repeat: no-repeat;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #C0C0C0;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
}
.Component_System_Pricing
{
    font-family: arial,helvetica;
    font-size: 10pt;
    color: #996633;
}
.Component_System_Note
{
    font-family: arial,helvetica;
    font-size: 8pt;
    color: #0066CC;
}
.Component_System_Name
{
    font-family: arial,helvetica;
    font-size: 10pt;
    color: #000000;
}
.Component_System
{
    font-size: 12px;
    color: #5781AE;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.Component_Description
{
    font-family: arial,helvetica;
    font-size: 11pt;
    vertical-align: top;
    text-align: left;
    text-indent: 15px;
    color: #CC6600;
}
.Component_Heading_Border
{
    background-position: left bottom;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    background-image: url('images/Computer_Header.png');
    background-repeat: no-repeat;
}
.Component_Heading
{
    padding: 5px;
    font-family: arial,helvetica;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #CC6600;
    width: auto;
}
.ConfigTextLeaseSubC11
{
    font-size: 11px;
    color: #000066;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.ConfigTextLeaseSubL
{
    font-size: 12px;
    color: #000066;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 25px;
}
.ConfigTextLeaseHeadL
{
    font-size: 13px;
    color: #000066;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 15px;
    text-decoration: underline;
}
.ConfigPriceRed
{
    font-size: 14px;
    text-align: center;
    color: #FF0000;
    font-family: Tahoma;
    font-weight: bold;
    font-style: italic;
}
.ConfigPriceLtBlue
{
    font-size: 14px;
    text-align: right;
    color: #0099FF;
    font-family: Tahoma;
    font-weight: bold;
    font-style: italic;
    padding-right: 10px;
    padding-left: 10px;
}
.ProdSmallRowBorderGrayBotBlueText
{
    font-size: 12px;
    vertical-align: top;
    color: #5781AE;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.ConfigTextHeadBlueC
{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
    font-style: italic;
    background-image: url(images/Button_Gray.png);
    padding-top: 1px;
    padding-bottom: 1px;
}
.ConfigTextListBlackC
{
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.ConfigButtonBlackCSm
{
    font-size: 8px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
}
.ConfigTextMainHeadBlueL
{
    padding: 3px 4px 3px 4px;
    font-size: 18px;
    color: #000066;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    font-style: italic;
}
.ConfigPanelImage
{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.PopupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #CCCCCC; /*  opacity: .9;     filter: alpha(opacity=90);*/
}
.PopupHover
{
    background-color: #F5F7F8;
}
.CollapseImage
{
    vertical-align: middle;
}
.CollapsePanelHeader
{
    padding: 0px;
    width: 100%;
    height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    vertical-align: middle;
    cursor: pointer;
    background-color: #FFFFFF;
}
.CollapsePanel_Border
{
    border-width: 1px;
    height: 0px;
    overflow: hidden;
    border-color: #CCCCCC;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
.CollapsePanel
{
    height: 0px;
    width: 100%;
    overflow: hidden;
}
.RoundCornersTable98x100CC
{
    padding: 0px;
    margin: 0px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.Header_Isl
{
    margin: 0px;
    padding: 0px;
   font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: lighter;   
}
.Header_Clear
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: lighter;
   
}
.Header_Blue
{
    width: 100%;
    font-size: 13px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 23px;
    background-image: url('Images/00C.png');
    font-weight: bold;
}

.Header_Red
{
    width: 100%;
    font-size: 13px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 23px;
    background-image: url('Images/Button_Red.png');
    font-weight: bold;
}
.Header_Gold
{
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 23px;
    background-image: url('Images/Button_Gold.png');
    font-weight: bold;
}
.Header_Black
{
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 23px;
    background-image: url('Images/Button_Black.png');
    font-weight: bold;
}
.Header_Promotion
{
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 23px;
    background-image: url(Images/00E.png);
}
.Header_DarkBlue
{
    width: 100%;
    border-spacing: 0px;
    background-image: url(Images/00C.png);
}
.CollapsePanelHeader_TextWhite_Head_CSm
{
    font-size: 9pt;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 23px;
}
.Header_Regular_Computer
{
    width: 100%;
    font-size: 12px;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 24px;
    background-image: url(Images/00B.png);
    vertical-align: middle;
}
.Header_Regular_L
{
    width: 100%;
    font-size: 12px;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    height: 24px;
    background-image: url(Images/00C.png);
    vertical-align: middle;
    text-indent: 25px;
}
.Header_Regular_Gold_L
{
    width: 100%;
    font-size: 12px;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    height: 24px;
    background-image: url(Images/Button_Gold.png);
    background-position: center;
    color: #663300;
    vertical-align: middle;
    text-indent: 25px;
}
.Header_Regular
{
    width: 100%;
    font-size: 13px;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 24px;
    background-image: url(Images/00C.png);
    vertical-align: middle;
    font-weight: bold;
}
.CollapsePanelHeader_TextWhite_Head_CB_info
{
    font-size: 10px;
}
.RoundCornersTable100W_CC_Header_DarkBlue
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    vertical-align: top;
    border-spacing: 0px;
    background-image: url(Images/00C.png);
}
.RoundCornersBottom
{
    color: #FFFFFF;
    font-size: 3pt;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: bottom;
}
.RoundCornersTop
{
    color: #FFFFFF;
    font-size: 3pt;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}
.MenuBackPanelCenter
{
    background-image: url(Images/00D.png);
    background-repeat: repeat-x;
    width: 100%;
}
.MenuBlueR
{
    color: #003366;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}
.MenuBlueL_Hoover
{
    color: #003366;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    background-image: url(Images/00C.png);
    background-repeat: repeat-x;
}
.MenuBlueL
{
    color: #003366;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
.CartMiniHeader
{
    font-size: xx-small;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: thin;
    background-color: #F0F0F0;
    border-bottom-color: #7EBEE9;
}
.CartMiniItems_Price
{
    font-size: xx-small;
    color: #000000;
    text-align: right;
}
.CartMiniItems
{
    font-size: xx-small;
    color: #000000;
}
.InvoiceTextBlackPriceRPad
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: right; /* text-indent: 10px; */
    padding-right: 25px;
}
.InvoiceTextGrayL
{
    font-size: 14px;
    color: #808080;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.InvoiceTextGrayLB
{
    font-size: 14px;
    color: #808080;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.TextBlueDarkC
{
    font-size: 14px;
    color: #003399;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.InvoiceTextBlackPriceRRightBorderblG
{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: right;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    padding-right: 5px;
}
.ProdSmallRowBorderR
{
    font-size: 1px;
    text-align: left;
    vertical-align: top;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
}
.ProdRow
{
    vertical-align: top;
}
.TextBlackPaddingR
{
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: right;
    padding-right: 5px;
}
.InvoiceTextBlackPriceR
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: right;
    text-indent: 10px;
}
.InvoiceTextBlackPriceRRightBorder
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: right;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    padding-right: 5px;
}
.InvoiceTextBlackCLeftBorder
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
}
.InvoiceHeaderTextWhiteCB
{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
    background-color: #599ADE;
}
.InvoiceTextBlueLB
{
    font-size: 14px;
    color: #599ADE;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.Table90x100CC
{
    padding: 0px;
    margin: 0px;
    width: 90%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
}
.InvoiceHeaderTextWhiteLB
{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    background-color: #599ADE;
    text-indent: 10px;
}
.TopPageBlueDarkLink
{
    font-size: 15px;
    color: #003399;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 15px;
}
.TextBlueDarkR
{
    font-size: 14px;
    color: #003399;
    font-family: CaliBri, Arial;
    text-align: right;
}
.TextBlueDarkRB
{
    font-size: 14px;
    color: #003399;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: right;
}
.Manu_No
{
    font-family: arial,helvetica;
    font-size: 8pt;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    text-indent: 10px;
    color: #CC6600;
    width: 90%;
}
.TextRedX
{
    font-size: 20px;
    color: #FF0000;
    font-weight: bold;
    font-family: CaliBri, Arial;
}
.TextBlueSM
{
    font-size: small;
    color: #5781AE;
    font-weight: normal;
    font-family: CaliBri, Arial;
}
.TextBlueDark
{
    font-size: small;
    color: #003399;
    font-weight: normal;
    font-family: CaliBri, Arial;
}
.a_BackControlLight
{
    background-color: #F0F0F0;
    background-position: right top;
    background-image: url(images/Button_LTBlue_Gradient_Lg.png);
    border-right: solid 1px #223E6E;
    border-bottom: solid 1px #223E6E;
    border-left: solid 1px #223E6E;
    background-repeat: repeat-x;
    font-family: Calibri , Arial;
    color: #003366;
    font-size: 14px;
}
.a_BackPanelCenter_No_Border
{
    background-image: url(  'Images/PanelGray.png' );
    background-position: 50% bottom;
    background-repeat: repeat-x;
    text-align: center;
}
.a_BackPanelCenter
{
    background-image: url(  'Images/PanelGray.png' );
    background-position: 50% bottom;
    border-bottom: solid 1px LightGrey;
    border-right: solid 1px LightGrey;
    border-left: solid 1px LightGrey;
    background-repeat: repeat-x;
    text-align: center;
}
.SeparatorClass
{
    font-family: Verdana;
    font-size: small;
}
.TopMenuBar_Computer
{
    height: 26px;
    vertical-align: middle;
}
.TopMenuBar
{
    height: 40px;
    vertical-align: top;
}
.TextBlackBC
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
}
.a_BackPanelTopRow
{
    background-image: url(Images/PanelGray.png );
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom: solid 1px LightGrey;
    border-top: solid 1px LightGrey;
    border-right: solid 1px LightGrey;
    border-left: solid 1px LightGrey;
}
.TextBlackLgC
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
    text-indent: 10px;
}
.TextBlack_Lg_L
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
}
.TextBlackLgL
{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.Service_1
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
    text-decoration: underline;
}
.Service_2
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.Service_3
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
    text-decoration: underline;
}
.TextContact_Info
{
    font-size: small;
    color: #000000;
    font-weight: normal;
    font-family: Verdana;
    text-align: center;
}
.Text_Black_Left_Under
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
    text-decoration: underline;
}
.QuoteBorderGrayBotBlueQ
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    font-size: 12px;
    vertical-align: top;
    color: #5781AE;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
    text-indent: 10px;
    font-style: italic;
}
.TextBlueBL
{
    font-size: 12px;
    color: #5781AE;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.ProdPriceL
{
    font-family: Calibri,Arial;
    font-size: 16px;
    text-align: left;
    color: #000066;
    text-indent: 10px;
    font-weight: lighter;
    vertical-align: top;
    font-style: italic;
}
.TextRedCompNotes
{
    font-size: 14px;
    color: #FF0000;
    font-weight: bold;
    font-family: CaliBri, Arial;
    font-style: italic;
    text-align: right;
    vertical-align: middle;
}
.TextBlueDarkCB16
{
    font-size: 17px;
    color: #003399;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
    font-style: italic;
}
.InvoiceTextBlackCB
{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
}
.InvoiceTextBlackLB
{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 5px;
}
.InvoiceTextBlackL
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
}
.ProdSmallRowBorder_1
{
    font-size: 1px;
    text-align: left;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7EBEE9;
}
.ProdSmallRowBorder
{
    font-size: 1px;
    text-align: left;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #7EBEE9;
}
.ProdSmallRowBottomBorderGrayBlueText
{
    font-size: 1px;
    vertical-align: top;
    color: #5781AE;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}
.ConfigTextMainChoose
{
    padding: 3px 8px 3px 8px;
    font-size: 14px;
    color: #000066;
    font-weight: bold;
    font-family: Arial;
    text-align: left;
    font-style: italic;
}
.Table0Hghtx98WidthCC
{
    padding: 0px;
    margin: 0px;
    width: 98%;
    vertical-align: middle;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
}
.Menu_Popup_BlackL_45
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-align: left;
    text-indent: 45px;
}
.Menu_Popup_BlackL_55
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-align: left;
    text-indent: 55px;
}
.Menu_Popup_BlackL
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-align: left;
    text-indent: 35px;
}
.ConfigTextListBlackL
{
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
}
.ConfigTextBullet
{
    font-size: 12px;
    color: #003399;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.ConfigTextListBlackCSm
{
    font-size: 8px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.InvoiceTextBlackC
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.InvoiceTextBlackC_Gray_Border
{
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.InvoiceTextBlackC
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.TextBlueDarkCB
{
    font-size: 14px;
    color: #003399;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
}
.TextRedBM
{
    font-size: 14px;
    color: #FF0000;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
}
.Table80x100CC
{
    padding: 0px;
    margin: 0px;
    width: 87%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
}
.TextRed
{
    font-size: 14px;
    color: #FF0000;
    font-weight: bold;
    font-family: CaliBri, Arial;
}
.TextBlackC
{
    font-size: 12pt;
    color: #000000;
    font-family: CaliBri, Arial;
    text-align: center;
}
.TextBlackR
{
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: right;
}
.TextBlackR_C
{
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
    vertical-align: middle;
}
.TextBlueC
{
    color: #5781AE;
    font-size: 14px;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
}
.TextBlueDarkC_sm
{
    font-size: 10pt;
    color: #000066;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    font-family: CaliBri, Arial;
}
.TextBlueDarkL_sm
{
    font-size: 10pt;
    color: #000066;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    font-family: CaliBri, Arial;
}
.TextBlueL_sm
{
    font-size: 10pt;
    color: #0066CC;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    font-family: CaliBri, Arial;
}
.TextBlue
{
    color: #5781AE;
    font-size: 14px;
    font-weight: bold;
    font-family: CaliBri, Arial;
}
.a_BackControl_AllBorder
{
    background-color: #F0F0F0;
    background-position: right top;
    background-image: url(images/PanelControl.png);
    border-right: solid 1px #223E6E;
    border-bottom: solid 1px #223E6E;
    border-left: solid 1px #223E6E;
    background-repeat: repeat-x;
    font-family: Calibri , Arial;
    color: #FFFFFF;
    font-size: 14px;
    border-style: solid;
    border-width: 1px 1px 2px 1px;
    border-color: #CCCCCC;
}
.a_BackControl
{
    background-color: #F0F0F0;
    background-position: right top;
    background-image: url(images/PanelControl.png);
    border-right: solid 1px #223E6E;
    border-bottom: solid 1px #223E6E;
    border-left: solid 1px #223E6E;
    background-repeat: repeat-x;
    font-family: Calibri , Arial;
    color: #FFFFFF;
    font-size: 14px;
}
.a_BackPanel_No_Border
{
    border: medium none #FF3300;
    background-image: url('Images/PanelGray.png');
    background-position: 50% bottom;
    background-repeat: repeat-x;
    text-align: center;
    height: 100%;
    width: 100%;
}
.a_BackPanel_Full_Border
{
    background-image: url('Images/PanelGray.png');
    background-position: 50% bottom;
    border-bottom: solid 1px LightGrey;
    border-right: solid 1px LightGrey;
    border-left: solid 1px LightGrey;
    background-repeat: repeat-x;
    text-align: center;
    height: 80px;
    border: 1px solid LightGrey;
}
.a_BackPanel
{
    background-image: url('Images/PanelGray.png');
    background-position: 50% bottom;
    border-bottom: solid 1px LightGrey;
    border-right: solid 1px LightGrey;
    border-left: solid 1px LightGrey;
    background-repeat: repeat-x;
    text-align: center;
    height: 80px;
}
.ProdDetail_Tab_Header
{
    font-family: arial,helvetica;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    background-color: #F4F4F4;
    text-indent: 5px;
    color: #000000;
}
.ProdDetail_Tab_Desc
{
    font-family: arial,helvetica;
    font-size: 9pt;
    vertical-align: top;
    text-align: left;
    background-color: #F9F9F9;
    text-indent: 5px;
    color: #000000;
}
.Accent_NO_Line_C
{
    background-color: #F2F2F2;
}
.Accent_Line_C
{
    border-width: thin medium thick medium;
    border-color: #000080;
    background-color: #F2F2F2;
    line-height: 28px;
    border-bottom-style: solid;
    border-top-style: double;
    text-align: center;
}
.NewPrice_Sm
{
    width: 44px;
    height: 24px;
    text-align: right;
}
.Hyper_Link_Size_55
{
    width: 55px;
    height: 55px;
}
.Hyper_Link_Size_100
{
    width: 100px;
    height: 100px;
}
.Hyper_Link_Size_75
{
    width: 75px;
    height: 75px;
}
.Hyper_Link_Text
{
    font-family: Arial;
    font-size: 10pt;
    cursor: pointer;
}
.Hyper_Link_Text_B_C
{
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
}
.Hyper_Link_Text_Main_CSm
{
    font-family: Arial;
    font-size: 8pt;
    text-align: center;
    text-decoration: none;
}

.Hyper_Link_Text_Main_C
{
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    text-decoration: none;
}
.Hyper_Link_Text_C
{
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
}
.Cell_Alignment
{
    width: 100%;
    vertical-align: top;
}
.Test
{
    background-color: #FF00FF;
    vertical-align: top;
    width: 485px;
}

.ServiceTagHeadGray12L
{
    font-size: 12px;
    font-weight: lighter;
    font-family: CaliBri;
    color: #808080;
    vertical-align: middle;
}
.ServiceTagHeadGray7L
{
    font-size: 7px;
    font-weight: lighter;
    font-family: CaliBri;
    color: #808080;
    vertical-align: middle;
}
.HighLight_Bot
{
    font-family: arial,helvetica;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: bottom;
}
.pricing_retail_desc_emph
{
    font-family: arial,helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    text-align: center;
}
.pricing_retail_desc_emph_Sm
{
    font-family: arial,helvetica;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    text-align: center;
}
.Product_desc
{
    width: 100%;
    vertical-align: top;
}
.Product_Desc_L
{
    font-family: arial,helvetica;
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    text-align: left;
}
.Product_Right
{
    width: 85%;
    vertical-align: top;
    background-color: #F2F2F2;
}
.Cell_VMid_R
{
    color: #004B97;
    vertical-align: middle;
    text-align: right;
}
.Cell_20
{
    width: 20%;
    vertical-align: middle;
}
.Div_100
{
    width: 100%;
    text-align: center;
    vertical-align: top;
}
.Panel_Border
{
    border: 1px solid #CCCCCC;
    vertical-align: top;
    background-image: url(Images/PanelGray.png );
    background-position: bottom;
    background-repeat: repeat-x;
}
.Panel_100x100_Wh
{
    width: 100%;
    vertical-align: top;
    background-position: bottom;
    background-repeat: repeat-x;
    height: 100%;
    background-color: #FFFFFF;
}
.Panel_100x100
{
    width: 100%;
    vertical-align: top;
    background-image: url(Images/PanelGray.png );
    background-position: bottom;
    background-repeat: repeat-x;
    height: 100%;
}
.Panel_100_Border
{
    width: 100%;
    vertical-align: top;
    background-image: url(Images/PanelGray.png );
    background-position: bottom;
    background-repeat: repeat-x;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-right-color: #D8D8D8;
    border-bottom-color: #D8D8D8;
}
.Panel_100
{
    width: 100%;
    vertical-align: top;
    background-image: url(Images/PanelGray.png );
    background-position: bottom;
    background-repeat: repeat-x;
}
.Panel_No_Color
{
    font-size: 10pt;
    color: #666666;
    font-family: arial,helvetica;
    text-indent: 10px;
    text-align: center;
    width: 100%;
}
.PanelGray_Dark_Bold
{
    font-size: 10pt;
    color: #666666;
    font-family: arial,helvetica;
    text-indent: 10px;
    text-align: center;
    background-image: url('Images/PanelGray_Sm.png');
    background-position: bottom;
    background-repeat: repeat-x;
}
.PanelGray_Dark_Bold_Lg
{
    border: 1px solid #CCCCCC;
    background-position: bottom;
    font-size: 10pt;
    color: #666666;
    font-family: arial,helvetica;
    background-image: url('Images/PanelGray.png');
}
.FloatRight
{
    float: right;
    width: 85%;
    vertical-align: top;
}
.FloatLeft
{
    float: left;
    width: 15%;
    vertical-align: top;
}

.ProdPromoRebateL
{
    font-size: 10px;
    text-align: left;
    color: #FF0000;
    font-family: Tahoma;
    font-weight: bold;
    font-style: italic;
}
.ProdPromoRebateC
{
    font-size: 10px;
    text-align: center;
    color: #FF0000;
    font-family: Tahoma;
    font-weight: bold;
    font-style: italic;
}
.ProdPromoRebateR
{
    font-size: 10px;
    text-align: right;
    color: #FF0000;
    font-family: Tahoma;
    font-weight: bold;
    font-style: italic;
}
.ProdPromoRebate
{
    font-size: 8pt;
    text-align: right;
    color: #004B97;
    font-family: Tahoma;
    font-weight: bold;
    font-style: italic;
}
.ProdPromoRebatePrice_Sm
{
    color: #004B97;
    padding-left: 1px;
    padding-right: 5px;
    font-family: arial,helvetica;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}
.ProdPromoRebatePrice
{
    color: #004B97;
    padding-left: 1px;
    padding-right: 8px;
    font-family: arial,helvetica;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}
.ProdPromoRebatePrice_Line
{
    font-size: 5px;
    font-weight: lighter;
    font-family: CaliBri;
    color: #004B97;
    vertical-align: middle;
    text-align: right;
}
.pricing_rebate_price_C_Sm
{
    padding-left: 1px;
    padding-right: 4px;
    font-family: arial,helvetica;
    font-size: 10px;
    text-align: right;
    color: #009933;
    font-weight: bold;
}
.pricing_rebate_price_C
{
    padding-left: 1px;
    padding-right: 1px;
    font-family: arial,helvetica;
    font-size: 12px;
    text-align: center;
    color: #009933;
    font-weight: bold;
}
.pricing_rebate_price
{
    padding-left: 1px;
    padding-right: 1px;
    font-family: arial,helvetica;
    font-size: 11px;
    padding-right: 8px;
    text-align: right;
    color: #009933;
    font-weight: bold;
}
.TextBlack_Head_C
{
    font-size: 11pt;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.TextBlackC
{
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.TextBlackL
{
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 0px;
}
.ProdComGrayR
{
    font-size: 11px;
    color: #808080;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: right;
    text-indent: 10px;
}
.ProdComGrayL
{
    font-size: 11px;
    color: #808080;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.ProdDetailAvailable
{
    font-size: 14px;
    color: #3366FF;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.ProdComGrayC
{
    font-size: 11px;
    color: #808080;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.Availablity_InStock
{
    font-family: CaliBri,arial,helvetica;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    color: #0066FF;
}
.pricing_retail_desc
{
    padding-left: 1px;
    padding-right: 1px;
    font-family: arial,helvetica;
    font-size: 11px;
}
.pricing_retail_price_Sm
{
    padding-left: 1px;
    padding-right: 1px;
    font-family: arial,helvetica;
    font-size: 9px;
    padding-right: 4px;
    text-align: center;
    color: #000000;
}
.pricing_retail_price
{
    padding-left: 1px;
    padding-right: 1px;
    font-family: arial,helvetica;
    font-size: 12px;
    padding-right: 8px;
    text-align: right;
    font-weight: bold;
    color: #0066FF;
}
.pricing_discount_desc
{
    color: #cc6600;
    padding-left: 1px;
    padding-right: 1px;
    font-family: arial,helvetica;
    font-size: 11px;
}
.pricing_discount_price
{
    color: #cc6600;
    padding-left: 1px;
    padding-right: 1px;
    font-family: arial,helvetica;
    font-size: 11px;
}
.CatVendorsR
{
    font-family: Calibri,Arial;
    font-size: 15px;
    text-align: right;
    color: #000066;
    text-indent: 2px;
    font-weight: lighter;
    vertical-align: middle;
    background-color: #F7F7F7;
}
.CatVendors
{
    font-family: Calibri,Arial;
    font-size: 15px;
    text-align: left;
    color: #000066;
    text-indent: 2px;
    font-weight: lighter;
    vertical-align: middle;
    background-color: #F7F7F7;
}
.Btn_Style
{
    background-position: center;
    font-family: Calibri , Arial;
    height: 30px;
    background-image: url('Images/00A.png');
    color: #FFFFFF;
}
.Btn_Style_Clear_Add_R
{
    text-align: right;
}
.Btn_Style_Clear_Add
{
    font-size: 12px;
    background-position: center;
    font-family: Calibri , Arial;
    height: 16px;
}
.Btn_Style_Hover_Add
{
    font-family: Calibri , Arial;
    height: 16px;
    background-image: url('Images/00B.png');
    background-position: center;
    color: #FFFFFF;
}
.Btn_Style_Clear_System
{
    border: 1px solid #CCCCCC;
    background-position: center;
    font-family: Calibri , Arial;
    font-size: 8pt;
}
.Btn_Style_Clear_NoBorder
{
    background-position: center;
    font-family: Calibri , Arial;
    height: 30px;
}
.Btn_Style_Clear
{
    border: 1px solid #CCCCCC;
    background-position: center;
    font-family: Calibri , Arial;
    height: 30px;
}
.Btn_Style_C
{
    background-position: center;
    font-family: Calibri , Arial;
    height: 30px;
    background-image: url('Images/00C.png');
    color: #0066FF;
    vertical-align: middle;
}
.Button_Gray
{
    font-family: Arial;
    background-position: center;
    color: #FFFFFF;
    height: 20px;
    font-size: 10px;
    background-color: #808080;
}
.Button_Gold
{
    font-family: Arial;
    background-position: center;
    color: #FFFFFF;
    height: 20px;
    font-size: 10px;
    background-color: #CCCC00;
}
.Button_Green
{
    font-family: Arial;
    background-position: center;
    color: #FFFFFF;
    height: 20px;
    font-size: 10px;
    background-color: #33CC33;
}
.Btn_Style_Hover_System_Blue
{
    font-family: Arial;
    background-image: url('Images/00B.png');
    background-position: center;
    color: #000000;
    font-size: 8pt;
    line-height: 20px;
}
.Btn_Style_Hover_System_Gray
{
    font-family: Arial;
    background-image: url('Images/Button_Gray.png');
    background-position: center;
    color: #000000;
    font-size: 8pt;
}
.Btn_Style_Hover_System_Green
{
    font-family: Arial;
    background-image: url('Images/00E.png');
    background-position: center;
    color: #000000;
    font-size: 8pt;
}
.Btn_Style_Hover_System_Gold
{
    font-family: Arial;
    background-image: url('Images/Button_Gold.png');
    background-position: center;
    color: #663300;
    font-size: 8pt;
}
.Btn_Style_Hover_System
{
    font-family: Arial;
    background-image: url('Images/Button_Blue.png');
    background-position: center;
    color: #FFFFFF;
    font-size: 8pt;
}
.Btn_Style_Hover
{
    font-family: Arial;
    height: 30px;
    background-image: url('Images/00B.png');
    background-position: center;
    color: #FFFFFF;
}
.Table98x100CC
{
    padding: 3px;
    margin: 0px;
    width: 98%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
}
.Table100x35CC_Prods_Header
{
    padding: 3px;
    margin: 0px;
    width: 100%;
    height: 35px;
    vertical-align: top;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
}
.Table100x100CC_Prods
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    vertical-align: top;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
}
.Table100x100CCConFigMainMenu
{
    border: 1px solid #CCCCCC;
    padding: 0px;
    margin: 0px;
    width: 103%;
    height: 100%;
    vertical-align: top;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
    background-image: url('Images/PanelGray.png');
    background-position: 50% bottom;
    background-repeat: repeat-x;
}
.Table100W_CC_Header
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    vertical-align: top;
    border-spacing: 0px;
    background-color: #5780D5;
    color: #FFFF00;
    font-family: Arial;
    font-size: 10pt;
    font-weight: 600;
}
.Table100W_CC_Header_Blue_Gradient
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    vertical-align: top;
    border-spacing: 0px;
    background-image: url(Images/Blue_Gradient_1600.png);
}
.Table100W_CC
{
    padding: 3px;
    margin: 0px;
    width: 100%;
    vertical-align: top;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
    background-color: #FFFFFF;
}
.Table100x100CC
{
    padding: 3px;
    margin: 0px;
    width: 101%;
    height: 100%;
    vertical-align: top;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
}
.Table100x100_Block
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: center;
}
.Table100x100CC_Wh
{
    border: 1px solid #CCCCCC;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: center;
    border-spacing: 0px;
    empty-cells: hide;
    background-position: bottom;
    background-repeat: repeat-x;
}
.MinnnieTableDefStyle
{
    font-size: small;
    vertical-align: middle;
    font-family: Calibri , Arial;
    text-align: center;
    width: 100%;
}
.TableMainHeader
{
    width: 100%;
    background-image: url(     'Images/Blue_Gradient_Top_Pic.png' );
    text-align: center;
}
.TableMainHeader_L_2
{
    width: 100%;
    text-align: left;
    vertical-align: top;
}
.MainHead_Top_xSm_R
{
    font-size: x-small;
    text-align: right;
    vertical-align: top;
    font-family: CaliBri, Arial;
}
.MainHead_Top_xSm_L
{
    font-size: x-small;
    text-align: left;
    vertical-align: top;
    font-family: CaliBri, Arial;
}
.MainHead_Top_xSm
{
    font-size: x-small;
    text-align: center;
    vertical-align: top;
    font-family: CaliBri, Arial;
}
.MainHead_Mid_xSm
{
    font-size: x-small;
    text-align: center;
    vertical-align: middle;
    font-family: CaliBri, Arial;
}
.MainHead_Mid_xSm_GradBlue
{
    font-size: x-small;
    text-align: center;
    vertical-align: middle;
    font-family: CaliBri, Arial;
    background-image: url('Images/Blue_Gradient_1600.png');
}
.TextBlackL
{
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
}
.TextWhite_LB
{
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
}
.TextWhite_Head_CB
{
    font-size: 11pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-align: center;
    height: 23px;
}
.TextWhiteL_sm
{
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    font-family: CaliBri, Arial;
}
.TextWhiteC_sm
{
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    font-family: CaliBri, Arial;
}
.TextWhiteL
{
    font-size: small;
    color: #FFFFFF;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    font-family: CaliBri, Arial;
}
.TextWhiteC
{
    font-size: small;
    color: #FFFFFF;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    font-family: CaliBri, Arial;
}
.TextSearch
{
    font-size: 12px;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 10px;
    vertical-align: middle;
}
.TextBlueDarkBoldC
{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-indent: 10px;
    text-align: center;
    background-image: url('Images/Blue_Gradient_1600.png');
}

.Product_Header
{
    border-color: #000066;
    color: #000099;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-indent: 10px;
    text-align: center;
    background-image: url('Images/Prod_24x32.png');
    border-bottom-style: solid;
    border-bottom-width: medium;
}
.TextBlueDarkBoldL
{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: CaliBri, Arial;
    text-indent: 10px;
    text-align: left;
    background-image: url('Images/PanelControl.png');
}
.TopPageBlueDarkC
{
    font-size: small;
    color: #003399;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: center;
}
.TopPageBlueDark
{
    font-size: small;
    color: #003399;
    font-weight: normal;
    font-family: CaliBri, Arial;
    text-align: left;
    text-indent: 15px;
}
.ProdSmallRow_Wh
{
    font-size: 1px;
    text-align: left;
    vertical-align: top;
}
.ProdSmallRow
{
    font-size: 1px;
    text-align: left;
    vertical-align: top;
    width: 2%;
}

.SearchTableTop
{
    padding: 0px;
    margin: 0px;
    border-top-color: #000066;
    border-top-style: solid;
    border-top-width: medium;
    font-size: 1px;
    text-align: left;
    vertical-align: top;
}
.CatGreater
{
    font-size: small;
    font-weight: bold;
}
.CategoryHead
{
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    text-align: left;
    color: #003399;
}
.CategoryGreater
{
    font-family: Arial;
    font-size: xx-small;
    vertical-align: middle;
}

.CategorySub
{
    font-size: 11px;
    font-weight: normal;
    font-family: Arial;
    text-align: left;
    color: #0066CC;
}
.CategorySubQty
{
    font-size: 9px;
    font-weight: normal;
    font-family: Arial;
    text-align: left;
    color: #AE5700;
}
.MainHeader_TextBlueDarkBoldC
{
    font-size: 16px;
    color: #FF3300;
    font-weight: bold;
    font-family: Arial;
    text-indent: 10px;
    text-align: center;
    background-image: url('Images/00D.png');
    font-variant: small-caps;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}
