/*
  TransHotel MicroSite 2.0 style sheet
  Adaptaciones /*artek*/
*/

/*
  Body Styles
*/
body
{
	padding: 0px 0;
	margin: 0;
	background-color: #FFF;
  font-size: 12px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

/*
  List Styles
*/
ul, ol
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

/*
  Page Styles
*/
.trh_page
{
	border: solid 1px #eee;
	border-width: 0px;
	background: #ffffff;	/*artek*/
	margin: 2%;		/* set side margins here because IE doesn't like it set on the body element */
	min-width: 40em;	/* IE doens't understand this property. I use ems rather
				   than pixels so that the layout shouldn't break even
				   when the browser's default size is set very large */
	width: auto;
	text-align: center;
}

/*
  Page Header Style on top of each page. Can be used to control the top margin.
*/
.trh_page_header {
	height: 0px;
}

/*
  Page Footer Style at the bottom of each page. Can be used to control the bottom margin.
*/
.trh_page_footer {
	height: 0px;
}

/*
  Navigation Bar Styles
*/
ul.trh_navbar {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background: #FFF;
	width: 100%;
}

li.trh_navbar {
	float:left;
	margin:0;
	padding:0;
}

a.trh_navbar {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:normal;
	background:#B1C8DB;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	border-right:1px solid #aaa;
	border-bottom:1px solid #eee;
}

a.trh_navbar_here {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0.25em 1em;
	border-top:1px solid #eee;
	border-right:1px solid #aaa;
	background:#ffffff;	/*artek*/
	border-bottom:1px solid #DAE3E6;
	border-left:1px solid #DAE3E6;
}

/*
  Paragraph Style
*/
.trh_paragraph {
	background: #EBF0F2;
	border: 1px solid #3975A6;
	padding: 5px 9px;
	text-align: left;
	width: 550px;
}



/*
  Paragraph Title Style
*/
.trh_paragraph_title {
  color: #FFFFFF;
	padding: 5px 9px;
	margin-top: 25px;
	background: #3975A6;
	border: 1px solid #3975A6;
	width: 550px;
	text-align: left;
}

/*
  Style of Paragraph with dotted border
*/
.trh_paragraph_dotted {
	background: #EBF0F2;
	border: 1px dotted #3975A6;
	text-align: center;
  font-size: 11px;
	width: 650px; 
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
}


/*
  Error Message Style
*/
.trh_error_message {  
  border-width:medium; 
  color:red;
  }

/*
  Style of Labels of Input Fields
*/
.trh_index {
	vertical-align: top;
	font-style: italic;
	width: 160px;
}


/*
  Search Result Table Style
*/
.trh_results {
	border-collapse: collapse;
	border: 1px solid #3975A6;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: super; /* to align hotel name and offer icon */
}

/*
  Style of data items in results table
*/
td.trh_results {
	background: #EBF0F2;
	border: 1px solid #3975A6;
	padding: 4px;
	line-height: 130%;
}

/*
  Style of link of data items in results table
*/
a.trh_results {
  color: #264F70;
	border: none;
	font-weight: bold;
}

/*
  Style of price data items in results table
*/
td.trh_results_price {
	background: #EBF0F2;
	border: 1px solid #3975A6;
	padding: 4px;
	line-height: 130%;

  text-align: right;
	font-weight: bold;
}


/*
  Table Column Header Style
*/
.trh_header {
	background: #3975A6;
/*	padding-top: 6px; do not use, if words are wrapped in two lines, lower word covers upper word with bg color */
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
  color: #FFFFFF;
  text-align: left;
}

/*
  Table Column Header Style of Price Details
*/
th.trh_header_price_details {
	border: 1px solid #3975A6;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	line-height: 130%;
	font-weight: bold;
}

/*
  Table Column Header Style of Links
*/
a.trh_header {
  text-decoration: none;  
	padding-right: 4px;
	float: left;
}

/*
  Style of Status Box in Agency Pages
*/
.trh_status {
	background: #B1C8DB;
	border: none;
}

/*
  Style of Navigation Box in Search Result Page
*/
.trh_navigationbox {
	background: #B1C8DB;
	border: none; 
}

/*
  Style of images in Hotel Details
*/
.trh_img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
  float: left;
}

/*
  Style to hide elements
*/
.trh_hide {
	display: none;
}

/*
  Style of Comboboxes
*/
.trh_select {
}

/*
  Style of Input Fields
*/
.trh_input {
}

/*
  Style of some buttons
*/
.trh_button1 {
}

/*
  Style of the main submit buttons
*/
.trh_button2 {
	margin: 30px;
}

/*
  Style of Checkboxes
*/
.trh_check {
}

/*
  Style of Links
*/
.trh_link {
}

.trh_stress {
	font-weight: bold;
}

.trh_line_high2 {
	line-height: 250%;
}

.trh_line_high1 {
	line-height: 150%;
}

/*
  Style of Hotel Details Text
*/
.trh_hoteldetails {
	background: #EBF0F2;
	border: 1px solid #3975A6;
	padding: 5px 9px;
	width: 550px;
	margin-bottom: 25px;
	margin-top: 10px;
}

/*
  Style of Hotel Name in Hotel Details
*/
.trh_hotel_name {
  font-size: 14px;
  color: #3975A6;
	font-weight: bold;
	text-align: center;
}

/*
  Style of Hotel Address in Hotel Details
*/
.trh_hotel_address {
	text-align: center;
	font-weight: bold;
}

/*
  Style of Hotel Description in Hotel Details
*/.trh_hotel_description {
	text-align: left;
	padding-top: 10px;
}

/*
  Style of Photos in Hotel Details
*/

.trh_photos {
	border: 1px solid #264F70;
	margin: 5px;
}

/*
  Style of Photo Links in Hotel Details
*/
.trh_photos_links {
	border: 1px solid #264F70;
	margin: 5px;
}

/*
  Style used in hotel details
*/
.trh_hoteldetails_general_table_col1 {
  font-size: 11px;
	text-align: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*
  Style used in hotel details
*/
.trh_hoteldetails_general_table_col2 {
  font-size: 11px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

/*
  Style to align left
*/
.trh_textalign_left {
	text-align: left;
}

