.headerbox {
	position: relative;
	padding: 10px;
	background-color: rgba(15,15,15,0.95);
}

.headerbox_inner {
	width: 100%;
	border-spacing: 0px;
	border: 5px solid #1d1d1d;

}

.headerbox_links
{
	width: 100%;
	padding: 3px;
	letter-spacing: 4px;
	background-color: #181818;
	text-align: center;
	color: #b1b1b1;
	border-bottom: 2px solid #080808;
}
.headerbox_links a
{
	color: #b1b1b1;
}

.headerbox_data {
	
}

.tabs {
	overflow: hidden;
	text-align: center;
	width: 17%;
	float: left;
}

.tabs button {
	display: block;
	background: rgba(25,25,25,0.95);
	cursor: pointer;
	width: 100%;
	height: 60px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	color: #ffffff;
	border: 0px;
	border-bottom: 4px solid #121212;
}

.tabs button:is(:last-child) {
	border-bottom: none;
}

.tabs button.active {
	background: rgba(45,45,45,0.95);
}

.tabs button:hover {
	background: rgba(45,45,45,0.95);
}

.tabcontent {
	display: none;
	width: 83%;
	height: 100%;
	float: left;
	color: #d1d1d1;
	position: relative;
	background-color: rgba(15,15,15,0.95);
}

.headerbox_welcome {
	color: #d7d7d7;
	width: 100%;
}

.headerbox_title {
	text-align: center;
	padding: 5px;
	margin-bottom: -5px;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}

.headerbox_welcomepics {
	display: block;
	text-align: center;
}

.headerbox_welcomepics img {
	width: 80%;
	height: 79px;
	margin-bottom: 10px;
	border: 2px solid rgba(25,25,25,0.95);
	padding: 5px;
	object-fit: cover;
	object-position: top;
}

.headerbox_welcomeblurb {
	height: 177px;
	padding: 10px;
	background: #2e2e2e;
	display: block;
	text-align: justify;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
	background: rgba(25,25,25,1);
}

.headerbox_news {
	color: #d7d7d7;
	width: 100%;
}

.headerbox_updates {
	height: 173px;
	padding: 10px;
	background: #2e2e2e;
	display: block;
	text-align: justify;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	background: rgba(25,25,25,1);
}

.headerbox_worldinfo {
	color: #d7d7d7;
	width: 100%;
}

.headerbox_lore {
	height: 173px;
	padding: 10px;
	background: #2e2e2e;
	display: block;
	text-align: justify;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	background: rgba(25,25,25,1);
}

.headerbox_season {
	height: 185px;
	padding: 4px;
	background: #2e2e2e;
	display: block;
	text-align: justify;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
	background: rgba(25,25,25,1);
}

.headerbox_seasonimg {
	position: relative;
	width: 85%;
	height: 100px;
	float: none;
	border: 1px solid #333;
	padding: 20px;
	margin-bottom: 12px;
}

.headerbox_seasontitle {
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #333;
	padding: 38px;
}

.headerbox_seasontitle::before {
	content: "";
	/*background-image: url(https://traverserp.com/images/customs/welcomebox/SeasonWinter.gif);*/
	/*background-image: url(https://traverserp.com/images/customs/welcomebox/SeasonSpring.gif);*/
	/*background-image: url(https://traverserp.com/images/customs/welcomebox/SeasonSummer.gif);*/
	background-image: url(https://traverserp.com/images/customs/welcomebox/SeasonAutumn.gif);
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0.2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.headerbox_census {
	height: 187px;
	padding: 3px;
	background: #2e2e2e;
	display: block;
	text-align: justify;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	background: rgba(25,25,25,1);
}

.headerbox_censusboxooc {
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 600;
	width: 120%;
	margin-left: -10px;
}

.headerbox_censusbox1 {
	height: 55px;
	background-color: #262626;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 10px;
}

.headerbox_censusbox2 {
	height: 55px;
	background-color: #101010;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 10px
}

.headerbox_staff {
	color: #d7d7d7;
	width: 100%;
}

.headerbox_staffadmins {
	height: 173px;
	padding: 10px;
	background: #2e2e2e;
	display: block;
	text-align: justify;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	background: rgba(25,25,25,1);
}

.headerbox_staffmods {
	height: 173px;
	padding: 10px;
	background: #2e2e2e;
	display: block;
	text-align: justify;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	background: rgba(25,25,25,1);
}

.staff {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    filter: grayscale(70%);
    opacity: 0.4;
    transition: 0.5s ease-in;
    width: 95%;
    display: block;
    height: 30px;
    margin: 2px;
	margin-left: -8px;
}

.staff:hover {
    opacity: 0.8;
    filter: grayscale(50%);
    transition: 0.5s ease-in
}

.headerbox_staffadmins a {
    color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 12px;
    text-shadow: 1px 1px black;
    float: left
}

.headerbox_staffmods a {
    color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 12px;
    text-shadow: 1px 1px black;
    float: left
}

.luposry {
	background-image: url(https://traverserp.com/images/customs/welcomebox/staffluposry.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.siren {
	background-image: url(https://traverserp.com/images/customs/welcomebox/staffsiren.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.mersea {
	background-image: url(https://traverserp.com/images/customs/welcomebox/staffmersea.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.heather {
	background-image: url(https://traverserp.com/images/customs/welcomebox/staffheather.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.nix {
	background-image: url(https://traverserp.com/images/customs/welcomebox/staffnix.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.darkest {
	background-image: url(https://traverserp.com/images/customs/welcomebox/staffdarkest.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.headerbox_credits {
	height: 173px;
	padding: 10px;
	background: #2e2e2e;
	display: block;
	overflow: hidden;
	overflow-x: hidden;
	text-align: justify;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	background: rgba(25,25,25,1);
}