/**
*
* CSS rules that define preview tabs
*
*/

.tabview {position: relative; top:0; background: #f4faf1 url(/img/box_titlebg.gif) repeat-x; left:0; border-top: 1px solid #e5e5e5; width: 359px; visibility: visible; opacity: 1; margin-bottom: 9px; display:none; margin-bottom: 20px;}
.tabview div.tabcontrols {float: right;}
img.tabclose, img.tabpin {cursor: pointer; margin-left: 1px}

.tabscontainer {width: 357px; background: #fdfefe url(/img/tabview_tabscontainer_bg.gif) repeat-x; border-left: 1px solid #e5e5e5; border-right: 1px solid #bdbdbd; padding-top: 4px;}
.tabcontentsplaceholder {background-color: #e2efd8; padding:2px; border-left: 1px solid #e5e5e5; border-right: 1px solid #bdbdbd; border-bottom: 1px solid #bdbdbd;}

