#MainLayout { 
	background:black; 
	position:absolute; 
	margin:0px; 
	padding:0px; 
	top:0px; 
	left:0px; 
	right:0px; 
	bottom:0px; 
	}
#MainLayout.BottomBannerSpace { 
	bottom: 50px; 
	}

#BottomBanner { 
	display: none; 
	position:absolute; 
	margin:0px; 
	padding:0px; 
	left:0px; 
	right:0px; 
	bottom:0px; 
	height: 50px; 
	}
#BottomBanner.Show { display: block; }

#Header { 
	background: url(HeaderBack.png);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 43px;
	}

#PageTitle {
	position: absolute;
	left: 80px;
	right: 80px;
	top: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin: -15px 0px 0px 0px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

#BackButton {
	display: none;
	position: absolute;
	left: 5px;
	width: auto;
	min-width: 70px;
	top: 50%;
	height: 30px;
	margin: -15px 0px 0px 0px;
	cursor: pointer;
	padding: 0px 5px 0px 14px;
	-moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	background-image: url(ButtonArrowLeft.png), url(ButtonCloseRight.png), url(ButtonBack.png);
	background-repeat: no-repeat , no-repeat, repeat-x;
	background-position: 0px 0px, right 0px, 0px 0px;
	background-clip: padding-box , padding-box , content-box;
	-moz-background-clip: padding-box , padding-box , content-box;
	-webkit-background-clip: padding-box , padding-box , content-box;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 30px;
	}
	
#BackButton:Hover {	
	background-image: url(ButtonArrowLeftHover.png), url(ButtonCloseRightHover.png), url(ButtonBackHover.png);
	}
#BackButton.Show { display: block; }
#BackButton.Hide { display: none; }	

#MenuButton {
	position: absolute;
	right: 5px;
	width: auto;
	min-width: 70px;
	top: 50%;
	height: 30px;
	margin: -15px 0px 0px 0px;
	cursor: pointer;
	padding: 0px 5px 0px 5px;
	-moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	background-image: url(ButtonCloseLeft.png), url(ButtonCloseRight.png), url(ButtonBack.png);
	background-repeat: no-repeat , no-repeat, repeat-x;
	background-position: 0px 0px, right 0px, 0px 0px;
	background-clip: padding-box , padding-box , content-box;
	-moz-background-clip: padding-box , padding-box , content-box;
	-webkit-background-clip: padding-box , padding-box , content-box;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 30px;
	}	
#MenuButton.Show { display: block; }
#MenuButton.Hide { display: none; }	
	
#MenuButton:Hover {
	background-image: url(ButtonCloseLeftHover.png), url(ButtonCloseRightHover.png), url(ButtonBackHover.png);
	}
	
#Footer { 
	background: url(FooterBack.png);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 47px;
	}
	
#FooterContent {
	position: relative;	
	min-height: 100%;
	overflow: visible;
	white-space: nowrap;
	text-align: center;
	}
	
.FooterButton { 
	margin: 0px 2px 0px 2px;
	width: 60px;
	min-width: 60px;
	height: 47px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	}
	
.FooterButton .Icon {
	position: absolute;
	top:2px;
	left:0px;
	right:0px;
	height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	opacity: 0.4;
	}
	
.FooterButton:Hover .Icon { 
	opacity: 1.0;	
	}
	
.FooterButton .Label { 
	position: absolute;
	text-align: center;
	bottom:2px;
	left:0px;
	right:0px;
	height: 11px;
	font-size: 9px;
	font-weight: bold;
	color: #aaaaaa;
	}
	
	
.FooterButton:Hover .Label { 
	color: #ffffff;
	}		
	
#Body {
	background: url(BodyBack.png);
	position: absolute;
	left: 0px;
	top: 43px;
	bottom: 47px;
	width: 100%;
	overflow:hidden;
	}
		
.Tab {
	position: absolute;
	left: 0%;
	width: 100%;
	top: 0px;
	bottom: 0px;
	}	
.Tab.overflow { overflow: auto; }

.TabContent {
	position: relative;
	width: 100%;
	min-height: 100%;
	}

.TabContent img { max-width: 100%; }
	
.Block { 
	background: white; 
	margin: 10px; 
	padding: 5px; 
	border: 1px solid #AAACAE;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	}
	
.Plain { margin: 10px; }	
.Plain.Center { text-align: center; }	
	
.Fields {
	background: white; 
	margin: 10px; 
	border: 1px solid #AAACAE;
	border-radius: 10px; 
	-moz-border-radius: 10px; 	
	}
.Fields>table {  }
.Fields>table>tbody>tr>td { padding: 5px; }
.Fields>table>tbody>tr:last-child>td {  }
.Fields>table>tbody>tr>td.Col1 {  }
.Fields>table>tbody>tr>td.Col2 { font-weight: bold; }

.MenuGroup { 
	background: white; 
	margin: 10px; 
	border: 1px solid #AAACAE;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	}	

.MenuCaption { 
	margin: 20px 10px 0px 10px;
	text-indent: 10px;
	font-size: 16px;
	font-weight: bold;
	}
	
.MenuItem { 
	cursor: pointer;
	text-indent: 10px; 
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #BCBFC1;
	line-height: 35px;
	background: url(BulletLeft.png) 5px center no-repeat;
	}
	
.MenuItem:Hover { 	
	background-color: #eeeeee;
	}
	
.MenuItem:last-child { 
	border: none;
	}
	
#Mask { 
	display: none;
	z-index: 100;
	position: absolute;
	top: 0px; 
	left: 0px;
	right: 0px;
	bottom: 0px;
	}
#Mask.Show { display: block; }	
#Mask.Hide { display: none; }	
	
#Loader { 
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0px 0px -32px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	}
	
#LoaderIcon { 
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px;
	background: url(LoaderIcon.gif) center center no-repeat; 
	}
	
.SocialButton { margin: 2px; }
.SocialButton .facebook-like { border:none; overflow:hidden; width:48px; height:24px; }
.SocialButton .facebook-share { display: inline-block; background: url(facebook-share.png); width: 47px; height: 24px; }
.SocialButton .google-plusone {  }
.google-maps { border:none; overflow:hidden; width:100%; height:300px; }	

.rss { 
	background: white; 
	margin: 10px; 
	padding: 5px; 
	border: 1px solid #AAACAE;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	cursor: pointer;
	}
.rss table { width: 100%; }	
.rss table td.Col1 { vertical-align: top; text-align: center; width: 80px;  }	
.rss table td.Col2 { vertical-align: top; }	
.rss .image { max-width: 80px; }	
.rss .title { font-weight: bold; margin: 0px 5px 5px 5px;  }	
.rss .desc { margin: 0px 5px 5px 5px; }	
.rss .date { display: none; }	
	
/* -------------------------------------- */	
	
.Form  {	}	
.Form .FormCtrl {
	display: Block;
	margin: 10px; 
	padding: 5px;
	background: #E9E9E9;
	border: 1px solid #AAACAE;
	border-radius: 10px; -moz-border-radius: 10px; 
	color: #555555;	
	font-weight: bold;
	line-height: 25px;
	}
.Form .FormCtrl.type-submit { background: none; border: none; text-align: center; }	
.Form .FormCtrl.type-check {  background: none; border: none; padding: 0px 5px 0px 5px; line-height: 15px;  }
.Form .FormCtrl.type-label {  background: none; border: none; font-size: 16px; }
.Form .CtrlCaption { display: inline-block; }
.Form .CtrlRequired { display: inline-block;	color: red; text-indent: 5px; }	
.Form .FormCtrl.type-check .CtrlRequired {  display: none; }
.Form .CtrlInput { color: #999999; font-weight: bold; }
.Form .CtrlInput .area { width: 100%; border: none; background: #ffffff; height: 50px; border-radius: 10px; -moz-border-radius: 10px; overflow:auto; }
.Form .CtrlInput .combo { width: 100%; height: 30px; }
.Form .CtrlInput .inp { border: none; background: #ffffff; height: 30px; border-radius: 10px; -moz-border-radius: 10px;  }
.Form .CtrlInput .inp.text { width: 100%; }
.Form .CtrlInput .inp.password { width: 100%; }
.Form .CtrlInput .inp.number { width: 80px; direction: ltr; }
.Form .CtrlInput .inp.mail { width: 100%; direction: ltr; }
.Form .CtrlInput .check { color: #333333; line-height: 35px; }
.Form .CtrlInput .submit {
	border: none;
	width: auto;
	min-width: 70px;
	height: 30px;
	cursor: pointer;
	padding: 0px 5px 0px 5px;
	-moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	background-image: url(ButtonCloseLeft.png), url(ButtonCloseRight.png), url(ButtonBack.png);
	background-repeat: no-repeat , no-repeat, repeat-x;
	background-position: 0px 0px, right 0px, 0px 0px;
	background-clip: padding-box , padding-box , content-box;
	-moz-background-clip: padding-box , padding-box , content-box;
	-webkit-background-clip: padding-box , padding-box , content-box;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 30px;
	}	
.Form .CtrlInput .submit:Hover {
	background-image: url(ButtonCloseLeftHover.png), url(ButtonCloseRightHover.png), url(ButtonBackHover.png);
	}	
.Form .CtrlError { margin: 5px; color: red; }	
	
/* -------------------------------------- */