/*
 * Apache License
 * Version 2.0, January 2004
 * http://www.apache.org/licenses/
 *
 * Copyright 1996-2008 by Sven Homburg
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 */

DIV.tap5c_tab-set {
	zoom:1; /* to fix the additional height of float in IE.*/
}


DIV.tap5c_tab-set-panel {
    background: url( ../../images/white-top-bottom.gif ) repeat-x scroll 0pt;
    border:1px solid silver;
    border-bottom: 0;
    color: black;
    cursor: pointer;
	text-align:center;
	margin-right:10px;
    width: 100px;
    float:left;
    background: #FFF;
    height:20px;
    line-height:20px;
}

DIV.activated {
    font-weight: bold;
    background: #DDEEF2;
    position:relative;
    top:1px;
}

DIV.tap5c_tab-set-content {
	clear:left;
    border: 1px solid silver;
    background: #DDEEF2;
}
