/*=================================
	Sumburgh Hotel Style Sheet
	=================================*/
	
*
{
	font-family: Times New Roman, Times, Serif;
}


/*-----------------------------
	Page Layout
-------------------------------*/

body
{
	text-align: center;
}

.MainContainer
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	min-height: 550px;
	_height: 550px;
}
.shDefault
{
	background-image: url(/Portals/0/Skins/SH/DefaultBg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	_background-position: 0 11px;
}

.Header
{
	height: 32px;
	_height: 32px;
	margin-top: 12px;
	border-top: 1px solid #a30832;
	background-color: #a30832;
	color: #FF971a;
	padding: 0px 12px;
	font-size: 1.8em;
	_font-size: 2em;
	letter-spacing: 0.2em;
	overflow: hidden;
}
.shDefault .Header
{
	background-color: Transparent;
}

.MenuBar
{
	position: absolute;
	top: 37px;
	_top: 45px;
	left: 0;
	_height: 50px;
	height: 40px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ContentPanel
{
	min-height: 442px;
	_height: 473px;
	width: 350px;
	_width: 800px;
	padding-left: 450px;
	padding-top: 34px;
	_padding-top: 40px;
}

.shDefault .PageTitle
{
	padding-top: 125px;
	padding-left: 19px;
	color: #e0c58a;
	font-size: 150%;
}

.ContentPane
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 128px;
	padding-bottom: 10px;
	margin-top: 9px;
	background-color: #a80532;
	background-image: url(/Portals/0/Skins/SH/HomeBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 293px;
	_height: 432px;
	color: #fff;
	overflow:auto;
}
.shDefault .ContentPane
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	margin-top: 11px;
	margin-left: 23px;
	margin-right: 26px;
	background-image: none;
	background-color: Transparent;
	min-height: 220px;
	height: 255px;
	_height: 260px;
	color: #000;
}

.LeftPanel
{
	position: absolute;
	top: 75px;
	_top: 84px;
	left: 0;
	height: 432px;
	width: 450px;
}
.LeftPane
{
	width: 100%;
	height: 100%;
	background-color: #e0c68b;
	background-repeat: no-repeat;
}

.Image1,
.Image2,
.Image3
{
	position: absolute;
	top: 100px;
	_top: 110px;
	height: 90px;
	width: 90px;
	background-repeat: no-repeat;
}
.shDefault .Image1,
.shDefault .Image2,
.shDefault .Image3
{
	border: solid 1px #a30832;
	height: 88px;
	width: 88px;
	_height: 90px;
	_width: 90px;
}
.Image1 {left: 469px;}
.Image2 {left: 578px;}
.Image3 {left: 687px;}

.Footer
{
	margin-top: 6px;
	border: 1px solid #a30832;
	padding: 12px;
	font-size: 80%;
}

.User a:link,
.User a:visited,
.User a:active,
.User a:hover
{
	color: #ddd;
	text-decoration: none;
	font-family: Arial, Verdana, helivetica, Sans-Serif;
	font-size: 60%;
}
.User a:hover
{
	color: #000;
	text-decoration: underline;
}

/*-------------------------------
	Menu
---------------------------------*/

.mainMenu
{
}

.mainMenuItem,
.mainSelectedItem,
.mainUnselectedItem
{
	text-transform: uppercase;
	font-size: 80%;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	cursor: hand;
	cursor: pointer;
}

.mainSelectedItem
{
	color: #ccc;
}

.mainMenuSeparator
{
	width: 2px;
	height: 100%;
	background-color: #a30832;
}

/*---------------------------
	Feedback Moduel
-----------------------------*/
.shDefault .FBLabel
{
	text-align: left;
}
