@charset "utf-8";

/* -----------------------------------------------
	
	Forms
	
----------------------------------------------- */

form.tabmin_form {
	width: auto;
}

form.tabmin_form input[type=text], 
form.tabmin_form input[type=password] {
	width: 150px;
}

form.tabmin_form select {
	min-width: 150px;
}

form.tabmin_form textarea {
	height: 150px;
	width: 200px;
}

/* -----------------------------------------------
	
	Action Buttons
	
----------------------------------------------- */

.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;
}

/* -----------------------------------------------
	
	Location Suggestions
	
----------------------------------------------- */

.tabmin_suggest {
	position: absolute;
}

.tabmin_suggest select {
	width: 400px !important;
	position: absolute;
	z-index:100; 
	/*background-color: #bbd6f4;*/
	border: 1px black solid;
}

.tabmin_suggest 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
}

/* -----------------------------------------------
	
	Information Tables
	
----------------------------------------------- */

.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_header {
	/*background-color: #ddd;*/
}

/* -----------------------------------------------
	
	Tooltips
	
----------------------------------------------- */

.tool {
	position: relative;   /* this is key */
}
 
.tool span.tip {
	display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
.tool:hover span.tip,  /* For everyone but You-Know-Who */
.tool span.tip_hover { /* For IE6 */
	display: block;
	z-index: 100;
	position: absolute;
	top: -3px;
	right: 20px;
	width: auto;
	padding: 3px 7px 4px 6px;
	border: 1px solid #333;
	background-color: #f7f4ed;
	font: normal 10px arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

span.tip:hover {
	display: none !important;
}

/* -----------------------------------------------
	
	ErrorSet
	
----------------------------------------------- */

.debug_bar {
	position: fixed;
	min-height: 15px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
}

.debug_bar>div {
	margin: 0 auto;
	max-height: 200px;
	overflow: auto;
	width: 95%;
    color: #D8000C;
	border: 1px solid;
	border-bottom: none;
    background-color: #FFBABA;
	padding: 10px;
}
