@charset "utf-8";
/* CSS Document */


form.tabmin_form input[type=text], 
form.tabmin_form input[type=password],
form.tabmin_form select {
	width: 150px;
}

form.tabmin_form textarea {
	height: 150px;
	width: 200px;
}
				  
.action_button {
	width: 16px;
	height: 16px;
	margin: 2px 2px;
	padding: 0;
	float: left;
}

.action_button * {
	margin: 0;
	padding: 0;
	display: inline;
}

.action_button img {
	border: none;
}
#locationSuggestContainer
{

	position: absolute; 
	z-index:100; 
	margin-top: 2px;
}

#locationSuggest
{
	width: 400px;
	background-color: #0099FF;
	position: absolute;
	z-index: 100;
	border: 1px black solid;
}


#locationSuggest option
{
	padding-top: 5px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.grid{
	list-style:none;
	width: 100%;
}

ul.grid li{
	width: 700px;
	background-color: #CCCCCC;
	margin-bottom: 3px;
	padding: 10px;
	float: left;
	clear:both;
}

ul.grid li .image {
	width: 146px;
	float: left;
}

ul.grid li .caption{
	float: left;
	width: 500px;
}

ul.grid li .buttons, ul.grid li .image_buttons {
	float: left;
	clear: both;
}

ul.grid li .image_buttons {
	margin-right: 10px
}

.info_table {
	width: 100%;
}

.info_table th,
.info_table td {
	padding: 2px 5px;
	vertical-align: top;
}

.info_table tr.dark{
	background-color: #ccc;
}

.info_table tr.light{
	background-color: #ddd;
}

.info_table tr.featured.light
{
	background-color: #eeeeaa;
}

.info_table tr.featured.dark
{
	background-color: #cccc88;
}
.info_table_header {
	/*background-color: #ddd;*/
}

