/* CSS Document */

.hidden {
	display: none;
}

#default {
	font-family: Helvetica, Arial, sans-serif;
}

#nearest_entities a {
	text-decoration: none;
	color: #369;
}

form#ftsny_search fieldset {
	background-color: #BBBBBB;
	padding-bottom: 10px;
}

form#ftsny_search fieldset h2 {
	font-size: 1.2em;
	font-weight: bold;
}

#article form#ftsny_search label {
	width: 20%;
}

input#location, #ftsny_search input#keywords {
	background-color: #fff;
	border: 2px solid #999;
	min-width: 220px;
	padding: 2px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	font-size: 12px;
	height: 18px;
	color: #666;
	outline: none;
}

form#ftsny_search fieldset .dates {
	background: url(/scribe/themes/mysalvos/images/arrow.gif) no-repeat scroll 202px 0 #FFFFFF;
	border: 2px solid #333333;
	border-radius: 6px 6px 6px 6px;
	float: left;
	height: 20px;
	margin-right: 5px;
	margin-top: 5px;
	overflow: hidden;
	width: 225px;
}

#ftsny_search select {
	border: 0 none;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	line-height: 18px;
	padding: 2px;
	width: 245px;
	margin: 0px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#article #ftsny_search select {
	width: 245px;
}

form#ftsny_search #buttons {
	clear: both;
	padding-top: 10px;
}

form#ftsny_search input#search {
	background: transparent url(/scribe/themes/mysalvos/images/fsny-btn.png) no-repeat scroll left top;
	margin: 0px 0px 0px 20%;
	padding: 0px;
	height: 25px;
	width: 69px;
	border: none;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
}

form#ftsny_search input#reset {
	background: transparent url(/scribe/themes/mysalvos/images/fsny-btn-reset.png) no-repeat scroll left top;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	height: 25px;
	width: 69px;
	border: none;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
}

form#ftsny_search input#search:hover {
	background: transparent url(/scribe/themes/mysalvos/images/fsny-btn.png) no-repeat scroll right bottom;
}

form#ftsny_search input#reset:hover {
	background: transparent url(/scribe/themes/mysalvos/images/fsny-btn-reset.png) no-repeat scroll right bottom;
}

table#nearest {
	border-collapse: collapse;
	margin: 10px 0;
	border: 1px dotted #CCCCCC;
	max-width: 100%;
}

#nearest_entities, #ftsny_search {
	font-size: 0.8em;
}

#nearest_entities table tr {
	padding-left: 5px;
}

#nearest_entities table th {
	text-align: left;
}

#nearest_entities table tr th:first-child {
	padding-left: 5px;
}

#nearest_entities table tr.norm {
	background-color: #E5E5E5;
}

#nearest_entities td.numbers {
	font-size: 11px;
	color: #fff;
	display: block;
	height: 18px;
	line-height: 18px;
	margin: 5px 5px 5px 0;
	float: left;
	background: transparent url(/scribe/themes/mysalvos/images/map-table-stores-bg.png) no-repeat scroll left top;
	border: none;
	vertical-align: top;
	text-align: center;
	padding: 0;
	width: 40px;
}

#nearest_entities td.numbers a {
	color: #fff;
	text-decoration: none;
}

#nearest_entities td.numbers a:hover {
	text-decoration: underline;
}

.show-btn a {
	font-size: 12px;
	display: block;
	clear: both;
	height: 14px;
	line-height: 14px;
	text-align: right;
	background: transparent url(/scribe/themes/mysalvos/images/show-arrow.png) no-repeat scroll right top;
	margin: 0;
	padding: 0 20px 0 0;
}