/* Tabmanager Stylesheet */

.tabControlWrapper {width:100%;}
.tabManagerWrapper {clear:both;}

#tdMultiPage {width:100%;height:200px;border: 1px solid #5d83a9;vertical-align:top;padding:5px;background: #fff;}
#tdMultiPage .decoratedblock {margin:0;}

#tdTabStrip {padding:0;}
#tdTabStrip div {float:left;text-align:center;cursor:pointer;position:relative;font-size:12px;}

#tdTabStrip .tabHotArea,
#tdTabStrip .tabHotArea_active,
#tdTabStrip .tabHotArea_hover {width:auto;height:19px;padding:5px 2px 0 2px;}

#tdTabStrip .tabHotArea {background: url("images/darkblue/passive_bg.png") repeat-x;color: #fff;}
#tdTabStrip .tabHotArea_active {background: url("images/darkblue/active_bg.png") repeat-x;color: #fff;}
#tdTabStrip .tabHotArea_hover {background: url("images/darkblue/hover_bg.png") repeat-x;color: #fff;}

#tdTabStrip .div__eh {width:10px;background: url("images/darkblue/eh_bg.png") no-repeat;}
#tdTabStrip .div__el {width:10px;background: url("images/darkblue/el_bg.png") no-repeat;}
#tdTabStrip .div__ll {width:21px;background: url("images/darkblue/ll_bg.png") no-repeat;}
#tdTabStrip .div__lh {width:21px;background: url("images/darkblue/lh_bg.png") no-repeat;}
#tdTabStrip .div__hl {width:21px;background: url("images/darkblue/hl_bg.png") no-repeat;}
#tdTabStrip .div__he {width:10px;background: url("images/darkblue/he_bg.png") no-repeat;}
#tdTabStrip .div__le {width:10px;background: url("images/darkblue/le_bg.png") no-repeat;}
#tdTabStrip .div__lv {width:21px;background: url("images/darkblue/lv_bg.png") no-repeat;}
#tdTabStrip .div__hv {width:21px;background: url("images/darkblue/hv_bg.png") no-repeat;}
#tdTabStrip .div__vl {width:21px;background: url("images/darkblue/vl_bg.png") no-repeat;}
#tdTabStrip .div__vh {width:21px;background: url("images/darkblue/vh_bg.png") no-repeat;}
#tdTabStrip .div__vl {width:21px;background: url("images/darkblue/vl_bg.png") no-repeat;}
#tdTabStrip .div__vh {width:21px;background: url("images/darkblue/vh_bg.png") no-repeat;}
#tdTabStrip .div__ve {width:10px;background: url("images/darkblue/ve_bg.png") no-repeat;}
#tdTabStrip .div__ev {width:10px;background: url("images/darkblue/ev_bg.png") no-repeat;}

#tdTabStrip .div__eh,
#tdTabStrip .div__el,
#tdTabStrip .div__ll,
#tdTabStrip .div__lh,
#tdTabStrip .div__hl,
#tdTabStrip .div__he,
#tdTabStrip .div__le,
#tdTabStrip .div__lv,
#tdTabStrip .div__hv,
#tdTabStrip .div__vl,
#tdTabStrip .div__vh,
#tdTabStrip .div__vl,
#tdTabStrip .div__vh,
#tdTabStrip .div__ve,
#tdTabStrip .div__ev {height:24px;}

