/* CSS Document */

#body #page #leftBlock #flight {
	background-image: url(img/flightTitle_r2_c1.gif);
	background-repeat: no-repeat;
	background-position: left 21px;
	margin-bottom: 10px;
}
#body #page #main #flightSearch {
	background-color: #F5F5F5;
	border: 1px dotted #CCCCCC;
	padding: 0.5em;
	width: 60%;
	margin-top: 10px;
	margin-left: 20px;
}
#body #page #main #flightSearch #submit {
	width: 10em;
	height: 1.8em;
	border-top-color: #009999;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #009999;
	background-color: #339999;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 1em;
	color: #333333;
	background-color: #CCCCCC;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding-left: 1em;
	margin-left: 0px;
	width: 50%;
	margin-top: 1em;
}
.dias {
	margin-left: 120px;
	margin-right: 10px;
}
.dias .dia {
	font-size: 1.1em;
	line-height: 1.5em;
	background-image: url(../common/img/square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	font-weight: bold;
	width: 65%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.dias .dia a {
	padding-left: 1em;
	font-size: 0.9em;
	font-weight: normal;
}


.dias .dia2 {
	font-size: 1.1em;
	line-height: 1.5em;
	background-image: url(../common/img/square.gif);
	background-repeat: no-repeat;
	background-position: left 7%; /*marker verticall setting*/
	padding-left: 16px;
	font-weight: bold;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.dias .dia2 a {
	padding-left: 1em;
	font-size: 0.9em;
	font-weight: normal;
}

