﻿
    .boxActive{
    background: #fff;
    border: 1px solid #73A405;
    }
    .boxDesactive{
    background: #fff;
    display: none;
    }
    .boxholder{
    clear: both;
    padding: 5px;
    /*background: #8DC70A;*/
    background: #f2da1a;
    /*width: 675px;*/
    }
    .tabActive{
    float: left;
    height: 32px;
    width: 140px;
    margin: 0 1px 0 0;
    text-align: center;
    background: #f2da1a url(/scripts/tabAccordion/images/yellowtab-140.jpg) no-repeat;	/* 8DC70A */
    color: #000;
    }
    .tabDesactive{
    float: left;
    height: 32px;
    width: 140px;
    margin: 0 1px 0 0;
    text-align: center;
    background: #f2da1a url(/scripts/tabAccordion/images/yellowtab2-140.jpg) no-repeat;	/* 8DC70A */
    color: Gray;
    }
    .tabtxt{
    margin: 0;
    font-size: 14px;
	/*color: #000;*/
    font-weight: bold;
    padding: 9px 0 0 0;
    }