/* CSS Document */


/* titles */

.title_container {	
	position: relative;
	margin: 0px;
	margin-top: 5px;
	height: 30px;
}

.title_container  ul{	
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.title_container li {
	display: block;
	float: left;
	list-style: none;
	text-align: center;
	width: 100px;
	margin-left: 0px;
}

.title_active {
	height: 15px;
	padding-top: 9px;
	padding-bottom: 8px;
	background-color: #FFCC66;
	margin-left: 1px;
	border-left: 1px solid #FFB00D;
	border-top: 1px solid #FFE4AE;
	border-right: 1px solid #FFE4AE;
}

.title_pasive {
	margin-top: 6px;
	padding-top: 5px;
	height: 20px;
	background-color: #6699CC;
	border: 1px solid #3974AE;
}

.title_empty_pasive {
	margin-top: 6px;
	height: 25px;
	border-left: 1px solid #3974AE;
}

.empty_line_blue {
	display: block;
	position: absolute;
	width: 100%;
	margin-top: 6px;
	height: 25px;
	background-color: #6699CC;
	border: 1px solid #3974AE;
	border-left: 0px;
	border-right: 0px;
}

.empty_line_orange {
	position: absolute;
	width: 100%;
	display: block;
	margin-top: 0px;
	height: 33px;
	border-bottom: 2px solid #FFB00D;
}


.title_active a {
	display: block;
	color: #000000;
	font-weight: normal;
}

.title_active a:hover {
	color: #000000;
	font-weight: normal;
}


.title_pasive a {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 5px;
}

.title_pasive a:hover{
	color: #FFFFFF;
	font-weight: normal;
}

