BODY {
	margin:0px 5px 10px 5px;
	/*font-family:Verdana, Helvetica, Arial, sans-serif;*/
	font-family: Arial;
	background-color:#32668A;
	color:#000000;
}

#main {
	width: 85%;
	margin:10px auto;
	padding-bottom:15px;
	border:1px solid #000;
	background-color:#FFF;
	min-width: 550px;
	overflow: hidden;
}

.header {
	height:75px;
	margin:5px 0px 0px 0px;
	background: #000000 url(gfx/biglogo.gif) no-repeat;
	background-position: left;
}

.rightheading {
	float: right;
	text-align:right;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

.rightheaderimg {
	height: 70px;
	width: 150px;
}

.PageHeader {
	margin: 5px 0px 5px 0px;
	padding-left: 20px;
	border: 2px solid black;
	border-left:0px;
	border-right:0px;
	font-weight: bold;
	font-size: 22px;
	background-color:#84B0FB;
	width:100%;
}

.DateHeader {
	margin: 20px 0px 0px 20px;
	/*border:1px solid black;*/
	text-align: center;
	background-color: #84B0FB;
	font-size:16px;
	width:300px;
	font-weight:bold;
	padding: 5px;
}

.DocHeader {
	margin: 20px 0px 0px 20px;
	/*border:1px solid black;*/
	text-align: center;
	background-color: #84B0FB;
	font-size:16px;
	width:300px;
	font-weight:bold;
	padding: 5px;
}

#menu {
	border-left:0px solid #000;
	border-bottom:1px solid #000;
	float:right;
	padding:10px;
	width:175px;
	margin:0px 0px 10px 10px;
	background-color:#ffffff;
}

.MenuSection {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border:1px solid black;
}

.MenuHeader {
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	text-align: center;
	background-color: #84B0FB;
	font-size:16px;
	font-weight:bold;
}

.MenuItem {
	padding-left: 20px;
	border: 0px solid white;
	text-align: left;
	background-color:#FFFFFF;
}

.Post {
	margin-top:12px;
	margin-bottom:20px;
	font-size:14px;
	padding-right:15px;
	line-height:18px;
	color:black;
}

#main .Post {
	padding-left: 40px;
}

.HallofFame {
	margin-top:12px;
	margin-bottom:20px;
	margin-left: 50px;
	text-align: center;
	width: 40%;
	border:1px solid black;
	font-size:12px;
	padding-right:20px;
	line-height:16px;
	color:black;
}

.HallofFame def {
	text-decoration: underline dotted;
	cursor: default;
}

.PostTitle {
	font-size: 18px;
	text-align: left;
	font-weight:bold;
	/*margin: 0px 20px 5px 40px;*/
}

.PostSubTitle {
	font-size: 16px;
	text-align: left;
	font-weight:bold;
	margin: 0px 20px 5px 20px;
}

.DownloadTitle {
	/*padding: 2px 2px 0px 2px;*/
	/*border: 1px solid black;*/
	font-size: 16px;
	text-align: left;
	font-weight:bold;
	margin: 0px 20px 5px 20px;
	background-color: #CBE2F5;
	padding: 5px;
}

p {
	margin: 5px 20px 10px 20px;
}

pre {
	margin: 5px 20px 10px 20px;
}

.inlist {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 35px;
	padding-right: 10px;
	margin-left: 0px;
}

#content .inlist {
	padding-left: 50px;
}

.blockSection {
	margin: 15px 20px 15px 70px;
	font-size: 14px;
}

.Indented {
	padding-left:20px;
	margin-top: 10px;
}

.download {
	border:0;
	width:19px;
	height:20px;
	vertical-align: top;
}

.operabanner {
	border:0;
	width: 88px;
	height: 31px;
}

.operawidget {
	border:0;
	width: 80px;
	height: 15px;
}

.Footer {
	border:1px solid black;
	width:400px;
	padding: 5px;
	margin: 0px auto;
	text-align: center;
}

a {
	font-size: 14px;
}

A:link {
	color:#003366;
}

A:visited  {
	color: #003366;
}

A:hover {
	background-color:#CBE2F5;
	color: #082044;
}

A:active {
	color: #fff33f;
}

.highlight {
	color: #A50000;
	font-weight: bold;
}

.changeBase {
	display: inline-block;
	flex: 0 0 65px;
	font-size: 12px;
	color: #fff !important;
	/*font-weight: 600;*/
	border-radius: 3px;
	margin-right: 8px;
	padding: 2px 5px;
	width: 80px !important;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	line-height: 20px;
	opacity: 0.8;
}

.changeImp {
	background-color: #235793;
}

.changeFix {
	background-color: #b04b3e;
}

.changeAdd {
	background-color: #397f49;
}

.navBtn {
	width:150px;
	height:25px;
	left: 0;
	right: 0;
	padding: 5px;
	color: #686868 !important;
	cursor:pointer;
	text-decoration:none;
	border-radius: 3px;
	font-size: 1.2rem;
}

.navBtn:hover {
	background: #3A3A3A !important;
}

#content
{
    position: relative;
    overflow: hidden !important;
    background: black;
    height: 100%;
    width: 100%;
    transition: background 0.5s ease-out;
}
#content #page1
{
    position: absolute;
    left: 0%;

    width: 100%;
    height: 100%;

    transition: left .5s ease-out;
    -webkit-transition: left .5s ease-out;

    opacity: 1.0;
		transition: opacity 0.3s;
}

#content p {
	padding-left:10px;
	margin-top: 10px;
}

#latestNews,
#changelog,
#devchangelog,
#links,
#shards,
#downloads,
#otherDownloads,
#history,
#quickStart,
#timeline,
#faq {
	-webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
	/*-webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 90%, transparent 100%);*/
}

#latestNews,
#changelog,
#devchangelog,
#links,
#shards,
#downloads,
#otherDownloads,
#history,
#quickStart,
#timeline,
#faq {
    position: absolute;
    width: 80%;
    height: 90%;

    background-color: #0c0c0c;
    color: #c1c1c1 !important;
    opacity: 0.96;
		line-height: 1.6;
		padding: 2px 7px;
		overflow-x: hidden;

    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    z-index: 99999;
}

#latestNews
{
		top: 0;
    left: -100%;
}

#latestNews .PostSubTitle {
	color: orange;
}

#links,
#shards,
#downloads,
#otherDownloads,
#quickStart,
#faq
{
	top: 0;
  left: 100%;
}

#links .Post,
#shards .Post,
#downloads .Post,
#otherDownloads .Post,
#history .Post,
#quickStart .Post,
#timeline .Post,
#faq .Post {
	color: #c1c1c1 !important;
}

#changelog,
#devchangelog,
#history,
#timeline
{
    top: 100%;
    left: 10%;
}

#changelog pre {
	white-space: break-spaces;
}

#devchangelog pre {
	white-space: break-spaces;
}

.changelogLink {
	color:#c1c1c1;
	font-size: 1.03rem;
	width: 192px;
	margin: 0;
	margin-top: 8px !important;
	text-align: center;
	padding: 5px 0;
	cursor: pointer;
	opacity: 0.5;
}

.changelogLink:hover {
	opacity: 1.0;
}

.subPage:hover {
	background-color: #0F0F0F !important;
}

#content.showlatestNews #latestNews,
#content.showLinks #links,
#content.showShards #shards,
#content.showDownloads #downloads,
#content.showOtherDownloads #otherDownloads,
#content.showQuickStart #quickStart,
#content.showFAQ #faq
{
    left: 10%;
}

#content.showChangelog #changelog,
#content.showDevChangelog #devchangelog,
#content.showHistory #history,
#content.showTimeline #timeline
#content.showShardStatus #shardstatus
{
    top: 0%;
}

.PostHeader,
.FaqPostHeader {
	background-color: #005A84;
	margin: 20px 10px 0px 10px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	padding: 5px;
	border-radius: 3px;
}

.FaqPostHeader {
	text-align: left;
}

#latestNews a,
#links a,
#shards a,
#downloads a,
#otherDownloads a,
#history a,
#shardstatus a,
#timeline a,
#quickStart a,
#faq a
{
	color: #0081bd;
}

.footerText {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #686868;
	text-align: center;
	position:absolute;
}

.footerText a:hover {
	background: initial;
}

.headerText {
	position: sticky;
	top: 0;
	margin-bottom: -20px;
	color: #c1c1c1;
	text-align: center;
	background: black;
}

.downloadWrapper {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-evenly;
	text-align: center;
	cursor:pointer;
	row-gap: 10px;
}

.downloadBtn {
  background-color: #16AC52;
  color: #EDEDED;
  padding: 15px 5px;
  font-size: 1.2rem;
  border: none;
  width: 192px;
  border-radius: 4px;
}

#quickStartBtn {
	display:none;
	opacity:0;
	width: 192px;
	padding: 15px 5px;
	border: none;
	border-radius: 4px;
	color: #EDEDED;
	font-size: 1.2rem;
	cursor: pointer;
}

/* Dropdown Button */
.dropbtn {
  background-color: #005A84;
  color: #EDEDED !important;
  text-decoration: none;
  padding: 10px;
  font-size: 1.2rem;
  border: none;
  opacity: 0.85;
}

#content #quickStart .dropbtn A:Link {
	color: #EDEDED !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  border: 1px solid black;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  opacity: 0.9;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.newsBtn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: #EDEDED !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #A50000;color: #EDEDED !important;}
#downloads .dropdown-content a:hover {background-color: #A50000;color: #EDEDED !important;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropbtn.downloadUO:hover,
.dropbtn.downloadCUO:hover,
.dropbtn.downloadRazor:hover {background-color: #A50000; cursor: pointer;}

.dropdown:hover .dropbtn.newsBtn {background-color: #A50000 !important; cursor: pointer;}
.dropdown:hover .dropbtn#quickStartBtn {background-color: #A50000 !important; cursor: pointer;}

.dropbtn:hover {
	opacity: 1.0;
}

.footerLink {
	opacity: 0.85;
}

.footerLink:hover {
	opacity: 1.0;
}

#actionBtnCont {
	display: flex;
	flex-direction:row;
	justify-content: space-between;
}

a.x:after,
div.x:after {
    content: "\00d7";
    font-size: 2rem;
    float: right;
    margin-right: 6px;
    margin-left: -6px;
    cursor: pointer;
    margin-top: -62px;
}

a.x:hover,
div.x:hover {
	color: #A50000;
}

.dlBtnWrapper {
	margin-top: 40px;
	cursor:	pointer;
}

.postBody {
	margin-left: 40px;
}

.subPage .Post {
	color:  #c1c1c1 !important;
}
.subPage a {
	color: #0081bd !important;
}
.subPage a.x:after {
	color: #c1c1c1;
    margin-top: -50px !important;
}
.subPage .PostSubTitle {
	color: orange !important;
}

#links::-webkit-scrollbar,
#shards::-webkit-scrollbar,
#faq::-webkit-scrollbar,
#history::-webkit-scrollbar,
#shardstatus::-webkit-scrollbar,
#timeline::-webkit-scrollbar,
#quickStart::-webkit-scrollbar,
#downloads::-webkit-scrollbar,
#otherDownloads::-webkit-scrollbar,
#changelog::-webkit-scrollbar,
#devchangelog::-webkit-scrollbar,
#latestNews::-webkit-scrollbar {
   /* background: #333;*/  /* optional: just make scrollbar invisible */
    background-color: #4e5359;
}

#links::-webkit-scrollbar-thumb,
#shards::-webkit-scrollbar-thumb,
#faq::-webkit-scrollbar-thumb,
#history::-webkit-scrollbar-thumb,
#shardstatus::-webkit-scrollbar-thumb,
#timeline::-webkit-scrollbar-thumb,
#quickStart::-webkit-scrollbar-thumb,
#downloads::-webkit-scrollbar-thumb,
#otherDownloads::-webkit-scrollbar-thumb,
#changelog::-webkit-scrollbar-thumb,
#devchangelog::-webkit-scrollbar-thumb,
#latestNews::-webkit-scrollbar-thumb {
    background: #282828;
}

.UOX3Addons {
	margin-bottom: 20px;
	display: block;
}

@media only screen and (min-width: 769px ) {
	.UOX3Addons {
		display: flex !important;
	}
}

@media only screen and (max-height: 600px) {
	.dlBtnWrapper {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 768px) {
  .logo img {
    width: 300px !important;
  }

  .navBtn {
  	font-size: 1rem;
  	float: left;
  	width: 100%;
  }

  .navSeparator {
  	display: none;
  }
}

@media only screen and (max-width: 533px) {
  .logo img {
    width: 250px !important;
  }

  .navBtn {
  	font-size: 0.9rem;
  	float: left;
  	width: 100%;
  }

  #uox3Def {
  	width: 85% !important;
  }

  #actionBtnCont {
  	flex-direction: column;
  }

  #actionBtnCont a {
  	margin-top: 5px;
  }

  .footer {
  	bottom: 25px;
  }

  .footerText {
  	font-size: 0.75em;
  }

  .navSeparator {
  	display: none;
  }

  .dropbtn {
  	width: 300px;
  }

  .newsBtn {
  	/*width: 280px !important;*/
  	box-sizing: border-box;
  	text-align: center;
  }

  #latestNews,
  #links,
  #shards,
  #downloads,
  #otherDownloads,
  #quickStart,
  #faq {
  	width: 90%;
  }

  #changelog,
  #devchangelog,
  #timeline,
  #history
  #shardstatus {
  	width: 90%;
  }

	#content.showlatestNews #latestNews,
	#content.showLinks #links,
	#content.showShards #shards,
	#content.showDownloads #downloads,
	#content.showOtherDownloads #otherDownloads,
	#content.showQuickStart #quickStart,
	#content.showFAQ #faq
	{
		left: 5%;
	}

	#content.showChangelog #changelog,
	#content.showDevChangelog #devchangelog,
	#content.showTimeline #timeline,
	#content.showHistory #history
	#content.showShardStatus #shardstatus
	{
		left: 5%;
		top: 0%;
	}

	#quickStart .Post .dropdown {
		display: flex;
		flex-direction: column;
    justify-content: space-around;
    align-items: center;
	}

	.Post .dropdown .dropbtn {
		width: 200px;
    border-radius: 4px;
	}
}

@media only screen and (max-height: 600px) and (max-width: 533px){
	.dlBtnWrapper {
		margin-top: 5px;
	}

	.logo img {
		width: 150px !important;
	}

	.dropbtn {
		padding: 5px;
	}
}

.fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}
.fade-in-fast {
	opacity: 1 !important;
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}
.fade-out-partially {
	opacity: 0.1 !important;
	transition: opacity 0.3s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}