/************************* RESET **********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, input,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

/************************* STRUCTURE **********************/

html {

}

body {
	color: #333;
	font: 11px/16px Arial, Helvetica, sans-serif;
}

/***************** HOTELS *******************/

.hotel {
	overflow: hidden;
	margin: 25px 0 0 0;
	width: 725px;
}

.hotel1 {
	background: url(bg_bar1.png) no-repeat top;
}
		
	.header{
		line-height: 45px;
	}
	
	.hotel .header h2 {
		float: left;
		padding: 0;
		font-weight: normal;
		color: #FFF;
    	font-size: 26px;
		margin: 0 0 0 50px;
		
	}
	
	.hotel .header h2 span {
    	font-size: 14px;
		
	}
	
	.hotel .header p {
		float: right;
		margin-right: 25px;
		font-size: 10px;
		color:#FFF;
		text-transform: uppercase;
	}
	
	.hotel .header img{
		float: left;
		margin: -5px 0 0 15px;
		position: absolute;
	}
	
	.hotel table {
		margin: 0 0 20px 0;
		width: 705px;
	}
		
		.hotel table tr.dates
		{
			
		}

		.hotel th, 
		.hotel td{
			padding: 0 10px 0 10px;
			text-align: right;
		}
		
		.hotel th
		 {
			height: 35px;
			padding-top: 3px !important;
			text-transform: uppercase;
		}

		.hotel td
		 {
			height: 30px;
		}
		
		
		.hotel th{
			color: #FFF;
		}
		
		.hotel .name
		{
			text-align: left;
			width: 190px;
			padding:  0 10px 0 50px;
			text-transform: uppercase;
		}
		
		.hotel span.red a{
			color: #286894;
			font-weight: bold;
		}
		
		.hotel span.grey a{
			color: #194e97;
		}
		
		.hotel span.linethrough a{
			color: #000;
			text-decoration:line-through;
		}


/************************* Ajax loader **********************/

#loadtext {
	background:#FFF;
	display:block;
	font-weight: bold;
	text-align:center;
	position:absolute;
	margin:7px 0 0 220px;
	top:50px;
	z-index: 51;
	padding:3px;
	border:1px solid #EBEBEB;
	width:180px;
	height:50px;
}

#loadtext_inde {
	background:#F0EFEF;
	height:50px;
}

#loadtext_inde p{
	margin: 0;
	padding: 5px 0;
}

#ajax_overlay {
	background-color:#fff;
	display:none;
	position:absolute;
	width:100%;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 50;
}

	
/************************* OTHERS **********************/

a {
    color: #286894;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.button {
    background: url("https://www.service-co.dk/Files/Templates/Designs/2011/images/redbutton-right.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 23px;
    margin-right: 6px;
    padding-right: 15px;
    text-decoration: none;
    margin: 8px 0 0 15px;
}

.button span {
    background: url("https://www.service-co.dk/Files/Templates/Designs/2011/images/redbutton-left.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 13px;
    padding: 5px 0 5px 15px;
}
