body {
font-family: Geneva, Arial, Helvetica, sans-serif;
margin: 0px;
/*text-align: center;*/
font-size:12px;
border:none;
	background-color:#FFF;

}

a:link              { color:#000; text-decoration:none; }
a:visited           { color:#333; text-decoration:none; }
a:hover             { color:#F00; text-decoration:none; }
a:active            { color:#F70; text-decoration:none; }

#newslink a:link              { color:#2e7a9b; text-decoration:none; }
#newslink a:visited           { color:#2e7a9b; text-decoration:none; }
#newslink a:hover             { color:#F00; text-decoration:none; }
#newslink a:active            { color:#F70; text-decoration:none; }

table.table td.info {
	background-color: #F0F3F9;
}

table.table td.value {
	background-color: #F7F9FB;
}
table.table td.serverbooking {
}
table.table td.foot {
	background-color: #E7ECF5;
	padding: 4px 6px 3px;
	border-bottom: 1px solid #DFDFDF;
}
table.table tr.promotion_line td {
	border-bottom: 1px solid #E7ECF5;
	height: 25px; 
}

img {
	border: none;
	vertical-align:bottom;
}

h1 {
	text-align:left;
	padding-left: 30px;
	padding-top: 22px;
	margin:0px;
	margin-bottom:60px;
	font-size: 22px;
	font-family: Arial , Helvetica, sans-serif;
	font-weight: bold;
	color:#333;
}

h2 {
background-image: url(images/redimage.jpg);
width: 261px;
height: 17px;
/*text-align: center;*/
font-size:13px;
color:#000000;
margin: 0px auto;
padding: 5px;

}

input {
	border: solid 2px #BFBFBF;
	padding: 2px 4px 2px 4px;
	background-color:#FFF;	
}
input.submit {
	background-image:url(images/button.gif);
	border: none;
	width:75px;
	height:27px;
	color:#FFF;
	cursor:pointer;
}
select {
	border: solid 2px #BFBFBF;
	padding: 2px 0px 2px 0px;
	background-color:#FFF;	
}

textarea {
	border: solid 2px #BFBFBF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	background-color:#FFF;	
}

p {
	padding-left: 10px;
	padding-right: 10px;
	font-size:13px;
}

#box {
    margin: 0px auto;
	width:980px;
	background-image: url(images/box-center.gif);
	/*text-align:center;*/
}

#container {
    margin: 0px auto;
    width: 908px;
}

#footer {
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;    

}

#topmenu ul {
	background-image: url(images/topmenu_background.gif);
	height: 38px;
	margin: 0px;
	padding-left: 30px;
}

#topmenu li {
    list-style: none;
    padding-left: 12px; 
    padding-right: 12px;
    float: left;
    color: #fff;
    padding-top: 13px;
    height: 25px;
    text-align: center;
}

#topmenu li:hover{
    cursor: pointer;
}

#topmenu li.selected{
    background-image: url(images/topmenu_hover_background.gif);
}


#submenu {
	background-image: url(images/submenu_background.gif);
}

#submenu ul {
	height: 27px;
	margin: 0px;
	padding-left: 30px;
	float:left;
}

#submenu li {
    list-style: none;
    padding-left: 12px; 
    padding-right: 12px;
    padding-top: 6px;
    float: left;
    color: #fff;
    height: 20px;
    text-align: center;
    font-weight:bold;
}

#currency {
	color:#FFF;
	height:15px; 
	padding:5px; 
	float:right; 
	text-align:right; 
	padding-right:10px;
	font-weight:bold;
}

#currency a{
	color:#FFF;
}

#submenu li:hover{
	background-image: url(images/submenu_hover_background.gif);
	cursor: pointer;
}

#contentarea {
	width: 588px;
	float: left;
	margin-left:13px;
	margin-top:13px;
	padding-bottom: 70px;
}

#right {
	width: 271px;
	float: left;
	border: 1px solid #b5d9ed;
}

.bg-top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.bg-bottom {
	background-image: url(images/bottom.gif);	
	background-repeat: no-repeat;
	background-position: 13px bottom;
}

.clear {
	clear:both;
}

.spacer {
	height:15px;
}

.label {
	float:left;
	font-weight:bold;
	text-align:left;
	width:250px;
	margin-left:25px;
}

.input {
	float:left;
	text-align:left;
}

.price {
	float:left;
	font-weight:bold;
	color:#0B0;
}

.normal_field {
	margin-bottom:7px;
	padding:4px;
}

.error_field {
	border: solid #F00 2px;
	margin-bottom:5px;
	padding:4px 2px 4px 2px;
}

.error {
	padding:2px;
	text-align:center;
	font-weight:bold;
	color:#F00;
}

.th {
	height:20px;
	background-repeat:repeat-x;
	background-image:url(images/th.jpg);
	padding:2px;
	border: none;
	color: #FFF;
	text-align:left;
}

.td {
	height:20px;
	padding:2px;
	border-bottom:solid #666666 1px;
	text-align:left;
}

.flag {
	position:relative;
	top:-1px;
}

.tick {
	width:15px;
	height:15px;
}