html { height: 100%; }
body { height: 100%; }
#MainLayout { min-height: 100%; }
#MainLayout.BottomBannerSpace {	}
#BottomBanner { 	background: #D1C9C9; display: none; margin:0px; padding:0px; width: 100%; height: 50px; }
#BottomBanner.Show { display: block; }	
#Mask { display: none; z-index: 100; position: fixed; 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; }	

.Tab { position: relative; }	
.TabContent {  }
.TabContent img { max-width: 100%; }
.SocialButton { margin: 2px; }
.SocialButton .facebook-like { border:none; overflow:hidden; width:50px; 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; }


#MainLayout { 
	background: #EBEBEB;
	}
#Header { position: relative; height: 140px; background: #D4D4D4;  }
#SiteLogo { 
	position: absolute;
	top: 5px;	
	left: 50%;
	margin-left: -100px;	
	width: 200px;
	height: 50px;
	text-align: center;
	}
#PageTitle { 
	line-height: 70px; text-align: center; font-weight:bold; font-size: 18px;
	position: absolute; top: 60px; right: 60px; height: 70px; left: 60px;
	background: url(background4.png) center top no-repeat;
	color: #6A0020;	
	}
#BackButton {
	left: 5px;
	color: #6A0020; line-height: 25px; text-align: center; font-weight:bold;
	position: absolute; top: 5px; height: 25px; width: 45px;
	cursor: pointer;
	text-decoration: underline;
	}
#BackButton.Show { display: block; }
#BackButton.Hide { display: none; }	
#MenuButton { 
	right: 5px;
	color: #6A0020; line-height: 25px; text-align: center; font-weight:bold;
	position: absolute; top: 5px; height: 25px; width: 45px;
	cursor: pointer;
	text-decoration: underline;
	}
#MenuButton.Show { display: block; }
#MenuButton.Hide { display: none; }	
	
#Body { 
	padding-bottom: 150px;
	background: 
		url(background3.png) left bottom no-repeat, 
		url(background2.png) left bottom no-repeat,
		#D4D4D4 url(background1.png) left bottom repeat-x; 
	}	
#Footer { 	
	margin: 5px 5px 5px 5px;
	}
#FooterContent { text-align: center; }
.FooterButton { 
	margin: 2px 2px 2px 2px; text-align: center; display: inline-block; padding: 0px 5px 0px 5px;
	color: #555555; cursor: pointer; border-right: 1px solid #555555; 
	}
.FooterButton:nth-of-type(1) { border: none;}
.FooterButton .Icon { display: none; }

.MenuGroup { 
	margin: 5px 10px 0px 10px; 
	}	

.MenuCaption { 
	color: #6A0020;
	margin: 10px; text-indent: 10px; font-size: 14px; font-weight: bold;
	text-shadow: 0px -2px 2px #ffffff,0px 2px 2px #ffffff,-2px 0px 2px #ffffff,2px 0px 2px #ffffff;	
	}

.MenuItem { 
	background: url(bullet.png) right center no-repeat;
	text-indent: 20px;
	color: #6A0020;	cursor: pointer; font-size: 12px;
	font-weight: bold; line-height: 25px;
	text-shadow: 0px -2px 2px #ffffff,0px 2px 2px #ffffff,-2px 0px 2px #ffffff,2px 0px 2px #ffffff;
	}

.MenuItem:Hover { text-decoration: underline; }
.MenuItem:last-child { }	

.Plain { margin: 5px 10px 0px 10px;  }	
.Plain.Center { text-align: center; }
.Block { margin: 5px 10px 0px 10px;  color: #6A0020; }	
.Fields { margin: 5px 10px 5px 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; }	

.rss { padding: 5px; margin: 5px 10px 0px 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 {
	margin: 5px 20px 5px 20px;
	padding: 5px; 
	display: Block; color: #6A0020;	font-weight: bold; line-height: 25px;
	}
.Form .FormCtrl.type-submit { background: none; border: none; text-align: center; }	
.Form .FormCtrl.type-label {  background: none; border: none; font-size: 16px; color: #6A0020; }
.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: #6A0020; font-weight: bold; }
.Form .CtrlInput .area { border: 1px solid #6A0020; width: 98%; background: #ffffff; height: 50px; border-radius: 10px; -moz-border-radius: 10px; overflow:auto; }
.Form .CtrlInput .combo { width: 98%; height: 30px; }
.Form .CtrlInput .inp { border: 1px solid #6A0020; background: #ffffff; height: 30px; border-radius: 10px; -moz-border-radius: 10px;  }
.Form .CtrlInput .inp.text { width: 98%; }
.Form .CtrlInput .inp.password { width: 98%; }
.Form .CtrlInput .inp.number { width: 80px; direction: ltr; }
.Form .CtrlInput .inp.mail { width: 98%; direction: ltr; }
.Form .CtrlInput .check { color: #6F6B6B; }
.Form .CtrlInput .submit {
	background: #6A0020;
	border-radius: 10px; -moz-border-radius: 10px; 
	border: none; width: auto; min-width: 70px; height: 30px; cursor: pointer;
	padding: 0px 5px 0px 5px; font-weight: bold; color: #ffffff; text-align: center; line-height: 30px;
	}	
.Form .CtrlInput .submit:Hover { }	
.Form .CtrlError { margin: 5px; color: red;  }		

/* -------------------------------------- */
