﻿.CGC_StepStyle
{
    padding: 10px;
    background-position: right;
    background-repeat: repeat-y;
    color: #00005b;
}
.CGC_textBox
{
    border: solid 1px #535353;
    color: #5D7B9D;
    font-weight: bold;
}
.CGC_DivButton
{
    border: solid 1px Maroon;
    text-align: center;
    color: Maroon;
    font-size: 7pt;
    font-family: Verdana;
    text-decoration: none;
    cursor: pointer;
    display: inline;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
    vertical-align: top;
}

.CGC_DivButton_Blue
{
    color: #00005b;
    background-color: #DDDDDD;
    font-family: Verdana;
    border: solid 1px #CCCCCC;
    font-size: 7pt;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 3px;
    vertical-align: top;
}

.CGC_DivButton_Green
{
    color: #FFFFFF;
    background-color: #006600;
    border: solid 1px #CCCCCC;
    font-size: 7pt;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    display: inline;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 3px;
    vertical-align: top;
}

.CGC_Inline
{
    display: inline;
}

.CGC_WizardStyle
{
    background-color: #F7F6F3;
    border: solid 1px #CCCCCC;
    font-family: Verdana;
    font-size: 0.8em;
    padding: 10px;
    height: 300px;
    width: 100%;
}
.CGC_WizardStyle td, th
{
    color: #535353;
}
.CGC_WizardStepStyle
{
    border-width: 0px;
    color: #5D7B9D;
    text-align: left;
    vertical-align: top;
    padding-left: 25px;
}
.CGC_WizardStepStyle_White
{
    background-color: #FFFFFF;
    border-width: 0px;
    color: #5D7B9D;
    text-align: left;
    vertical-align: top;
}
.CGC_WizardSideBarStyle
{
    background-color: #2191C0;
    border-width: 0px;
    font-size: 0.9em;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    white-space: nowrap;
    max-width: 200px;
    width: 125px;
}

.CGC_WizardSideBarButtonStyle
{
    border: 1px solid #79c9ec;
    background: #0078ae url(/css/start/images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #eaf5f7 !important;
    outline: none;
    font-size: 9pt;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
    cursor: pointer;
    padding: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: left;
    width: 90%;
}
.CGC_WizardSideBarButtonStyle:hover
{
    border: 1px solid #448dae;
    background: #79c9ec url(/css/start/images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #026890 !important;
    text-decoration: none;
    outline: none;
}

.CGC_WizardSideBarSelectedButtonStyle
{
    border: 1px solid #448dae;
    background: #79c9ec url(/css/start/images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #448dae !important;
    text-decoration: none;
    outline: none;
    font-size: 9pt;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
    cursor: pointer;
    padding: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: left;
    width: 90%;
}
.CGC_WizardHeaderStyle
{
    border-style: none;
    font-weight: bold;
    font-size: 12pt;
    color: #00005b;
    text-align: left;
    vertical-align: middle;
    padding: 7px;
}
.CGC_WizardHeaderLabelStyle
{
    font-weight: bold;
    font-size: 12pt;
    color: #00005b;
}
.CGC_WizardNavigationButtonStyle
{
    font-family: Verdana !important;
    border: 0px !important;
    font-size: 11pt !important;
    color: #007600 !important;
    font-weight: normal !important;
    background-color: Transparent !important;
    background-image: none !important;
    border: none !important;
    text-decoration:none !important;
}
.CGC_WizardNavigationButtonStyle:hover
{
    cursor: pointer;
    color: Blue !important;
}
.CGC_WizardNavButtonImage
{
    display: inline;    
    vertical-align:middle;
    border: 0;
    cursor:pointer;
    margin:5px;
}

