FORM.rooms {
	background-color:white;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
FORM.rooms TABLE{
	width:auto;
}
FORM.rooms TD{
	padding-bottom:10px;
}
FORM.rooms SPAN{
	color:#E98952;
}
FORM.rooms INPUT{
	width:40px;
	border:1px solid #9495A2;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#E98952;
	margin-right:5px;
}
FORM.rooms SELECT{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#E98952;
	margin-left:14px;
	width:112px;
}
#rooms_submit {
	width:80px;
	text-align:center;
	cursor:pointer;
	background-color:#135B8C;
	border:0;
	color:white;
	text-decoration:underline;
	font-family:Arial; font-size:11px;
	padding:2px 0; margin-top:5px;
}
TABLE.table_1 {
	width:auto;
        text-align: center;
}
TABLE.table_1 TD {
	padding:2px 5px;
	background-color:#6A94AA;
	color:white;
	
}
TABLE.table_1 TH{
	background-color:#1F5D82;
	font-size:11px;
	color:white;
	padding:5px;
        cursor: pointer;
        background-image: url('/images/not_sorted.gif');
        background-repeat: no-repeat;
        background-position: 4px 50%;
        padding-left: 13px;
}
TR.temp TD{
	background-color:#B7D0D7;
	color:#0A466A; 
	
}

TR.temp1 TD{
	background-color:red;
	color:#0A466A; 
	font-weight:bold;
}

div.simlink
{
    width: 20px;
    height: 20px;
    text-align: center;
    text-decoration: none;
}

a div.simlink
{
    text-decoration: none;
    cursor: pointer;
}

div.tkv{width: 30px; height: 30px;border: solid black 1px;}

table.tree
{
    width: 100%;
    border-spacing: 0px;
}

table.tree td
{
    background-color: white !important;
    color: #446C84;
    font-weight: 600;
    padding:0px;
}

div.openTree
{
    border: 1px solid #B6CFD6;
    background-color: #E8F0F2
}

div.treeStage
{
    float: left;
    width: 80px;
    font-size: 11px;
    font-weight: 600;
}

div.openStage
{
    margin-top: 4px;
    margin-bottom: 4px;
}

div.openTree2
{
    background-color: white;
    border-top: 1px solid #B6CFD6;
    border-bottom: 1px solid #B6CFD6;
    padding-top: 4px;
    padding-bottom: 4px;
}

span.apart
{
    margin-left: 10px;
    margin-right: 10px;
}
span.apart a
{
    color: #089BCC;
}

div.rooms
{
    text-align: left;
    margin-left: 80px;
}

TR.tmp TD{
	background-color:#B7D0D7;
	color:#0A466A;

}
TR.tmp1 TD{
	background-color:#d7cab7;
	color:#0A466A;
	cursor:pointer;

}
TR.tmp2 TD{
	background-color:#b7d7cd;;
	color:#0A466A;
	cursor:pointer;

}
TR.tmp1s TD{
	background-color:#F90;
	color:#FFF;
	cursor:pointer;

}
TR.tmp2s TD{
	background-color:#F90;;
	color:#FFF;
	cursor:pointer;

}
TR.tmp {cursor: pointer}

table.params
{
    background: transparent;width: 100%;
}

table.params td{background: transparent;}

div.bgprice
{
    background: url("/images/bgPrice.gif") repeat-x;
    border: 1px solid #B6CFD6;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 16px;
    color: #287C15;
}

span.unbold{font-weight: 500;}

th.asc,th.desc{background-image: url('/images/up.gif') !important;}
th.desc{background-image: url('/images/down.gif') !important;}

tr.tmp2 td.left,tr.tmp1 td.left, tr.tmp2s td.left,tr.tmp1s td.left
{text-align: left;padding-left: 13px;}

/* tables */
table.roomstable {
	text-align: center;
}
table.roomstable thead tr th, table.roomstable tfoot tr th {
	background-color: #1f5d82;
	color: #FFFFFF;
	border: 1px #FFF;
	font-size: 11px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 5px;
	padding-top: 5px;
}
table.roomstable thead tr .header {
	background-image: url(/images/not_sorted.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	cursor: pointer;
}
table.roomstable tbody td {
	color: #0a466a;
	padding: 2px 5px;
	background-color: #d7cab7;
}
/*table.roomstable tbody tr.odd td {
	background-color:#F0F0F6;
}*/
table.roomstable thead tr .headerSortUp {
	background-image: url(/images/down.gif);
}
table.roomstable thead tr .headerSortDown {
	background-image: url(/images/up.gif);
}
table.roomstable thead tr .headerSortDown, table.roomstable thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.roomstable tr.row {
	cursor: pointer
}
