#nav, #sidemenu, #advert, #copyright {
	display: none;
}
.hide {
	display: none;
}
body {
	color: #000;
	background: #fff;
	font-size: 12pt;
	margin-left: 80px;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	border-bottom: solid #000 2px;
	margin-bottom: 5px;	
}
h3 {
	font-size: 14pt;
	font-weight: bold; 
	border-bottom: solid #000 2px;
	margin-bottom: 5px;
}
h4 {
	font-size: 10pt;
	margin: 0;
}
p {
	margin-top: 0;
}
ol {
	list-style: upper-roman;
	margin-top: 0;
	margin-bottom: 0;
}
a:link, a:visited {
   color: #00f;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
img {
	display: block;
	border: 0;
}
td {
	vertical-align: top;
}

.paneltbl p, a {
	font-size: 10pt;
	margin: 0;
}

/* details table */
td#tbldetpicextrainfo h3 {
	margin: 0 0 0 5px;
}
td#tbldetpicextrainfo p, #level {
	margin: 5px 0 0 5px;
}
.txtright {
	text-align: right;
}
.dettbl {
	font-size: 12pt;
}
.dettitle {
	padding: 5px;
	border-bottom: solid #000 1px;
}
.detdesc {
	padding: 5px;
	border-bottom: solid #000 1px;
}
.detdesc p {
	margin: 0;
	text-align: left;
}
.tbl4panels td {
	padding: 0 0 10px 0;
	width: 175px;
}
.paneltbl {
	background: transparent;
}
.panelbottom {
	background: transparent;
}

.moretriangle {
	padding-right: 5px;
	background: transparent;
}

/* footer - copyright */
#copyright2 {
	font-size: 9pt;
}

/* forms elements */
form, form table {
	font-size: 12pt;
}
input, select, textarea {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	font-size: 12pt;
}
#email {
	width: 255px;
}
#submit {
	color: #000;
	background: #fff;
}
form#formplanyourtrip input, select, textarea {
	width: 200px;
	margin: 2px;
}
form#formplanyourtrip #submit {
	width: 50px;
}
