/* sresult */

.trr_desc {
	font-weight: bold;
	color: red;
	text-align: center;
}

.trr_result_table {
	width: 100%;
	margin-bottom : 10px;
}

td.trr_result_table_header {
	background-color: #A90D31;
}

td.trr_result_table_header p {
	font-weight: bold;
	color: white;
	text-align:center;
text-indent:0px;
margin:4px;
}

td.trr_result_table_header a {
	font-weight: bold;
	color: white;
	text-decoration : underline;
}

td.trr_result_table_header a:visited {
	font-weight: bold;
	color: white;
	text-decoration : underline;
}

td.trr_result_table_header a:hover {
	font-weight: bold;
	color: white;
	text-decoration : underline;
}

.trr_result_table_body {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: white;
	border-bottom : 1px dashed #A90D31;
}

/* paging_bar */

table.trr_paging_bar {
}

table.trr_paging_bar td {
	border-left-width: 3px;
	border-right-width: 3px;
	border-left-color: #85C42F;
	border-right-color: #85C42F;
	border-left-style: solid;
	border-right-style: solid;
	font-size: 14px;
	font-weight: bold;
	color: red;
	background-color: #85C42F;
}

table.trr_paging_bar a {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

table.trr_paging_bar a:hover {
	font-size: 12px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

table.trr_paging_bar a:visited {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}


/* hotel */
.trr_hot_table {
}

.trr_hot_img {
	width: 400px;
	padding-bottom: 5px;
}

.trr_hot_h3 {
	color : #85C42F;
	font-weight : bold;
	font-size : 15pt;
}

.trr_resp td {
	border-bottom-width: 1px;
	border-bottom-color: #A90D31;
	border-bottom-style: solid;
	padding-bottom: 5px;
}
