.navbar-title {
	font-size: 14px; 
	color: #182750; 
	margin-left: 10px;
}

.odd {
	/* background-color: #FFCCFF; */
	background-color: #FFBBBB;
	color: #990000 ;
}

.even {
	/*background-color: #FFCCCC;*/
	background-color: #990000;
	/*color: #A80000 ;*/
	color: #FFFFFF;
}

.hover-menu { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	white-space:nowrap;
	display: inline-block;
}
.hover-menu li { 
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
.hover-menu-tag {
	color:black;
	display:inline-block;
	font-size:10px;
	font-weight:normal;
	color: grey;
	height:30px;
	text-align:right;
	width:50px;
	text-decoration: none;
	text-shadow:1px 1px 1px #DDDDDD;
	background:url('../images/tag-24.png') no-repeat left center;
}
.hover-menu-actor {
	color:black;
	display:inline-block;
	font-size:10px;
	font-weight:normal;
	color: grey;
	height:30px;
	text-align:right;
	width:62px;
	text-decoration: none;
	text-shadow:1px 1px 1px #DDDDDD;
	background:url('../images/user-group-24.png') no-repeat left center;
}
.hover-menu-year {
	color:black;
	display:inline-block;
	font-size:10px;
	font-weight:normal;
	color: grey;
	height:30px;
	text-align:right;
	width:62px;
	text-decoration: none;
	text-shadow:1px 1px 1px #DDDDDD;
	background:url('../images/calendar-24.png') no-repeat left center;
}
.hover-menu span { 
	z-index: 300;
	display: none;
	position:absolute;
	left: 20px; 
	top: 200px;
}
.hover-content-close {
	float: right; 
	width: 20px; 
	height:20px; 
	background:url('../images/close.png') no-repeat left center;
}
#slider-contents {
	position:relative;
	float: right;
	height:40px;
	display: inline;
}
#slider-small-label { 
	background:url('../images/small_label.png') no-repeat; 
	height:14px; 
	width:29px; 
	overflow:hidden;
	float:left; 
}
#slider-large-label { 
	background:url('../images/large_label.png') no-repeat; 
	height:14px; 
	width:29px; 
	overflow:hidden;
	float:left; 
}
#slider-bar { 
	background:url('../images/slider.png') no-repeat; 
	height:14px; 
	width:100px; 
	position:relative; 
	float:left;
} 
#slider-handle { 
	background:url('../images/slider_handle.png') no-repeat; 
	height:14px; 
	width:13px; 
	overflow:hidden;
	position:absolute;
	z-index:100;
}
#slider-bubble{ 
	font-size: 9px;
	background:url('../images/callout.png') no-repeat; 
	background-position: right top;
	height:46px; 
	width:38px; 
	overflow:hidden; 
	position:absolute; 
	top:-50px;
	padding:16px 17px 0 0;
	text-align:right;
	font-weight:bold;
	color:black; 
}
.btn-save{
	width: 120px; 
	height: 26px; 
	border: 0px;
 	background:url(../images/save_btn.png);
}
