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

	.tab-container a,.tab-container{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		
	}
	.tab-container a:active, .tab-container a:focus{
		outline: none
	}
	
	
	.tab-header ul {
		margin: 0px;
		padding: 0px;					
		list-style-type:none;
	}
	.tab-header ul li{
		cursor: pointer;
		float: left;
		margin-right: 3px;
		background-image: url(../images/tab-inactive.gif);
		width: 70px;
		height: 24px;
		text-align: center;
		line-height: 24px;
	}
	.tab-header ul li a {
		color: #FFFFFF;
	}


	.tab-header ul li.active{
		background-image: url(../images/tab-active.gif);
	}
	.tab-header ul li.active a{
		color: #858585;
	}

	.tab-body {
		clear: both;
		background-color: #ececec;
		padding: 5px;
		
	}

	.invisible {
		display: none;
	}

