/* ================================
    CSS STYLES FOR hotel-yanakiev.com
    29.06.2008 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;
}

.HeadSearchBox
{
	position: absolute;
	right: 10px;
	top: 38px;
	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;
	text-align: center;
	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;
}

.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;
}

/* SPECIFIC CLASSES */
    
/* 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;
}

/* MENU */

/*Main Menu Parent Table*/
.ParentMainTab
{
	background: transparent;
}

/*Main Menu Parent Table Td*/ 
.ParentMainTd
{
	height: 30px;
}

/*Main Menu Table*/
.MainTab
{
}

/*Main Menu Item Td UnHovered*/
.MainTdd
{
	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: default;
	vertical-align: top;
	padding: 2px 14px 4px 8px;
}

/*Main Menu Item Td Hovered*/
.MainTde
{
	background: url("../images/menu_separator.gif") no-repeat right top;
    color: #339900;
	font: bold italic 14px Arial, sans-serif;
    text-decoration: none;
    text-transform: lowercase;
    cursor:default;
	vertical-align: top;
	padding: 2px 14px 4px 8px;
}

/*SubMenu Parent Table*/
.ParentSubTab
{
	background: white;
	border: solid 1px #B89239;
}

/*SubMenu Parent Table Td*/
.ParentSubTd
{
	padding: 3px;
}

/*SubMenu Table*/
.SubTab
{
   	font: bold 12px Arial, sans-serif;
    cursor: default;
    padding: 0 10px 0 10px;
}

/*SubMenu Item Tr UnHovered*/
.SubTrd
{
    color: #B89239;
    text-decoration: none;
	height: 24px;
}

/*SubMenu Item Tr Hovered*/
.SubTre
{
    color: #339900;
	text-decoration: underline;
	height: 24px;
}

/*SubMenu Item Td*/
.SubTd
{
	font: 11px Tahoma,Arial,Verdana;
    padding: 3px 3px 3px 3px;
}

/*Separator Td*/
.Spr
{
	background: gray;
	height: 1px;
	padding: 0px;
}

/* 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
{
	background: transparent url("../images/h1.gif") no-repeat left center;
	padding-left: 23px;
	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;
}
