* {margin: 0;}

img {border: none;}

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Tunga, Tahoma, Arial;}
h1, h2, h3, h4, h5, h6, div, p, ul, li, input, textarea, table, tr, td, form {padding: 0;}

body
{
	text-align: center;
	margin-top: 10px;
	background-color: #fef2fe;
}

body, td
{
	font: normal 11px Verdana, Tunga, Tahoma, Arial;
	color: #000;
}

h2 {
	font-size:10pt;
}

.conf_name{
	font-weight: bold;
}

h5 {
	font-size:9pt;
}

a
{
	color: #000;
}

select, input, textarea
{
	padding: 1px;
	border: 1px solid #9f968e;
	font: normal 12px Verdana, Tunga, Tahoma, Arial;
}


select
{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

button, img.link
{
	cursor: pointer;
}

button
{
	font-size:11px;
}

#wrapper
{
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

/* Header */

#header
{
	position: relative;
	background: transparent;
	padding: 10px 12px;
	border-bottom: 1px solid gray;
}

/* Main */

#body
{
	width: 100%;
}

/* Footer */

#footer
{
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
	clear: both;
	border-top: 1px solid gray;
}

#footer div
{
	padding-top: 10px;
	text-align: center;
}

#footer, #footer a
{
	color: #666;
}


/* Notifications */

#message_error, #message_notification
{
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 8pt;
	width: 500px;
	margin-left: 250px;
}

#message_error ul, #message_notification ul
{
	width: 100%;
	text-align: left;
	padding-left:0px;
}

#message_error ul li, #message_notification ul li
{
	list-style: decimal;
	margin: 3px 0 3px 30px;
	text-align: left;
}

#message_error {background: #bfbfbf}
#message_notification {background: #86d75e}


/* Login box */

form#login
{
	text-align: center;
	padding: 50px 0 50px 360px;
	margin: 0;
}

form#login fieldset
{
	margin: 0;
	padding: 0;
	width: 260px;
}

form#login legend
{
	font-weight: bold;
	margin-bottom: 5px;
}


/* Where am I? navigation */

div#pwd_navigation
{
	width: 100%;
	padding-bottom: 0px;
	padding-top: 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

div.sellpage
{
	padding: 30px 0 0 0;
	text-align: center;
	position: relative;
	left: -10px;
}

div.sellpage h3
{
	padding: 20px 0 0 0;
}

div#pwd_navigation a
{
	color: #039;
}

div#pwd_navigation span
{
	padding-right: 10px;
	color: gray;
	font-size: 12px;
}

div#pwd_navigation span.selected, div#pwd_navigation span.selected a
{
	color: #039;
}

span.selected{
	font-weight:bold
}


/* Forms */

form.css_form
{
	padding-top: 20px;
}

form.center
{
	padding-left: 230px;
}

form.css_form p
{
	width: 310px;
	clear: left;
	margin: 0 0 0 180px;
	padding: 3px 0 2px 0;
	padding-left: 270px;
	border-top: 1px dashed gray;
/*	height: 1%; */
}

form.css_form div.info_text p
{
	border: 0;
	margin: 0;
	padding:0;
	width: 580px;
	text-align: left;
}

form.css_form div
{
	width: 580px;
	clear: left;
	margin: 0 0 0 180px;
	padding: 5px 0 8px 0
	height: 1%;
}

form.css_form div.chkbox
{
	width: 290px;
	float: left;
	clear:  none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	height: auto;
}



form.css_form label
{
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-left: -270px;
	padding-left: 15px;
	width: 305px;
}

form.css_form label.fixed{
	margin-left: 0px;
}

.asterisk
{
	color	: #DD2222;
}

form.css_form label.standard_label
{
	font-weight: normal;
	float: none;
	margin-left: auto;
	width: auto;
}

form.css_form label.obligatory
{
	background: transparent url(../img/system/bullet_red.jpg) 0 0px no-repeat;
}

form.css_form label.auto
{
	background: transparent url(../img/system/bullet_green.jpg) 0 0px no-repeat;
}

form.css_form label
{
	background: transparent url(../img/system/bullet_blue.jpg) 0 0px no-repeat;
}

div.obligatory{
	background: transparent url(../img/system/bullet_red.jpg) 0 0px no-repeat;
	padding-left: 15px;
}

span.auto{
	background: transparent url(../img/system/bullet_green.jpg) 0 0px no-repeat;
	padding-left: 15px;
}

form.css_form .text
{
	width: 250px;
	margin-bottom: 5px;
	padding: 1px;
}

form.css_form textarea
{
	width: 250px;
	height: 150px;
}

form.css_form select
{
	width: 250px;
	margin-bottom: 5px;
}

form.css_form .mceEditor select
{
	width: auto;
}

form.css_form button
{
	margin-bottom: 5px;
}

form.css_form div.text_editor
{
	clear: both;
	margin-left: 230px;
	padding: 5px 0;

}

form.css_form div.buttons
{
	clear: both;
	padding: 20px 0;
	text-align: center;
}

form.css_form div.centered
{
	margin-left: 150px !important;
}

form.css_form span.upute
{
	width: 230px;
	float: left;
	clear: left;
	color: red;
	font-weight: normal;
}

span.has_popup
{
	position: relative;
	cursor: pointer;
}

span.has_popup span
{
	display: none;
	position: absolute;
	z-index: 1000;
	background: gold;
	color: #000;
	padding: 3px 5px;
	top: -25px;
	left: 40px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

span.currencies
{
	width: 120px;
}

form.css_form div.upute
{
	font-weight: normal;
	padding-bottom: 10px;
}

form.css_form div.upute h4
{
	font-size: 16px;
	padding-bottom: 10px;
	color: #000;
}

form.css_form p.upute
{
	width: 270px;
	color: red;
	font-weight: normal;
}

form.css_form input, form.css_form select
{
	font-size: 11px;
	width: 250px;
	margin: 1px 0 3px 0;
}

form.css_form input.calendar
{
	width: 230px;
}

form.css_form input.conditioned
{
	float: right;
	width: 180px;
	margin-right: 16px;
}

form.css_form select.datetime
{
	width: 45px;
	position: relative;
	margin: 0;
}

div.emphasize
{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}

/*div.emphasize a {color: red}*/

input.checkbox {width: auto !important;}

table.list
{
	border-collapse: separate;
	border-spacing: 0;
	clear: both;
	margin: 20px 0 20px 180px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}

table.list td, table.list th
{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 2px 3px;
}

table.list th
{
	background-color: #efefef;
	text-align: center;
}

table.list input.checkbox
{
	margin: 3px 3px 0 0;
}


/* Occupancy flags */

tr.stop {background-color: #ffcab8;}
tr.warning {background-color: #ffefb8;}
tr.go {background-color: #e2ffb8;}

th {text-align: center !important}

#registration_step_6 {
	width: 800px;
	margin: 0px auto 0px;
}

#registration_step_8 {
	width: 900px;
	margin: 0px auto 0px;
}


#registration_step_6 p {
	padding: 10px 10px 10px 0px;
	margin: 0px;
	width: auto;
	border: none;
}

#registration_step_8 p {
	padding: 0px;
	margin: 0px;
	width: auto;
	border: none;
}

#registration_step_6 h2 {
	border-bottom: 1px solid gray;
	padding: 5px 0px;
	margin: 5px 0px;
}

#registration_step_6 h3 {
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	float: none;
	font-size: 12px;
}

#registration_step_6 h4 {
	display: inline;
	font-size: 11px;
	padding-left: 5px;
}

#registration_step_6 .package {
	padding: 0px;
	margin: 0px;
	padding-bottom: 9px;
	width: 100%;

}

#registration_step_6 .package_sum {
	padding-bottom: 9px;
	border-bottom: 1px dashed gray;
}

#registration_step_6 .total {
	text-align: right;
}

#registration_step_6 table{
	margin-top: 5px;
}

#registration_step_6 input.checkbox {
	width: auto !important;
	width: 10px;
	display:inline;
	position: relative;
	top: 3px;
}

#registration_step_8 input.checkbox {
	width: 10px;
	position: relative;
	top: 3px;
}


.terms_of_use {
	height: 250px;
	width: 47%;
	display: block;
	overflow: auto;
	border: 1px solid gray;
	float: left;
	background-color: #F1F1F1;
}
.terms_of_use p {

}


form.css_form p.box{
	border: 1px solid #66dd22;
	border-top: 2px solid #66dd22;
	margin-bottom: 10px;
}
	
span.box-title{
	margin-left: 190px;
	background-color: white;
	position: relative;
	top: 2px;
	padding: 5px;
	color: #66dd22;
	font-size: 12px;
	font-weight: bold;
}

ul{
	padding-left:40px;
}

a.link_bold{
	font-weight: bold;
	text-decoration: none;
}

span.superscript{
	vertical-align: super;
	padding:0 !important;
	margin:0 !important;
}

@media print
{
	.no_print{
		display:none;
	}
	div.no_print{
		display:none;
	}
}
