﻿html {
  height: 100%;
}

body {
	font-size: 30px;
	font-family: 'Italianno', cursive;
	color: #FFF;
	background-color: #000;
	margin: 0;
	min-height: 100%;
}

h2 {
	margin-top: 0;
	color: #004B88;
}

h3 {
	color: #004B88;
}

p {
	margin: 0;
}

hr {
	border: 0;
	height: 1px;
	background-color: #999999;
}

img {
	border: 0;
}


.PageTitle {
	font-size: 52px;
	line-height: 52px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.PageCaption {
	font-size: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.PageContent {
	left: 0;
	right: 0;
	position: relative;
/*	border: 3px #880000 ridge;
*/	border-radius: 8px;
	margin: 8px;
	padding: 5px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.PageContent a {
  color: #BB0000;
	text-decoration: none;
	border: 0;
}

.PageContent a:hover {
  color: #EE0000;
	text-shadow: 1px 1px 1px #999999;
	border: 0;
}

#LayoutWrap {
	width: 1000px;
	min-height: 800px;
	/*	background-color: rgba(252, 252, 252, 0.4);*/
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px #880000 ridge;
	border-left: 3px #880000 ridge;
	border-right: 3px #880000 ridge;
	-webkit-box-shadow: 0 0 40px rgba(50, 50, 50, 0.47);
	-moz-box-shadow: 0 0 40px rgba(50, 50, 50, 0.47);
	box-shadow: 0 0 40px rgba(50, 50, 50, 0.47);
	position: relative;
}

#Footer {
  color: #888888;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  text-align: center;
  width: 990px;
}
 
#Footer a {
  color: #777777;
  text-decoration: none;
}

#FooterLeft {
  float: left;
}

#FooterRight {
  float: right;
}

#HeaderDiv {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 150px;
	padding: 13px;
}

#HeaderDiv img {
  float: left;
  height: 150px;
  width: 150px;
}

#HeaderDiv > #ContactBoxSocial {
  float: right;
  margin-top: 3px;
}

#HeaderDiv > #ContactBoxSocial img {
  margin-left: 10px;
  height: 24px;
  width: 24px;
}

#HeaderDiv > #ContactBox {
  float: right;
  /*margin-top: 5px;*/
  text-align: right;
	position: relative;
	height: 100%;
}

#HeaderDiv > #ContactBox > .Label {
  color: #DDDDDD;
  margin-right: 4px;
}

#HeaderDiv > #ContactBox > .Value {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
}

#HeaderDiv > #ContactBox > .Value > a {
  color: #FFFFFF;
  text-decoration: none;
}

#HeaderDiv > #ContactBox > .Value > a:hover {
  color: #EEEEEE;
  text-decoration: underline;
}

#HeaderDiv > #HeaderTitle {
	color: #FFFFFF;
  line-height: 400%;
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  width: 575px;
}

#HeaderDiv > #HeaderTitle > .Main {
  font-size: 80px;
  font-weight: bold;
}

#HeaderDiv > #HeaderTitle > .Sub {
  font-size: 45px;
  font-weight: bold;
}

.HelpButton {
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
	padding: 8px; 
  text-align: left;
	font-size: 20px;
	text-decoration: none;
  width: 25px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	background-color: rgb(79, 79, 200);
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 25px;
}

.GalleryMenu {
	position: absolute;
	width: 254px;
	top: 100%;
	right: 0;
/*	padding: 5px;
*/	background-color: rgba(0, 0, 0, 1);
	display: none;
	z-index: 10;
	font-size: 42px;
	/*	height: 85px;
*/
}

.GalleryMenu > div {
	text-align: center;
	margin: 2px 0;
	padding: 6px 0;
	background-color: rgba(0, 0, 0, 1);
	border: 3px #880000 ridge;
	cursor:pointer;
	line-height:42px;
}

.HelpMenu {
	position: absolute;
	width: 200px;
	top: 100%;
	right: 0;
	padding: 5px;
	background-color: rgb(217, 217, 217);
	border: 1px solid #999999;
	display: none;
	height: 85px;
}

.HelpMenu > .HelpButton {
	font-size: 16px;
	width: 184px;
	line-height: 25px;
	position: relative;
	border-radius: 0;
}

.HelpMenu > a:nth-of-type(1) {
	background-color: rgb(79, 129, 189)
}
.HelpMenu > a:nth-of-type(2) {
	background-color: rgb(163, 96, 130)
}
.HelpMenu > a:nth-of-type(3) {
	background-color: rgb(230, 192, 30)
}
.HelpMenu > a:nth-of-type(4) {
	background-color: rgb(215, 119, 40)
}

.MenuStrip.TopMenu {
	font-size: 13px;
	border-bottom: 3px #880000 ridge;
	border-top: 3px #880000 ridge;
	letter-spacing: 0.33px;
/*	-webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.33);
	-moz-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.33);
	box-shadow: 0 2px 2px rgba(50, 50, 50, 0.33);
*/	background-color: #000000;
}

.MenuStrip.LeftMenu {
  letter-spacing: 0.33px;
	width: 120px;
	margin-left: -3px;
	margin-top: -15px
}

.MenuStrip > a {
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	font-size: 52px;
	line-height: 103px;
	text-decoration: none;
	width: 222px;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 5px;
	/*border: 3px solid rgb(56, 93, 138)*/
}

.MenuStrip.TopMenu > a {
	height: 103px;
	line-height: 103px;
	margin: 5px 0 5px 5px;
	background: #3E4357 url("/Content/Images/DownArrowTrans.png") no-repeat 212px 92px;
}

.MenuStrip.LeftMenu > a {
	height: 60px;
	line-height: 60px;
	margin: 0 5px 5px 0;
	background: #3E4357 url("/Content/Images/RightArrowTrans.png") no-repeat 92px 48px;
}

.MenuStrip.TopMenu > a.Current {
	background: #3E4357 url("/Content/Images/CircleTrans.png") no-repeat 212px 92px;
}

.MenuStrip.LeftMenu > a.Current {
	background: #3E4357 url("/Content/Images/CircleTrans.png") no-repeat 92px 48px ;
}

.MenuStrip > a.Back {
	background: #3E4357 url("/Content/Images/LeftArrowTrans.png") no-repeat 92px 48px ;
}


.MenuStrip > a:nth-of-type(8n+1) {
	border: 3px #880000 ridge;
	background-color: rgb(0, 0, 0) !important
}
.MenuStrip > a:nth-of-type(8n+2) {
	border: 3px #880000 ridge;
	background-color: rgb(0, 0, 0) !important
}
.MenuStrip > a:nth-of-type(8n+3) {
	border: 3px #880000 ridge;
	background-color: rgb(0, 0, 0) !important
}
.MenuStrip > a:nth-of-type(8n+4) {
	border: 3px #880000 ridge;
	background-color: rgb(0, 0, 0) !important
}
.MenuStrip > a:nth-of-type(8n+5) {
	border: 3px #880000 ridge;
	background-color: rgb(0, 0, 0) !important
}
.MenuStrip > a:nth-of-type(8n+6) {
	border: 3px #880000 ridge;
	background-color: rgb(0, 0, 0) !important
}
.MenuStrip > a:nth-of-type(8n+7) {
	border: 3px #880000 ridge;
	background-color: rgb(0, 0, 0) !important
}
.MenuStrip > a:nth-of-type(8n+8) {
	border: 3px #880000 ridge;
	background-color: rgb(0, 0, 0) !important
}


.MenuStrip.LeftMenu > a:hover:not(.Disabled) {
	background-size: 109px 66px;
	background-image: none;
	color: #FFFFFF;
	text-shadow: 0 0 4px #000000;
}
.MenuStrip.TopMenu > a:hover:not(.Disabled) {
	background-position: center;
	background-size: 109px 109px;
	background-image: none;
	color: #FFFFFF;
	text-shadow: 0 0 4px #000000;
}
.MenuStrip.TopMenu > a:nth-of-type(1):hover:not(.Disabled) {
	background-image: url("/Content/Images/Menu1.png");
}
.MenuStrip.TopMenu > a:nth-of-type(2):hover:not(.Disabled) {
	background-image: url("/Content/Images/Menu2.png");
}
.MenuStrip.TopMenu > a:nth-of-type(3):hover:not(.Disabled) {
	background-image: url("/Content/Images/Menu3.png");
}
.MenuStrip.TopMenu > a:nth-of-type(4):hover:not(.Disabled) {
	background-image: url("/Content/Images/Menu4.png");
}
.MenuStrip.TopMenu > a:nth-of-type(5):hover:not(.Disabled) {
	background-image: url("/Content/Images/Menu5.png");
}
.MenuStrip.TopMenu > a:nth-of-type(6):hover:not(.Disabled) {
	background-image: url("/Content/Images/Menu6.png");
}
.MenuStrip.TopMenu > a:nth-of-type(7):hover:not(.Disabled) {
	background-image: url("/Content/Images/Menu7.png");
}
.MenuStrip.TopMenu > a:nth-of-type(8):hover:not(.Disabled) {
	background-image: url("/Content/Images/Menu8.png");
}

.MenuStrip > a.Disabled {
	color: rgba(255, 255, 255, 0.5);
	pointer-events: none;
}

#PageContent {
  font-size: 30px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 20px;
  width: 984px;
	margin-bottom: 30px;
}

#PageContent > .Heading {
  font-size: 32px;
  font-weight: bold;
}

#PageContentLeft {
  float: left;
  font-size: 15px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 25px;
  width: 459px;
}

#PageContentLeft a {
  color: #000000;
}

#PageContentLeft > .Heading {
  font-size: 32px;
  font-weight: bold;
}

#PageContentRight {
  border-left: 1px solid #CCCCCC;
  float: right;
  height: 550px;
  padding-bottom: 10px;
  margin-top: 25px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
  text-align: center;
  width: 508px;
}

#PageFooter {
	bottom: 0;
	height: 30px;
	position: absolute;
	width: 100%;
	padding: 4px;
	border-top: 1px solid #999999;
	box-sizing: border-box;
	text-align: center;
}

#PageFooter input[type=button] {
	float: right;
	min-width: 75px;
	margin-left: 5px;
	cursor: pointer;
	padding: 2px 4px;
}

#LoadingDiv {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index:99999;
	text-align:center;
	width: 131px;
	height: 98px;
	margin-left: -66px;
	margin-top: -49px;
}

#RotateDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:99999;
	text-align:center;
	width: 360px;
	height: 420px;
	margin-left: -180px;
	margin-top: -210px;
	background-color: black;
}

.RotateMessage {
	font-size: 28px;
	color: white;
	margin-top: 10px;
}

#TempPopup {
	background-color:#2A2A2A;
	border:1px solid #111111;
	border-radius:3px;
	bottom:25%;
	left:50%;
	width:600px;
	position:fixed;
	text-align:center;
	z-index:99999;
	margin-left: -300px;
}

#TempPopupText
{
	color:#FCFCFC;
	display:inline-block;
	font-size:14px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
}

#ConfirmDialog {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #999999;
	background-color: rgba(0,0,0,0.5)
}

#ConfirmDialog table {
	position: fixed;
	margin: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 5px #222222;
	min-height: 100px;
	min-width: 200px;
	max-width: 500px;
	text-align: center
}

#ConfirmDialog table th {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #EEEEEE), color-stop(100%, #CCCCCC));
  background-image: -webkit-linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-image: linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	padding:5px;
}

#ConfirmDialog input[type=button] {
	min-width: 75px;
}

.ConfirmDialogMessage {
	padding: 4px 10px;
}

.Dialog {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #999999;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
}

.Dialog > table {
	position: fixed;
	margin: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 5px #222222;
	min-height: 100px;
	min-width: 200px;
	max-width: 500px;
	text-align: center;
}

.Dialog > table > tbody > tr > th {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #EEEEEE), color-stop(100%, #CCCCCC));
  background-image: -webkit-linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-image: linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	padding:5px;
}

.Dialog input[type=button] {
	min-width: 75px;
}

.Dialog .DialogHeader > img {
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 1px;
	cursor: pointer;
}

.progressBar {
	width: 100%;
	height: 22px;
	border: 1px solid #ddd;
	border-radius: 5px; 
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
}
 
.progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px; /* same as #progressBar height if we want text middle aligned */
	width: 0;
	background-color: #0ba1b5;
	border-radius: 3px; 
	box-sizing: border-box;
}

.statusbar
{
	min-height:25px;
	width:100%;
	padding:5px;
	vertical-align:top;
	line-height: 35px;
	box-sizing: border-box;
}

.filename
{
	display:inline-block;
	vertical-align:top;
	width:66%;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}

.filesize
{
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	width:33%;
	/*margin-left:10px;
	margin-right:5px;*/
	text-align: right;
	box-sizing: border-box;
}

.abort{
	background-color:#A8352F;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-family:arial;font-size:13px;font-weight:normal;
	padding:4px 15px;
	cursor:pointer;
	vertical-align:top
}

#dropzone {
	border: #888888 dashed 2px;
	cursor: pointer;
	box-sizing: border-box;
	width: 99%;
	height: 75px;
	position: relative;
	line-height: 37px;
	text-align: center;
}

#AdviceTree {
	width: 300px;
	height: 500px;
	overflow: auto;
	text-align:left;
}

.AdviceTreeFooter {
	height:22px;
	border-top:1px solid #999999;
}

.AdviceTreeFooter input[type=button] {
	margin-top:2px;
}


#UserFeatureList {
	width: 300px;
	height: 500px;
	overflow: auto;
	text-align:left;
}

.UserFeatureListFooter {
	height:22px;
	border-top:1px solid #999999;
}

.UserFeatureListFooter input[type=button] {
	margin-top:2px;
}

.vakata-context { 
     z-index:999 !important; 
} 

/* Form */

input[type=text] {
	border: #888888 solid 1px;
  font-size: 14px;
	padding: 1px 2px;
	margin: 0;
	height: 16px;
}

input[type=password] {
	border: #888888 solid 1px;
  font-size: 14px;
	padding: 2px;
	margin: 0;
	height: 16px;
}

input[type=button], input[type=submit] {
	border: #888888 solid 1px;
  font-size: 14px;
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
}

input[type=checkbox] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

input[type=radio] {
	vertical-align: middle;
  margin: 1px;
}

textarea {
	border: #888888 solid 1px;
  font-size: 14px;
	resize: none;
	padding: 2px;
	margin: 0;
	font-family: Arial;
}

select {
	border: #888888 solid 1px;
  font-size: 14px;
	padding: 0;
	margin: 0;
	height: 20px;
}

/* Table */

table tr td {
	padding: 4px;
}

table {
  border-collapse:collapse;
}
 
td, th {
	padding: 0;
	border: 0;
}

.ScrollableTable tbody {
	overflow-y: scroll; 
	display: block;
}

.TableGrid {
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
}

.TableGrid td, .TableGrid th {
	padding: 2px 8px;
}

.TableGrid > thead > tr > th {
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #EEEEEE), color-stop(100%, #CCCCCC));
  background-image: -webkit-linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-image: linear-gradient(#EEEEEE 0%, #CCCCCC 100%);
  background-color: #CCCCCC;
	line-height: 18px;
}

.TableGrid > thead > tr > td {
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
}

.TableGrid > tbody > tr > th {
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
  background-color: #CCCCCC;
	text-align: right;
}

.TableGrid > tbody > tr > td {
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
}

.TableGrid > tfoot > tr > th {
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
  background-color: #CCCCCC;
	text-align: right;
}

.TableGrid > tfoot > tr > td {
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
}




.AdviceBox {
	border: 1px solid #999999;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
	width: 830px;
}

.AdviceBox h3 {
	margin: 0;
}

[id^=AdviceText] {
	margin-top: 15px;
}


.PartnerBox {
	border: 1px solid #999999;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.PartnerBox h3 {
	margin: 0;
}

.EventBox {
	border: 1px solid #999999;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.EventBox h3 {
	margin: 0 0 10px 0;
}

.StaticSection {
	border: 1px dashed #0000FF;
  /*box-shadow: 2px 2px 2px rgba(0, 0, 255, 0.5);*/
	display: inline;
	width:100%
}

.HelpSection {
	border: 1px dashed #0000FF;
  /*box-shadow: 2px 2px 2px rgba(0, 0, 255, 0.5);*/
	display: inline;
	width:100%
}

#InfoWindowContent {
	max-width: 500px;
}

/* Gallery */

.GalleryImageOdd {
	left: 0;
	right: 0;
	position: relative;
	border: 3px #880000 ridge;
	border-radius: 8px;
	height: 200px;
	margin: 8px;
	padding: 5px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.GalleryImageTitleOdd {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 5px;
	height: 36px;
	width: 66%;
}

.GalleryImageCaptionOdd {
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 46px;
	height: 26px;
	width: 66%;
}

.GalleryImageTextOdd {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 76px;
	height: 120px;
	width: 66%;
}

.GalleryImageImageOdd {
	height: 200px;
	position: absolute;
	left: 5px;
}

.GalleryImageEven {
	left: 0;
	right: 0;
	position: relative;
	border: 3px #880000 ridge;
	border-radius: 5px;
	height: 200px;
	margin: 8px;
	padding: 5px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.GalleryImageTitleEven {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 5px;
	height: 36px;
	width: 66%;
}

.GalleryImageCaptionEven {
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 46px;
	height: 26px;
	width: 66%;
}

.GalleryImageTextEven {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 76px;
	height: 120px;
	width: 66%;
}

.GalleryImageImageEven {
	height: 200px;
	position: absolute;
	right: 5px;
}

.GalleryAdminItem {
	display: inline-block;
	border: 3px #880000 ridge;
	border-radius: 5px;
	height: 32px;
	padding: 5px;
	width: 30%;
	position: relative;
}

.GalleryAdminCheckbox {
	height: 32px;
	position: absolute;
	left: 5px;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.GalleryAdminImageTitle {
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	right: 32px;
	height: 32px;
	left: 32px;
}

.GalleryImageSingle {
	position: relative;
	width: 100%;
}

	.GalleryImageSingle img {
		width: 100%;
		height: 100%;
	}

.GalleryAdminOrder {
	line-height: 32px;
	position: absolute;
	right: 5px;
	margin: 0;
}

.GalleryAdminOrderInput {
	width: 32px;
}