/***** basic elements *****/
pre {
	white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
	white-space: -pre-wrap;      /* Opera 4 - 6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation) */
	word-wrap: break-word;       /* IE 5.5+ */
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000080;
}

h1 {
	font-family: Times New Roman CE;
	font-size: 20pt;
	font-weight: normal;
	color: #000080;
	margin: 0 0 0 0;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0 0 0 0;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #000080;
	margin: 0 0 0 0;
}

body {
	margin: 0px;
	text-align: center;
	background scrollbar-track-color : #f0f0f0;
	background-color:#f8f8f8;
	font-family : Tahoma;
	font-size : 8pt;
	scrollbar-3dlight-color : #c0c0c0;
	scrollbar-arrow-color : #666666;
	scrollbar-darkshadow-color : #efeded;
	scrollbar-face-color : #efeded;
	scrollbar-highlight-color : #cccccc;
	scrollbar-shadow-color : #999999;
}


/***** specific elements *****/

/*** main page header elements ***/
.content {
	position: relative;
	width: 1020px;
	height: 750px;
	margin: 0 auto;
}

.hs_TextBox{
	border: solid 1px #7f9db9;
	background-color: #f8f8f8;
}

.header_righttop {
	position: absolute;
	left: 815px;
	top: 10px;
}


/*** main page photo elements ***/
.main_photo {
	position: absolute;
	top: 100px;	/* 175/100 */
	left: 55px;
	width: 444px;
}

.main_photo_header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}

.main_photo_container {
	padding: 5 0 0 5;
	height: 300px;
	border: solid 1px #566d96;
}

.rndphoto {
	padding: 1 1 1 1;
	margin: 1 1 1 1;
}

.rndphoto li
{
	display: inline;
	list-style-type: none;
}

.rnditem {
	width: 96px;
	padding: 5 5 5 5;
	float: left;
	height: 140px;
}

.mph1 {
	height: 20px;
	width: 12px;
	padding: 0 0 0 0;
	background-color: #566d96;
	float: left;
}

.mph2 {
	height: 20px;
	width: 420px;
	background-color: #566d96;
	padding-top: 1px;
	float: left;
}

.mph3 {
	height: 20px;
	width: 12px;
	padding: 0 0 0 0;
	background-color: #566d96;
	float: left;
}


/*** main page login elements ***/
.main_login {
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 510px;
	width: 420px;
	height: 115px;
	background-color: #f5deb3;
}

.loginTitle {
	position: absolute;
	top: 5px;
	left: 12px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.loginTable {
	position: absolute;
	top: 30px;
	left: 10px;
	font-family: Arial;
	font-size: 12px;
}

#loginReg {
	color: #FF0000;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}

#loginReg:hover {
	color: #000000;
}

#loginLost {
	color: #0000FF;
	text-decoration: underline;
}

#loginLost:hover {
	color: #000000;
	text-decoration: none;
}

/*** main page continent elements ***/
/*.main_continent {
	position: absolute;
	top: 228px;
	left: 510px;
	width: 420px;
}*/

.main_continent_header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}

.main_continent_container {
	padding: 5 0 0 5;
	height: 45px;
	border: solid 1px #deab3f;
}

.mch1 {
	height: 20px;
	width: 12px;
	padding: 0 0 0 0;
	background-color: #deab3f;
	float: left;
}

.mch2 {
	height: 20px;
	width: 396px;
	background-color: #deab3f;
	padding-top: 1px;
	float: left;
}

.mch3 {
	height: 20px;
	width: 12px;
	padding: 0 0 0 0;
	background-color: #deab3f;
	float: left;
}


/*** main page create review elements ***/
.main_create {
	position: absolute;
	top: 100px;
	left: 510px;
	width: 420px;
}

.main_create_header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}

.main_create_container {
	padding: 5 0 0 5;
	height: 165px;
	border: solid 1px #a14e3a;
}

.mcrh1 {
	height: 20px;
	width: 12px;
	padding: 0 0 0 0;
	background-color: #a14e3a;
	float: left;
}

.mcrh2 {
	height: 20px;
	width: 396px;
	background-color: #a14e3a;
	padding-top: 1px;
	float: left;
}

.mcrh3 {
	height: 20px;
	width: 12px;
	padding: 0 0 0 0;
	background-color: #a14e3a;
	float: left;
}

.create_step {
}

.create_step li {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	list-style-type: decimal;
	padding: 0 0 12 0;
}

.create_text {
	font-size: 13px;
}


/*** main page blog elements ***/
.main_blog {
	position: absolute;
	top: 303px;
	left: 510px;
	width: 420px;
}

.main_blog_header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}

.main_blog_container {
	padding: 5 0 0 5;
	height: 42px;
	border: solid 1px #90ac72;
}

.mbh1 {
	height: 20px;
	width: 12px;
	padding: 0 0 0 0;
	background-color: #90ac72;
	float: left;
}

.mbh2 {
	height: 20px;
	width: 396px;
	background-color: #90ac72;
	padding-top: 1px;
	float: left;
}

.mbh3 {
	height: 20px;
	width: 12px;
	padding: 0 0 0 0;
	background-color: #90ac72;
	float: left;
}

.main_adsense_link {
	position: absolute;
	top: 620px;	/* 510/450 */
	left: 55px;
	width: 870px;
	height: 15px;
	text-align: center;
}


/*** main page Gábor ***/
.main_gabor {
	position: absolute;
	top: 385px;
	left: 510px;
	width: 420px;
}

.main_gabor_container {
	padding: 5 0 0 5;
	height: 108px;
	border: solid 1px #90ac72;
}


/*** main page advertisment elements ***/
.main_advert {
	position: absolute;
	top: 100px;
	left: 55px;
	width: 440px;
	height: 65px;
	font-size: 13px;
	font-weight: bold;
	color: #8b0000;
	/*border: solid 1px;*/
	visibility: hidden;
}

.main_advert2 {
	position: absolute;
	top: 508px;
	left: 155px;
}


/*** main page footer elements ***/
.main_bottom {
	position: absolute;
	top: 650px;	/* 540/480 */
	left: 55px;
	width: 870px;
	text-align: center;
}



/*** other elements ***/
.titlefield {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000080;
}

.button {
	font-weight: bold;
	font-size: 8pt;
	color: #000080;
	font-family: Tahoma;
	font-variant: small-caps;
}

.leiras {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000080;
}

.leirasB {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #000080;
}

.rightheader {
	background-color : #E4E4E5;
	height : 20;
}

.searchtitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000080;
}

.searchtext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #B4825C;
}

.offtext{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #999999;
}

.buttonstyle {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000080;
	font-variant: small-caps;
	font-weight: bold;
}

.baloldali {
	background-color : #E4E4E5;
	border : 0;
	border-color : #F6F7F8;
	border-style : solid;
	font-family : Tahoma;
	font-size : 6pt;
}

.fejlec {
	font-weight: normal;
	font-size: 8pt;
	color: rgb(153,153,153);
	font-family: Tahoma,sans-serif;
}

.innerfooter {
	font-weight: normal;
	font-size: 10pt;
	color: rgb(153,153,153);
	font-family: Tahoma,sans-serif;
	border-right: rgb(204,204,204) 1px;
	border-top: rgb(204,204,204) 1px;
	border-left: rgb(204,204,204) 1px;
	border-bottom: rgb(204,204,204) 1px;
}

.tablebody1 {
	font-weight: bold;
	font-size: 10pt;
	color: rgb(153,153,153);
	background-color: #F8F8F8;
	font-family: Tahoma,sans-serif;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.tablebody1b {
	font-weight: bold;
	font-size: 10pt;
	color: rgb(153,153,153);
	background-color: #DEDEEB;
	font-family: Tahoma,sans-serif;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.tablebody2 {
	font-weight: normal;
	font-size: 8pt;
	color: rgb(153,153,153);
	background-color: #F8F8F8;
	font-family: Verdana,sans-serif;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 0px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.albumom {
	font-family: Times New Roman CE;
	font-size: 20pt;
	font-weight: normal;
	color: #000080;
}

.reviewbody {
	background-color: #E4E4E5;
}

.newRevNum {
	font-size: 12pt;
	line-height: 200%;
}

.newRev {
	font-size: 10pt;
	line-height: 200%;
}

.newRev2 {
	font-size: 10pt;
	line-height: 50%;
}

.imgHotelBanner {
	border: solid 1px rgb(200,120,20);
}

.bannerlink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 447px;
	height: 62px;
	z-index: 3000;
	background-color: black;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#velencespa {
	z-index: 1;
}
