﻿body {
    background-color: gray;
}

/*#MainTab {
	position: fixed;
	top: 15px;
	left: 1%;
	right: 1%;
	height: 130px;
	border: 3px ridge gold;
	color: #FFFF99;
	background-color: azure;
	background-color:  rgba(225,215,195,0.5);
	text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 15px gold;
	text-align: center;
	font-size: 40px;
	font-family: 'Menomonia';
	vertical-align: middle;


}*/

#PageTitle {
    position: fixed;
    z-index: 5;
    top: 15px;
    left: 1%;
    right: 1%;
    height: 130px;
}


#MainTitle {
    /*position: relative;*/
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    border: 3px ridge gold;
    color: #FFFF99;
    background-color: silver;
    background-color: rgba(225,215,195,0.5);
    text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 15px gold;
    text-align: center;
    font-size: 40px;
    font-family: 'Menomonia';
    vertical-align: middle;
}

#TabPages {
    position: fixed;
    top: 150px;
    left: 1%;
    right: 1%;
    bottom: 1%;
    overflow-y: scroll;
}

#VersionNumber {
    position: fixed;
    z-index: 6;
    top: 25px;
    right: 30px;
    height: 20px;
    width: 100px;
    text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 15px gold;
    text-align: right;
    font-size: 20px;
    font-family: 'Menomonia';
}

#Credits {
    position: fixed;
    z-index: 6;
    top: 25px;
    left: 30px;
    height: 20px;
    width: 100px;
    text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 15px gold;
    text-align: right;
    font-size: 20px;
    font-family: 'Menomonia';
}

#DownloadLinks {
    position: absolute;
    top: 45px;
    left: 5%;
    right: 5%;
    height: 20px;
    font-size: 20px;
    text-shadow: none;
}

#InstallNote {
    position: absolute;
    top: 30px;
    left: 5%;
    right: 5%;
    height: 20px;
    color: white;
    font-size: 20px;
    text-shadow: none;
}

#Note {
    position: absolute;
    top: 65px;
    left: 5%;
    right: 5%;
    height: 10px;
    font-size: 10px;
    text-shadow: none;
}

#Contents {
    position: fixed;
    top: 150px;
    left: 1%;
    right: 1%;
    bottom: 1%;
    color: #FFFF99;
    background-color: azure;
    background-color: rgba(225,215,195,0.5);
    border: 3px ridge gold;
    text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 15px gold;
    text-align: center;
    font-size: 40px;
    font-family: 'Menomonia';
    vertical-align: middle;
    overflow-y: scroll;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
}

#MenuColumn {
    position: fixed;
    top: 70px;
    left: 1%;
    right: 85%;
    bottom: 1%;
    background-color: azure;
    background-color: rgba(225,215,195,0.5);
    border: 3px ridge gold;
    color: #FFFF99;
    text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 15px gold;
    text-align: center;
    font-size: 20px;
    font-family: 'Menomonia';
}


.TabSection {
    position: relative;
    z-index: -1;
    /*right: 0;*/
    /*height: 700px;*/
    align-items: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    align-self: center;
    color: #FFFF99;
    text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 15px gold;
}
.TabSection.TS_OnePage {
    height: 700px;
    top: 0px;
    left: 0px;
}
.TabSection.TS_TwoPage {
    height: 1400px;
}

.TabName {
    position: absolute;
    top: 5px;
    left: 0;
    width: 150px;
    /*height: 700px;*/
    border: 1px solid gold;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /*padding-right: 25px;
    padding-left: 25px;*/
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    background-color: azure;
    background-color: rgba(225,215,195,0.5);
}
.TabName.TN_OnePage {
    height: 695px;
}
.TabName.TN_TwoPage {
    height: 1395px;
}

.TabScreenshot {
    position: absolute;
    /*right: 15px;*/
    /*top: 5px;*/
    left: 155px;
    right: 1%;
    height: 345px;
    border: 1px solid gold;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-y: scroll;
    /*padding-right: 25px;
    padding-left: 25px;*/
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    background-color: azure;
    background-color: rgba(225,215,195,0.5);
}
.TabScreenshot.TS_PageOne {
    top: 5px;
}
.TabScreenshot.TS_PageTwo {
    top: 705px;
}
.TabScreenshot.TS_PageTwo_Map {
    top: 705px;
    height: 515px;
}

.TabDescription {
    position: absolute;
    /*top: 355px;*/
    right: 1%;
    left: 155px;
    height: 345px;
    border: 1px solid gold;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-y: scroll;
    padding-right: 25px;
    padding-left: 25px;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    background-color: azure;
    background-color: rgba(225,215,195,0.5);
}
.TabDescription.TD_PageOne {
    top: 355px;
}
.TabDescription.TD_PageTwo {
    top: 1055px;
}
.TabDescription.TD_PageTwo_Map {
    top: 1225px;
    height: 175px;
}


/*3505px3505px3875px*/


/*#MainMenu {
    top: 5px;
}*/

/*#MainScreenshot {
    top: 5px;
}*/

/*#Main {
    top: 375px;
}*/

/*#ScheduledBossMenu {
    top: 5px;
    height: 1390px;
}

#ScheduledBossScreenshot {
    top: 5px;
}

#ScheduledBoss {
    top: 5px;
}

#ScheduledHcBossScreenshot {
    top: 5px;
}

#ScheduledHcBoss {
    top: 1075px;
}

#OtherdBossMenu {
    top: 1405px;
}

#OtherdBossScreenshot {
    top: 1405px;
}

#OtherdBoss {
    top: 1775px;
}

#DungeonsMenu {
    top: 2105px;
}

#DungeonsScreenshot {
    top: 2105px;
}

#Dungeons {
    top: 2475px;
}

#FractalsMenu {
    top: 2805px;
}

#FractalsScreenshot {
    top: 2805px;
}

#Fractals {
    top: 3175px;
}

#PersonalNotesMenu {
    top: 4205px;
    height: 1390px;
}

#PersonalNotesScreenshot1 {
    top: 4205px;
}

#PersonalNotes1 {
    top: 4575px;
}

#PersonalNotesScreenshot2 {
    top: 4905px;
}

#PersonalNotes2 {
    top: 5275px;
}

#MapMenu {
    top: 5605px;
    height: 1280px;
}

#MapScreenshot {
    top: 5605px;
}

#Map {
    top: 5975px;
}

#MapDemo {
    top: 6305px;
    height: 580px;
}

#MapSettingsMenu {
    top: 6895px;
}

#MapSettingsScreenshot {
    top: 6895px;
}

#MapSettings {
    top: 7265px;
}

#MapErrorMenu {
    top: 7595px;
}

#MapErrorScreenshot {
    top: 7595px;
}

#MapError {
    top: 7965px;
}

#LCDMenu {
    top: 8295px;
}

#LCDScreenshot {
    top: 8295px;
}

#LCD {
    top: 8665px;
}

#OverlayMenu {
    top: 8995px;
}

#OverlayScreenshot {
    top: 8995px;
}

#Overlay {
    top: 9365px;
}

#WorkInProgressMenu {
    top: 9695px;
}

#WorkInProgressScreenshot {
    top: 9695px;
    height: 35px;
}

#WorkInProgress {
    top: 9740px;
    height: 645px;
}*/






#Spacer {
    top: 11000px;
    height: 500px;
}

.TabTitle {
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: left;
    font-size: 24px;
}

#ScheduledBossText {
    position: absolute;
    top: 40px;
}

.normalText {
    font-size: 20px;
    text-shadow: 1px 1px gold;
    color: black;
}

.TabContence {
    position: static;
    height: auto;
    width: auto;
    border: 3px solid white;
}

#ScheduledBossScreenShot {
    background-image: url('images/Manual/Scheduled_Bosses.png');
    background-color: gray;
}

.ScreenShot {
    position: absolute;
    align-self: center;
    top: 35px;
    height: 350px;
    width: 510px;
}

.GreenText {
    color: green;
}

.RedText {
    color: red;
}

.OrangeText {
    color: orange;
}

.BlueText {
    color: blue;
}

.WhiteText {
    color: white;
}

.YellowText {
    color: yellow;
}
