.tabSelected 
{
    border-top:1px solid #CACACA;
    border-left:1px solid #CACACA;
    border-right:1px solid #CACACA;
    float:left;
	cursor:pointer; 
	color: #669CD1;
    font-weight: bold;
    height: 21px;
    text-decoration: none;
    font-size:11px;
    font-family:Arial; 
    margin-right:4px;
    text-align:center;
    vertical-align:middle;
    background: -webkit-linear-gradient(#E4E4E4, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E4E4E4, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E4E4E4, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E4E4E4, #FFFFFF); /* Standard syntax */
}
.tabSelected a:link, .tabgreen a:visited {
	color: #E72B1D;
	cursor:pointer;
}
.tabDefault 
{
    float:left;
    cursor:pointer;
    margin-right:4px;
	color: #414141;
    font-weight: bold;
    height: 21px;
    text-decoration: none;
    font-size:11px;
    font-family:Arial;
    vertical-align:middle;
    border-top:1px solid #CACACA;
    border-left:1px solid #CACACA;
    border-right:1px solid #CACACA;
    background: -webkit-linear-gradient(#E4E4E4, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E4E4E4, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E4E4E4, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E4E4E4, #FFFFFF); /* Standard syntax */
}

.tabDefault a:link, .tabgrey a:visited {
	color: #575757;
	cursor:pointer;
	height:21px;
	text-align:center;
}
.tabContent {
	/*border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;*/
}
.tabContentDiv {

}


/***********************************/
.Prod
{
    background:#005BA2 repeat-x top left;
    height:20px;
    padding-top:5px;
    padding-left:15px;
    width:90px;
    margin-bottom:1px;
    font-weight:bold;
    font-size:0.9em;
    color:#FFFFFF;
    }
.line
{
    background:#005BA2 repeat-x top left;
    height:2px;
    width:99%;
    }