/*
	css defines specific to viewhotels action

	primary author: dmw
	version history
	v0.5 nov 2005
*/

/* override globals */
h2 {
	margin-top:0;
}
#left {
	float:left;
	width:168px;
}

#right {
	margin-left:172px;
	width:584px; /* values tweaked to work in ie6w w/o wrap -- 4px error somewhere*/
}


/* -------------list ----------------------------- */

table.list tr.selected {
	background-color:#ffc;
}
table.list  {
	width:584px;
}
div.hotelname {
	font-weight:600;
}
table.list th.controlheader {
	font-weight:normal;
}
/* not for human use, don't show */
.jsInternalData {
	display:none;
}
/* -------------filtering tools ------------------ */
/* draggers/paths */

.dragpath {
	width: 140px; 
	background-color: #ccc; 
	height: 10px;
}
.draghandle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 10px;
	line-height:0;
	overflow:hidden;
	/*background-color: #0a5a9c;*/
	background: #ccc url(../images/tab.gif) no-repeat top left;
	cursor:pointer;
}
#trackx {
	margin:5px 0;
}

/* filtering tools for search grids */
p#searchResultCount {
	font-weight:bold;
}

div.filters {
	margin: 0 0 0.5em 0; /*TRouBLe*/
	/*width:750px;*/
	/*border:1px solid #0a5a9c;*/
	padding:4px;
}
div.filters p {
	margin-top:2px;
	margin-bottom:2px;
}

div.filtertoolset {
	border:1px solid #7acafc;
	padding:4px;
	margin:1em 0;
}

#nameFilter {
	width: 140px; 
}

input#filterByName {
	color: #fff;
	background-color: #005a9c; 
	border: 1px solid #999;
}


div.filtertooldtl table {
	width:100%;
}

#packagetypescanlist label {
	cursor:pointer;
}

#roomtypescanlist label {
	cursor:pointer;
}

.chkWrap {
	text-indent:-20px;
	margin-left:20px;
}

