/*
#
# www.hoteltip.com v2
# Sitelab Internet Engineering
# Wim van Diermen 
#

Import other style-sheets */
@import 'style_ht_pagination.css';

body {
	margin:0px;
}

body,td,a,p,input,textarea {
	font-family:arial,sans-serif;
	font-size:12px; 
	/* color:#1F446E; */
	color:#303030;
} 

#messagebar {
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	left:0px;
	top:0px;
	z-index:20;
	padding:0px; 
	background-color:#FFFF99;
	border:1px dashed #ECEC19;
}


input,textarea {
	font-family:arial,sans-serif;
	font-size:12px; 
	color:#000000;
} 

.listtitle {
	font-family:arial,sans-serif;
	font-size:14px; 
	font-weight:normal;
	color:#022246;
	color:#000000;
}

.pricelisttitle {
	font-family:tahoma,sans-serif;
	font-size:9px; 
	color:#000000;
	padding:2px;
	background-color: #F0F0F0;
}

.header {
	font-family:arial,sans-serif;
	font-size:11px; 
	color:#000000;
}

h1 {
	font-family:arial,tahoma,sans-serif;
	font-size:18px; 
	color:#000000;
	margin:0px;
}


h3 {
	padding:-10px 0 3px 0;
	margin-bottom:18px;
	font:normal 2.5em/1.33em Helvetica, Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	border-bottom:3px solid #2f2f2f;
}

p.p2{
	font:normal 12px Helvetica, Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	line-height:20px;
}

p.p3{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:16px;
}


.messagebar {
	font-family: tahoma,verdana,sans-serif;
	font-size:10px; 
	color:#000000;
}


/* ---- LINK STYLES ----------------------------------------------- */	
a:link, a:visited {
	color:#1F446E;
}

a:active, a:hover {
	color:#FF7700;
}

.smaller {
	font-size:11px;
	padding-top:4px;
	color: #6F85A4;
}

a.lnk_hdr:link, a.lnk_hdr:visited {
	color:#1F446E;
	font-size:11px; 
}
a.lnk_hdr:active, a.lnk_hdr:hover {
	color:#FF7700;
	font-size:11px; 
}







/* ---- FORM STYLES ----------------------------------------------- */	

.optional {
}

.invisible {
	border: 2px solid White;
	padding-left: 1px;
	font-weight: bold;
}

.required {
}

.required_error {
	/*background-color: #FFE7D2;*/
	background-color: #F1D7D8;
}


.select_normal {
	/* color: #2282CD;*/
	background: #D7DDFF;
}


.required_select {
}


.required_select_error {
	/* color: #1F405A;*/
	background: #F1D7D8;
}


.td_required {
	background: url(../pix/bg_required.gif);
	padding-left:3px;
}


.formerror {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FF0000;
	text-align: left;
}

.button {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* - [LIST]----------------------------*/
ul {
	padding-left : 15px;
}

/*  MS TWEAK UL hier */
* html body ul {
	margin-top : 4px;
	margin-left : 10px;
}
/* END MS TWEAK */

li {
	margin-left: 5px;
	/* list-style-type: square; */
	list-style-image : url(../pix/ui/bullet_blue.gif);
}
/* - [/LIST]----------------------------*/

.orange {
	color: #FF7700;	
}

.red {
	color: #FF0000;	
}

.black {
	color: #000000;	
}

.grey {
	color: #c0c0c0; 
}


.white {
	color: #FFFFFF;	
}

.tooltip {
	font-size:11px;
	padding-top:4px;
	color: #000000;
}

.smaller_resultfooter {
	font-size:10px;
}


td.debugmode {
	background-color: #FFFF99;
	font-family: arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.debugmode_balloon {
	font-family: tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #860678;
}



/* - [layer styles]----------------------*/
#global {
	position:relative;
	width:400px;
	height:250px;
	/*border:1px solid #303030;*/
	text-align:inherit;
}

#arrow {
	position:absolute;
	width:39px;;
	height:32px;
	left:10px;
	top:38px;
	z-index:1;
}

#arrow2 {
	position:absolute;
	width:72px;;
	height:32px;
	left:49px;
	top:198px;
	z-index:1;
	border:1px solid #aa0000;
}

#formdiv {
	position:relative;
	width:350px;
	height:auto;
	/*border:1px solid #aa0000;*/
}


/* --- weather ----------------------------------*/
a.lnk_yah_weather:link, a.lnk_yah_weather:visited {
	color:#A8A8A8;
	font-size:9px; 
	text-decoration:none;
}
a.lnk_yah_weather:active, a.lnk_yah_weather:hover {
	color:#888888;
	font-size:9px; 
	text-decoration:none;
}

.temperature {
	color:#949494;
	font-size:22px;  
	font-weight:bold;
}

.temperature_sm {
	color:#949494;
	font-size:12px;  
	font-weight:bold;
}



