* { margin:0; }
html, body 
{
	width: 100%;
	height: 100%;
	text-align: middle;
	cursor: default;
	background-image: url('../images/Background.png');
	
}
#mContainer
{
	margin: 0 auto;
	width: 80%;
	height: 800px;
}
#cframe
{
	border: none;
	width: 100%;
	height: 100%;
}
.menuImage
{
	position: relative;
	left: -10px;
}
.totTitle
{
	font-family: PacifyAngry-Regular;
	font-size: 20pt;
	font-weight: bold;
	color: #e6a415;
	padding-left: 2px;
	padding-top: 10px;
	width: 240px;
	text-align: right;
	vertical-align: middle;
}
.logoTitleR
{
	font-family: Paragon-Bold;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 2px;
	vertical-align: middle;
	width: 50%;
}
.logoTitleL
{
	font-family: Paragon-Bold;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
	vertical-align: middle;
	text-align: right;
	width: 50%;
}
#menuBar
{
	margin: 0 auto;
	margin-top: 40px;
	height: 63px;
	width: 96%;
	border-radius: 10px;
	background: rgba(6, 2, 48, 0.75);
	/*box-shadow: inset 0 2px 5px rgba(200,200,200,0.5);*/
}
#menuTable
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: separate;
}
#logoTable
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -80px;
	width: 25%;
	border-spacing: 0px;
	border-collapse: separate;
}

.mTitle
{
	padding-left: 20px;
	width: 1%;
	color: #FFFFFF;
	text-align: left;	
}
.mBtn
{
	padding-top: 4px;
	padding-left: 10px;
	width: 50px;
	height: 50px;
}
.sBtn
{
	padding-top: 8px;
	width: 130px;
	text-align: center;
	vertical-align : top;
}
#totDD
{
	width: 35px;
	height: 35px;
	border-radius: 6px;
	background-color: #e6a415;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#totDD:hover
{
	cursor: pointer;
}
#totArrow
{
	width: 18px;
	height: 18px;
	transform: rotate(0deg);
}
.sIn
{
	padding-left: 18px;
	padding-right: 18px;
	font-family: Ramabhadra-Regular;
	font-weight: bold;
	font-size: 18pt;
	color: #FFFFFF;
	border-radius: 6px;
	background-color: #ff0000;
}
.sUp
{
	padding-left: 10px;
	padding-right: 10px;
	font-family: Ramabhadra-Regular;
	font-weight: bold;
	font-size: 18pt;
	color: #FFFFFF;
	border-radius: 6px;
	background-color: #2D59CF;
}
.sUp:hover
{
	cursor: pointer;
	background-color: #F99104;
}
#totMenuframe
{
	visibility: hidden;
	padding-top: 10px;
	opacity: 0.01;
	position: absolute;
	top: 100px;
	left: 160px;
	width: 370px;
	height: 350px;
	background-color: transparent;
	border: none;
}