/*
#
#  www.hotel7.com
#
*/

.invisible {
    display: none;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

/*
#
# status icons
#
*/

.icon {
    display: block;
    width: 20px;
    height: 17px;
    padding-top: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
}

.iconspace {
    float: left;
    margin: 1px 10px 2px 0;
}

.icontext {
    padding-top: 2px;
}

/* blue */
.status_ST {
    background-color: #18B8EA;
    color: black;
}

/* green */
.status_CF {
    background-color: #00D05A;
    color: black;
}

/* yellow */
.status_PD {
    background-color: #FFE600;
    color: black;
}

/* white */
.status_IN, .status_AB, .status_TO {
    background-color: white;
    color: black;
}

/* grey */
.status_MD {
    background-color: gray;
    color: white;
}

/* red */
.status_DD, .status_NS, .status_CD {
    background-color: #A43434;
    color: white;
}

/*
#
# credit card
#
*/

.cc1 {
    background-color: #00D05A;
    color: #B8F0A0;
}

.cc0 {
    background-color: #C0C0C0;
    color: #DDDDDD;
}

/*
#
# autocomplete
#
*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	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-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

/*.ac_loading {
	background: white url('/images/icons/wait.gif') right center no-repeat;
}*/

.ac_over {
	background-color: #0A246A;
	color: white;
}
