/* departures_rs.css */
.depdes {
	position: absolute;
	/*width: 546px;
	height: 575px;*/
	display: none;
	z-index:999;
	font-size: 11px;
	border-width: 3px;
	border-style: solid;
	overflow: hidden;
}
.depdes .groups{
	width: 146px;
	height: 345px;
	overflow: auto;
	position: relative;
}
* html { overflow-x: hidden; overflow-y:scroll;}
* + html { overflow-x: hidden; overflow-y:scroll;}

#departures {
	width: 720px;
	height: 502px;
	top: 0;
	left: 0;
    z-index: 999;
}
.sidebox #departures.right {
	right: 0;
    left:auto;
}
#departures .groups{
	width: 730px;
	height: 465px;
	overflow: auto;
	position: relative;
}

#departures .dgroup {
	width: 140px;
	float: left;
	margin: 1px;
}
#departures .dgroup.gclear {
	clear: both;
}

.depdes .head, .depdes .foot {
	height: 22px;
	background-position: 0 50%;
}
.depdes .head .title {
	float: left;
	padding: 2px 2px 0 4px;
	font-size: 12px;
	font-weight: bold;
}
.depdes .foot .ok {
	text-align: center;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	padding: 3px;
	background-position: 0 50%;
}



.depdes label{
	display:block;
	cursor:default;
	position: relative;
	overflow:hidden;
	white-space:nowrap;
	padding:  3px 3px 2px 3px;
	margin: 0;
}
.depdes .groups label.color1bg { margin: 5px 0 3px; font-weight: normal; text-decoration: underline; font-size: 12px; }

* html .depdes label{ padding:  0px; }
* + html .depdes label{ padding:  0px; }

.depdes .grouplabel{
	font-weight:bold;
}
.depdes label span{
	position: relative;
	top: -3px;
}
.depdes label input{
	margin: 1px 4px;
}
* html .depdes .label input{
	margin: 0px 7px 0 1px;
}
* + html .depdes .label input{
	margin: 0px 7px 0 1px;
}

#depiframe, #destiframe {
	display: none;
	width: 0px;
	height: 0px;
	z-index: 998;
	border: 0px;
	position: absolute;
}
.depdes .hideit {
	float: right;
	width: 25px;
	height: 15px;
}
.depdes .hideit .close {
	width: 25px;
	height: 15px;
}
