/* ================================
    CSS STYLES FOR hotel-yanakiev.com
    03.09.2011 ver.1
   ================================*/ 

/* ADMIN PAGE CLASSES */

.AdminPage
{
	background: white;
	text-align: left;
	margin: 0 auto;
	width: 100%;
}

.AdminPage .Header
{
	display: none;
}

.AdminPage .Content
{
	text-align: center;
	width: 100%;
}

.AdminPage .Footer
{
	display: none;
}

/* GENERAL CLASSES */

.Page
{
	width: 934px;
	background: transparent;
	text-align: left;
	margin: 0 auto 0 auto;
}

.Header
{
	position: relative;
	background: transparent;
	text-align: left;
	width: 934px;
	margin-top: 6px;
	overflow: hidden;
}

.Content
{
	background: transparent;
	text-align: left;
	width: 934px;
	margin-bottom: 6px;
	overflow: hidden;
}

.Footer
{
	background: #B89239;
	width: 934px;
	margin-bottom: 6px;
	overflow: hidden;
}

.HeadBanner
{
	text-align: right;
}

.HeadNavigationUp
{
	position: absolute;
	right: 10px;
	top: 8px;
	background: transparent;
}

.HeadNavigationDown
{
	position: absolute;
	right: 6px;
	top: 74px;
	background: transparent;
}

.HeadNavigationHome
{
	position: absolute;
	left: 38px;
	top: 8px;
	background: transparent;
}

A.Navigation:link, A.Navigation:visited, A.Navigation:active
{
	color: #B89239;
	text-decoration: none;
	text-transform: none;
	font: bold italic 13px Arial, sans-serif;
	position: static;
	width: auto;
	padding: 4px;
}

A.Navigation:hover
{
	color: #339900;
	text-decoration: none;
	text-transform: none;
	font: bold italic 13px Arial, sans-serif;
	position: static;
	width: auto;
	padding: 4px;
}

.HeadMenu
{
	background: transparent url("../images/menu.gif") no-repeat top left;
	height: 30px;
	width: 100%;
	margin-top: 6px;
}

.LeftPane
{
	background: transparent;
	width: auto;
	height: 100%;
	margin-top: 6px;
}
 
.LeftPane .Panle, .LeftPane .PanelContent
{
	margin: 0;
	padding: 0;
	background: transparent;
}

.LeftPane BR
{
	display:none;
}

.LeftPane .Panel BR
{
	display:inline;
}

.RightPane
{
	background: white;
	width: 424px;
	height: 100%;
	margin-top: 6px;
	margin-left: 6px;
	border: solid 3px #B89239;
	min-height: 305px;
	height: auto;
	position: relative;
}

.ContentPane 
{ 
	display: inline-block; 
}

.ContentPane
{
	display: block; 
	background: white;
	width: 928px;
	margin-top: 6px;
	border: solid 3px #B89239;
}

.ContentPane:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.Panel
{
	margin: 0;
}

.Header .Panel
{
	background: transparent;
	margin: 0;
	padding: 0;
}

.Header .PanelContent
{
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

.Footer .Panel
{
	background: transparent;
	margin: 0;
	padding: 0;
}

.Footer .PanelContent
{
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

.PanelTitle
{
	background: transparent;
	color: #B89239;
	font: bold italic 14px Arial, sans-serif;
	height: 22px;
	padding: 2px;
	margin: 0 0 1px 0;
	overflow: hidden;
}

.PanelTitle .CommandButton
{
	display: block;
	text-align: right;
	position: relative;
	top: -14px;
}

.PanelContent
{
	background: white;
	color: #9f7e31;
	font: small Arial, sans-serif;
	padding: 5px;
	margin: 0;
}

.PanelLeft
{
	float: left;
	width: 48%;
	background: white;
	color: #9f7e31;
	font: small Arial, sans-serif;
	padding: 5px;
	margin: 0;
}

.PanelRight
{
	float: right;
	width: 48%;
	background: white;
	color: #9f7e31;
	font: small Arial, sans-serif;
	padding: 5px;
	margin: 0;
}

.RightPane .Panel, .RightPane .Panel .PanelContent
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* MENU */

.HeadMenu ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.HeadMenu li 
{
	float: left;
	margin-top: 4px;
}

.HeadMenu ul a 
{
	display: block;
	padding: 2px 14px 4px 8px;
	background: url("../images/menu_separator.gif") no-repeat right top;
    color: #B89239;
	font: bold italic 14px Arial, sans-serif;
    text-decoration: none;
    text-transform: lowercase;
    cursor: pointer;
}

.HeadMenu ul a:hover
{
    color: #339900;
}

/* RESERVATION BOX STYLES */

.ReservationBox
{
	background: #F0C869;
	color: #095e01;
	padding: 1px;
	width: 100%;
	text-align: center;
	position: relative;
	display: none;
}

.RightPane .Panel .PanelContent .ReservationBox
{
	position: absolute;
	width: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.ReservationBox table td
{
	padding: 0;
	margin: 0;
}

.ReservationBox #BoxTitle
{
	color: #8B0000;
	background: #B89239;
	font-weight: bold;
	padding: 1px 0 1px 0;
	font-size: 14px;
}

.ReservationBox table
{
	width: 280px;
	margin: 0 auto;
	text-align: left;
}

.ReservationBox input
{
	border: solid 2px #B89239;
	margin: 2px 3px 2px 0;
	height: 16px;
}

.ReservationBox A:link, .ReservationBox A:visited, .ReservationBox A:active, .ReservationBox  A:hover
{
	border: solid 2px #B89239;
	display: inline-block;
	background: #D8B258;
	padding: 3px 5px 3px 5px;
	color: #095e01;
    text-decoration: none;
}

#BoxMessage
{
	display: none;
	color: white;
	background: #8B0000;
	top: 20px; 
	right: 2px; 
	bottom: 32px;
	left: 2px;
	padding: 8px;
	position: absolute;
	font-weight: bold;
}

#BoxControls img
{
	width: 21px;
	height: 21px;
}

#BoxControls img, #BoxControls input
{
	vertical-align: middle;
}

#ui-datepicker-div 
{ 
	font-size: 10px; 
}

#ui-datepicker-div  A
{
	font: normal normal 10px Arial, sans-serif;
}

#WeatherBox
{
	color: black;
	font: normal normal 12px Arial, sans-serif;	
	display: none;
	border-top: #9f7e31 1px dashed;
	border-bottom: #9f7e31 1px dashed;
}

#WeatherBox .title
{
	color: #095e01;
	font: bold italic 14px Arial, sans-serif;
	text-align: center;
	padding: 5px 0 5px 0;
}

#WeatherBox .label
{
	font-weight: bold;	
}

#WeatherBox .Temp span
{
	color: #B89239;
	font: bold normal 24px Arial, sans-serif;
	font-weight: 900;
	padding: 2px;
}

/* SPECIFIC CLASSES */
    
.TermsOfUse
{
	height: 190px;
	overflow-y: scroll;
}

/* text style for reading messages in Discussion */    
.Message    
{
    background: #eeeeee;
    font: normal 11px Verdana, Helvetica, sans-serif;
    width: 600px;
    padding: 0 6px 0 6px;
    overflow: hidden;
}   

/* style of item titles by Announcements and events */
.ItemTitle    
{
    color: #8B0000;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* style for module titles */
.Head   
{
    color: red;
    font: normal 20px Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    color: #8B0000;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    color: black;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* text style used for most text rendered by modules */
.Normal
{
    font: normal 11px/12px Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font: normal 12px Verdana, Helvetica, sans-serif;
}

.NormalRed
{
    color: red;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

.NormalBold
{
    font: bold 11px Verdana, Helvetica, sans-serif;
}

TABLE TR.NormalBold TD
{
	font-size: small;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
    font: normal 11px Verdana, Helvetica, sans-serif;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    color: #8B0000;
    text-decoration: underline;
}

A.CommandButton:hover    
{
    color: red;
    text-decoration: underline;
}

/* GENERIC ELEMENTS */

BODY	
{
	background: #13640B url("../images/background.gif") repeat top left;
    font: 14px Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 934px;
}

FORM
{
	margin: 0;
	padding: 0;
}

IMG
{
	border: none;
}

H1
{
	padding-left: 4px;
	color: #095e01;
	font: bold italic medium Arial, sans-serif;
}

H2
{
	color: #9f7e31;
	font: bold italic medium Arial, sans-serif;
}

A:link, A:visited, A:active
{
	color: #9f7e31;
	font: bold italic small Arial, sans-serif;
	text-decoration: underline;
	text-transform: none;
}

A:hover
{
	color: #095e01;
	font: bold italic small Arial, sans-serif;
	text-decoration: underline;
	text-transform: none;
}

A.Standart:link, A.Standart:visited, A.Standart:active
{
	color: white;
	font: normal small Arial, sans-serif;
	text-decoration: none;
	text-transform: none;
}

A.Standart:hover
{
	color: #095e01;
	font: normal small Arial, sans-serif;
	text-decoration: underline;
	text-transform: none;
}

A.BigLink
{
	color: #095e01;
	font: bold 16px Arial, sans-serif;
	text-decoration: none;
	text-transform: none;
}

