.jqResize {
   width:5px;
   height:5px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
   background: url("images/corner.gif") bottom left no-repeat;
   z-index: 20;
}

.jqClose {
   width:5px;
   height:5px;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
   background: url("images/close_block.gif") top left no-repeat;
   z-index: 20;
}

.jqMove {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   cursor: move;
   /*background: #cce url("images/tc.gif") top left no-repeat;*/
   background: #cce;
   z-index: 10;
}

.jqDnR {
    z-index: 3;
    position: absolute;
    color: #618d5e;
    background: #EEC;
    border: 1px solid #93933C;
	left: 0;
	overflow: hidden;
	font-size: 9px;
	line-height: 12px;
}

.iInfo {
	font-size: 4px;
	color: black;
	z-index: 21;
	position: absolute;
}

.tbl td {
	width: 25px;
	height: 25px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.tc {
	position: relative; 
	height: 100%; 
	width: 100%; 
}

.table_container {
	z-index: 2;
	position: relative;
	float: left;
	overflow: none;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	background: #fff url("images/cell2.gif");
}

#parent_container {
	border: 0px solid red;
	float: left;
	position: relative;	
	overflow: hidden;
}

.info_table {
	border-collapse: collapse; 
	/*width: auto;*/
	margin-bottom: 40px;
}

.info_table td {
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
}


.info_table tr.first_row td {
	height: 50px;
	text-align: center;
	border-bottom: 2px solid #999;
}

.info_table tr.first_row td.we {
	background-color: #DDD;
}

.info_table td.first_cell {
	width: 250px;
	padding-left: 5px;
	line-height: 25px;
}

.info_table td.month_header {
	width: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #000;
}

.info_table td.month_header div {
	overflow: hidden;
}

#info_panel {
	display: none;
	margin-bottom: 50px;
	1overflow: hidden;	
	position: fixed;
	width: 250px;
	top: 190px;
	right: 20px;	
	z-index: 100;
	background: #dddddd;
	padding: 10px;
	1overflow:auto;	
	border: 1px solid #000;
	1max-height: 500px;
}


#info_panel .content {
	overflow:auto;	
	max-height: 500px;
	border: 0px solid #FFF;
	margin-bottom: 15px;
}

.info_panel {
	border: 1px solid #333;
	padding: 5px;
	background-color: #f5f8c9;
	float: left;
	1clear: both;
	margin: 5px 10px;
}

.info_panel div {
	margin-left: 10px;
	margin-bottom: 10px;
}

.first_cell ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	top: 25px;
	right: 0px;
	display: none;	
}

.first_cell ul li {
	width: 100%;
	height: 25px;
	border-top: 1px solid black;
	white-space: nowrap;
}

.first_cell span {
	background: url("images/plus.gif") top left no-repeat; 
	display: block;
	float: left;
	width: 9px;
	height: 9px;
	margin-top: 8px;
	margin-right: 10px;
	cursor: pointer;
}

.first_cell span.minus {
	background: url("images/minus.gif"); 
}

#map_nav_line {
	text-align: center;
	margin-bottom: 10px;
}

#map_nav_line a {
	margin: 0px 20px;
	line-height: 25px;
}

#map_nav_line span {
	font-size: 10px;
	font-style: italic;
}

.room_details {
	float: right;
	display: block;
	line-height: normal;
	font-size: 0px;
	border: 0px solid red;

}

.room_details div {
  position: absolute; 
  display: none;
  border: 1px solid #000;
  background: #FFF;
  z-index: 25;
}

.room_details img {
	margin: 2px;
}

.info_link {
	cursor: pointer;
}

#info_room {
	border: 1px solid #000;
	background: #ECB;
	position: absolute;
	padding: 10px;
	left: 300px;
	top: 300px;
	display: none;	
	z-index: 25;
	width: 450px;
}

.info_obj_name {
	width: 76px;
	padding: 0px 2px;
	overflow: hidden;
}

.info_table tr.first_row td.sel_td, .info_table td.sel_td b {
	background-color: red;
}

#order_hide {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 11px;
	height: 11px;
	background: url("images/order_up.gif") top left no-repeat; 
}

.week_day {
	font-size: 10px;
	display: block;
}

#info_panel_container {
	height: 235px;
	overflow:auto;
	position: relative;	
}