@charset "UTF-8";
	
a:link {
	color:darkorange;
}
a:visited {
	color:darkgray;
}
a:hover {
	color:yellow;
}

table.redTable {
  border: 2px solid #A40808;
  background-color: #A40808;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.redTable td, table.redTable th {
  border: 0px solid #AAAAAA;
  padding: 3px 2px;
}
table.redTable tbody td {
  font-size: 13px;
}
table.redTable tr:nth-child(even) {
  background: #A40808;
}
table.redTable thead {
  background: #A40808;
}
table.redTable thead th {
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #A40808;
}
table.redTable thead th:first-child {
  border-left: none;
}

table.darkTable {
  	background-color: #510000;
	/*border: 3px;
	border-color:black; */
  	text-align: center;
  	border-collapse: collapse; 
  	width: 100%;
	margin-bottom: 10px;
/*	box-shadow: 0 0px 12px 0 rgba(255, 255, 0, 0.2), 0 0px 20px 0 rgba(255, 255, 0, 0.19); */
}
table.darkTable td, table.redTable th {
  border: 0px solid #AAAAAA;
  padding: 3px 2px;
}
table.darkTable tbody td {
  font-size: 13px;
}
table.darkTable tr:nth-child(even) {
  background: #510000;
}
table.darkTable thead {
  background: #510000;
}
table.darkTable thead th {
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #510000;
}
table.darkTable thead th:first-child {
  border-left: none;
}


/* Body */
body {
/*	font-family: 'Montserrat', sans-serif; */
	font-family: "Expletus Sans", sans-serif;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:14px;
	font-style: normal;
	font-weight: 200;
	color: white;
}
.livediv {
	background-color: #A40808;
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 15px;
}
/* Container */
.container {
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
.info {
	color: white;
	padding-bottom: 50px;
}
.subheading {
	font-family: Acme, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.bodytext {
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}
.printbodytext {
	font-family: 'Montserrat', sans-serif;
	color: black;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	display:none;
}
.titletext {
	font-family: Acme, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	 text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000,
	0 0 5px #FFFFFF;
}
.printtitletext {
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size:16px;
    font-weight:bold;
    text-align:left;
    color:black;
}
.printbodytext {
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size:14px;
    font-weight:normal;
    text-align:left;
    color:black;
}
.herotext {
	font-size:24px;
	font-family: Acme, sans-serif;
}
.printherotext {
	font-size:24px;
	font-family: Acme, sans-serif;
	color:black;
	display:none;
}
.noprint {
	display:block;
}
.printonly {
	display:none;
}
/* For top livestream */
.dancetext {
	font-family: Acme, sans-serif;
	color: white;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	 text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
/*	text-shadow: 0 0 6px #FFFFFF, 0px 0px 2px rgba(206,89,55,0); */
}
.smalltext {
	font-size:12px;
}
/* Navigation */
header {
	width: 600px;
	height: 5%;
	background-color: #000000;
	border-bottom: 1px solid #FF8C00;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	letter-spacing: 2px;
}
nav {
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 0px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin-right: 15px;
	letter-spacing: 0px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #000000;
	margin-top: 0px;
}

/* More info */
footer {
	background-color: rgba(128,64,0,1.00);
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: rgba(128,64,0,1.00);
	text-align: center;
}
footer .footer_column p {
	color: rgba(128,64,0,1.00);
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

.chatButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:8px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.chatButton:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.chatButton:active {
	position:relative;
	top:1px;
}
.chatButton:link {
	position:relative;
	color:black;
	top:1px;
}
.chatButton:visited {
	position:relative;
	color:black;
	top:1px;
}

.myDisabledButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #bababa 5%, #696969 100%);
	background-color:#bababa;
	border-radius:5px;
	display:inline-block;
	cursor:default;
	color:black;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f0f0f0;
}
.myDisabledButton:hover {
	background:linear-gradient(to bottom, #bababa 5%, #696969 100%);
	color:black;
	background-color:#2E92FF;
}
.myDisabledButton:active {
	position:relative;
	color:black;
	top:1px;
}
.myDisabledButton:link {
	position:relative;
	color:black;
	top:1px;
}
.myDisabledButton:visited {
	position:relative;
	color:black;
	top:1px;
}

.facebooksubscribebutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid #5972a7;
    border-radius: 0px;
    background: #6881cc;
    background: -webkit-gradient(linear, left top, left bottom, from(#6881cc), to(#15418c));
    background: -moz-linear-gradient(top, #6881cc, #15418c);
    background: linear-gradient(to bottom, #6881cc, #15418c);
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}
.facebooksubscribebutton:hover,
.facebooksubscribebutton:focus {
    border: 1px solid #7494d9;
    background: #7d9bf5;
    background: -webkit-gradient(linear, left top, left bottom, from(#7d9bf5), to(#194ea8));
    background: -moz-linear-gradient(top, #7d9bf5, #194ea8);
    background: linear-gradient(to bottom, #7d9bf5, #194ea8);
    color: #ffffff;
    text-decoration: none;
}
.facebooksubscribebutton:active {
    background: #3e4d7a;
	color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e4d7a), to(#15418c));
    background: -moz-linear-gradient(top, #3e4d7a, #15418c);
    background: linear-gradient(to bottom, #3e4d7a, #15418c);
}
.facebooksubscribebutton:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -1px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADJ0lEQVRIia2WQWhUZxDHf/O9tybYrPWgUkMRyaGHbXsr2nOT4EWoekiJethiWpG99NSQe2EJeA1oG5IQZBUJq4i91I14LIJID81x6UlosKXE1Y27+77p4X3ve1+SXS9m2OXN7jfzn5n/vHnzBDD0kcnyEoodA6YQxlFKwDF3vAlsAOvAXbXaXF/9rh8M4gLYMNBEeXEMqAqcUyTu56T+l/aAOjDXWJlpBjgWMGEAJi+tGi10LgMLICMiDkIh0+PI8GFxmChK/3jT7vLq9VuALaAyVEhqv/5yNUvY+gAO/EdEqnl66vKF40eLXJs+xReff0wc5azWf/uTG3eeBrY6O3wguf7w56sWICvfaKF7GaEqeEwvhdjw0w+TnBg93J9nCQhT5rc70QugRsbXRHnxJOiCOGT1JQiq8NknH3Fi9DCqimp61t7u8t+rNu23XVRTGgNZSDGxsbtb5oGR1FlS4KCNo0eLHhjgydMm1ZtPsFaRsNzc5BBQPVNemo5V7Jgo53wX88K9FkUGCc5f/L3lGi/OUgIvyai6kGDHYpQpRWIhv1uySgqxIYoMhdg4pzTFODIMHUjblySWbi9xvRBvIyKxKlMy8e3iOspXezNXrk2f5vzkp7xLVu8/59aD5z77jFqnP45RSrKHniyQ0P8sl81/WztsdvWkZIBjWf/yq+7SdaC++c/rgTbAEZkoLyaAyZkRkKzMNOjX4yUql770id1++AfL955lWYas7tShZ4BNEUFUEASRtExRR5HzEBH/BQJ7GagDLw2woaog+YBpMAXh/OygIrAapAMbhvSRmxv4IVYHn3O7Q/yDUAfr8MgAd4HeflOE0APWjLXaBOr7TpFKHZGmeZxuojlFt/aNImULdK6xfMUagMbKTBOlIrAvFAGVxsrMX4Dxm2O4kNRUmVV9D4rSz2yrVaw5l3yjAZz9/qbZ7kQXgQWEQ9mgHRwuMPLBkA/0pt2h1e7kGXhaqLRaxdrva9/YkMl+S/8kUAW5INnWkwAsAFa0h0oddM7RsqdVvgInBrBnyksmyV5bYBwoAUeczUvS15ZHwBoizcbyFbsLywD2f3nTxz9dY5rOAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
}
.facebooksubscribebutton:link {
	position:relative;
	color:white;
	/*top:1px;*/
}
.facebooksubscribebutton:visited {
	position:relative;
	color:white;
	/*top:1px;*/
}
.calendaraddbutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid #5972a7;
    border-radius: 0px;
    background: #6881cc;
    background: -webkit-gradient(linear, left top, left bottom, from(#6881cc), to(#15418c));
    background: -moz-linear-gradient(top, #6881cc, #15418c);
    background: linear-gradient(to bottom, #6881cc, #15418c);
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}
.calendaraddbutton:hover,
.calendaraddbutton:focus {
    border: 1px solid #7494d9;
    background: #7d9bf5;
    background: -webkit-gradient(linear, left top, left bottom, from(#7d9bf5), to(#194ea8));
    background: -moz-linear-gradient(top, #7d9bf5, #194ea8);
    background: linear-gradient(to bottom, #7d9bf5, #194ea8);
    color: #ffffff;
    text-decoration: none;
}
.calendaraddbutton:active {
    background: #3e4d7a;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e4d7a), to(#15418c));
    background: -moz-linear-gradient(top, #3e4d7a, #15418c);
    background: linear-gradient(to bottom, #3e4d7a, #15418c);
}
.calendaraddbutton:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -1px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADvElEQVRIiZ2VT2hcVRTGf+fmJZlpB3XadNoE04QoFiZJYVoRuilCFnY1zaIGwWhBcFXpRju1K9FNaAq6Cq4jIeAsSlJFUQgudKEFbcgLqYgdxwTaZpqYmJhmYt+84+LdN/86saUHHnPum3O/893vnXuOAIYGlpmeAzHPg54RGFBIAgn7dwFYAGaArGJyV9K9jWAQm8CvTpS55vYAI8CggAOgNriB7wFTwKXRdP/vVTg+YKoTcGHqphHjDQNjQExEQEFRQj9EVhSxCw2C/gHOea3exMevpELCfpn1ewF4RmBchNi+CLyVLBGPaBWMgiqq9p0qp3tKvJRQBGLAuLPjZN79ZrZM2rH4xhhvWGBEVOnMz9OxF1pf6OXIkstaYQMpS1PLPd5zDNnaYDl/j6WuPnwxI007TbeBiXICq/kYInTmXVLXv6K1uxPo5fAfLofySwHz8MOJoBqsmk/18vR6gdT1rwFY7D6Kwlhm2v1h9HR/zmSm57AfNIYq0a2/EaBULOJ7Hl6xiFr2Fr2cBBG8+9t497cB2LO1AVi5hMsXv3CNY0txUMKN9vDF28u4H31C3PNpNqYMXE5k7dann9HsKzFjagigOqhKjwN6JpRKVTGJBI704QBRHm2JKt8cqKxExFHVIUdgIAQXIH78OM8dfvkxoB+2O4ubsLgRHCA4yICjkBSR8sWJRiPE4/EnShC99wBkMzgBoGjSARKqWlMZ4W/47vsfb/Dtdz8R1pEAB9rinH/7tZp9DazNBEC2xgWqYysbKwWwXPgL9+Yt1tY362Lq9loyDlBA5VDwUgiqT6i2kydSnDyRwvNKvPP+KF3PtnPx/NmH4iS8jRVOKwZYCHpNcEtDVtVyhf4vc79yt7DK66+eItLa0jCmIqMALBhgJpSIXSUK/Nn539i7J0qq/8guMeEFDJshMwbIquIFfawiUaPnTmGF9oP7aWlu3iXGShQ8nkLWKJIDph5HomeeitHZcfB/Yyodi6uK5gQwttndECGWao8xdKyLJ7HPf/6T2btbqOoGkBpN9+fKAydzzX0TGPf/LdK3r4n9seiuU6yRrW5uM79WoqklgsIbo+n+SajMAyLbMlGMaodpiYzMrz/AX91EbPcHHumbJicEvxRlZ9LC+jUj84PsvNmO6DAwFrRcO17sLQxHTf24FCSU5VyUnckP0y/6IfHGQ3/a7Ua4DAwCjmBLTy2YKKLlBB5wlWDo5+ulqzmBNQP4F750jfj0AEMEHTcJtNmYFWBBYEYhq2juSvqoX4dlAP8/eBbQTurKvAMAAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;
}
.calendaraddbutton:link {
	position:relative;
	color:white;
	/*top:1px;*/
}
.calendaraddbutton:visited {
	position:relative;
	color:white;
	/*top:1px;*/
}


.invitebutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid #5972a7;
    border-radius: 0px;
    background: #6881cc;
    background: -webkit-gradient(linear, left top, left bottom, from(#6881cc), to(#15418c));
    background: -moz-linear-gradient(top, #6881cc, #15418c);
    background: linear-gradient(to bottom, #6881cc, #15418c);
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}
.invitebutton:hover,
.invitebutton:focus {
    border: 1px solid #7494d9;
    background: #7d9bf5;
    background: -webkit-gradient(linear, left top, left bottom, from(#7d9bf5), to(#194ea8));
    background: -moz-linear-gradient(top, #7d9bf5, #194ea8);
    background: linear-gradient(to bottom, #7d9bf5, #194ea8);
    color: #ffffff;
    text-decoration: none;
}
.invitebutton:active {
    background: #3e4d7a;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e4d7a), to(#15418c));
    background: -moz-linear-gradient(top, #3e4d7a, #15418c);
    background: linear-gradient(to bottom, #3e4d7a, #15418c);
}
.invitebutton:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -1px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE7UlEQVRIiY2VaWxUVRiGn3MXZpx22s50sUxboRRKZSlppSGsoRGxpUIMMaSksqgh4B9jDJEQNTEkSqr+AP2DiaJVm2AwQcMaK7ECIoIttYUfQLe0BYG2022mne3e449ZOsOScpKTe+693/e+33nPm+8IQGGK4SjZis1qfT1veuZ+0zDo/a9/r8+Uh4f+OTxVKiJCYEaJ0ku3K0JhGoBEghRaSpKtdv6cGbt0ASPuEcZ9fnrdI4d8wdAeIQjJCJA0CQw2f2tGsE1AiSdgxab33924btmeoKZboxVIKTEM06YoAmlKIAwnpUTV1HEhRKxany/gO3XmYu3fP330SRRXi/50lmxzvlmzdv/zLy5TvIaccuuRYXvwPTU1af+tzr6v3M11boAogSKESEtPsysGEF8VgNs9SsgwOP9LA0jJypfXoqkqTmfKQ4yONLsiEGnAcDyBmRAlZVgIIQgGQ5z48DOKhzuokYMAXGr4kVbNyea6Q+i6hpThHccKmxTAjHfQpO6R5632Xo5++iU7AjeoEP1kqwYZqsFqq5cdSh9H3/uYW+29CYWFmSaxos6Zl53pPBb9KIRACEHr5TZ2K324R8f4biSZCxMWjntseE2BSzPYff88rRebY/FEdpBqsx5LL91WBChaeuk25+xnXA2uLKdrshCJlBLPvX7E0H2GDIWlT/noCOrcD6nk6gYSiZCCsb4+TNOcJAFcjpRCq641ULp9kWJLsm9KzZzuGugfTDgGj3eCnNud6EaQMmuAjqDOoKHiUE0ODdnxmgq6kORc/QOPdyJBopBhoqfPdOnW5FcUe2paXlX1TiacCxge9cYksifb6C9ejE+3YhWSyqQwSEjCAkuAIUPBZyr0V1ZjT7bFJBodGyeUXcrcirewJKXlKQIQqkbB8s18c1nl5G9NMVdoqkLQOR0poMU/jfXJXhZaAnQHdbI0g6AEXVVisv56tonjVzUKVlSjqDoIEbMpQoAjfwnH2jro6D3LGzXlVGwo54ufYV13H0voASnJUg0WWgK0+C2crNjJho1rMAyTr+t/p3W4AOesggQvalFfRftJSvZsbnic7Dtwind2lFNds47ve3s4N5TDojvXENKkNbOQwSQHW7asZ3TMy74Dp/A4VpGS7eTBHqBF2QQi7AwEliQHfkslHxxs4O1Xi9m6dxcAV65cRwBVZfMB6Oy6w4EfWrHNqsSqTyPcGyUCQIp4gihJuIMKAYo+jeTCKmrrL1BTPsCq5cWURYABzv3ZRn2jh/TCKmKdJQoeWUPsLhAR+MQphMCeU8zB+jbqjjRimiamaVJ3pJHP69uwu4pBhHMfNR8rUdRFowM9uHuvU7iyhpYxNy21jUhpIjJKmLNyNT3/NpCeN5/kzLyYLE8kEcBAdwtB/zgzSipBgC01E1JfSDjAGSUV3L3xFz6Pm4yZixBPJJEp6bvWiKpbcRUtj/QXEYtJkEAIsouWoepWbl9rRJryIYmU+OqNkJ+uphM4c5/FkVMU+SUnu6SMpMpoTnjtyJ2LM28eXU0nMYP+uJi4C9835qa7+TR5xWtIcjxNRMjJDUTXj3CLAGxpWeQVP0/31TP4PEMxibRAIDBxu7ude+2d5JetRyhqgs7yMetHDc1iI3/xS/S2niU1Kx8j6J8QGc+9Nis7d+bplPylhVPkP/mQcPfmpZsj97oq/wdgGgy7avzehAAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}
.invitebutton:link {
	position:relative;
	color:white;
	/*top:1px;*/
}
.invitebutton:visited {
	position:relative;
	color:white;
	/*top:1px;*/
}


.facebookButton:hover {
	background:linear-gradient(to bottom, #bababa 5%, #696969 100%);
	color:#333333;
	background-color:#bababa;
}

.facebookButton {
	box-shadow:inset 0px -3px 7px 0px #0467e0;
	background:linear-gradient(to bottom, #006fe6 5%, #0869fa 100%);
	background-color:#006fe6;
	border-radius:3px;
	border:0px solid #595959;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 12px;
	text-decoration:none;
}

.facebookButton:hover {
	background:linear-gradient(to bottom, #2E92FF 5%, #2E92FF 100%);
	color:yellow;
	background-color:#2E92FF;
}
.facebookButton:active {
	position:relative;
	top:1px;
}
.facebookButton:link {
	position:relative;
	color:white;
	top:1px;
}
.facebookButton:visited {
	position:relative;
	color:white;
	top:1px;
}

.myButton {
	background:linear-gradient(to bottom, #ffea00 5%, #ffaa00 100%);
	background-color:#ffea00;
	border-radius:5px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:16px 60px;
	text-decoration:none;
/*	text-shadow:0px 1px 0px #d45b5b; */
}
.myButton:hover {
	background:linear-gradient(to bottom, #ffaa00 5%, #ffea00 100%);
	background-color:#ffaa00;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton:visited {
	position:relative;
	color:black;
	top:1px;
}
.myButton:link {
	position:relative;
	color:black;
	top:1px;
}

.voteButton {
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:10px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.voteButton:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.voteButton:active {
	position:relative;
	top:1px;
}
.voteButton:visited {
	position:relative;
	color:black;
	top:1px;
}
.voteButton:link {
	position:relative;
	color:black;
	top:1px;
}

.votedButton {
	background:linear-gradient(to bottom, #ebebeb 5%, #999999 100%);
	background-color:#ebebeb;
	border-radius:10px;
	border:1px solid #808080;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:8px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
.votedButton:hover {
	background:linear-gradient(to bottom, #999999 5%, #ebebeb 100%);
	background-color:#999999;
}
.votedButton:active {
	position:relative;
	top:1px;
}
.votedButton:visited {
	position:relative;
	color:black;
	top:1px;
}
.votedButton:link {
	position:relative;
	color:black;
	top:1px;
}
        
/*.notifiedbutton {
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
	background-color:#637aad;
	border:1px solid #314179;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
}
.notifiedbutton:hover {
	background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
	color:aqua;
	background-color:#5972a7;
}
.notifiedbutton:active {
	position:relative;
	top:1px;
}
.notifiedbutton:visited {
	color:white;
}
.notifiedbutton:link {
	color:white;
}
*/
.adminButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.adminButton:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.adminButton:active {
	position:relative;
	top:1px;
}
.adminButton:visited {
	position:relative;
	color:black;
	top:1px;
}
.adminButton:link {
	position:relative;
	color: black;
	top:1px;
}

.admin-nav {
	background-color: rgba(128,64,0,1.00);
	text-align: center;
	padding: 12px 0;
	margin: 0;
	width: 100vw;
	box-sizing: border-box;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.admin-nav a {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
}
.admin-nav a:hover {
	background-color: rgba(212,106,0,1.00);
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 768px) {
	.admin-nav a {
		font-size: 12px;
		padding: 8px 8px;
	}
}

.footer {
	background-color: rgba(128,64,0,1.00);
	color:white;
	font-size:18px;
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(128,64,0,1.00);
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size:12px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 10px;
	padding-bottom: 20PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

.greenbutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #038800;
    border-radius: 8px;
    background: #06ff00;
    background: -webkit-gradient(linear, left top, left bottom, from(#06ff00), to(#038800));
    background: -moz-linear-gradient(top, #06ff00, #038800);
    background: linear-gradient(to bottom, #06ff00, #038800);
    font: normal normal bold 20px arial;
    color: #000000;
    text-decoration: none;
}
.greenbutton:hover,
.greenbutton:focus {
    border: 1px solid ##04a000;
    background: #07ff00;
    background: -webkit-gradient(linear, left top, left bottom, from(#07ff00), to(#04a300));
    background: -moz-linear-gradient(top, #07ff00, #04a300);
    background: linear-gradient(to bottom, #07ff00, #04a300);
    color: #000000;
    text-decoration: none;
}
.greenbutton:active {
    background: #038800;
    background: -webkit-gradient(linear, left top, left bottom, from(#038800), to(#038800));
    background: -moz-linear-gradient(top, #038800, #038800);
    background: linear-gradient(to bottom, #038800, #038800);
}

.greenbutton:visited {
	    color: #000000;
		text-decoration: none;
}
.greenbutton:link {
	    color: #000000;
		text-decoration: none;
}

.mainButton {
	font-size: 14px;
	border-radius: 0px;
	border: solid 1px #3381ed;
	color: #FFFFFF;
	background: linear-gradient(180deg, #3d93f6 5%, #1e62d0 100%);
	font-family: Arial;
	cursor: pointer;
	text-align: center;
	user-select: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.mainButton:hover {
	background: linear-gradient(180deg, #1e62d0 5%, #3d93f6 100%);
}
.mainButton:active {
	position: relative;
	top: 1px;
}
.mainButton > span {
	display: block;
}
.mainButton-icon {
	padding: 5px 5px;
	font-size:1.4em;
	text-shadow: none;
}
.mainButton-text {
	padding: 5px 5px;
}

.mainButton:visited {
	    color: white;
		text-decoration: none;
}
.mainButton:link {
	    color: white;
		text-decoration: none;
}

.alertPulse-css {
    animation: alertPulse 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
    background: #9A2727; /* you need this to specify a color to pulse to */
}
