
@import "../theme/flora/flora.all.css";
@import "../theme/lightbox/jquery.lightbox.css";
@import "../theme/slideviewer/slideviewer.all.css";


/*********************************************\
| JQUERY									  |
\*********************************************/
/* jqi ALERTBOX */
div.jqifade{background-color: #000;}
div.jqi{background-color: #c14819;}
div.jqi .jqicontainer{background-color: #d46f48;color: #ffffff;font-weight: bold;}
div.jqi .jqimessage{background-color: #c14819;}
div.jqi .jqibuttons{}
div.jqi button{background: #c14819; color:#CCCCCC; font-weight:bold;}
/* flash TRACE */
#trace{background:#FFFFFF; color:#333333; font-size:10px;border:dashed #CCCC00 3px;}
/*********************************************\
| JQUERY END								  |
\*********************************************/
/* infotab */
#INFOTAB { position:absolute; z-index:150; background:url(../_fw/img/various/infoTab.png) no-repeat center bottom; top:0px; left:50%; right:50%; width:350px; height:38px; margin-left:-175px; display:hidden;}
	#INFOTAB .cnt {padding:5px; padding-left:30px; font-size:11px; color:#fff; font-family:tahoma, arial, verdana; line-height:12px; }


/* autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid #e37a05;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 11px;
	overflow: hidden;
}

.ac_title {
	font-weight: bolder;
}

.ac_loading {
	background : Window url('../_fw/img/various/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #e37a05;
	color: #fff;
}

.ac_highlight {
	color: #000;
}

/*lighBox*/
#gallery {
	/*
	background-color: #444;
	padding: 10px;
	width: 520px;
	*/
	text-align:center;
}
#gallery div { display: inline; margin-left:0px; margin-right:0px; }
#gallery img {width:50px; height:50px; border: 4px solid #fff;}
#gallery a:hover img {border: 4px solid #fbaa35;}
