/* cc_tabs2 Style */

.cc_tabs2_Left_TabStrip {
height: 20px;
padding-top: 2px;
}

.cc_tabs2_Left_TabPage {
 border-left: 1px solid black;
 border-bottom : 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid black;
 background: #EBEBEB;
 padding: 10px 0px 0px 6px;
 min-width: 250px;
 min-height: 125px;
 height: 110%;
 /* margin-top: 2px; */
 top: 0px;
 font-size: 110%;
}

.cc_tabs2_Left_TabStrip .cc_tabs2_Left_TabSelected{
 cursor: pointer;
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-bottom: 1px solid black;
 background: #EBEBEB;
 padding: 2px;
 position: relative;
 text-align: center;
 left: 1px;
 margin-bottom:2px;
 width: 130px;
 font-size: 110%;
 font-weight: bold;
 }

.cc_tabs2_Left_TabStrip .cc_tabs2_Left_TabUnselected {
 cursor: pointer;
 border-left: 1px solid gray;
 border-top : 1px solid gray;
 border-bottom: 1px solid gray;
 background: #FCE1AA;
 padding: 2px;
 position: relative;
 text-align: center;
 margin-bottom:2px;
 width: 122px;
 margin-left: 8px;
 font-size: 110%;
 font-weight: bold;
 color: #666666;
}

.cc_tabs2_Left_TabStrip .cc_tabs2_Left_TabMouseOver {
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-bottom: 1px solid black;
 background: #DD8707;
 color: Black; 
}
