/*  Index
    1. base css - on html tags
    2. basic css - for controls
    3. static css classes
    4. css - application layout
    5. css - application body, common to > 1 page
    6. css - each page
    7. css - end
    */
/*-----  1. base css - on html tags -----*/
body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    height: 100%;
    font-weight: normal;
    background: url(../images/background_stripes.jpg) repeat !important;
    /*background: url('../images/back_bg.jpg') repeat;*/
    /*background:#f1efd6;*/
}
body2 {
	margin:0;
	padding:0;
	font-family:arial;
	color:#000;
	background:url(../images/background_stripes.jpg);
	
}

/*-----  2. basic css - for controls -----*/

.printbg
{
    background-image:url(../../../app/Vermont/Content/image_bg.jpg);
    background-repeat:repeat-x;
}
.textfield
{
    font-size: 14px;
    color: #333;
    padding: 3px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

.dropdown
{
    font-size: 14px;
    color: #333333;
    padding: 3px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

.dropdown_200px
{
    font-size: 14px;
    color: #333333;
    padding: 3px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    width: 200px;
}

.dropdown_300px
{
    font-size: 14px;
    color: #333333;
    padding: 3px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    width: 300px;
}

.dropdown_280px
{
    font-size: 14px;
    color: #333333;
    padding: 3px;
}

.dropdown_large
{
    font-size: 14px;
    color: #333333;
    padding: 3px;
}

.button
{
    padding: 3px 8px;
    border: 1px solid #00803D;
    color: #fff;
    /*font-size: 14px;*/
    font-weight: normal;
    cursor: pointer;
    background-color: #00803D;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.button_squire
{
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    /*border-top: 1px solid #397204;
    border-left: 1px solid #00803d;
    border-right: 1px solid #00803d;*/
    *text-align: center;
    /*border-bottom: 1px solid #00803d;*/
    /*background-color: #00803d;*/
    /*padding: 1px 4px;*/
    outline: none;
    cursor: pointer;
    -moz-border-radius: 5px;
    min-width: 110px;
    *min-width: 100%;
    -webkit-border-radius: 5px;
    border: 1px solid #00803D;
    background-color: #00803D;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 8px;
}

.button_squire1
{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    /*border-top: 1px solid #397204;
    border-left: 1px solid #00803d;
    border-right: 1px solid #00803d;*/
    *text-align: center;
    /*border-bottom: 1px solid #00803d;*/
    /*background-color: #00803d;*/
    /*padding: 1px 4px;*/
    outline: none;
    cursor: pointer;    
    min-width: 110px;
    *min-width: 100%;   
    border: 1px solid #00803D;
    background-color: #00803D;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border-radius: 5px;
    padding: 6px 16px;
}

#button_blue
{
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin: auto;
}
    /*but_green*/ /*have to rename*/
    #button_blue li
    {
        list-style: none;
    }

    #button_blue a
    {
        float: left;
        background: url("https://www.vtsosonline.com/Themes/Online/vt/images/button_left.gif") no-repeat left top;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        padding: 0 0 0 7px;
        text-decoration: none;
    }

        #button_blue a span
        {
            float: left;
            display: block;
            background: url("https://www.vtsosonline.com/Themes/Online/vt/images/button_right.gif") no-repeat right top;
            padding: 4px 15px 7px 8px;
            color: #fff;
        }

        #button_blue a span
        {
            float: none;
        }

.button_normal
{
    /*background: none repeat scroll 0 0 #00803D;
    color: #FFFFFF !important;
    padding: 2px 5px;*/
    background: none repeat scroll 0 0 #00803D;
    color: #fff !important;
    padding: 4px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/*buttons AnnualReport_NavigationLinks*/
#but_green a
{
    float: left;
    background: url("../images/button_grnleft.png") no-repeat left top;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
}

    #but_green a span
    {
        float: left;
        display: block;
        background: url("../images/buton_grnright.png") no-repeat right top;
        padding: 5px 30px 7px 8px;
        color: #fff;
    }

#but_green
{
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin: 0px auto;
}

.newbutton
{
    background-color: #00803D;
    border-color: #00803D;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    outline: medium none;
    padding: 0px 6px 4px;
    text-decoration: none;
}

#but_green13
{
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    margin: auto;
}

    #but_green13 a
    {
        background: url("../images/buton_bgleft.gif") no-repeat scroll left top transparent;
        float: left;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        padding: 0 0 0 7px;
        text-decoration: none;
    }

        #but_green13 a span
        {
            background: url("../images/buton_bgright.gif") no-repeat scroll right top transparent;
            color: #FFFFFF;
            display: block;
            float: left;
            padding: 4px 15px 7px 8px;
        }

/*-----  3. static css classes -----*/

/*moved to base style sheet*/

/*----- paddings -----*/
.padding_top8
{
    padding-top: 8px;
}

.padding_top25
{
    margin: 25px;
}
/*login_data_new*/

/*----- fonts -----*/

.page_title
{
    color: #7a2426;
    font-size: 16px;
    padding: 5px 0px 1px 0px;
    font-weight: bold;
}

.page_subtitle_12
{
    background-color: rgb(241, 240, 214);
    color: #7a2426;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

.page_subtitle_13
{
    background-color: rgb(241, 240, 214);
    color: #7a2426;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}




/*not in use*/
/*.font_green16_bold
{
    color: #034703;
    font-size: 16px;
    font-weight: bold;
}*/

.title20
{
    color: #7a2426;
    font-size: 20px;
    font-weight: bold;
}
/*----- common -----*/

/*---------------------------------  4. css - application layout ---------------------------------*/
/*----- public layout -----*/
.header_inner_bg
{
    background: url('../../../app/vermont/middle_headerbg.png') repeat-x 18px 0px;
    height: 82px;
}

.header_right_img
{
    background: url('../../../app/vermont/app_right_logo.png') no-repeat right;
    height: 82px;
    width: 100%;
    background-position: right top;
}

.content_area
{
    width: 100%;
}

.footer
{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #666666;
    padding: 3px 0px 0px 0px;
}


/*----- private layout -----*/
#pagewrap
{
    width: auto;
    margin: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
}

#content
{
    border: 0px solid #216b48;
    padding: 5px 0px 3px 0px;
    float: left;
    height: 98%;
    width: 100%;
}

.content_left
{
    float: left;
    /*width: 270px;*/
    border: 0px solid #000;
    padding: 0px 0px 0px 2px;
}

.fontMainMenu
{
    color: #9d8922;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 4px 8px;
}

.leftmenu
{
    width: 278px;
    float: left;
    padding: 0px 0px 0px 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #B3CCB5;
    margin: 5px 5px;
    min-height: 490px;
    height: 100%;
    border: 1px solid #226B49;
}

#theMenu
{
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
    background: #e7e2c7;
}

    #theMenu li
    {
        background: #ffffe9;
    }

/*old layout*/
/*.leftmenubg {
    background: #fff9d5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
    -moz-box-shadow: 0px 0px 6px #dac973;
    -webkit-box-shadow: 0px 0px 6px #dac973;
    box-shadow: 0px 0px 6px #dac973;
    border: 1px solid #c5ae3a;
    min-height: 460px;    
    float: left;
}

#leftNavigation {
    width: 278px;
}

#leftmenu {
    width: 278px;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
}

#theMenu
{
    width: 278px;
    float: right;
    height: 100%;
    margin: 0px 0;
    padding: 0;
    *margin-top: -10px;
    list-style: none;
}
*/

/*----- private layout - menu list items -----*/
ul ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    ul ul li
    {
        background: #e7e2c7;
    }

        ul ul li a
        {
            display: block;
            color: #226B49 !important;
            padding: 7px 6px;
            font-size: small;
            border-top: 1px solid #f1f0d6;
            text-decoration: none;
            font-size: 12px;
            padding-left: 5px;
            background: #ffffe9;
        }

ul li ul li
{
    color: #032349;
}

ul ul li a:hover
{
    display: block;
    padding: 7px 6px;
    font-size: small;
    background: #e5f5dc;
    font-size: 12px;
    color: #226B49 !important;
    padding-left: 5px;
}

/*old layout*/
/*ul ul
{
    padding: 0px;
    margin: 0px;
    background-color: #f2e9b3;
    color: #9d8922;
    list-style: none;
}

    ul ul li a
    {
        display: block;
        color: #9d8922;
        font-weight: normal;
        padding: 7px 6px 7px 20px;
        font-size: 12px;
        text-decoration: none;
        border-top: 1px solid #dfd38c;
        font-family: "Verdana", Arial, Helvetica, sans-serif;
    }

        ul ul li a:hover
        {
            display: block;
            color: #9d8922;
            font-weight: normal;
            padding: 7px 6px 7px 20px;
            font-size: 12px;
            font-family: "Verdana", Arial, Helvetica, sans-serif;
        }

    ul ul ul li
    {
        border-left: none;
        border-bottom: 1px solid #eee;
        padding: 0;
        width: 220px;
        margin-bottom: 0;
        list-style: none;
    }

        ul ul ul li a
        {
            display: block;
            color: #656764;
            padding: 3px 6px;
            font-size: small;
        }

            ul ul ul li a:hover
            {
                display: block;
                color: #369;
                background-color: #eee;
                padding: 3px 6px;
                font-size: small;
            }*/

/*----- private layout - menu headings -----*/

h3.head a
{
    color: #226B49;
    display: block;
    font-size: 12px;
    border-right: 0px solid #226B49;
    background: url(../../base/images/down.gif) no-repeat #B3CCB5;
    background-position: 98% 50%;
    text-decoration: none;
    padding: 6px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

    h3.head a:hover
    {
        color: #226B49;
        background: url(../../base/images/down.gif) no-repeat #B3CCB5;
        background-position: 98% 50%;
    }

h3.selected a
{
    background: url(../../base/images/up.gif) no-repeat #B3CCB5;
    background-position: 98% 50%;
    text-decoration: none;
    color: #226B49;
    padding: 6px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

    h3.selected a:hover
    {
        background: url(../../base/images/up.gif) no-repeat #B3CCB5;
        background-position: 98% 50%;
        color: #226B49;
    }

h3.nocontentexist a
{
    background: none;
    background-position: 98% 50%;
    text-decoration: none;
    color: #226B49;
    padding: 4px 10px;
    font-weight: bold;
    text-transform: uppercase;
    background: #B3CCB5 url(https://www.vtsosonline.com/Themes/Online/images/menu_border.png) bottom no-repeat;
}

    h3.nocontentexist a:hover
    {
        color: #226B49;
        background: #B3CCB5 url(https://www.vtsosonline.com/Themes/Online/images/menu_border.png) bottom no-repeat;
        background-position: 98% 50%;
    }

h3.nocontentexistselected a:hover
{
    background: none;
}

h3.nocontentexistselected a
{
    background: none;
}

/*old layout*/
/*h3.head a
{
    color: #9d8922;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #eae2b2;
    font-weight: normal;
    background: #fff9d5 url(../../base/images/down.gif) no-repeat;
    background-position: 98% 50%;
    text-decoration: none;
    padding: 6px 6px;
    font-weight: bold;
    text-transform: uppercase;
}

h3.head a:hover
{
    color: #9d8922;
    background: #fff9d5 url(../../base/images/down.gif) no-repeat;
    background-position: 98% 50%;
}

h3.selected a
{
    background: #fff9d5 url(../../base/images/up.gif) no-repeat;
    background-position: 98% 50%;
    font-weight: bold;
    text-decoration: none;
    color: #9d8922;
    padding: 6px 6px;
}

h3.selected a:hover
    {
        background: url(../../base/images/up.gif) no-repeat;
        background-position: 98% 50%;
        color: #9d8922;
        font-weight: bold;
    }

h3.nocontentexist a
{
    color: #9d8922;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #eae2b2;
    font-weight: normal;
    background-position: 98% 50%;
    text-decoration: none;
    padding: 6px 6px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
}

    h3.nocontentexist a:hover
    {
        color: #9d8922;
        background: none;
        background-position: 98% 50%;
    }

h3.nocontentexistselected a:hover
{
    background: none;
}

h3.nocontentexistselected a
{
    background: none;
}
*/

.menu_bottomborder
{
    background: #226B49;
    z-index: 9999;
    border-bottom: 1px solid #eae2b2;
}

.expand
{
    position: absolute;
    margin-left: 250px;
    padding-left: 5px;
    margin-top: 40px;
}

.collapse
{
    position: absolute;
    margin-left: -4px;
    padding-left: 0px;
    margin-top: 40px;
}

/*.expand_collapse
{
    width: 10px;
        
    float: left;
    cursor: pointer;
    background: #fff9d5;
    padding: 190px 2px 190px 2px;    
    margin: 20px 10px 10px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c5ae3a;
    border-radius: 5px;    
    -moz-box-shadow: 0px 0px 6px #dac973;
    -webkit-box-shadow: 0px 0px 6px #dac973;
    box-shadow: 0px 0px 6px #dac973;
    vertical-align: central;
}*/

/*----- Layout content right -----*/
.content_right
{
    /*background: url('../images/back_bg.jpg');*/
    width: 100%;
    height: 100%;
    /*min-height: 540px;*/
    border-left: 0px solid #216b48;
    padding: 0px 2px 0px 10px;
}

.bodyBackground
{
    padding: 10px 5px 10px 10px;
}

    .bodyBackground td
    {
        padding: 5px 0px 5px 0px;
    }

.breadcrumb
{
    color: #978111;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    font: "OpenSans-CondBold";
}
.breadcrumb1 {
	background:url(../../../app/Vermont/Content/breadcrumb.png) repeat-x;
	height:20px;
	text-align:right;
	padding:5px;
	padding-right:12px;
}


.userInfo
{
    color: #7a2427;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    font: "OpenSans-CondBold";
}

.content_section
{
    /*background-color: #F1F0D6;*/
    background-color: #fff;
    border: 1px solid #BC9D0F;
}
    /*table_background*/
    .content_section th
    {
        /*background-color: rgb(241, 240, 214);*/
        color: #7a2426;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        text-align: left;
    }

    /*.content_section tr:first-child td
    {
        color: #7a2426;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        text-align: left;
    }*/
    /*background-color: rgb(241, 240, 214);*/

    .content_section td
    {
        padding-left: 4px;
        padding-right: 4px;
    }
/*background-color: #FFFFE9;*/

/*.content_section
{
    background-color: #F1F0D6;
    border: 1px solid #BC9D0F;
}
    
    .content_section th
    {
        background-color: rgb(241, 240, 214);
        color: #7a2426;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        text-align: left;
    }

    .content_section tr:first-child td
    {
        background-color: rgb(241, 240, 214);
        color: #7a2426;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        text-align: left;
    }

    .content_section td
    {
        padding-left: 4px;
        padding-right: 4px;
        background-color: #FFFFE9;
    }*/
/*td_white_background*/
.form_content_area
{
    padding: 0px;
    position: relative;
    /*max-height:100%;*/
    /*margin: 0px 7px;
	*padding: 10px 5px;*/
    background-color: #e7e2c7;
    /*background: #ffffe9;*/
}

.form_content_area_bg
{
    -moz-box-shadow: 0px 0px 6px #dac973;
    -webkit-box-shadow: 0px 0px 6px #dac973;
    box-shadow: 0px 0px 6px #dac973;
    border: 1px solid #c5ae3a;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *border: 1px solid #d0d0d0;
    min-height: 474px;
    height: 100%;
}

/*old layout*/
/* For the right side data */
/*.form_content_area_bg
{
    background: #fff9d5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
    -moz-box-shadow: 0px 0px 6px #dac973;
    -webkit-box-shadow: 0px 0px 6px #dac973;
    box-shadow: 0px 0px 6px #dac973;
    border: 1px solid #c5ae3a;    
}
.form_content_area
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
    width: 100%;
    height: 100%;
    min-height: 436px;
}*/

/*---------------------------------  5. css - application body, common to > 1 page ---------------------------------*/


/*---------------------------------  6. css - each page ---------------------------------*/

/*----- home screen -----*/


.flt_right
{
    float: right;
    *margin-top: -15px;
}

.lineheight_ie
{
    *line-height: 44px;
}

.events
{
    padding: 10px 0 0 12px;
    width: 645px;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}

.event_border
{
    border: 1px solid #dcb646;
    margin-left: -1px;
    height: 90px;
}

.event_content
{
    height: 95px;
    margin-left: 10px;
    padding: 8px 0px 0px 0px;
}
/*---------------------------------  7. css - end ---------------------------------*/

/*--------------------------------- fonts ---------------------------------*/

.font_grey10
{
    color: #9F9D9D;
    font-size: 11px;
}

.font_grey12
{
    color: #666;
    font-size: 12px;
}

.font_grey
{
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.font_blue14
{
    color: #0066CC;
}

.font_green14
{
    color: #2f975d;
    font-weight: bold;
}

.font_green16
{
    color: #33AC11;
    font-size: 16px;
    font-weight: bold;
}

.font_blue16
{
    color: #7a2427;
    font-size: 18px;
    font-weight: bold;
}

.font_blue12
{
    color: #7a2427;
    font-size: 12px;
    font-weight: bold;
}

.font_white14
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.font_red18
{
    color: #FF0600;
    font-size: 16px;
    font-weight: normal;
}

.font_red12
{
    color: #FF0600;
    font-size: 12px;
    font-weight: normal;
}

.font_bold_maroon12
{
    color: #7a2427;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.font_bold_deepOrange12
{
    color: #ec6b03;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.successmessage
{
    color: #499242;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 5px 20px 5px;
    text-align: center;
}

.info
{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    padding: 3px;
}

.infotext
{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    padding: 3px;
}


.welcome_toptitle
{
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}

.font_white12bold
{
    color: #7a2426;
    font-size: 12px;
    font-weight: bold;
}

.font_white12new
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.fontgreenbld
{
    color: #372f2d;
}

.font_black_bold
{
    color: #372f2d;
    font-weight: bold;
}
/*fontgreenbold*/
.font12grey
{
    font-weight: bold;
    text-align: justify;
}
.font11 {
	font-size:11px;
}

u {text-decoration:underline}
.font12 {
	font-size:12px;
}
.font13 {
	font-size:13px;
	color:#000;
}

.font14
{
    color: #372f2d;
    font-size: 14px;
    line-height: 22px;
}
.font14red{
	font-size:14px;
	line-height:20px;
	color:#226b49;
}
.font14QuickLinks
{
    color: #372f2d;
    font-size: 14px;
    line-height: 16px;
}
/*fontboldtxt*/
.font16 {
	font-size:16px;
	line-height:30px;
}
.font18 {
	font-size:18px;
}
.font26 {
	font-size:26px;
	line-height:30px;
}
.title16
{
    color: #7A2426;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 0 0px;
}

/*--------------------------------- Body start   ---------------------------------*/

.data_container
{
    background-color: #f1f0d6;
    border: 1px solid #bc9d0f;
    border-right: 1px solid #bc9d0f;
}

.header {
	height:82px;
	background:url(../images/bg.png) repeat-x;
	margin:auto;
}

.container {
	max-width:1000px;
	margin:auto;
	box-shadow: 0px 5px 50px rgba(0,0,0,0.2);
}


.containerbreadcrumb {
	max-width:1000px;
	margin:auto;
}

.login_data
{
    margin: 20px 0px 0px 5px;
    width: 780px;
}

/*--------------------------------- Right menu Start  ---------------------------------*/



/*-------------------------- Page Title ------------------------------------------ */



.page_title_home
{
    color: #7a2426;
    font-size: 18px;
    padding: 0px 0px 1px 0px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.customerid
{
    background: #f1f0d6;
    color: #014804;
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 10px 5px 5px;
    width: 100%;
}

.icons
{
    padding: 0px 0px;
}

.iconsbg
{
    background: #FFF6ED;
    border-left: 1px solid #bc9d0f;
    border-right: 1px solid #bc9d0f;
    border-top: 1px solid #bc9d0f;
    border-bottom: 1px solid #bc9d0f;
    padding-left: 8px;
}

.links_blue:link, .links_blue:visited
{
    color: #00803d;
    text-decoration: underline;
    font-size: 12px;
}

.links_blue:hover
{
    color: #00803d;
    text-decoration: none;
    font-size: 12px;
}

.links_green:hover
{
    color: #00803d;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.links_green:link, .links_green:visited
{
    color: #00803d;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
}

/*--------------------------------- Right menu end  ---------------------------------*/

/*--------------------------------- styles for datacontent  ---------------------------------*/
.gird_title
{
    font-size: 12px;
    font-weight: bold;
    color: #7a2426;
    padding: 5px 10px !important;
}

/*--------------------------------- styles for icons  ---------------------------------*/
.icon_home_with_text
{
    background: url('../Images/icon_home.gif') no-repeat;
    padding: 2px 2px 2px 70px;
    width: 59px;
    height: 18px;
    border: 0px;
}

.icon_help_with_text
{
    background: url('../Images/icon_help.gif') no-repeat;
    padding: 2px 2px 2px 70px;
    width: 49px;
    height: 18px;
    border: 0px;
}

.icon_home
{
    background: url('https://www.vtsosonline.com/Themes/Application/Images/icon_home.gif') no-repeat -0px -2px;
    padding-left: 20px;
}

.icon_help
{
    background: url(https://www.vtsosonline.com/Themes/help.png) no-repeat -0px -0px;
    padding-left: 20px;
}

.icon_arrow
{
    background: url(https://www.vtsosonline.com/Themes/arrow.png) left center no-repeat;
    height: 10px;
}

.icon_dashboard
{
    background: url(https://www.vtsosonline.com/Themes/icons/icon_dashbard.png) 0px 14px no-repeat;
}

.icon_file
{
    background: url(https://www.vtsosonline.com/Themes/icons/icon_filing.png) 0px 10px no-repeat;
}

.icon_inquiries
{
    background: url(https://www.vtsosonline.com/Themes/icons/icon_Inquiries.png) 0px 10px no-repeat;
}

.icon_reports
{
    background: url(https://www.vtsosonline.com/Themes/icons/icon_reports.png) 0px 10px no-repeat;
}

.icon_print2
{
    background: url(https://www.vtsosonline.com/Themes/icons/icon_print.png) 0px 10px no-repeat;
}

.icon_checks
{
    background: url(https://www.vtsosonline.com/Themes/icons/icon_check.png) 0px 10px no-repeat;
}

.icon_notices
{
    background: url(https://www.vtsosonline.com/Themes/icons/icon_notices.png) 0px 10px no-repeat;
}

.icon_system
{
    background: url(https://www.vtsosonline.com/Themes/icons/icon_system.png) 0px 10px no-repeat;
}

.icon_down
{
    background: url(https://www.vtsosonline.com/Themes/icons/down-icon.png) 0px 0px no-repeat;
}

/*--------------------------------- Body end  ---------------------------------*/

.tablegridnew
{
    background-color: #FFF;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin: 0px 0 4px 0;
}


    .tablegridnew td
    {
        border-right: 1px solid #DDDDDD;
        border-bottom: 1px solid #f3f3f3;
    }

    .tablegridnew th
    {
        background-image: url(https://www.vtsosonline.com/Themes/Online/vt/images/tablehead_bg.gif);
        background-repeat: repeat-x;
        border-right: 1px solid #DDDDDD;
        color: #000000;
    }


/*---------------------- Registration Page related start ------------------------*/
/*.plft20{ padding-left:15px;}*/
.paddingleft15
{
    padding-left: 15px;
}



.registration_pagesubject_title
{
    background: none repeat scroll 0 0 #F1F0D6;
    color: #7A2426;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 20px;
}

.red
{
    color: #FF0000;
    font-weight: bold;
    font-size: 18px;
}

.bubble
{
    position: absolute;
    margin-top: -245px;
    margin-left: 230px;
}

.forgotpassword_data
{
    margin: 28px 0px 0px 0px;
}

.span_5p
{
    line-height: 20px;
    padding: 5px;
}

.style1
{
    color: #FF0000;
}

/*----------------------- Registration Page related end -------------------------*/

/*----------------------- breadcrumb related start-------------------------*/

.breadcrumb_logoutcurve
{
    background: url("../../base/images/logoutcurve.gif") no-repeat scroll right top transparent;
    color: #FFFFFF;
    font-size: 12px;
    height: 25px;
    padding: 2px;
}

.bluebg
{
    background-color: #FFFFE9;
    border: 1px solid #BC9D0F;
}

.tbl_bluebg
{
    border: 1px solid #BC9D0F;
}

.grid_bluebg
{
    background: none repeat scroll 0 0 #F1F0D6;
    color: #7A2426;
    font-weight: bold;
    height: 18px;
}

.white_bg
{
    background-color: #FFFFE9;
}

.tbl_bluebg tr td
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E2DFC6;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 5px;
}

.status_message
{
    color: #005E96;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    text-decoration: none;
}

.subfooter
{
    background: none repeat scroll 0 0 #F1F0D6;
    color: #005E96;
    font-size: 12px;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

.count_text
{
    color: #FFFFFF;
    font-weight: bold;
    padding: 69px 0 0 67px;
    position: absolute;
}

.report_problem
{
    padding: 3px 10px 3px 3px !important;
}
/*----------------------- breadcrumb related end -------------------------*/

/*------------------------ Dash Board Page Related CSS --------------------------*/
.bluebg
{
    background-color: #FFFFE9;
    border: 1px solid #BC9D0F;
}

    .bluebg td
    {
        padding-left: 4px;
        padding-right: 4px;
    }

    .bluebg tr
    {
        padding-left: 4px;
        padding-right: 4px;
    }

    .bluebg th
    {
        padding-left: 4px;
        padding-right: 4px;
    }

.paddingtop5
{
    padding-top: 5px;
}

.dashboard_bubbleicon
{
    background-image: url("../images/dashboard_bubbleicon.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 30px;
    margin: 40px 0 0 100px;
    position: absolute;
    width: 50px;
}

.dashboard_bubbleicon2
{
    background-image: url("../images/dashboard_bubbleicon.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 30px;
    margin: 40px 0 0 145px;
    position: absolute;
    width: 50px;
}

.dashboard_bubbleicon3
{
    background-image: url("../images/dashboard_bubbleicon.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 30px;
    margin: 40px 0 0 140px;
    position: absolute;
    width: 50px;
}

.font_white12_bold
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.input_text {
	border:1px solid #999999;
	border-radius:5px;
	height:20px;
	margin-top:5px;
}
.lightbg {
	background:#ffffe9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#226b49;
}
.nolightbg {
	padding-top:10px;
	padding-bottom:10px;
}
.lightbg2 {
	background:#f1f0d6;
}
.lightbg_shadow {
	background:url(https://www.vtsosonline.com/Themes/Online/vt/images/shadow_bg.png) repeat-y;
	background-size:contain;
}

.whitebg {
	background:#fff;
}

.brownbg {
	background:#996600;
	color:#fff;
	padding:4px 8px;
	margin-bottom:5px;
	cursor:pointer;
	font-size:12px;
}
.brownbg:hover {
	background:#734d00;
	color:#fff;
	padding:4px 8px;
	margin-bottom:5px;
		cursor:pointer;
}
.mar_top5 {
	margin-top:5px;
}
.mar_top15 {
	margin-top:15px;
}
.mar_top-18{
	margin-top:-18px;
}
.mar_top-22{
	margin-top:-22px;
}
.mar_right20 {
	margin-right:20px;
}
.pad0 {
	padding:0px;
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}
.pad25 {
	padding:25px;
}
.pad-top25 {
	padding-top:25px;
}

.quicklinks{
	padding-bottom:5px;
	text-decoration:none;
	cursor:pointer;
}
.quicklinks:hover{
	padding-bottom:5px;
	text-decoration:underline;
	cursor:pointer;	
}

.radius5 {
	border-radius:5px;
}
.button_s, .button_m, .button_l {
	border-radius:5px;
	background:#00803d;
	color:#fff;
	border:none;
	cursor:pointer;
}

.button_s:hover, .button_m:hover, .button_l:hover {
	border-radius:5px;
	background:#005a2b;
	color:#fff;
	border:none;
	cursor:pointer;
}
.button_s {
	padding:5px 8px;
	font-size:12px;
}
.button_m {
	border-radius:5px;
	padding:6px 10px;
	font-size:13px;
	font-weight:bold;
	
}
.button_l {
	padding:8px 20px;
	font-size:16px;
	font-weight:bold;
}

.button_s2, .button_m2, .button_l2, .button_m3, .button_m4, .button_m5 {
	border-radius:5px;
	background: url(https://www.vtsosonline.com/Themes/Online/vt/images_bst/button_bg.png) repeat-x #00803d;
	background-size:contain;
	color:#fff;
	border:none;
	cursor:pointer;
	font-family:'opensans';
	text-transform:uppercase;
	white-space:nowrap;
}
.button_s2 {
	padding:5px 8px;
	font-size:10px;
}
.button_m2, .button_m3, .button_m4, .button_m5 {
	padding:6px 10px;
	font-size:11px;
	font-weight:bold;
}
.button_m3, .button_m4  {
	font-size:14px;
}
.button_m4 {
	background:none;
	color:#000;
}
.button_m5 {
	padding:8px 12px;
	font-size:12px;
}
.button_l2 {
	padding:8px 20px;
	font-size:14px;
	font-weight:bold;
}
.note, .note_small {
	font-size:11px;
	line-height:14px;
	text-align:justify;
	color:#595959;
	padding:15px;
	border-radius:5px;
	background:#ebe9df;
	margin:5px 0px;
}
.note_small {
	padding:7px 15px;
}
.fontbig {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.nowrap {
	white-space:nowrap;
}
.text_start_page {
	font-size:12pt;
	color:#565656;
	line-height:26px;
}
.lheight20 {
	line-height:20px;
}
.font_oragne{
	color:#bc9d0f;
}

.font_green_bold {
	color:#2b7351;
	font-weight:bold;
}
.font_brown_bold {
	color:#7c2325;
	font-weight:bold;
}
.font_red_bold {
	color:red;
	font-weight:bold;
}
.font_white{
	color:#ffffff;
}
.font_light_green {
	color:#39b86a;
}
.font_light_green_bold, .font_light_green_bold_u {
	color:#39b86a;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
.font_light_green_bold_u {
text-decoration:underline;
}
h1 {
	font-family: 'OpenSans';
	padding: 0px;
	margin: 0px;
	color: #7c2325;
	font-size: 45px;
	font-weight: normal;
	line-height:60px;
}
.lh55 {
	line-height:55px;
	display:inline-block;
}
h2 {
	font-family: 'OpenSans';
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
	color: #7c2325;
	font-size: 20px;
	font-weight: normal;
}
.tcenter {
	text-align:center;
}
.caps {
	text-transform:uppercase;
}
.sub_heading, .sub_heading2, .sub_heading_green {
	color: #7c2325;
	font-family:'OpenSans';
	font-size:18px;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
}
.sub_heading2 {
	font-size:14px;
	padding-left:15px;
}
.sub_heading_green {
	color:#226b49;
	padding-top:0px;
}
.note_first_page {
	background: rgba(2,2,2,0.05);
	width:100%;
	height:22px;
	font-size:11px;
}
.heading_brown, .heading_white {
	font-size:14px;
	line-height:25px;	
    font-family:sans-serif;  
    font-weight: bold;
	color:#226b49;
}
.heading_green {
	font-size:13px;
	line-height:25px;	
    font-family:sans-serif;  
    font-weight: bold;
	color:#226b49;
}
.heading_brown {
	color:#7a2426;
}
.heading_white {
	color:#ffffff;
}
.space10 {
	height:10px;
}
.space5 {
	height:5px;
}
.space15 {
	height:15px;
}
.space20 {
	height:20px;
}
.space30 {
	height:30px;
}
.pad-bot5 {
	padding-bottom:5px;
}

li
{
    list-style:none;
}
img {  
border: none;  
outline:none;
border-style:none;
}  

@font-face {
 font-family: open-condensed;
 src: url(../fonts/OpenSans-CondBold-webfont.eot)} /* EOT file for IE */

@font-face {
 font-family: open-condensed;
 src: url(../fonts/OpenSans-CondBold-webfont.ttf)}
 
 @font-face {
 font-family: open-condensed;
 src: url(../fonts/OpenSans-CondBold-webfont.woff)}
 
 @font-face {
 font-family: open-condensed;
 src: url(../fonts/OpenSans-CondBold-webfont.svg)}

 .opensans {
	font-family: 'OpenSans';
}
.opensans_normal {
	font-family: 'Open Sans', sans-serif;
}
.clr {
	clear;
}
.center {
	margin:auto;
}
.right {
	float:right;
}
.left {
	float:left;
}
.hide {
	display:none;
}

/*---------------------- Dash Board Page Related CSS end ------------------------*/

/*---------------------- Public Inquiry Page Related CSS Start ------------------------*/

/*---------------------- Business statistics :: temp css ------------------------*/
.greenbg
{
    background-color: rgb(241, 240, 214);
    border: 1px solid #bc9d0f;
    border-right: 1px solid #bc9d0f;
    text-align: right;
}
.greenbg1 {
	background:#00803d;
	color:#fff;
}
/*#f1f0d6;*/

.lf_nav
{
    background: #b3ccb5;
    padding: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #226b49;
}

.screentitle
{
    color: #7a2426;
    font-weight: bold;
}

.screentitlesub
{
    background: #f1f0d6;
    color: #7a2426;
    font-weight: bold;
}

.tablecol_title
{
    background: rgb(241, 240, 214);
    font-weight: bold;
    text-align: left;
}

/*---------------------- Principals Table ------------------------*/

.principaltable
{
    border: 1px solid #bc9d0f;
    background: #fff;
}

    .principaltable tr td
    {
        padding: 5px;
        border-bottom: 1px solid #E2DFC6;
        border-right: 1px solid #E2DFC6;
    }

/*temp css*/
/*===================== Verify Certificate of Good Standing =====================*/
.tableborder
{
    background: none repeat scroll 0 0 #FFFFE9;
    border-bottom: 1px solid #BC9D0F;
    border-left: 1px solid #BC9D0F;
    border-right: 1px solid #BC9D0F;
}

.border_bluetop
{
    border-top: 1px solid #C7E7FF;
}

.screentitle_certificate
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    color: #CC6600;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 5px 3px;
}

.downloadlinks:visited
{
    color: #1167BE;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.ui-footer
{
    background: #B3CCB5;
    font: Arial, Helvetica, sans-serif;
    color: #226B49;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 11px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    border-top: 1px solid #226b49;
}

/* ==================== not in use ====================*/
/*.breadcrumbbg {
    background: url('https://www.vtsosonline.com/Themes/Application/Images/breadcrumb_bg.gif') repeat-x scroll 0 0 transparent;
    padding: 0 3px 0 0;
}*/

.bubble_userId
{
    POSITION: relative;
    WIDTH: 50px;
    HEIGHT: 40px;
    float: left;
    margin: -35px 0px 0px 220px;
}

.bubble_content
{
    width: 190px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 27px;
    margin-left: 8px;
    position: absolute;
}

.noticelink
{
    color: #993300;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

    .noticelink:hover
    {
        color: #993300;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: none;
    }

/* ==================== UCC ====================*/

.inner_databg {
	background:#f1eed9;
	color:#996600;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size:12px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	
}

.font_orange{
	color:#996600;
	font-size:12px;
}

.font_green {
	color:#226b49;	
    
}

.step_content {
    border: 1px solid rgb(246, 245, 238);
    background: none repeat scroll 0% 0% rgb(246, 245, 238);
    font-size: 11px;
    font-family: Arial;
    color: rgb(190, 190, 190);
    padding: 0px 10px;
    border-radius: 8px 8px 8px 8px;
    margin: 10px 0px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.active {
    background: url("../images/active.png") no-repeat scroll center center transparent;
    margin: 0px auto;
    /*height: 58px;*/
    width: 58px;
}

.greenactive {
    background: url("../images/active.png") no-repeat scroll center center transparent;
    margin: 0px auto;
    height: 58px;
    width: 58px;
}

.deactive {
    background: url("../images/deactive.png") no-repeat scroll center center transparent;
    margin: 0px auto;
    height: 58px;
    width: 58px;
}

/****************** Steps and Grid *******************/


#steps {
	margin:auto;
	font-size:11px;
	color:#7a2426;
}
#steps td {
	width:45px;
}
#steps td:first-child, td:last-child {
	
}
#steps td:nth-child(12) {
	width:10px;
}
.step_big {
	margin-left:10px;
	width:59px;
	height:74px;
	background:url(https://www.vtsosonline.com/Themes/Online/vt/images_bst/step_big_bg.png) no-repeat;
	color:#cfdbd4;
	font-size:34px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	padding-top:10px;
	font-weight:600;
	font-stretch:expanded;
}

#grid th{
	background:#f0eedd;
}
#grid td {
	background:#f8f8f0;
	border-bottom:#e2eadf 1px solid;
	padding-left:15px;
}
#grid td a {
	color:#39b86a;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#grid2 td{
	border-bottom:1px solid #dfe5d9;
	padding-left:15px;
	background:#f5f3eb;
	font-size:12px;
	line-height:1.5;
}
.bullet {
	font-family:'arial';
	font-weight:bold;
	font-size:12px;
	color:#226b49;
}

.business_search {
	background:#f8f8f0;
	padding:20px 20px;
}
.business_search .input_text {
	border-radius:5px 0px 0px 5px;
	width:700px;
	height:45px;
	padding-left:20px;
	background:#fff;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:0px solid #ccc;
	outline:none;
	color: #565656;
	font-size:14px;
	margin-top:-5px;
}
.business_search .button {
	height:49px;
	width:50px;
	border-radius:0px 5px 5px 0px;
	background:#fff url(../../../app/Vermont/Content/search.png) no-repeat 10px 15px;
	border-left:0px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-left:-4px;
	outline:none;
	cursor:pointer;
	color:#226b49;
}

/*--------------------------- links styles  ---------------------------*/
 


A.linkactionhome:link, A.linkactionhome:active, A.linkactionhome:visited{
	font: normal 13px "OpenSans", Arial, Helvetica, sans-serif;
	color:#226b49;
	text-decoration: none;
}
A.linkactionhome:hover{
	color:#226b49;
	text-decoration: underline;
}

/******************* Footer ************************/

.globalFooter {
	background:url(../../../app/Vermont/Content/bg_footer.png) repeat-x #226b49;
	width: 100%;
	height:240px;
	padding: 47px 0 0;
	margin-top: 50px;
	color: #fff;
}
.footer_container {
	width:1100px;
	margin:auto;
}
.footer_container-top {
	border-bottom: 1px solid #478363;
}
.footer_container ul li a{
	float:left;
	margin-right:20px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}

.jcarousel-wrapper {
	position: relative;
	width:1000px;
	background-image:url(../../../app/Vermont/Content/image_bg.jpg);
	background-repeat:repeat-x;
}

.jcarousel-wrapper .photo-credits {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
	opacity: .66;
}
.jcarousel-wrapper .photo-credits a {
	color: #fff;
}
/** Carousel **/

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 923px;
	height:579px;
	margin:auto;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	float: left;
}
/** Carousel Controls **/

.jcarousel-control-prev, .jcarousel-control-next {
	position: absolute;
	top: 250px;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #fefbe6;
	color: #006c29;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 39px Arial, sans-serif;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}
.jcarousel-control-prev {
	left: -60px;
}
.jcarousel-control-next {
	right: -60px;
}
.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {
	display: block;
}
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
	opacity: .5;
	cursor: default;
}
/** Carousel Pagination **/

.jcarousel-pagination {
	position: absolute;
	bottom: -50px;
	left: 320px;
}
.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	width: 15px;
	background: #fff;
	color: #226b49;
	border-radius: 14px;
	padding: 3px;
	text-align: center;
	margin-right: 8px;
	opacity: .75;
}
.jcarousel-pagination a.active {
	background: #226b49;
	color: #fff;
	opacity: 1;
	text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.75);
}

.comingsoonbig
{
    position: absolute;
    width: 56px;
    height: 47px;
    margin: -4px 0 0px 150px;
    *margin: -4px 0px 0px 157px;
    float: left;
}

.comingsoonsmall
{
    border: 0px;
    position: absolute;
    width: 69px;
    height: 30px;
    margin: -4px -30px -26px 152px;
    float: left;
}

@media screen\0  {
   .comingsoonsmall
{
   border: 0px;
    position: absolute;
    width: 69px;
    height: 30px;
    margin: -4px -30px -26px 158px;
    float: left;
}
}

@media screen\0  {
   .comingsoonbig
{
    position: absolute;
    width: 56px;
    height: 47px;
    margin: -4px 0 0px 158px;
    *margin: -4px 0px 0px 158px;
    border:1px solid red;
    float: left;
}
}


/*Vermont Department of Labor*/
/***********Steps*****************/
.stepon {
	background: #b69605;
	padding: 4px 30px 4px 20px;
	background-image:url(../images/step1.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
}
.steponfirst {
	background: #b69605;
	padding: 4px 30px 4px 20px;    
	background-image:url(../images/step1a.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
}
.stepoff {
	background: #d3c47f;
	padding: 4px 30px 4px 20px;
	background-image:url(../images/step2.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
}
.stepofflast {
	background: #d3c47f;
	padding: 4px 30px 4px 20px;
	background-image:url(../images/step3.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
}
.steplast {
	background: #b69605;
	padding: 4px 30px 4px 20px;
	background-image:url(../images/step4.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
}
.step_content_arrow {
    background: none repeat scroll 0 0 #F6F5EE;
    border: 1px solid #F6F5EE;
    border-radius: 8px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    color: #BEBEBE;
    font-family: Arial;
    font-size: 11px;
    height: 60px;
    margin: 10px 0;
    padding: 0 10px;
}

.steps{ padding:5px 15px 10px 15px;}

.labor_subheading
{
    color: #996600;
    font-size: 12px;
}

.labor_body
{
     color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
/**************End steps styles*********************/


/*--------------------------------- styles for Left Menu  ---------------------------------*/

#nav {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	line-height: normal;
}
ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: block;
	float: left;
	height: 20px;
	font-size: 14px;
	background: url("https://www.vtsosonline.com/Themes/nav_up.jpg") repeat-x top left;
	margin-left: 15px;
}
#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font: "OpenSans-CondBold";
}
#menu li a {
	display: block;
	float: left;
	font: "OpenSans-CondBold";
	color: #fff !important;
	text-decoration: none;
	padding: 12px 20px 0 20px;
	margin: 0px 0px 0px 10px;
	height: 20px;
	font-size: 13px;
}
#menu li a:hover {
	color: #fff;
}
#menu li.current {
	background: url(https://www.vtsosonline.com/Themes/menunav_hover.png) repeat-x top center;
	color: #fff;
	height: 34px;
	padding-left: 5px;
}
/* For the menu */
ul ul {
	padding: 0px;
	margin: 0px;
}
ul ul li a {
	display: block;
	color: #000;
	font-weight: normal;
	padding: 5px 6px;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #d9e8d7;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
ul ul li a:hover {
	display: block;
	color: #00803d;
	font-weight: normal;
	padding: 5px 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #e5f5dc;
	padding-left: 5px;
}
/* For the xtra menu */
ul ul ul li {
	border-left: none;
	border-bottom: 1px solid #bcd2b8;
	padding: 0;
	margin-bottom: 0;
}
ul ul ul li a {
	display: block;
	color: #656764;
	padding: 3px 6px;
	font-size: small;
}
ul ul ul li a:hover {
	display: block;
	color: #369;
	background-color: #e5f5dc;
	padding: 3px 6px;
	font-size: small;
}
#theMenu {
	width: 278px;
	float: right;
	height: 100%;
	margin: 0px 0;
	padding: 0;
*margin-top:-10px;
	border-radius: 5px;
}
.menu li a {
	color: #00803d;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
}
.menu li a:hover {
	font-size: 12px;
}
.menu li .currentactive {
	font-size: 12px;
	color: #cc6600;
}
/* Header links styling */
h3.head a {
	color: #226b49;
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #93b295;
	font-weight: bold;
	background: #b3ccb5 url(../images/down.gif) no-repeat;
	background-position: 98% 50%;
	text-decoration: none;
	padding: 6px 6px;
	font-weight: bold;
	text-transform: uppercase;
}
h3.headsingle a {
	color: #226b49;
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #93b295;
	font-weight: bold;
	background: #b3ccb5 no-repeat;
	background-position: 98% 50%;
	text-decoration: none;
	padding: 6px 6px;
	font-weight: bold;
	text-transform: uppercase;
}

h3.head a:hover {
	color: #226b49;
	background: #b3ccb5 url(../images/down.gif) no-repeat;
	background-position: 98% 50%;
}
h3.selected a {
	background: #b3ccb5 url(../images/up.gif) no-repeat;
	background-position: 98% 50%;
	font-weight: bold;
	text-decoration: none;
	color: #226b49;
	padding: 6px 6px;
}
h3.selected a:hover {
background: #69c url(../images/up.gif) no-repeat;
	background-position: 98% 50%;
	color: #226b49;
	font-weight: bold;
}
/* Xtra Header links styling */
h4.head a {
	color: #333;
	display: block;
	border-top: 1px solid #36a;
	font-weight: bold;
	border-right: 1px solid #36a;
	background: #ECECEC url(../images/down.gif) no-repeat;
	text-decoration: none;
	background-position: 98% 50%;
	padding: 3px 6px;
}
h4.head a:hover {
	color: #000;
	background: #ddd url(../images/down.gif) no-repeat;
	background-position: 98% 50%;
}
h4.selected a {
background: #6c9 url(../images/up.gif) no-repeat;
	background-position: 98% 50%;
	text-decoration: none;
	color: #226b49;
	font-weight: bold;
	padding: 3px 6px;
}
h4.selected a:hover {
background: #6c9 url(../images/up.gif) no-repeat;
	background-position: 98% 50%;
	color: #36a;
}
.sub1 {
	padding-left: 0px;
}
.sub1 ul li {
	padding-left: 15px;
	border-bottom: none;
}
.sub2 {
	padding-left: 0px;
}
.sub2 ul li {
	padding-left: 5px;
	border-bottom: none;
}


/****************End of Left menu Styles************************/
.logout2
{
    background: #b3ccb5;
    padding: 3px 6px;
    font-weight: bold;
    color: #226b49;
    text-transform: uppercase;
    font-size: 12px;
}

    .logout2 a:link, .logout2 a:visited
    {
        color: #226b49;
        text-decoration: none;
        background:#b3ccb5;
    }
    .logout2 a:hover
    {
        color: #226b49;
        text-decoration: none;
        background:#b3ccb5;
    }


.VTDOLBreadCrumbTextEnabled
{
    text-align: center;
    vertical-align:middle;
    font-weight: bold;
    font-size: 10px;
    color: black;
}

.VTDOLBreadCrumbTextDisabled
{
    text-align: center;
    vertical-align:middle;
    font-weight: bold;
    font-size: 10px;    
}