/* TABS */

.tabs {
    font-family: arial;
    font-size: 85%;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
	line-height: 100%;
	padding: 0px 0pt 0pt; 
}

.tabs ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

.tabs ul li {
    display: inline;
    cursor: pointer;
    color: DimGray;
    background-color: #eeeeee;
    background-image:  url('/!img/tab-tr.png');
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    margin: 0pt -3px 0pt 8pt;
    padding: 0pt;
}

.tabs ul li.selected {
    display: inline;
    color: #333333;
    background-color: #cccccc;
}

.tabs ul li a {
    text-decoration: none;
    color: DimGray;
    display: block;
    float: left;
    font-size: 120%;
    background-image: url('/!img/tab-tl.png') ;
    background-position: left top;
    background-repeat: no-repeat;
    height: 24px;
    line-height: 1.8em;
    padding: 0px 10px 0px 10px;
}

.tabs ul li.selected a {
	color: Black;
}

.tab-body {
	border-top: 2px solid #cccccc;
	background: transparent url('/!img/tab-background.gif') repeat-x scroll left top;
	padding: 3px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
