@charset "utf-8";
/* CSS Document */

#bodyContainer{ padding:5px 10px 0 10px;}
*html #bodyContainer{ padding:60px 10px 0 10px;}

/* Tabs */
.ui-tabs-hide { display:none;}
#tabListUl{ margin:0; padding:0; list-style:none; list-style-image:none; height:40px; }
#tabListUl li{ float:left; height:38px; margin:0 1px 0 0; padding:0;background:url("../design/images/tabs_fond.png") repeat-x center top; font-size:1.1em;}
#tabListUl li span{background:url("../design/images/tabs_fond.png") no-repeat left -38px;padding:0; float:left;display:block;}
#tabListUl li a{height:30px; padding:8px 20px 0 20px;background:url("../design/images/tabs_fond.png") no-repeat right -76px; color:#000; display:block; text-align:center; text-decoration:none;float:left;}
#tabListUl li a:focus{ outline:none;}
#tabListUl li.ui-tabs-selected{background:url("../design/images/tabs_fond.png") repeat-x center -114px;}
#tabListUl li.ui-tabs-selected span{background:url("../design/images/tabs_fond.png") no-repeat left -152px;}
#tabListUl li.ui-tabs-selected a{background:url("../design/images/tabs_fond.png") no-repeat right -190px;color:#fff; font-weight:bold;}
.tabContent {padding:10px 20px;border:1px solid #287782;}
*html .tabContent { overflow:hidden; width:685px;}