/* ##################################################################### */
/*                                   					TITULO DE LA SECCION																		*/
/* #####################################################################*/

DIV.busSchedules-content {
	background-color: #FFFFFF;
	opacity: .9;
	filter:alpha(opacity=90);
	padding: 5px 5px;
	border: solid #B2B2B2 1px;
	border-top: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

DIV.tabs-container {
	position: relative;
	height: 66px;
}

DIV.busSchedules-heading-tabs {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

DIV.busSchedules-heading-tabs DIV.title {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 18px;
	text-align: center;
	width: 230px;
	float: left;
	text-align: left;
	padding-top: 6px;
}

DIV.busSchedules-heading-tabs DIV.tabs {
	float: right;
	z-index: 3;
}

DIV.busSchedules-heading-tabs DIV.tabs DIV.selected-tab {
	width: 110px;
	height: 25px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #878787;
	padding: 10px 0px 0px 0px;
	z-index: 4;
	background-color: #E9E9E9;
	border-bottom: solid #E9E9E9 1px;
}

DIV.busSchedules-heading-tabs DIV.tabs DIV.tab {
	width: 110px;
	height: 25px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #878787;
	padding: 10px 0px 0px 0px;
	z-index: 4;
	background-color: #BFBFBF;
	border-bottom: solid silver 1px;
	cursor: pointer;
}


DIV.busSchedules-tabs-mask {
	position: absolute;
	top: 35px;
	left: 0px;
	background-color: #E9E9E9;
	color: #809B4A;
	text-align: left;
	padding: 5px 0px 5px 5px;
	border-left: solid silver 1px;
	border-top: solid silver 1px;
	border-right: solid silver 1px;
	border-bottom: 0px;
	z-index: 1;
	width: 483px;
	overflow: hidden;
	text-align: center;
}

DIV.tabs-content {
	width:1200px;
	position:relative;
}

DIV.tabs-content DIV {
	float: left;
	width: 483px;
	text-align: center;
}

DIV.tabs-content DIV FORM {
text-align: left;
}

SELECT.selector {
	font-size: 11px;
	color: #809B4A;
	width: 175px;
}

INPUT.filter-button {
	background-position: left;
	background-repeat: no-repeat;
	border: 0px;
	height: 20px;
	width: 86px;
	line-height: 20px;
	background-image: url('../images/ok_btn.gif');
	padding: 0px 8px 2px 28px;
	color: #819D49;
	font-weight: bold;
}

DIV.busSchedules{
	padding: 0px 5px 10px 5px;
	border-top: #809B4A solid 1px;
}

DIV.busSchedules-title {
	text-align: left;
	margin: 10px 0px 5px 0px;
	font-family: Arial;
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #809B4A;
}

DIV.busSchedules-phone {
	font-weight: bold;
	background-image: url('../images/phone_icon.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 6px 0px;
	text-align: left;
}

DIV.busSchedules-schedules {
	text-align: left;
}

DIV.busSchedules-schedules DIV.title {
	font-weight: bold;
}

DIV.no-busSchedules-available {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px;
}

TABLE.time-schedule {
	width: 100%;
}

TABLE.time-schedule THEAD TR TD {
	border-bottom: solid silver 1px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
	font-size: 12px;
	background-color: #EBEBEB;
}

TABLE.time-schedule TBODY TR TD {
	text-align: center;
	color: #666666;
	font-size: 11px;
}

DIV.place {
	font-weight: bold;
	background-image: url('../images/address_icon.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}

.dispBlock{
	display:block;
}

.dispNone{
	display:none;
}