@charset "utf-8";
/* CSS Document */
/** {
	margin: 0;
	padding: 0;
}
*/
a {
  outline: none;
  color: #119911;
  font-weight: bold;
  text-decoration: none;
}

.hotelname{
	text-decoration: none;
  	color: #777777;
}

a:active {
  outline: none;
}

a:hover {
  color: #44cc44;
  text-decoration:  underline;	
}

:focus {
  -moz-outline-style: none;
}

.clear {
	clear: both;
}

div .calendar {
	margin: auto !important;
	z-index: 99999;
}

html, body { 
	line-height: 14px; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	position: relative; 
	background-color: #bebebe;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.wrapper {
	margin: 15px auto;
	width: 766px;
	padding: 0 8px 0 8px;
	position: relative;
}

.leftborder {
	width: 100%;
	background-image: url(../../images/index/border-left.png);
	background-repeat: repeat-y;
	float: left;
	margin-left: -8px;
	padding-left: 8px;
	position: relative;
}

.rightborder {
	width: 100%;
	background-image: url(../../images/index/border-right.png);
	background-position: top right;
	background-repeat: repeat-y;
	float: right;
	position: relative;
}

.top {
	width: 100%;
	background-image: url(../../images/index/top.png);
	height: 8px;
	margin: -7px -7px 8px -7px;
	padding-left: 7px;
	position: relative;
	background-repeat: no-repeat;
}

.bottom {
	width: 100%;
	background-image: url(../../images/index/bottom.png);
	height: 8px;
	margin: 0 -7px -7px -7px;
	padding-left: 7px;
	position: relative;
	background-repeat: no-repeat;
}

* html .bottom {
	margin-bottom: -14px;
}

#header {
/*	background-image: url(../../images/index/header.jpg);*/
	width: 758px;
	height: 235px;
	margin-top: -8px;
	//background-color: #FF0000;
	margin-bottom: -16px;
}

* html #header {
	margin-top: -19px;
}

#header .logo {
	background-image: url(../../images/index/header-intro.png);
	width: 191px;
	height: 121px;
	float: left;
	margin: 67px 0 0 18px;
}

#header .logo img {
	border: none;
	margin: 17px 0 17px 5px;
}

#header .bg-rose {
	background-image: url(../../images/index/bulgaria-rose.gif);
	width: 73px;
	height: 57px;
	float: right;
	margin-right: 10px;
}

/* navigation */

#navigation {
	background-image: url(../../images/index/nav-bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	margin-right: 8px;
	border-top: 2px solid #FFFFFF;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 10px 0 10px;
	background-image: url(../../images/index/nav-delimeter.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
}

#navigation ul li.last {
	background: none;
}

#navigation ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation ul li a:hover {
	color: #30C53C;
}


#navigation ul li a.selected {
	color: #30C53C;
}

#navigation ul ul {
	display: none;
}

#navigation ul ul ul {
	display: none;
}

#navigation ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	padding-top:2px;
	top: 31px;
	width: 150px;
}

#navigation ul li:hover ul li ul {
	display: none;
}

#navigation ul li:hover ul li {
	background-image: url(../../images/index/nav-bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 150px;
	position: relative;
	float: left;
}

#navigation ul li:hover ul li a {
	position: relative;
}

#navigation ul li:hover ul li:hover ul {
	display: block;
	left: 100%;
	top: 0;
	padding-top: 0;
}

/* end of navigation */

#content {
	background-color: #FFFFFF;
	margin-right: 8px;
	background-image: url(../../images/index/content-top-bg.png);
	background-repeat: repeat-x;
	padding: 15px 0 10px 0;
	width: 758px;
}

* html #content {
	width: auto;
}

#content .left {
	float: left;
	width: 558px;
	margin-right: 15px;
	padding: 0 0px 0 10px;
}

#content .right {
	float: left;
	width: 170px;
}

#content img {
	border: 1px solid #cecece;
}

.button {
	text-transform: uppercase;
	background-image: url(../../images/index/button.gif);
	width: 133px;
	height: 23px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 23px;
	text-align: center;
	margin: 0;
}

input.button {
	border: 0;
	background-image: url(../../images/index/button-type1.gif);
	overflow: hidden;
	width: 90px;
	height: 23px;
	color: #FFFFFF;
}

box {
 margin: 0px;
 background-image: url(../../images/index/box-bg.gif);
 background-repeat: repeat;
 background-position: 0 0px;
 width: auto;
 padding: 0;
}

* html .box {
}

.right .box {
 width: 164px;
 margin: 0 auto;
}

.box .box-top {
 background-image: url(../../images/index/top.gif);
 height: 9px;
 width: 100%;
 background-repeat: repeat-x;
 position: relative;
}

.box .box-main {
 padding: 0 8px 0 8px;
 width: 100%;
 background-image: url(../../images/index/box-left-border.gif);
 background-repeat: repeat-y;
 background-position: top left;
}

* html .box .box-main {
 margin: -8px -16px 0px 0;
}

.box .box-bottom {
 background-image: url(../../images/index/bottom.gif);
 height: 9px;
 width: 100%;
 background-repeat: repeat-x;
 clear: both;
 position: relative;
}

* html .box .box-bottom {
 margin-bottom: 0px;
}

.box-main ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.box-main ul li {
 width: 100%;
 float: left;
 margin-top: 15px;
}

.box-main ul li a {
 text-align: center;
 width: 100%;
 float: left;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #026a2e;
 text-transform: uppercase;
}

.box .tl {
 float: left;
 background-image: url(../../images/index/tl.gif);
 background-repeat: no-repeat;
 width: 8px;
 height: 8px;
 position: absolute;
 left: 0;
 top: 0;
}

.box .tr {
 float: right;
 background-image: url(../../images/index/tr.gif);
 background-repeat: no-repeat;
 width: 8px;
 height: 8px;
 position: absolute;
 right: 0;
 top: 0;
}

.box .bl {
 float: left;
 background-image: url(../../images/index/bl.gif);
 background-repeat: no-repeat;
 width: 8px;
 height: 8px;
 position: absolute;
 left: 0;
 bottom: 0;
}

* html .box .bl {
 bottom: -7px;
}

.box .br {
 float: right;
 background-image: url(../../images/index/br.gif);
 background-repeat: no-repeat;
 width: 8px;
 height: 8px;
 position: absolute;
 right: 0;
 bottom: 0;
}

* html .box .br {
 bottom: -7px;
}

.box .box-left-border {
 width: 8px;
 margin-left: 0px;
 padding-left: 8px;
 position: relative;
 background-image: none;
}

.box .box-right-border {
 background-image: url(../../images/index/box-right-border.gif);
 width: 8px;
 background-repeat: repeat-y;
 background-position: top right;
 display: block;
 width: 100%;
 margin-left: -8px;
 padding-left: 0px;
}

.box .text {
 margin: -8px 16px -8px 16px;
}

* html .box .text {
 margin: 8px 16px 8px 16px;
}

*+html .box .text {
 margin: 0 16px 0 16px;
}

.right .box .text {
 margin: -16px 0 -16px 0;
 min-height: 480px;
}

* html .right .box .text {
 margin: 0;
 height: 480px;
}

/* end of box */

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0 0 0;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

/* miscelenious */

.red {
	color: #CC3333;
}

/* pager */
.pager {
	padding-bottom: 10px;
}

.pager ul.pages li a.previous {
	width: 16px;
	height: 21px;
	background: url(../../images/admin/previous.jpg) no-repeat;
	padding: 0 !important;
}

.pager ul.pages li a.previous:hover {
	background: url(../../images/admin/previousHover.jpg) no-repeat;
}

.pager {
	margin: 30px 0 0 0;
	width: 300px;
}

.pager ul.pages {
	float: left;
	border: 1px solid #CACACA;
	margin: 0 0 0 5px;
}

.pager ul.pages li {
	display: inline;
}

.pager ul.pages li a {
	display: block;
	float: left;
	width: 20px;
	text-align: center;
	text-decoration: none;
	padding: 4px 0 4px 0;
	color: #B1B1B1
}

.pager ul.pages li a:hover {
	background-color: #F7F7F7;
}

.pager ul.pages li a.selected {
	background-color: #EEEEEE;
}

.pager ul.pages li a.previous,.pager ul.pages li a.next {
	width: 16px;
	height: 21px;
	padding: 0 !important;
	border: 1px solid #CACACA;
	margin: -1px 0;
}

.pager ul.pages li a.previous,.pager ul.pages li a.next {
	border-right: none;
	border-left: none;
}

.pager ul.pages li a.next {
	background: url(../../images/admin/nextHover.jpg) no-repeat;
	border-left: none;
}

.pager ul.pages li a.next:hover {
	background: url(../../images/admin/next.jpg) no-repeat;
}

.pager ul.pages li a.previous {
	background: url(../../images/admin/previousHover.jpg) no-repeat;
}

.pager ul.pages li a.previous:hover {
	background: url(../../images/admin/previous.jpg) no-repeat;
}


/* language bar */

.languages {
 margin: 10px 0 0 20px;
 position: absolute;
 left: 0px;
}

.languages a img {
 border: none;
}


/* end of language bar */


*+html h2{
	margin: 8px 0 5px 0;
	padding: 0;
}

* html h2{
	margin: 8px 0 5px 0;
	padding: 0;
}

#weatherTodayImage{
	clear: both;
	height: 40px;
	margin: 5px 0 5px 0;	
}

#weatherTodayTemperature{
	line-height: 24px;
}


#createdby{
  clear: none;
  display: inline;
}

#createdby a{
  outline: none;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}


#createdby a:active {
  outline: none;
}

#createdby a:hover {
  color: #555555;
  text-decoration:  none;	
}

.right .box h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

*+html .right .box h2 {
	padding-bottom: 10px;
}


* html .right .box h2 {
	padding-bottom: 10px;
}

* html .left .box h2 {
	padding-top: 5px;
}
