/*CUSTOMER LOGO AND BUTTON COLOR SETTINGS: BEGIN */

/*
SEARCH AND REPLACE THE FOLLOWING WORDS AND REPLACE WITH THE ACTUAL COLOR (Hex Color Format # plus 6 characters) TO USE: (Example #000000, or certain color names may work)

Check "Match exact word" to avoid replacing word in settings

CSS File Code from generation
Custom CSSFileCode=174Gimme

LOGO (files must exist in images folder; width and height must include px)
Custom Logo_FileName=GimmesLogo.png
Custom Logo_Width_Px=170px
Custom Logo_Height_Px=116px
MAINSCREEN
Custom MainScreen_FileName=GimmesMain.png
Custom MainScreen_Width_Px=1200px
Custom MainScreen_Height_Px=800px
MENU
Custom Menu_BG_Color=#D1141D
Custom Menu_Font_Color=#FFFFFF
Custom Menu_BG_Color_Hover=#FFB108
Custom Menu_Font_Color_Hover=#FFFFFF
Custom Menu_BG_Color_Selected=#FF6600
Custom Menu_Font_Color_Selected=#FFFFFF
Custom Menu_BG_Color_Selected_Hover=#FFB108
Custom Menu_Font_Color_Selected_Hover=#FF6600
TABS
Custom Tab_BG_Color=#FFB108
Custom Tab_Font_Color=#FFFFFF
Custom Tab_BG_Color_Hover=#FFB108
Custom Tab_Font_Color_Hover=#FFFFFF
BUTTONS
Custom Level1Button_BG_Color=#FFB108
Custom Level1Button_Font_Color=#FFFFFF
Custom Level2Button_BG_Color=#FF6600
Custom Level2Button_Font_Color=#FFFFFF
*/

/* Images
----------------------------------------------------------*/

/* CUSTOMER LOGO SETTINGS: BEGIN */

.logo
{
    /*BEGIN CUSTOM SECTION OF LOGO */    
    background-image: url("../images/GimmesLogo.png");
    background-size: 170px 116px;
    width: 170px;
    height: 116px;
    /*END CUSTOM SECTION OF LOGO */
    margin: 2px 5px 2px 10px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    background-repeat: no-repeat;
    text-decoration: none;
    border-style: none;
    background-color: #FFFFFF;
}

/*Custom Company Main Screen Image*/
.mainscreen
{
    /*BEGIN CUSTOM SECTION OF MAINSCREEN */    
    background-image: url("../images/GimmesMain.png");
    background-size: 1200px 800px;
    width: 1200px;
    height: 800px;
    /*END CUSTOM SECTION OF MAINSCREEN */
    background-repeat: no-repeat;
    margin-top: -5px;
    text-decoration: none;
    border-style: none;
    background-color: #FFFFFF;
}

/* CUSTOMER LOGO SETTINGS: END */



/* CUSTOMER BUTTON COLOR SETTINGS: START */
/* TOP MENU CUSTOM COLORS 
----------------------------------------------------------*/
/*top menu bar background section without button*/
div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    background-color:#D1141D;
    width:100%;
    line-height: 2.25em;    
}

/*Top Menu Custom Background Color for Buttons*/
.linkmenu
{
    background-color: #D1141D;
    color: White;
    border: 1px solid #808080;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin: 0px -4px 0px 0px;
}

/*Top Menu Hover Color*/
.linkmenu:hover
{
    background-color: #FFB108;
    color: #666666;
    text-decoration: none;
    border: 1px solid #808080;
}

/*Top Menu Selected Color*/
.linkmenu_selected
{
    background-color: #FF6600;
    color: #FFFFFF;
    border: 1px solid #808080;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin: 0px -4px 0px 0px;    
}

/*Top Menu Selected Hover Color*/
.linkmenu_selected:hover
{
    background-color: #FFB108;
    color: #FF6600;
    text-decoration: none;
    border: 1px solid #808080;
}

/*Top Menu Link Font Color for Buttons*/
/*This controls the the font color of the top menu buttons (except .linkmenu_selected) regardless of color set in .linkmenu*/
a.linkmenu:link
{
    color: #FFFFFF;
}

/*Top Menu Link Font Color for Buttons when hovered*/
a.linkmenu:link:hover
{
    color: #FFFFFF;
}

/* OLD TOP MENU   
----------------------------------------------------------*/
/*
div.menu
{
    padding: 0px 0px 0px 0px;
    background-color:#D1141D;
    width:100%;    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu ul li a
{
    background-color: #D1141D;
    color: #666666;
    border: 1px solid #808080;
    display: block;    
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li .selected
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
*/
/*Tab Buttons: Note: Tab Button Hover section follows*/    
.ButtonTabColor70
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans70.png');
    background-size: 70px 26px;
    height: 26px;
    width: 70px;
}
.ButtonTabColor80
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans80.png');
    background-size: 80px 26px;
    height: 26px;
    width: 80px;
}

.ButtonTabColor90
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans90.png');
    background-size: 90px 26px;
    height: 26px;
    width: 90px;
}

.ButtonTabColor100
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans100.png');
    background-size: 100px 26px;
    height: 26px;
    width: 100px;
}

.ButtonTabColor110
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans110.png');
    background-size: 110px 26px;
    height: 26px;
    width: 110px;
}

.ButtonTabColor120
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans120.png');
    background-size: 120px 26px;
    height: 26px;
    width: 120px;
}

.ButtonTabColor150
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans150.png');
    background-size: 150px 26px;
    height: 26px;
    width: 150px;
}

/*Tab Button Hover*/    
.ButtonTabColor70:hover
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans70.png');
    background-size: 70px 26px;
    height: 26px;
    width: 70px;
}
.ButtonTabColor80:hover
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans80.png');
    background-size: 80px 26px;
    height: 26px;
    width: 80px;
}

.ButtonTabColor90:hover
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans90.png');
    background-size: 90px 26px;
    height: 26px;
    width: 90px;
}

.ButtonTabColor100:hover
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans100.png');
    background-size: 100px 26px;
    height: 26px;
    width: 100px;
}

.ButtonTabColor110:hover
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans110.png');
    background-size: 110px 26px;
    height: 26px;
    width: 110px;
}

.ButtonTabColor120:hover
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans120.png');
    background-size: 120px 26px;
    height: 26px;
    width: 120px;
}

.ButtonTabColor150:hover
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTabTrans150.png');
    background-size: 150px 26px;
    height: 26px;
    width: 150px;
}

/*System Buttons: Gray*/
.Level0ButtonColor55Gray
{
    background-color: #BCBCBC;
    color: Black;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55gray.png');
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}

/*System Buttons: Gray*/
.Level0ButtonColor55Gray[disabled="disabled"]
{
    background-color: #808080;
    color: Black;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55gray.png');
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}

/*System Buttons: Silver*/
.Level0ButtonColor55system
{
    color: Black;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 22px;
    width: 55px;
}

/*System Buttons: Silver  BLUE*/
.Level0ButtonColor55system:selected
{
    background-color: #808080;
    color: Black;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 22px;
    width: 55px;
}
/*System Buttons: Silver   RED*/
.Level0ButtonColor55system:hover
{
    background-color: #808080;
    color: Black;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 22px;
    width: 55px;
}
/*System Buttons: Silver   GREEN*/
.Level0ButtonColor55system:active
{
    background-color: #808080;  
    color: Black;  
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 22px;
    width: 55px;
}

/*System Buttons: Silver*/
.Level0ButtonColor55system[disabled="disabled"]
{
    background-color: #808080;  
    color: Black;      
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    height: 22px;
    width: 55px;
}

/*System Buttons: Silver*/
.Level0ButtonColor55
{
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: Black;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-color: #BCBCBC;
    background-image: url('../images/ButtonTrans55.png');
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}

/*System Buttons: Silver*/
.Level0ButtonColor55[disabled="disabled"]
{
    background-color: #808080;  
    color: Black;  
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}


/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor55
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55.png');
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
    background-repeat: no-repeat;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor55[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor100
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans100.png');
    background-size: 100px 22px;
    height: 22px;
    width: 100px;
    background-repeat:no-repeat;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor100[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans100.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 100px 22px;
    height: 22px;
    width: 100px;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor150
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans150.png'); /*border: thin solid #808080;*/
    background-size: 150px 22px;        
    height: 22px;
    width: 150px;
    background-repeat:no-repeat;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor150[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans150.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 150px 22px;
    height: 22px;
    width: 150px;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor240
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans240.png');
    background-size: 240px 26px;        
    height: 26px;
    width: 240px;
    background-repeat:no-repeat;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor240[disabled="disabled"]
{
    background-color: #808080;
    color: White;    
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans240.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 240px 26px;
    height: 26px;
    width: 240px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor55
{
    background-color: #FF6600;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55.png');
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor55[disabled="disabled"]
{    
    background-color: #808080;
    color: White;    
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor100
{
    background-color: #FF6600;
    color: #FFFFFF;       
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans100.png');
    background-size: 100px 22px;
    height: 22px;
    width: 100px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor100[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans100.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 100px 22px;
    height: 22px;
    width: 100px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor150
{
    background-color: #FF6600;
    color: #FFFFFF;       
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans150.png');
    background-size: 150px 22px;
    height: 22px;
    width: 150px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor150[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans150.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 150px 22px;
    height: 22px;
    width: 150px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor240
{
    background-color: #FF6600;
    color: #FFFFFF;       
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans240.png');
    background-size: 240px 26px;
    height: 26px;
    width: 240px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor240[disabled="disabled"]
{
    background-color: #808080;
    color: White;    
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans240.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 240px 26px;
    height: 26px;
    width: 240px;
}

/*gray back buttons to be uses on non white background*/


/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor55gray
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55gray.png');
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
    background-repeat: no-repeat;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor55gray[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55gray.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor100gray
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans100gray.png');
    background-size: 100px 22px;
    height: 22px;
    width: 100px;
    background-repeat:no-repeat;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor100gray[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans100gray.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 100px 22px;
    height: 22px;
    width: 100px;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor150gray
{
    background-color: #FFB108;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans150gray.png'); /*border: thin solid #808080;*/
    background-size: 150px 22px;        
    height: 22px;
    width: 150px;
    background-repeat:no-repeat;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor150gray[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans150gray.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 150px 22px;
    height: 22px;
    width: 150px;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor240gray
{
    background-color: #FFB108;
    color: #FFFFFF;
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans240gray.png');
    background-size: 240px 26px;        
    height: 26px;
    width: 240px;
    background-repeat:no-repeat;
}

/*Standard Buttons: Main Custom Company Color*/
.Level1ButtonColor240gray[disabled="disabled"]
{
    background-color: #808080;
    color: White;    
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans240gray.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 240px 26px;
    height: 26px;
    width: 240px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor55gray
{
    background-color: #FF6600;
    color: #FFFFFF;    
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55gray.png');
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor55gray[disabled="disabled"]
{    
    background-color: #808080;
    color: White;    
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans55gray.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 55px 22px;
    height: 22px;
    width: 55px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor100gray
{
    background-color: #FF6600;
    color: #FFFFFF;       
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans100gray.png');
    background-size: 100px 22px;
    height: 22px;
    width: 100px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor100gray[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans100gray.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 100px 22px;
    height: 22px;
    width: 100px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor150gray
{
    background-color: #FF6600;
    color: #FFFFFF;       
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans150gray.png');
    background-size: 150px 22px;
    height: 22px;
    width: 150px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor150gray[disabled="disabled"]
{
    background-color: #808080;
    color: White;        
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans150gray.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 150px 22px;
    height: 22px;
    width: 150px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor240gray
{
    background-color: #FF6600;
    color: #FFFFFF;       
    border-style: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans240gray.png');
    background-size: 240px 26px;
    height: 26px;
    width: 240px;
}

/*Enhanced Buttons: Second Custom Company Color*/
.Level2ButtonColor240gray[disabled="disabled"]
{
    background-color: #808080;
    color: White;    
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin: 2px 5px 2px 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ButtonTrans240gray.png'); /*border: thin solid #808080;*/
    cursor: crosshair;
    zoom: 1.0; /* needed to trigger "hasLayout" in IE if no width or height is set */
    background-size: 240px 26px;
    height: 26px;
    width: 240px;
}




/*CUSTOMER BUTTON COLOR SETTINGS: END */














/* DeleteButton
----------------------------------------------------------*/
.DeleteButton
{
    background-image: url("../images/redsquarex22.png");
    border-style: none;
    text-decoration: none;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;    
    margin-top: 2px;
}
    
.DeleteButton[disabled="disabled"]
{
    background-image: url("../images/redsquarex22gray.png");
    border-style: none;
    text-decoration: none;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;    
    margin-top: 2px;
    cursor: crosshair;
}

/* Format
----------------------------------------------------------*/
.alertBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background-color: #CCCCCC;
    border: 1px solid #000000;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 12px 8px 12px;
    font-family: Arial;
    font-size: 13px;
    color: #FF0000;
    font-weight: bold;
}

.hide
{
    visibility: hidden;
    width: 0px;
}

input[type=checkbox] {
    height: 12px;
}

input
{
    height: 16.5px;
}

input[type=file] {
    height: 20px;
}

a:link, a:visited
{
    color: #000000;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #000000;
}

.cGrid_th
{
    padding: 5px 0px 5px 0px;
    margin: 0px;
    border: thin solid #000000;
    color: #000000;
    background: #E2E2E2;
    border-left: solid 1px #525252;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 15px;
    text-align: center;
    vertical-align: middle;
}  

.mGrid
{
    width: 1200px;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: 1px solid #000000;
    border-collapse: collapse;
}  
/* background: #00549D url(grd_head.png) repeat-x top; */
.mGrid th
{
    
    border: thin solid #000000;
    padding: 4px 2px;
    color: #fff;
    background: #E2E2E2 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 25px;
}  
.mGrid .th a  
{
    color: #000000; 
    text-decoration: none; 
}  
.mGrid .th a:hover
{
    color: #000000;
    text-decoration: none;
}  
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #000000;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 20px;
}  
.mGrid .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}  
/*background: #00549D url(grd_pgr.png) repeat-x top;*/
.mGrid .pgr
{
    background: #E2E2E2 url(grd_pgr.png) repeat-x top;
}  
.mGrid .pgr table
{
    margin: 0px 0;
}  
.mGrid .pgr td
{
    border: thin solid #000000;
    border-width: 0;
    border-left: solid 1px #000000;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 20px;
}     
.mGrid .pgr a
{
    color: #696969;
    text-decoration: none;
}  
.mGrid .pgr a:hover
{
    color: #00549D;
    text-decoration: none;
} 

.mGridScroll
{
    background-color: #fff;
    margin: 0px 0 0px 0;
    border: 1px solid #000000;
    border-collapse: collapse;
}  
.mGridScroll th
{
    
    border: thin solid #000000;
    padding: 4px 2px;
    color: #fff;
    background: #E2E2E2 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 15px;
}  
.mGridScroll .th a  
{
    color: #000000; 
    text-decoration: none; 
}  
.mGridScroll .th a:hover
{
    color: #000000;
    text-decoration: none;
}  
.mGridScroll td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 20px;
}  
.mGridScroll .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}  
.mGridScroll .pgr
{
    background: #E2E2E2 url(grd_pgr.png) repeat-x top;
}  
.mGridScroll .pgr table
{
    margin: 0px 0;
}  
.mGridScroll .pgr td
{
    border: thin solid #000000;
    border-width: 0;
    border-left: solid 1px #000000;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 20px;
}     
.mGridScroll .pgr a
{
    color: #696969;
    text-decoration: none;
}  
.mGridScroll .pgr a:hover
{
    color: #00549D;
    text-decoration: none;
} 


.mGridTxn
{
    background-color: #fff;
    margin: 0px 0 0px 0;
    border: 1px solid #000000;
    border-collapse: collapse;
}  
.mGridTxn th
{
    
    border: thin solid #000000;
    padding: 4px 2px;
    color: #fff;
    background: #E2E2E2 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 15px;
}  
.mGridTxn .th a  
{
    color: #000000; 
    text-decoration: none; 
}  
.mGridTxn .th a:hover
{
    color: #000000;
    text-decoration: none;
}  
.mGridTxn td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #000000;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 20px;
}  
.mGridTxn .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}  
.mGridTxn .pgr
{
    background: #E2E2E2 url(grd_pgr.png) repeat-x top;
}  
.mGridTxn .pgr table
{
    margin: 0px 0;
}  
.mGridTxn .pgr td
{
    border: thin solid #000000;
    border-width: 0;
    border-left: solid 1px #000000;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 20px;
}     
.mGridTxn .pgr a
{
    color: #696969;
    text-decoration: none;
}  
.mGridTxn .pgr a:hover
{
    color: #00549D;
    text-decoration: none;
} 



div.GridViewScroll
{
    width: 1200px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100px;
    overflow: auto;
}
 
.gridheader
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 25px;
    background-color: #00549D;
}

.gridfooter
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    height: 25px;
    background-color: #00549D;
}

.grideditrow
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    background-color: #FFD24E;
}

.gridrow
{
    border: 1px solid #000000;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000066;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    background-color: #F5F5F5;
}

.gridalternatingrow
{
    border: 1px solid #000000;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000066;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    background-color: #F5F5F5;
}


.gridpager
{
    border: 1px solid #000000;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #000066;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    background-color: #FFFFFF;
    text-align: Left;
}

.headingbold
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 5px 5px 5px 5px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.heading
{
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 5px 5px 5px 10px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.normalhead
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    margin: 5px 5px 5px 5px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.normalsubhead
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    margin: 4px 5px 4px 8px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.normal
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    margin: 2px 5px 2px 10px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}


.rpt_icon
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 0px 0px 0px 0px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    text-align: right;
    float: right;
    vertical-align: middle;
}
   
.normalright
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 2px 5px 2px 10px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    text-align: right;
}

.sitemappath
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 2px 5px 2px 10px;
    padding-top: 20px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 20px;
}





.wide
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 2px 5px 2px 20px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.close
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 2px 2px 2px 0px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.closer
{   
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 2px 0px 2px 0px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.closest
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 1px 0px 2px 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
}

.ImgButton
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 2px 5px 2px 10px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.ImgButton[disabled="disabled"]
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 2px 5px 2px 10px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    /*border: thin solid #808080;*/
    cursor:  crosshair;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}

.ImgButton[disabled="disabled"]:hover
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 2px 5px 2px 10px;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    /*border: thin solid #FF0000;*/
}

.ImgButtonClosest
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 1px 0px 2px 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
}

.ImgButtonClosest[disabled="disabled"]
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 1px 0px 2px 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
    /*border: thin solid #808080;*/
    cursor:  crosshair;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}

.ImgButtonClosest[disabled="disabled"]:hover
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 1px 0px 2px 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
    /*border: thin solid #FF0000;*/
}




.toppad 
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;    
    margin: 0px 0px 0px 0px;
    PADDING-TOP: 10px; 
    PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px; 
    PADDING-BOTTOM: 0px; 
}

.nopad 
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;    
    margin: 0px 0px 0px 0px;
    PADDING-TOP: 0px; 
    PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px; 
    PADDING-BOTTOM: 0px; 
}

.padright
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;    
    margin: 0px 10px 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    float: right;
}

.negpadleft
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    margin: 0px 0px 0px -4px;
    /*
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000000;
    */
}

div.clearspace
{
    padding: 5px 0px 0px 0px;
}


div.WaitHide 
{
    visibility:hidden; position: fixed; text-align: center; height: 100%; width: 100%; top: 0; right: 0; left: 0; z-index: 9999999; background-color: #000000; opacity: 0.7;
}

div.WaitShow
{
    visibility:visible; position: fixed; text-align: center; height: 100%; width: 100%; top: 0; right: 0; left: 0; z-index: 9999999; background-color: #000000; opacity: 0.7;
}


div.searchgroup
{
    padding: 1px 10px 1px 10px;
    background-color: #E2E2E2;
    height: 30px;
}

div.greyback
{
    background-color: #E2E2E2;
    min-height: 520px;   
    margin: -3px 0px 0px 0px;         
}

div.blackback
{
    background-position: center;
    background-color: #808080;
    margin: 0px 0px 0px 30px;
    width: 95%;
    height: 3px;
}

div.left35
{
    float: left; 
    width: 35%;
    margin: 10px 0px 0px 0px;
}

div.left40
{
    float: left; 
    width: 40%;
    margin: 10px 0px 0px 0px;
}

div.left45
{
    float: left; 
    width: 45%;
    margin: 10px 0px 0px 0px;
}

div.left48
{
    float: left; 
    width: 48%;
    margin: 10px 0px 0px 0px;
}

div.left50
{
    float: left; 
    width: 50%;
    margin: 10px 0px 0px 0px;
}

div.left55
{
    float: left; 
    width: 50%;
    margin: 10px 0px 0px 0px;
}

div.right45
{
    float: right; 
    width: 45%;
    margin: 10px 0px 0px 0px;  
}

div.right48
{
    float: right; 
    width: 48%;
    margin: 10px 0px 0px 0px;  
}

div.right50
{
    float: right; 
    width: 50%;
    margin: 10px 0px 0px 0px;  
}

div.right53
{
    float: right; 
    width: 53%;
    margin: 10px 0px 0px 0px;  
}

div.right55
{
    float: right; 
    width: 55%;
    margin: 10px 0px 0px 0px;  
}

div.right60
{
    float: right; 
    width: 60%;
    margin: 10px 0px 0px 0px;  
}

div.right63
{
    float: right; 
    width: 63%;
    margin: 10px 0px 0px 0px;  
}

.indentpage
{
    margin: 0px 0px 0px 20px;
}

/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1200px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}


.header
{
    position: relative;
    margin: 20px auto 0px auto;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin: 0px;
    min-height: 440px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background-color: rgba(0,0,0,0);
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    min-height: 30px;
    position: relative;
    bottom: 0px;
}

/* MAIN MENU   
----------------------------------------------------------*/
/*
div.menu
{
    padding: 0px 0px 0px 0px;
    background-color:#36B959;
    width:100%;    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu ul li a
{
    background-color: #36B959;
    color: #666666;
    border: 1px solid #808080;
    display: block;    
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li .selected
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
*/

/* TAB MENU   
----------------------------------------------------------*/
div.tabmenu
{
    /*padding: 4px 0px 4px 8px;*/
    margin: 0px 0px 0px -4px;    
    padding: 10px 0px 0px 0px;
}

div.tabmenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.tabmenu ul li .selected
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    border: 1px solid #808080;
}

div.tabmenu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    border: 1px solid #808080;
}

div.tabmenu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    border: 1px solid #808080;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: Red;
    text-align: right;
    margin-left: 25px;
}


.failureNotificationNoMargin
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: Red;
    text-align: right;
    margin-left: 0px;
}

.failureNotificationLeft
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: Red;
    text-align: left;
    margin-left: 25px;
}



.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

tr:hoverskip
{
    background-color: #FF00FF;
}
        
a:link, a:visited
{
    color: #000000;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #000000;
}
