/* Tabs - Square */ .tab-container {} .tab-container ul { margin : 0px; padding : 2px 0px 2px 0px; border-bottom : 1px Solid #91A7B4; background : transparent; } .tab-container li { display : inline; list-style-type : none; } .tab-container li a, .tab-container li.selected a { padding : 2px 8px; text-decoration : none; margin : 0px 0px; font-size : 0.95em; } .tab-container li a { background-image : url('._IMAGE_ROOT_URLtab/square/silver/tab-unselected.gif'); background-repeat : repeat-x; border : 1px Solid #91A7B4; border-width : 1px 0 1px 1px; color : #4A39A6; } .tab-container li.selected a { padding-left : 10px; padding-right : 10px; font-weight : bold; background : #fff url('_IMAGE_ROOT_URLtab/square/silver/tab-selected.gif'); background-repeat : repeat-x; border-left : 1px Solid #91A7B4; border-top : 1px Solid #91A7B4; border-bottom : 1px Solid #fff; color : #CC6633; } .tab-container li a .top-left-corner { display : none; } .tab-container li a .top-right-corner { display : none; } .tab-container li.dummy a { padding : 2px 0px; background : none; border : 1px Solid #91A7B4; border-width : 0 0 0 1px; } .tab-body-container, .tab-body-container-round { border-color : #91A7B4; border-style : solid; border-width : 0 1px 1px 1px; padding : 10px 10px; background : #fff; position: relative; overflow: auto; background: #fff; margin-bottom: 10px; } .tab-body-container-round { border-color : #C8C8C8; } /* Square Red Tabs */ .tab-container-red li a { background: url('_IMAGE_ROOT_URLtab/square/red/tab-unselected.gif') repeat-x; } .tab-container-red li.selected a { background: url('_IMAGE_ROOT_URLtab/square/red/tab-selected.gif') repeat-x; } /* Square Blue Tabs */ .tab-container-blue li a { background: url('_IMAGE_ROOT_URLtab/square/blue/tab-unselected.gif') repeat-x; } .tab-container-blue li.selected a { background: url('_IMAGE_ROOT_URLtab/square/blue/tab-selected.gif') repeat-x; } /* Tabs - Round */ .tab-container-round { border-bottom: 1px Solid #C8C8C8; } .tab-container-round ul { margin: 0px; padding: 0px; background: transparent; height: 25px; /*padding-left: 10px;*/ } .tab-container-round li { display:inline; list-style-type:none; position: relative; } .tab-container-round li a { text-align: center; text-decoration: none; margin: 0px 0px; /*font-size: 1em; */ font-size: 11px; display: block; float: left; color: #7d7d7d; position: relative; border-color: #C8C8C8; border-width: 1px 1px 0 1px; border-style: solid; padding: 5px 10px; margin-right: 2px; height: 14px; background: #F4F4F3; } .tab-container-round li a .top-left-corner, .tab-container-round li a .top-right-corner { position: absolute; top: -1px; width: 6px; height: 6px; z-index: 3 } .tab-container-round li a .top-left-corner { left: -1px; background: url('_IMAGE_ROOT_URLtab/round/silver/tab-top-left.gif') no-repeat; } .tab-container-round li a .top-right-corner { right:-1px; background: url('_IMAGE_ROOT_URLtab/round/silver/tab-top-right.gif') no-repeat; } .tab-container-round li a:hover { background: #E0E0E0; text-decoration: none; } .tab-container-round li.selected a:hover { background: #fff; } .tab-container-round li.selected a { background: #fff; font-weight: bold; border-bottom: 1px Solid #fff; } .tab-container-round li.dummy a { display: none; }