/*-------------------------------------------------------+
| Design for GVision 3
+--------------------------------------------------------+
| Title      : Puzzled
| Version    : 1.0
| Released   : 2009-12-24
+--------------------------------------------------------*/
em {
	color: #833;
}

h1 {
	font-size: 22px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	display: inline;
}
h2 {
	font-size: 18px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	display: inline;
}
h3 {
	font-size: 15px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	display: inline;
}
h4 {
	font-size: 15px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
	display: inline;
}


label {
	font-weight: bold;
}
a {
	font-size:11px;
	color: #69a9c9;
	text-decoration: underline;
}

a:hover {
	color: #31668e;
}

#tablist a {
	font-size:13px;
}

#heading,.heading,#heading a  {
	font-size: 13px;
	font-weight: bold;
}

.title_link {
	font-size: 12px;
	color: #4f92b4;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.title_link:hover {
	text-decoration: underline;
}

.reject_link {
	color: red;
}
.confirm_link {
	color: green;
}
.important {
	color: #bb4813;
	font-weight: bold;
}

/** Different Status: Start */
/* Used in my reservations, ... */
.incorrect,.failed,.incompleted {
	color: red;
	font-weight: bold;
}
.correct,.successfull,.completed {
	color: green;
	font-weight: bold;
}

.waiting,.pending {
	color: orange;
	font-weight: bold;
}
/** Different Status: End */


#headerbg a {
	color: #fff;
	text-decoration: none;
}

#pm a {
	color: #16476c;
	text-decoration: none;
}

#title a {
	color: #16476c;
	/*color: #0e324d;*/
	text-decoration: none;
}

#forum a,#links a {
	color: #16476c;
	font-weight: bold;
	text-decoration: none;
}

#forum a:hover, #links a:hover, #pm a:hover, #headerbg a:hover, #title a:hover {
	text-decoration: underline;
}




#admin a {
	color: #000000;
	text-decoration: none;
}

#admin a:hover {
	text-decoration: underline;
}

.gallery_link {
	font-size: 16px;
	line-height: 23.5px;
	color: #000000;
	text-decoration: none;
}

.gallery_link:hover {
	text-decoration: underline;
}

.gallery_link2 {
	color: #000000;
	text-decoration: none;
}

.gallery_link2:hover {
	text-decoration: underline;
}

.gallery_link_header {
	color: #000000;
	text-decoration: none;
}
.gallery_link_header:hover {
	text-decoration: none;
}


.gallery_navlink_header {
	color:#4E4E4E;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:30px 20px 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.gallery_navlink_header:hover {
	background: transparent url(images/img03.jpg) no-repeat scroll center top;
}

.brown_link {
	color: #000000;
	text-decoration: none;
}
.brown_link:hover {
	/*color: brown;*/
	text-decoration: none;
}

.black_link {
	color: #000000;
	text-decoration: none;
}
.black_link:hover {
	text-decoration: none;
}


















.side {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	/*line-height: 23.5px;*/
}


hr {
	height: 1px;
	color: #AFAFAF;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

pre {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0;
	padding: 0;
}

.button {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	width: 68px;
	height: 23px;
	border: none;
    background: url(images/button.png) no-repeat top left;
}

.submit_button {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bb4813;
	width: 92px;
	height: 27px;
	border: none;
    background: url(images/button_submit.png) no-repeat top left;
}

/*.button:hover {
	background: #CCCCCC;
	color: #333333;
}*/

.bbcode {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #f1f1f1;
	border: solid 1px #CCCCCC;
	padding: 3px;
	margin-top: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

.textbox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
}

/* General table properties */


/*h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.2em;
}*/

.title  {
	font-family: "Trebuchet MS", Impact, serif;
	/*font-size: 18px;*/
	/*text-transform: uppercase;*/
	color: #454545;
}

img {
	border: none;
}

.center {
	margin: 0 auto;
}

.news-category {
	border:0;
	margin:3px 5px 0 0;
	float:left;
}

.tbl-border {
	/*border: 1px solid #e1e1e1;*/
	font-size: 12px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl {
	font-size: 12px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 12px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1_1 {
	font-size: 12px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl2 {
	font-size: 12px;
	color: #555;
	background-color: #f1f1f1;
	/*background-color: #e2e2e2;*/
	padding: 4px;
}
.tbl2_1 {
	font-size: 12px;
	color: #000;
	background-color: #e2e2e2;
	/*background-color: #e2e2e2;*/
	padding: 4px;
}

.tbl2_2 {
	font-size: 12px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

.forum-caption {
	font-size: 12px;
	font-weight: bold;
	color: #959595;
	/*background-color: #f1f1f1;*/
	padding: 8px 4px 0px 4px;
}

.quote {
	/*background: #D9D785 url(images/quote.png) no-repeat left top;*/
	background: #f1f1f1 url(images/quote.png) no-repeat left top;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	/*font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;*/
	margin: 0 5px;
	padding: 5px 20px 5px 30px;
	font-size: 10px;
	border: 1px #000 solid;
	color: #3D3D3D;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: bold;
	color: #04688d;
}

.shoutbox {
	color: #777;
}

.shoutbox-message {
	color: #000;
	/*font-weight: bold;*/
}

.shoutboxdate {
	color:#959595;
	/*font-weight:bold;*/
	font-size: 12px;
	/*color: #888;*/
}

.description {
	color:#959595;
	font-size: 12px;
}

.small {
	font-size: 11px;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #000000;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #000;
	/*background-color: #f6a504;
	border: 1px solid #ddd;*/
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	/*background-color: #f1f1f1;
	border: 1px solid #ddd;*/
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	/*color: #fff;*/
	color: red;
	/*background-color: #f6a504;*/
	margin: 2px;
	text-decoration: none;
}

/* Header */

#header {
	width: 100%;
	margin: 0 auto;
	width: 960px;
	height: 126px;
	padding-top: 14px;
	/*background: url(../../images/header_bg.png) repeat-x left top;*/
}


#header_content {
	clear: both;
	height: 89px;
	background: url(images/header_bg.png) repeat-x left top;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
/* Logo */

#header_content .logo {
	float: left;
	padding-top: 22px;
	padding-left: 13px;
}

#header_content .reservation {
	float: right;
	padding-right: 22px;
}

/** ****************************** MENIU ********************************************** */
#menu {
	height: 34px;
	padding-top: 3px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: url(images/menu_bg.png) repeat-x left top;
}
#menu a {
	text-decoration: none;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}
#menu .menu_button {
	/*background: url(images/meniu_button.png) no-repeat;*/
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	min-width: 104px;
	height: 25px;
	margin-top: 9px;
	margin-left: 9px;
	margin-right: 9px;
	color: white;
}
#menu .menu_button a {
	color: white;
	padding-bottom: 10px;
	/*border: 1px solid yellow;*/
	/*line-height:3;*/
}

#menu .menu_button_open {
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	background: url(images/meniu_button_open.png) no-repeat;
	background-color: white;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	min-width: 104px;
	height: 25px;
	margin-top: 0px;
	padding-top: 9px;
	margin-left: 9px;
	margin-right: 9px;
}


/** ************************************************************************************************ */


/** **************************** TABS MENIU ******************************************** */
#tabs_menu {
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	background-color: #e0e0e0;	
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	height: 31px;
	padding-top: 3px;
	padding-left: 13px;
	padding-right: 13px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	/*background: url(images/menu_bg.png) repeat-x left top;*/
}
#tabs_menu .menu_button {
	border: 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	/*background: url(images/meniu_button.png) no-repeat;*/
	background: url(images/menu_bg.png) repeat-x left top;
	text-align: center;
	white-space: nowrap;
	min-width: 158px;
	height: 23px;
	padding-top: 8px;
	margin-left: 2px;
	margin-right: 2px;
	color: white;
}
#tabs_menu .menu_button a {
	font-size: 13px;
	color: white;
	text-decoration: none;
}

#tabs_menu .menu_button_open {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color: white;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	min-width: 158px;
	height: 23px;
	padding-top: 8px;
	margin-left: 2px;
	margin-right: 2px;
	color: #bb4813;
	font-weight: bold;
}
/** ************************************************************************************************ */


/** **************************** TABS MENIU ******************************************** */
#cards_menu {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	height: 31px;
	padding-top: 3px;
}
#cards_menu .menu_button {
	border: 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	/*background: url(images/meniu_button.png) no-repeat;*/
	background: url(images/menu_bg.png) repeat-x left top;
	text-align: center;
	white-space: nowrap;
	min-width: 90px;
	height: 23px;
	padding-top: 8px;
	margin-right: 2px;
	color: white;
}
#cards_menu .menu_button a {
	font-size: 13px;
	color: white;
	text-decoration: none;
}

#cards_menu .menu_button_open {
	border: 1px solid #afafaf;
	border-bottom : 1px solid white;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color: white;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	min-width: 90px;
	height: 23px;
	padding-top: 8px;
	margin-right: 2px;
	font-weight: bold;
}
/** ************************************************************************************************ */



/****************************************************** Footer *********************************************/

#footer {
	/*width: 960px;*/
	height: 35px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	/*background: url(images/img06.jpg) no-repeat left top;*/
	font-size: 10px;
	color: black;
}

#footer p {
	margin: 0;
	padding: 13px 0px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#footer_links {
	float: right;
}

/*************************************************************/




body {
	margin: 0;
	padding: 0;
	/*background-color: #e2e2e2;*/
	background: #FFFFFF url(images/background.jpg) repeat left top;
	text-align: left;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Page */

#panel,#object {
}

#panel.normal_padding,#object.normal_padding {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 11px;
	padding-bottom: 10px;
}
#panel.min_padding,#object.min_padding {
	padding-left: 6px;
	padding-bottom: 3px;
}
#panel.min_padding_bottom,#object.min_padding_bottom {
	padding-bottom: 4px;
}
#panel .entry, #object .entry {
}
#panel .entry-border,#object .entry-border {
	border: #afafaf 1px solid;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#panel .entry-special,#object .entry-special {
	margin-top: 1px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius-topleft: 0px;
	border-radius-topleft: 0px;
}

#panel .tabs-special,#object .tabs-special {
	margin-left: 1px;
	margin-right: 1px;
	border-top: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-radius-topleft: 0px;
	-webkit-border-radius-toprigth: 0px;
	border-radius-topleft: 0px;
	border-radius-toprigth: 0px;
}

#panel .title {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding-bottom: 3px;
}

#object .title {
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	padding-bottom: 3px;
}

#page {
	width: 946px;
	padding: 7px;
	margin: 0 auto;
	//padding-top: 0px;
	//padding-bottom: 0px;
	margin-bottom: 65px;
	background: #ffffff;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#content-all,#content-all-u,#content-all-l  {
	font-size: 12px;
}
#content-left {
	float: left;
	width: 688px;
	font-size: 12px;
}
#content-right {
	padding-left: 7px;
	float: right;
	width: 688px;
	font-size: 12px;
}
#panels-left {
	float: left;
	width: 237px;
	font-size: 12px;
}
#panels-right {
	float: right;
	padding-right: 7px;
	width: 244px;
	font-size: 12px;
}

.post .title {
	margin: 0;
	padding-bottom: 2px;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .entry {
}

.post .entry-padding {
	margin-bottom: 15px;
	padding-bottom: 20px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 956px;
	/*background: #000000;*/
	/*color: #CCCCCC;*/
	padding: 0 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}

#lastminute {
	color: white;
	font-weight: strong;
}

#lastminute a {
	text-decoration: underline;
	font-weight: normal;
	color: white;

}

#lastminute a:hover {
	text-decoration: underline;
	color: orange;
}

#lastminute .title_link {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#lastminute .title_link:hover   {
	text-decoration: underline;
	color: orange;
}

#lastminute .bg_left {
	background: url(../../plug-ins/last_minute_panel/images/bg_left.png) no-repeat;
	float: left;
	width:50%;
	height: 237px;
}

#lastminute .bg_right {
	background: url(../../plug-ins/last_minute_panel/images/bg_right.png) no-repeat;
	float: right;
	width:50%;
	height: 237px;
}

#lastminute  #panel-content {
	padding: 10px 10px 10px 10px;
}

#lastminute .title {
	text-transform: none;
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: white;
	font-weight: bold;
	padding-bottom: 7px;
}
#search_opts.search_body {
	width:100%;
	background-image:url(images/world.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#search_opts label {
	font-weight: bold;
}
#search_opts  .selectbox {
	width: 200px;
}

#side_search_opts .search_body {
	/*width:100%;*/
	/*background-image:url(images/world_orange.png);*/
}
#side_search_opts label {
	font-weight: bold;
}
#side_search_opts  .selectbox {
	width: 200px;
}
