html, body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

submit {
	color: white;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none; 	
	font-weight:bold;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	
}

img {
	margin-bottom:0px;border:none;
}


table {
	padding: 0px;
	margin:0px auto;
	border: 0px solid #333;
	border-collapse:collapse; 
	font-size: 11px;
}

<!--[if IE]>
table.bordertable td,tr,th {
	border: 1px solid #333;
	}
<![endif]-->

td,tr,th {
	margin: 0px auto;
	border-collapse:collapse; 
	border: 0px solid #333;
}

div#faq-list {
  width:100%;
}
div#faq-pager{
  width:100%;
  margin-top:20px;
  margin-bottom:10px;
}
div#faq-list  .faq-list-item{
  padding-bottom:10px;
}

div#faq-list  .faq-list-item a{
  text-decoration:none;
}

div#pricetablet {
  width:95%;
}

div#pricetablet table {
	margin: 0px auto;
	border-collapse:collapse; 
}

div#pricetablet td {
	border: 1px solid #333;
}

div#pricetablet .noborder td {
	border: 0px solid #333;
}

input {
 color: #333333; FONT-FAMILY: Tahoma, Verdana, Geneva, Helvetica, sans-serif; FONT-SIZE: 12px; 
}

select {
 color: #333333; FONT-FAMILY: Tahoma, Verdana, Geneva, Helvetica, sans-serif; FONT-SIZE: 12px; 
}

hr {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

    form {
      margin: 0.5em 0;
      padding: 0;
      float: left;
      width: 100%;
    }
	
	form table { background-color: #EEEEEE;
	font-size: 1.1em;
	}
	
	form h1 { margin: 10px; }
	
    form dl{
      margin: 0;
      padding: 0;
      float: left;
      width: 100%;
    }
    form dt{
      padding: 0;
      margin: 0.7em 1em 0.5em 0;
      width: 25%;
      float: left;
      clear: left;
      text-align: right;
    }
    form dd{
      margin: 0;
      padding: 0.5em 0;
      width: 70%;
      float: left;
      line-height: 1.5;
      *float: none; /* hack for IE 6-7 - better to keep in separate file */
    }
    form .submit-button{
      clear: left;
      padding: 0.5em 0 1em 1.2em;
      margin-left: 25%;
      font-size: 80%;
    }
    form .submit-button input{
      margin-right: 0.5em;
    }
    form fieldset{
      clear: left;
      border: 1px solid #ccc;
      padding: 0.5em;
      margin: 1em 0;
    }
    form fieldset legend{
      color: #999;
    }
    form fieldset dt{
      margin-left: -0.25em;
    }
    form textarea{
      width: 90%;
    }
    span.required{
	color: red;
	font-size: 1.7em;
	line-height: 25%;
	vertical-align: top;
}
    .note{
	color: #999;
	font-size: 80%;
}

h1 {
	color: #990000;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration:none; 	
	line-height: 20px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	}

h2 {
	color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none; 	
	line-height: 16px;
	margin-top:5px;
	margin-bottom:0px;
	}


p {
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration:none; 	
	margin-top:5px;
	margin-bottom:0px;
	}

table.obj-comment {
  width:100%; 
}

table.obj-comment td{
  padding:10px; background-color:#e6dfcb; 
}

table.obj-comment h2{
  margin-left:10px;
}

table.obj-comment p{
  color:#555;
  margin-left:10px;
  font: 11px Georgia,serif;
	font-style:italic;
  font-weight:normal;
}

p.price {
	color: #333;
	font-size:14px;
	font-weight:bold;

	}	
  
.atonix_form_title {
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top:10px;
	margin-bottom:3px;
	}

p.atonix_form_description {
	color: #999;
	font-size: 9px;
	line-height: 10px;
	margin-top:0px;
	margin-bottom:5px;	
	}

	p.atonix_form_error {
	color: #900;
	font-size: 11px;
	line-height: 10px;
	margin-top:0px;
	margin-bottom:5px;	
	}

td.atonix_form_separator {
	border-bottom: 1px dotted #999; 
}

hr.atonix_form_separator {
	color:#999;
	width:100%;
	height: 1px;
}

.atonix_form_not_empty_sign {
	color:#900;
}

ul {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration:none; 	
	margin-top:5px;
	margin-bottom:0px;
	}

a {
	color: #036; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration:underline; 	
	margin:0px;
	padding:0px;
	}

a:visited {
	color:#036;
	}

a:hover {
	color:990000;
	}

a.small {
	color: #336699; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration:none; 	
	}

a:hover.small {
	text-decoration:underline;
	}

a.leftmenu {
	color: #666; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	}

a:visited.leftmenu {
	color:#666;
	text-decoration:none;
	}

a:hover.leftmenu {
	color:#900;
	text-decoration:none;
	}

a.selected_mainmenu {
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
	}

a:visited.selected_mainmenu {
	color: #fff; 
	text-decoration:none;
	}

.nav_line {
	color: #990000; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	}	

.leftmenu td a{
	font-family:Arial;
	font-size:16px;	
	font-weight:bold;
	}

.navline {
	margin-top:0px;
	margin-left:20px;
	margin-right:30px;
	margin-bottom:15px;
	}

.content {
	padding:5px;
	}


.stats {
	margin-top:15px;
	}

.opacity {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
}

.show-regions {margin-bottom:20px;}
.show-regions a{margin-left:5px;margin-right:5px;}
	
.title     { color: white; font: 12px Tahoma; font-weight:bold; cursor: default;}
.entry     { color: white; font: 11px Tahoma; font-weight:bold; cursor: default;}
.crazy     { color: white; font: 12px Tahoma; font-weight:bold; cursor: default;}
.
.weaktitle { color: white; font: 11px verdana; cursor: default;}
.weakentry { color: white; font: 11px Verdana;       cursor: default;}
.weakcrazy { color: gray; font: 11px Verdana;      cursor: default;}

#tours {
  background:#eee;
  font-size:120%;
  float:left;padding:20px;
  width:350px;  
}

#tours select {
  font-size:120%;
  width:300px;
}

#tours input {
  font-size:120%;
}

#policy {
	text-align:center;
}

#policy .description {
	color:#777; font-size: 11px;
}

input[disabled] {
	color:#888;
}

#penalty {
	background:#ece4cd; 
	width:600px;
	padding:10px;
	border:1px solid #444;
	display:none;
	}
	

