/*  Tab menu and container for popup editors    */
.TabContainer 
{
    /*margin-right: 0px;
    border: #899ec0 1px solid;
    padding: 15px;*/
    border-top: 1px solid #CCCCCC;
    padding:20px 20px 0px 20px;
}
.TabBlank
{
    width: 95px;
    height: 18px;
    border-left: 1px solid #adbe10;
    border-right: 1px solid #adbe10;
    border-top: 1px solid #adbe10;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    text-align: center;
    color: #747f10;
}
.TabUnselected
{
    width: 95px;
    height: 18px;
    background-image: url(/cp_demo/assets/images/back-tab-unselected.gif);
    background-repeat: repeat-x;
    border-left: 1px solid #adbe10;
    border-right: 1px solid #adbe10;
    border-top: 1px solid #adbe10;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    text-align: center;
    color: #747f10;
}
.TabHover
{
    width: 95px;
    height: 18px;
    background-image: url(/cp_demo/assets/images/back-tab-hover.gif);
    background-repeat: repeat-x;
    border-left: 1px solid #adbe10;
    border-right: 1px solid #adbe10;
    border-top: 1px solid #adbe10;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    text-align: center;
    color: white;
}  
.TabSelected
{
    width: 95px;
    height: 18px;
    background-image: url(/cp_demo/assets/images/back-tab-selected.gif);
    background-repeat: repeat-x;
    border-left: 1px solid #adbe10;
    border-right: 1px solid #adbe10;
    border-top: 1px solid #adbe10;
    font-family: Verdana,sans-serif;
    font-size: 9px;
    text-align: center;
    color: white;
}     
a.TabUnselected {
	font-style: normal;
	text-decoration: none;
}
a.TabSelected {
	font-style:italic;
	text-decoration: none;
}