@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.woff?v=3.0.1') format('woff');font-weight:normal;font-style:normal}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, em, img,
small, strike, strong, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, table, caption, tbody, tr, th, td,
 footer, header, menu, nav {
	margin:0;
	outline:none;
	padding:0;
	border:0;
	border-style:solid;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	}
/* HTML5 display-role reset for older browsers */
footer, header, menu, nav {
	display:block;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
	}

.clear	{
	clear: both;
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	}

/*clearfix*/
.clearfix:after {
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
	}

.clearfix { display:inline-block;}
html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	GENERAL
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body {
	font: normal 13px/1.6 Helvetica, Arial, Sans-serif;
	color: #999;
	background:#e0e1df url(../images/bg.png);
	}

strong { font-weight:bold;}

.ctable{display:block;margin-left:6px;width:594px;padding:4px;border:1px #eee solid} 

mark {
	position:relative;
	font-size:10px;
	padding:1px 3px;
	border:rgba(0, 0, 0, .1) 1px solid;/* Safari 4+, Chrome, FF3.5+ */
	background-color:#fff305;
	}

	mark.info {
		position:absolute;
		top:-10px;
		padding:2px 6px;
		background:#666;
		color:#fff;
		letter-spacing:0;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		-webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.1);
		box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Link Colors
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
mark.orange      { background-color: #ff5c00; }
mark.red         { background-color: #861D23; }
mark.yellow      { background-color: #ffb515; }
mark.green       { background-color: #91bd09; }


	a {
		color:#999;
		text-decoration:none;
		-webkit-transition:color 200ms ease-in;
		   -moz-transition:color 200ms ease-in;
		     -o-transition:color 200ms ease-in;
		        transition:color 200ms ease-in;
		}

	a:hover {
		color:#ff6600;
		}

	ul.tabs li.current:after {
		border-color:#11beff;
		}
	ul.tabs li.current {
		background-color:#11beff;
		}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Grouping end
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


ul, ol {
	list-style-position:outside;
	margin-left:20px;
	}

ul ul, ol ol {
	margin-left:0 !important;
	}

ol ol,
ul ul  { margin-bottom:0; }

p, hr, ul, ol { margin-bottom: 20px; }



hr  {
	border:0;
	height:1px;
	background:rgba(0,0,0,0.1);
	clear: both;
	}

span em {
	font-style:italic;
	font-family:'Lora', Georgia, Serif;
	font-size:90%;
	}

.preloader {
	display:block;
	background:url(../ajax-loader.png) center center no-repeat transparent;
	}

.ribbon {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	}


strong { font-weight:bold;}

figure img { width:auto; max-width:100%; height:auto; } /* Fixes for the Responsive Layout */

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Headings
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
h1, h2, h3, h4, h5	{
	font-family: 'Lora', sans-serif;
	font-weight: normal;
	line-height: normal;
	color:#666;
	}
h6	{
	font-family: 'Lora', sans-serif;
	font-weight: normal;
	line-height: normal;
	color:#FFFFFF;
	}

h1	{ font-size: 34px; margin: 0 0 20px 0; }
h2	{ font-size: 30px; margin: 0 0 20px 0; }
h3	{ font-size: 26px; margin: 0 0 20px 0; }
h4	{ font-size: 20px; margin: 0 0 20px 0; }
h5	{ font-size: 16px; margin: 0 0 15px 0; }
h6	{ font-size: 13px; margin: 0 0 15px 0; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Layout
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#stretched #wrapper {
	position:relative;
	width: 100%;
	margin:0;
	}

#boxed #wrapper {
	position:relative;
	width: 90%;
	max-width:1180px;
	min-width:1000px;
	margin: 30px auto;
	background-color:#fff;
	border:1px solid #999;/* IE Hack*/
	border:rgba(0, 0, 0, .2) 1px solid;/* Safari 4+, Chrome, FF3.5+ */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow:0 2px 20px rgba(0,0,0,.2);
		-moz-box-shadow:0 2px 20px rgba(0,0,0,.2);
			box-shadow:0 2px 20px rgba(0,0,0,.2);
	}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Layout
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#stretched #wrapper {
	position:relative;
	width: 100%;
	margin:0;
	}

#fullwidth #wrapper {
	position:relative;
	width: 90%;
	max-width:1180px;
	margin: 30px auto;
	background-color:#fff;
	border:1px solid #999;/* IE Hack*/
	border:rgba(0, 0, 0, .2) 1px solid;/* Safari 4+, Chrome, FF3.5+ */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow:0 2px 20px rgba(0,0,0,.2);
		-moz-box-shadow:0 2px 20px rgba(0,0,0,.2);
			box-shadow:0 2px 20px rgba(0,0,0,.2);
	}
.inner  {
	position:relative;
	width:100%;
	margin:0 auto;
	}


.one_half       { width:47.5%; }
.one_third      { width:30%; }
.two_third      { width:65%; }
.one_fourth     { width:21.2%; }
.one_fifth      { width:16%; }
.three_fourth   { width:73.8%;   }
.four_fifth     { width:79%;   }
.two_fifth      { width:37%; }
.three_fifth    { width:58%;   }
.one_sixth      { width:12.5%; }

.one_half, .half_width,
.one_third, .two_third,
.one_fourth, .one_fifth,
.four_fifth, .one_sixth,
.two_fifth, .three_fifth,
.three_fourth   {
	position:relative;
	display:inline;
	float:left;
	margin-right:5%;
	}

.last { margin-right: 0 !important; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
     * Header, Logo
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#header {
	position:relative;
	margin:0 auto;
	background-color:#ffffff;
	z-index:5;
	}

	#header .inner {
		width:95%;
		}

	/* TOPBAR */
	#subheader .inner:after,
	.topbar:after { clear:both; content:""; display:block; height:0; visibility:hidden; }
	.topbar {
		line-height:36px;
		position:relative;
		background-color:#000000;
		}

	/* Nav */
	.nav {
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		}

	.nav li{
		display:inline;
		font-size:12px;
		padding:0px 10px;
		line-height:36px;
		/*background:url(../images/opacs/dark5.png) top right repeat-y;*/
		}

	.nav li:last-child { background:none;}
	.nav li:first-child { padding-left:0;}
	.nav li a  { color:#999}
	.nav li a:hover  { color:#ff8800; }



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Logo & Primary Menu
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#head:after { clear:both; content:""; display:block; height:0; visibility:hidden;}

#head {
	position:relative;
	padding:10px 0;
	width:95%;
	margin:0 auto;
	}

	/* LOGO */
	.logo	{
		position:relative;
		display:inline;
		float:left;
		clear:both;
		content:"";
		display:block;
		height:auto;
		}

	.logo h1	{
		font-size:28px;
		line-height:28px;
		margin-bottom:0;
		letter-spacing:-1px;
		font-weight:bold;
		}
	.logo a	{ color:#666666; display:block; }
	.logo a img	{ margin-top:0;  }
	.logo a:hover  { text-decoration:none; }
	.logo span { font-size:11px; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Frontpage Slider
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#featured_slider  {
	position:relative;
	margin:0px auto;
	padding:0px 0;
	z-index:2;
	}



	.slider_wrapper {
		position:relative;
		margin:0px auto;
		/*background:url(../images/opacs/dark60.png);*/
		}

	/* Static Slider */
	.staticslider  { position:relative;}
	.staticslider img { display:block;}

	/* Video Slider */
	.videoslider  {
		position:relative;
		display:block;
		}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Toggle Slider
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.toggle_slider       { position:relative; padding:5%; }
.toggle_slider:after {
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
	}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Sidebars & Main Content
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#sidebar {
	position:relative;
	padding:0 0 30px 0;
	}

	#sidebar h3 {
		padding:0;
		margin-bottom:0px;
		padding-bottom:10px;
		font-size:16px;
		line-height:normal;
		font-weight:normal;
		color:#999;
		font-weight:bold;
		}

.fullwidth #main { padding:60px 0;}
.fullwidth #main:after { clear:both; content:""; display:block; height:0; visibility:hidden; }

/* Right Sidebar*/
.rightsidebar #main {
	float:left;
	padding:60px 0;
	width:70%;
	}

	.rightsidebar #main .entry-content {
		padding-right:40px;
		}

	.rightsidebar #sidebar {
		position:relative;
		float:left;
		width:30%;
		}

	.rightsidebar #sidebar .content{
		padding:60px 0 0 40px;
		}

/* Page middle content area */

.pagemid {
	position:relative;
	display:block;
	width:100%;
	z-index:1;
	margin:0 auto;
	padding:0;
	background:#ffffff;
	}

	.pagemid .maincontent {
		width:80%;
		position:relative;
		overflow:hidden;
		margin:0 auto;
		padding:0;
		}

/* Blockquote */
blockquote  {
	margin: 0 0 20px 0;
	padding: 10px 0px 0 50px !important;
	background: transparent url(../images/quote_left.png) 0 10px no-repeat;
	font:italic 16px/20px 'Georgia', "Trebuchet MS", "Times New Roman", Serif;
	}

	blockquote  p {
		margin-bottom: 12px;
		font:italic 16px/20px 'Georgia', "Trebuchet MS", "Times New Roman", Serif;
		}

	blockquote cite {
		display:block;
		padding-top:10px;
		font-size: 12px;
		font-style: italic;
		line-height:20px;
		}

blockquote.alignleft  {
	margin: 0 5% 0 0;
	width: 30%;
	}
blockquote.alignright {
	margin:0 0 0 5%;
	width:30%;
	}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Footer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#footer	{
	position:relative;
	background-color:#8c959d;
	/*background-image:url(../images/opacs/dark10.png);*/
	background-position:top left;
	background-repeat:repeat;
	background-attachment:scroll;
	}

	#footer .inner  {
		width:80%;
		margin:0 auto;
		overflow:hidden;
		padding:10px 0;
		font-size:11px;
		color: azure;
		}

    #footer .inner2  {
		width:95%;
		margin:0 auto;
		overflow:hidden;
		padding:3px 0;
		font-size:11px;
		color:#f1f2f3;
		position:relative;
	    display:inline;
	    float:left;
	    margin-right:5%;
		}

	#footer h3  {
		margin-bottom:20px;
		font-size:15px;
		font-weight:bold;
		color:#ffffff;
		}

	/* Footer Widgets */
	#footer .syswidget	{ margin-bottom:0px; }
	#footer .syswidget ul li a 	{
		padding:0px;
		text-decoration:none;
		}



	#footer .syswidget ul.children    {
		padding-left:8px;
		border-left:1px solid #ddd;
		}


/*-- Copyright --*/
.copyright  {
	position:relative;
	width:100%;
	background-color:#3b4045;
	border-top:1px solid #333;
	}

.copyright .inner  {
	width:95%;
	margin:0px auto;
	padding:15px 0;
	padding:15px 0;
	font-size:11px;
	}

.copyright p  {
	margin:0;
	font-size:11px;
	text-align:center;
	color:#c3c8cc;
	}

.fp-widget {
	margin:0 0 10px 0;
	padding:0;
	}

	.fp-widget h3 {

		}
    .fp-widget h5 {
		text-align:center;
		}
.fancyheading {
	position: relative;
	margin-bottom:18px;
	}
.fancyheading span {
	/* url('-moz-linear-gradient(center%20top,rgba(255,%20255,%20255,%20.1') left top*/
	background:#b9b9b9; font-size:12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 22px;
	text-transform: uppercase;
	color :#fff;
	/* Safari 4+, Chrome & Mozilla 3.6+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#19FFFFFF, EndColorStr=#19000000)"; /* IE8 */

	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px; padding-left:20px; padding-right:20px; padding-top:6px; padding-bottom:6px
	}

/* Default Table */
table{
	width:99%;
	margin:0 auto;
	margin-bottom:20px;
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	}
table th  {
	padding:2em;
	background-color:#d9d9d9;
	border: 1px solid #ddd;
	color:#666;
	text-align:center;
	}

table td  {
	padding:0%;
	background-color:#fff;
	text-align:center;
	}

table tbody tr:hover td	{
	/* */
	}

table tfoot {
	background-color: #F3F3F3;
	}

table.alignleft    { float:left; margin:3px 15px 10px 3px;}
table.alignright   { float:right; margin:3px 3px 10px 15px;	}
table.aligncenter  {
	display:block;
	clear:both;
	margin:0 auto;
	padding:2px;
	text-align:center;
	}

.labels {
padding-top:8px;
text-align: center;
color: #7E868D;
background-color: #f1f2f3;
}

.labels2 {
padding-left:2px;
background-color:#fff;
text-align:left;
	}

.labels3 {
padding-top:8px;
padding-left:2px;
background-color:#fff;
text-align:left;
	}

.prices {
text-align: center;
background-color: #ebebeb;
font-family: Verdana;
font-size: 11px;
color: #f1f2f3;
font-weight: normal;
line-height: 15px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Alignment
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.left {float:left;}
.right {float:right;}
.center {float:none; text-align:center; margin:inherit auto;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Dividers
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.divider {
	width:auto;
	display:block;
	clear:both;
	height:21px;
	padding:40px 0;
	background:url(../images/separator.png) center center scroll no-repeat;
	}

.divider_space {
	clear: both;
	width: 100%;
	height:1px;
	margin:0px;
	padding:20px 0;
	}

.divider_line {
	position: relative;
	display: block;
	clear: both;
	margin:40px 0;
	background:#ddd;
	height:1px;
	}

.top {
	position: relative;
	margin-bottom: 40px;
	}

.top a {
	position: absolute;
	top:-5px;
	right:0;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: right;
	color:#fff;
	background-color:#b4b4b4;
	padding:3px 6px;
	}
.imgtable{ height: 22px;  border: 0 }
.style7{color: #40b5ff; border: none; font-size: 10px; float: right; padding-right: 10px; padding-top: 5px; text-decoration: underline; }
.tabela{border-top:1px; border-bottom:1px; border-left-width: 16px; border-right-width: 16px; border-color:#ebebeb; border-style: solid; margin:0 0 10px 0; padding:0; position: relative; width:26%;float:left}
.tabela #in {background-color:#fff;font-family: Tahoma; font-size: 13px; color: #333;text-align: center}
/*FORM*/
[class^="awe-"],[class*=" awe-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}
.awe-glass:before{content:"\f000"}.awe-search:before{content:"\f002"}.awe-envelope:before{content:"\f003"}.awe-star:before{content:"\f005"}.awe-user:before{content:"\f007"}.awe-th-large:before{content:"\f009"}.awe-th:before{content:"\f00a"}.awe-th-list:before{content:"\f00b"}.awe-ok:before{content:"\f00c"}.awe-home:before{content:"\f015"}.awe-inbox:before{content:"\f01c"}.awe-refresh:before{content:"\f021"}.awe-list-alt:before{content:"\f022"}.awe-flag:before{content:"\f024"}.awe-bookmark:before{content:"\f02e"}.awe-print:before{content:"\f02f"}.awe-font:before{content:"\f031"}.awe-list:before{content:"\f03a"}.awe-check:before{content:"\f046"}.awe-arrow-left:before{content:"\f060"}.awe-arrow-right:before{content:"\f061"}.awe-arrow-up:before{content:"\f062"}.awe-arrow-down:before{content:"\f063"}.awe-calendar:before{content:"\f073"}.awe-random:before{content:"\f074"}.awe-comment:before{content:"\f075"}.awe-key:before{content:"\f084"}.awe-comments:before{content:"\f086"}.awe-phone:before{content:"\f095"}.awe-check-empty:before{content:"\f096"}.awe-group:before{content:"\f0c0"}.awe-list-ul:before{content:"\f0ca"}.awe-list-ol:before{content:"\f0cb"}.awe-table:before{content:"\f0ce"}.awe-sitemap:before{content:"\f0e8"}.awe-user-md:before{content:"\f0f0"}.awe-coffee:before{content:"\f0f4"}
.input-bl{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="reset"],input[type="submit"]{cursor:pointer;width:auto}select,textarea,input[type="text"],input[type="email"]{display:inline-block;height:20px;padding:4px 6px;margin-bottom:6px;vertical-align:middle;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}textarea,input{margin-left:0;height:auto;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}select:focus{outline:thin solid #666;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.in-fonts{display:inline-block;margin-bottom:10px;font-size:0;white-space:nowrap;vertical-align:middle}.in-fonts input,.in-fonts select{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.in-fonts input:focus,.in-fonts select:focus{z-index:2}.in-fonts .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;text-shadow:0 1px 0 #fff;vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-right:-1px}.in-fonts .add-on:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
.in-fonts .add-on{font-size:14px;font-weight:normal;line-height:20px;text-align:center;background-color:#eee;border:1px solid #ccc;color:#f79000}
i#refresh{margin-left:20px;cursor:pointer;font-size:20px;font-weight:700;line-height:28px;color:#000}
.platos{width:62.42553191489362%;*width:62.37234042553192%}select{height:30px;*margin-top:4px;line-height:30px;width:220px}
select,textarea,input{background-color:#fff;border:1px solid #ccc;font-size:14px;line-height:20px;color:#555}
#nform{display:block;margin-left:6px;height:auto;border:solid #ccc 1px;padding:10px;background-color:#eee;font-family:Verdana;font-size:12px;color:#333}
#nform .error{font-family:Georgia,Arial;color:#c00;font-size:12px;margin-left:4px;font-style:italic}
#nform .verca{display:block;width:276px;height:64px}
#nform .verca #wrap{float:left;width:150px;margin-top:2px;border:solid #ccc 1px;height:52px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-image:url("/hotels/1jsforms/images/rental.png");background-repeat:repeat}
#nform .verca #changeit{float:right;width:96px;font-family:Arial;font-size:11px}
#nform input#code{width:148px;margin:4px 0 0 2px;border:1px solid #ED8536;font-size:16px}
#nform input#Send{width:190px;height:30px;margin:10px 0 0 2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:#ED8536 solid 1px;background:#b9b9b9;color:#fff;font-family:Verdana;font-size:14px}
#nform input#Send:hover[type="submit"]{background:#f79000}
#nform #Arrival_Date,#nform #Departure_Date{width:150px;height:20px}
#nform .addon {width:86px;text-align:left}
#nform #HomeAddress,#nform #PhoneNumber,#nform #realname,#nform #email{width:258px}
.ui-draggable,.ui-droppable{background-position:top}
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}
.ui-helper-clearfix:before, .ui-helper-clearfix:after{content:"";display:table}
.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}
.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}
.ui-state-disabled{cursor:default !important}
.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}
.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}
.ui-datepicker{width:17em;padding:.2em .2em 0;display:none;}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{top:1px}
.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}
.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}
.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}
.ui-datepicker td span, .ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}
.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}
.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}
.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}
.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}
.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0em}
.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask;top:-4px;left:-4px;width:200px;height:200px}
.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}
.ui-widget-content{border:1px solid #aaa;background:#fff url(/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}
.ui-widget-header{border:1px solid #aaa;background:#ccc url(/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{color:#555;text-decoration:none}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited{color:#212121;text-decoration:none}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{color:#212121;text-decoration:none}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border:1px solid #fcefa1;background:#fbf9ee url(/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a{color:#cd0a0a}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text{color:#cd0a0a}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary{font-weight:bold}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}
.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}
.ui-icon{width:16px;height:16px;background-image:url(/images/ui-icons_222222_256x240.png)}
.ui-widget-content .ui-icon{background-image:url(/images/ui-icons_222222_256x240.png)}
.ui-widget-header .ui-icon{background-image:url(/images/ui-icons_222222_256x240.png)}
.ui-state-default .ui-icon{background-image:url(/images/ui-icons_888888_256x240.png)}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon{background-image:url(/images/ui-icons_454545_256x240.png)}
.ui-state-active .ui-icon{background-image:url(/images/ui-icons_454545_256x240.png)}
.ui-icon-carat-1-n{background-position:0 0}
.ui-icon-circle-triangle-e{background-position:-48px -192px}
.ui-icon-circle-triangle-s{background-position:-64px -192px}
.ui-icon-circle-triangle-w{background-position:-80px -192px}
.ui-icon-circle-triangle-n{background-position:-96px -192px}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}
.ui-widget-overlay{background:#aaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}
.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}