@CHARSET "ISO-8859-1";

.content_inside {
	width: 435px !important;
	padding: 0 !important;
}

/* No mostrar como menu lateral */
#rightPane #locationForm,
#rightPane .agencies,
#rightPane .atms	
{
	display: none !important;
}

#agencies .agencyTile {
	clear:both;
	float:left;
	width: 433px;
	overflow: hidden;
	/*border: 1px solid black;*/
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 10px 0;
	color: #4D4D4D;
}

#agencies .agencyTile .name {
	clear: both;
	float: left;
	width: 433px;
	font-size:13px;
	font-weight: bold;
	padding: 3px 0;
	background-color: #FFFFFF;
}
#agencies .agencyTile .basic {
	background-color: #E9E9E9;
}
#agencies .agencyTile .header {
	float:left;
	width: 154px;
	font-weight: bold;
	padding-left: 3px;
}
#agencies .agencyTile .item {
	float: right;
	width: 273px;
	font-weight: normal;
	padding-right: 3px;
}
#agencies .agencyTile .date {
	float:left;
	width: 84px;
	padding: 0;
}
#agencies .agencyTile .spacer {
	clear: both;
	float: left;
	width: 433px;
	height: 14px;
	font-size: 11px;
	text-align: center;
	background-color: #99CC33;
	color: white;
	padding-top: 2px;
}

#agencies .agencyTile div div {
	height: 17px;
	overflow: hidden;
	padding-top:5px;
}
#agencies .agencyTile div .address {
	height: 30px;
	overflow: hidden;
}

#agencies .agencyTile .date div {
	text-align: center;
	border-right: 1px dotted #CCCCCC;
	height: 13px;
	padding-top: 2px;
	background-color: #E9E9E9;
}
#agencies .agencyTile .date .day {
	font-weight: bold;
	/*border-top: 1px dotted #CCCCCC;*/
	border-bottom: 1px dotted #CCCCCC;
	background-color: #CFCFCF;
}
#agencies .agencyTile .date .start {
	background-color: #FFFFFF;
}
#agencies .agencyTile .date .end {
	border-bottom: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}
#agencies .agencyTile .date .empty {
	background-color: #E9E9E9;
}



#atms {

}

#atms .atmTile {
	clear:both;
	float:left;
	width: 433px;
	overflow: hidden;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 10px 0;
	color: #4D4D4D;
}

#atms .atmTile .header {
	clear:both;
	float:left;
	width: 433px;
	height: 17px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
	background-color: #99CC33;
	color: white;
	padding-top: 4px;
	padding-left: 5px;
}

#atms .atmTile .item {
	clear:both;
	float:left;
	width: 433px;
	overflow: hidden;
}

#atms .atmTile .item div {
	height: 30px;
	padding: 5px 3px 0 5px;
	border-bottom: 1px dotted #CCCCCC;
}
#atms .atmTile .item .name {
	float: left;
	width: 171px;
	overflow: hidden;
	background-color: #E9E9E9;
}
#atms .atmTile .item .address {
	float: right;
	width: 245px;
	overflow: hidden;
	background-color: #FFFFFF;
}


#locationForm {
	clear: both;
	float: left;
	width: 433px;
	padding-bottom: 20px;
}
#locationForm label {
	float: left;
	width: 130px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #8EA279;
}
#locationForm .arrow {
	float: left;
	width: 15px;
	height:14px;
	border: 1px solid #D4D0C8;
	border-left: 0 none;
	margin:0px;
	margin-right: 8px;
	padding: 3px;
	padding-left: 0;
	vertical-align:bottom;
	background: url('../images/location/arrow-on.jpg') no-repeat left 3px;
}
#locationForm .off {
	background: url('../images/location/arrow-off.jpg') no-repeat left 3px !important;
}
#locationForm .combo {
	float: left;
	height:14px;
	margin:0px;
	padding: 3px 5px;
	vertical-align:bottom;
	width: 92px;
	/*padding: 3px;*/
	border: 1px solid #D4D0C8;
	border-right: 0 none;
	font-size: 11px;
	/*height: 25px;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #485140;
	font-size: 11px;
}

#countrySelect, #provinceSelect, #citySelect {
	float: left;
	padding:0px;
	display:none;
	position:relative;
	width: 120px;
	max-height: 150px;
	border: 1px solid #D4D0C8;
	border-top: 0 none;
	background-color:#F2F2F2;
	
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	
	/*float:left;*/
}
#countrySelect {
	left:0px;
}
#provinceSelect {
	left:130px;
}
#citySelect {
	left:260px;
}

#locationForm a.option {
	display:block;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #485140;
	font-size: 11px;
	width:100%;
}

#locationForm a.even {
	background-color: #D9D9D9;
}

#locationForm a.option:hover {
	background-color:#A6A6A6;
	color: white;
}

#locationForm .submit {
	float: left;
	cursor: pointer;
	border: 0 none;
	background: url('../images/location/ir.jpg') no-repeat 4px 2px;
	height: 25px;
	width: 40px;
	padding-left: 4px;
}

#locationForm .pager {
	clear: both;
	float: left;
	margin-top: 3px;
	width: 432px;
	overflow: hidden;
	text-align: center;
	padding: 2px 0;
	border: 1px solid #D4D0C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D4D0C8;
}
#locationForm .pager a {
	text-decoration: none;
	color: #8EA279;
	font-weight: bold;
}