@charset "utf-8";
body {
	background-color:#000;
	margin: 0px;
	white-space:normal;
	font-size: 16px;
}
.HideThis{
	display:none;
}
.HeaderBar {
	background: #2C2C2C;
	background: linear-gradient(top,#3C3C3C 0,#1D1D1D 100%);
	background: -moz-linear-gradient(top,#3C3C3C 0,#1D1D1D 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3C3C3C),color-stop(100%,#1D1D1D));
	text-align:right;
	vertical-align:middle;
	padding-right:50px;
}

#PageContainer {
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height:1000px;
	padding-left:1px;
}
#TopSepContainer {
	
	height:198px;
	
}
#PageFullContainer {
	border-collapse: collapse;
	border-spacing: 0px;
}
#Menu {
	padding-right: 20px;
}
#MenuBG {
	/*background-image: url('../images/MB-Arthur.png');
	background-repeat: no-repeat;
/*	background-attachment: fixed;
	background-position:bottom;*/
	background-position: 50% 100%;*/
}
.Page{
	background-color:#FFF;
	width:902px;
	min-height:1100px !important;
    height:auto !important;
	height:1100px !important;
	border-radius: 6px;
	background-image: url('../images/MB-Arthur.png');
	background-repeat: no-repeat;
/*	background-attachment: fixed;
	background-position:bottom;*/
	background-position: 3% 97%;
}
.PageShadowR{
	background-repeat: repeat-y;
	background-image: url(../images/Shadow_DropVR.png);
	background-position: left top;
	width:8px;
}
.PageShadowL{
	background-repeat: repeat-y;
	background-image: url(../images/Shadow_DropVL.png);
	background-position: right top;
	width:8px;
}
.IntPage{
	padding-top:10px;
	padding-left:10px;
/*	background-color:#E8E8E8; */
	background-color:#f7f7f7;
	border:solid #999 1px;	
	border-radius: 6px;
	min-height:1100px !important;
}
@font-face {
  font-family: SPQR;
  src: url(spqr.ttf);
}
.SPQR{
	font-family: SPQR, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #000;
	word-spacing: 1px;
	white-space:1px;
	letter-spacing:1px;
}
p {
	white-space:normal;
		
}
h2 {
	font-family: SPQR, Verdana, Geneva, sans-serif;
	font-size: 65px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	line-height:0px;
	text-shadow: 0px 1px 1px #4d4d4d;
	/*text-shadow:#CCC 0px 1px 0, #000 0 -1px 0;*/
}
h3 {
	line-height:0px;
	font-family: SPQR, Verdana, Geneva, sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-shadow: 0px 1px 1px #4d4d4d;
	/*text-shadow:#CCC 0px 1px 0, #000 0 -1px 0;*/
}
h1 {
	font-family: SPQR, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: underline;
}
.Decal {
	 text-indent:0.5em;
	 white-space:normal;
}
.Decal2 {
	 text-indent:1em;
	 white-space:normal;
}
.BtnMenu {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	width:105px;
	
	margin-top:5px;
	margin-bottom:15px;
	text-shadow:1px 1px 0px #ffffff;
}.BtnMenu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.BtnMenu:active {
	position:relative;
	top:1px;
}

.BtnLogin {
		cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.BtnLogin:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.BtnLogin:active {
	position:relative;
	top:1px;
}

.BtnForm {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.BtnForm:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.BtnForm:active {
	position:relative;
	top:1px;
}
.BtnFormAdv {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.BtnFormAdv:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.BtnFormAdv:active {
	position:relative;
	top:1px;
}
.BtnBank {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffa84c), color-stop(1, #ff7b0d) );
	background:-moz-linear-gradient( center top, #ffa84c 5%, #ff7b0d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d');
	background-color:#ffa84c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.BtnBank:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7b0d), color-stop(1, #ffa84c) );
	background:-moz-linear-gradient( center top, #ffa84c 5%, #ff7b0d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b0d', endColorstr='#ffa84c');
	background-color:#ff7b0d;
}.BtnBank:active {
	position:relative;
	top:1px;
}
td{white-space:normal;}
th{white-space:normal;}
table{white-space:normal;}