﻿html {
    font-size: 62.5%;
}

html, body, form
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.7;
	color: #ffffff;
	font-family: 'Open Sans';
	font-weight: 400;
}

.box
{
	background: #FFFFFF 0 0 no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	width: 1200px;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

.RadioList {
	border-radius: 4px 4px 4px 4px !important;
}

/* RadListView styles */
.rlvItem, .rlvSelected
{
	width: 242px;
	height: 87px;
}

.rlvItem a, .rlvSelected a, .rlvHover a
{
	display: block;
	float: left;
	width: 242px;
	height: 77px;
	background-color: #111;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	position: relative;
}

.rlvHover a
{
	background-color: #111;
	background-position: 0 -100px;
	color: #18222A;
}

.rlvItem a span, 
.rlvSelected a span, 
.rlvHover a span
{
	text-transform: uppercase;
	line-height: 12px;
}

.rlvItem a .percentage,
.rlvHover a .percentage,
.rlvSelected a .percentage
{
	position: absolute;
	right: 5px;
	bottom: 1px;
	color: #5D5D5D;
	font-family: "Segoe UI" , Arial, Sans-Serif;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
}

.rlvHover a .percentage
{
	color: #18222A;
	cursor: pointer;
}

.rlvHover .photo
{
	background: #111;
	border: 1px solid #5D5D5D;
}


.content
{
	position: relative;
	left: 0;
	width: 100%;
	margin-top: 0px;
	background: #FFFFF repeat-x 0 0;
}

.tabContainer
{
	height:454px;
	padding-top: 160px;
	z-index:10000;
}

.tabTitle
{
	color: #000000;
	display: block;
	left: 30px;
	line-height: 19px;
	padding-left: 30px;
	position: absolute;
	top: 22px;
	font-size: 14pt;
	padding-bottom: 3px;
}


.TelerikModalOverlay
{
	background-color: #000 !important;
}

* html .ajaxLoader { position:absolute; }

.udImage
{
	float: left;
	padding-left: 18px;
	width: 70px;
	height: 70px;
}

/* Begin ItemDetails user control */
.itemDetails
{
	position: absolute;
	top: 80px;
	left: 336px;
	width: 900px;
}

/* End ItemDetails user control */

html body .RadGrid_Black .RadInput .riEnabled,
html body .RadGrid_Black .RadInput .riHover,
html body .RadGrid_Black .RadInput .riFocused
{
	background-image:none;
	border-color: #080808;
}

.ascxWrapper
{
    float: left;
    margin-left: 50px;
    margin-top: -90px;
    z-index: 22222;
}

.reservation {
	float: left;
    margin-top: -100px;
	margin-left: 10px;
    margin-right: 10px;
}

.udImage
{
	float: left;
	padding-left: 18px;
	width: 70px;
	height: 70px;
}

.profitChartWrapper
{
    float: right;
    margin-top: -90px;
    margin-right: 100px;
}



/* Pop=up login css */

#blanket {
	 	/* background-color: #111;  */
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	
	/* all other browsers */
	opacity: 0;
	/* for IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* for IE5-7 */
	filter: alpha(opacity=0);
}

#popUpDiv {
	position: absolute;
	background-color: transparent;
	width: 532px;
	height: 262px;
	z-index: 9002;
}


#popUpDiv2 {
	position: absolute;
	background-color: transparent;
	width: 532px;
	height: 262px;
	z-index: 9002;
}

#blanket2 {
	 	/* background-color: #111;  */
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	
	/* all other browsers */
	opacity: 0;
	/* for IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* for IE5-7 */
	filter: alpha(opacity=0);
}


#popUpDivM {
	position: absolute;
	background-color: transparent;
	width: 244px;
	z-index: 9002;
}

#blanketM {
	 	/* background-color: #111;  */
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	
	/* all other browsers */
	opacity: 0;
	/* for IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* for IE5-7 */
	filter: alpha(opacity=0);
}