html {
 overflow-y: scroll;
 height:100%;
}
#printonly { display:none; }

body {
	margin: 0px;
	color: #000;
	background-color:#006397;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	height:100%;
}
p {
	color:#000;
	line-height:18px;
	margin:0px 0px 30px 0px;
}
#topHeader {
	width:835px;
	height:125px;
	margin:0px 0px 84px 0px;
}
#opalLogo {
	margin-left:22px;
	border:0px;
	float:left;
}
#topHeaderFlash {
	margin-left:39px;
	border:0px;
	float:left;
	background-color:#599dc0;
}
#mainTable {
	width: 835px;
	border: 0px;
	height:100%;
	min-height:100%;
}
#mainMenuTD {
	background-image:url(../images/mnu_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#mainMenu {
	float:right;
	height:45px;
	width:835px;
}
#mainMenu div { float:right; }

.mainLeftCol {
	background-image:url(../images/mleft.png);
	background-repeat:repeat-y;
	width:21px;
	height:100%;
}
.mainRightCol {
	background-image:url(../images/mright.png);
	background-repeat:repeat-y;
	width:22px;
	padding:273px 0px 0px 0px;
	height:100%;
}
.mainTD {
	padding:0px;
	width:792px;
	/*height:493px;*/
	background-color:#FFF;
	height:100%;
}
.ftrLeftCol {
	background-image:url(../images/mleft.png);
	background-repeat:repeat-y;
	width:21px;
	height:3px;
}
.ftrRightCol {
	background-image:url(../images/mright.png);
	background-repeat:repeat-y;
	width:22px;
	height:3px;	
}
.ftrTD {
	padding:0px;
	width:792px;
	background-color:#FFF;
	height:92px;	
}
.w100 {
	width:100%;
}
.w50 {
	width:50%;
}

div.posRelative {
	position:relative;
}
div.footer1 {
	position:absolute;
	top:-125px;
	left:-50px;
}
div.footer2 {
	position:absolute;
	top:0px;
	left:-50px;
}
div.footer3 {
	position:absolute;
	top:-11px;
	left:-50px;
}
#hotel_Text {
	float:left;
	width:411px;
	margin:17px 10px 0px 31px;
}
#hotel_Flash {
	float:left;
}
#servicii_Text {
	float:left;
	width:411px;
	margin:17px 10px 0px 31px;
}
#servicii_Flash {
	float:left;
}

#camere_Text {
	float:left;
	width:411px;
	margin:17px 10px 0px 31px;
}
#camere_Flash {
	float:left;
}
#restaurant_Text {
	float:left;
	width:411px;
	margin:17px 10px 0px 31px;
}
#restaurant_Flash {
	float:left;
}

#ofertaSpeciala {
	position:absolute;
	left:867px;
	top:-25px;
}

#rezervare_Text {
	float:left;
	width:411px;
	height:400px;
	margin:17px 10px 0px 31px;
	background-image:url(../images/rezervare_form.jpg);
	background-repeat:no-repeat;
}
#rezervare_Text {
	float:left;
	width:411px;
	height:400px;
	margin:17px 10px 0px 31px;
	background-image:url(../images/rezervare_form.jpg);
	background-repeat:no-repeat;
}
#contact_Text {
	float:left;
	width:411px;
	height:400px;
	margin:17px 10px 0px 31px;
	background-image:url(../images/contact_form.jpg);
	background-repeat:no-repeat;
}
#user_info {
	margin:10px 0px 0px 122px;
}
#user_contact {
	margin:19px 0px 0px 122px;
}

h1 {
	color:#80583a;
	font-size:28px;
	padding:6px 0px 0px 0px;
	font-weight:normal;
}
.hide {	display:none; visibility:hidden; }
.show { display:block; visibility:visible; }
.floatLeft { float:left; }
.floatRight { float:right; }

a { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }
.red { color:#C00; }
#nr_camere { margin-top:1px; }
#cnp { margin-top:1px; }
#email { margin-top:1px; }
input {
	background-color:transparent;
	/*background-color:#F9C;*/
	color:#000;
	border:0px;
	font-size:13px;
	width:253px;
	padding:2px;	
	margin:0px 0px 12px 0px;
}
select {
	background-color:transparent;
	color:#000;
	border:0px;
	font-size:13px;
	width:257px;
	padding:2px;	
	margin:0px 0px 12px 0px;
}
select.data {
	width:85px;
}
#data_an { width:81px; }

textarea {
	background-color:transparent;
	/*background-color:#F9C;*/
	color:#000;
	border:0px ;	
	font-size:12px;
	width:257px;
	height:44px;
	padding:0px 0px 0px 0px;
	overflow:auto;
}
input.submit {
	width:172px;
	height:23px;
	margin:10px 5px 0px 0px;
	color:transparent;
	cursor:pointer;
}
input.reset {
	width:78px;
	height:23px;
	margin:10px 5px 0px 0px;
	color:transparent;
	cursor:pointer;	
}

input.error {
	color:#000000;
	border:0px;
	background-image:url(../images/input_err.png);
	background-repeat:no-repeat;
	background-position:right;
}
select.error {
	color:#000000;
	border:0px;
	background-image:url(../images/input_err.png);
	background-repeat:no-repeat;
	background-position:right;
}
textarea.error {
	color:#000000;
	border:0px;
	background-image:url(../images/input_err.png);
	background-repeat:no-repeat;
	background-position:right;
}
.error {
	color: #C00;
	text-decoration:none;
}	
#camerePages { margin:0px 0px 0px 142px; }
.camerePageBtn { cursor: pointer; }

#camerepag1 { }
#camerepag2 {  }
#serviciiFlash { margin-bottom:15px; }
#camereFlash { margin-bottom:15px; }