@import url(fonts/roboto.css);
@import url(fonts/fontawesome.css);

body, body * {
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
body {
	background: url(bg_strong.jpg) repeat scroll center top #11050A;
	cursor: default;
	margin: 0px;
	position: relative;
	color: white;
	touch-action: none;
}
a {
	color: #00AAA0;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.noTouch a:hover {
	color: #00AAA0;
	border-color: #00AAA0;
}

#navigation {
}
.navigation a,
.navigation {
	word-spacing: 0;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
}
.navigation a,
#navigation .navigation a,
#navigation div.subnav div.navigation a {
	padding: 2px 10px;
	color: #FFFFFF;
	background: #330022;
	background: transparent;
	border: 0 none;
	box-shadow: 0px 0px 5px #FFFFFF;
	text-shadow: 0px 0px 5px #000000;
	border-radius: 5px;
	word-spacing: normal;
}
#navigation div.subnav div.navigation a.active,
#navigation a.active,
#navigation div.subnav a.active {
	box-shadow: 0 0 0 transparent;
}
.navigation a:hover,
#navigation div.subnav:hover a,
#navigation div.subnav div.navigation a:hover {
	box-shadow: inset 0px 0px 5px #FFFFFF;
}

#navigation div.subnav {
	display: inline;
	position: relative;
}
#navigation div.subnav div.navigation {
	position: absolute;
	top: 18px;
	left: 0px;
	z-index: 1;
	margin-left: -134px;
	width: 420px;
	text-align: left;
	display: none;
}
#navigation:hover div.subnav.active div.navigation {
	display: none;
}
#navigation div.subnav.active div.navigation,
#navigation:hover div.subnav.active:hover div.navigation,
#navigation div.subnav:hover div.navigation {
	display: block;
}
b {
	font-weight: bold;
	letter-spacing: 1px;
	color: #BBB;
}

h1 {
	font-size: 24px;
	line-height: 43px;
	height: 43px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #AAA;
	font-weight: bold;

	border-bottom: 0px none;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 17px;
	margin-top: 0px;
	color: #AAA;
	font-weight: bold;
}
h3{
	font-size: 16px;
	margin-bottom: 17px;
	margin-top: 0px;
	color: #AAA;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
	text-shadow: 0 0 5px #000000;
}
.black {
	color: #000000;
	text-shadow: 0 0 5px #FFFFFF;
}

form {
	margin: 0px;
}



hr {
	height: 1px;
	border: 0px;
	border-top: 2px dotted #00AAA0;
	color: #00AAA0;
	width: 100%;
}

img {
	border: 0;
}





/* view keyboard keys */
span.key {
	background: #AAA;
	border: 1px outset #AAA;
	border-color: #FFF #CCC #777 #CCC;
	border-width: 1px 2px 3px 2px;
	padding: 0px 2px;
	font-size: 11px;
	border-radius: 2px;
	text-align: center;
	color: #000;
	display: inline-block;
	min-width: 12px;
	font-family: monospace;
	line-height: 18px;
}
span.key img {
	height: 11px;
	vertical-align: -2px;
}





#contentContainer {
	position: relative;
	text-align: left;
	text-align: center;
}
#contentContainer > div {
	padding: 30px;
	text-align: left;
	box-shadow: 0 0 5px gray;
	border-radius: 5px;
	margin-bottom: 30px;
	min-height: 300px;
	background-color: rgba( 0, 0, 0, 0.7);
}



html.noTouch {
	scrollbar-base-color: #330022;
	scrollbar-base-color: #330022;
	scrollbar-track-color: #330022;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #330022;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}
html.noTouch ::-webkit-scrollbar {
    width: 16px;
    box-shadow: inset 0 0 6px rgba(0,192,187,1); 
}
html.noTouch ::-webkit-scrollbar-track {
}
html.noTouch ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0,192,187,1); 
	background: #330022;
	cursor: pointer;
}
html.noTouch ::-webkit-scrollbar-thumb:hover {
	background: rgba(0,192,187,0.5);
}
*/




body center#mainCenterAlignment {
	background: rgba( 16, 32, 48, 0.92);
	padding: 30px;
}

#pageHeader,
#pageFooter {
	position: fixed;
	z-index: 10;
	background: url(bg_strong.jpg) repeat center top #330022;
	border-bottom: 1px solid #330022;
	border-radius: 0 0 30px 30px;
	box-shadow: 0 0 5px #330022;
	width: 710px;
	height: 30px;
	left: calc( ( 100% - 710px ) / 2);
}


#pageHeader {
	top: 0;
}
#pageContainer {
	width: 980px;
}
#pageFooter {
	background-color: rgba( 60, 0, 40, 0.8);
	line-height: 30px;
	border-radius: 30px 30px 0 0;
	border-bottom: 0;
	border-top: 1px solid #330022;
	bottom: 0;
}
#pageFooter,
#pageFooter *,
#pageFooter a {
	text-decoration: none;
}
#pageFooter a:hover {
	border-color: white;
}

div#SAXmlFrame_content {
	position: relative;
	padding: 10px;
	text-align: left;
}





input[type=text] {
	width: 174px;
}
input[type=button] {
	width: 174px;
}


.input,
input, textarea, select {
	border: 0 none;
	margin: 0;
	padding: 0px 1px;
	background: transparent url(fade_gray2t.png) repeat-x;
	color: #EEE;
	border-radius: 3px;
}

input[type=text], input[type=password], input[type=checkbox], input[type=radio], input[type=file], textarea, select {
	padding: 0px 1px;
	box-shadow: inset 0 0 3px black;
}
input[type=button], input[type=submit], input[type=file] {
	padding: 0px 10px 0px 10px;
	background: transparent;
	border: 0 none;
	box-shadow: 0 0 3px black;
}
input[type=button]:hover, input[type=submit]:hover {
}

.noSelect, .button {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-user-select: none;
}
input[type=button], input[type=submit],
html body .button {
	cursor: pointer;
	box-shadow: 0 0 3px black;
	border-radius: 5px;
	background: #234;
	line-height: 24px;
	padding: 0 8px;
	display: inline-block;
	white-space: nowrap;
	border: 0;
	margin: -2px 0;
}
.noTouch .button:hover {
	background: #345;
}
.noTouch .button:hover,
.noTouch .button a:hover {
	color: white;
	text-decoration: none;
}
.button img {
	vertical-align: text-bottom;
}


select option {
	background: #234;
	color: #EEE;
}
select option[selected],
select option:hover {
	background: #000;
	color: #AAA;
}

input[type=range] {
	border: 0;
	background: none;
}



#tooltip {
	position: absolute;
	display: none;
    background-color: #333;
	z-index: 1001;
	cursor: default;
	margin: 0px;
	padding: 10px;
	border-radius: 5px;
	text-align: left;
	float: left;
	box-shadow: 0 5px 10px #000000;
}
#tooltip table td {
    background-color: #333;
}
.tooltip {
  display: none;
}





div#bodyFog {
	position: absolute;
	background: #000816;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
	color: #000816;
	display: none;
	opacity: 0.8;
}
div#bodyFog h2 {
	color: #000816;
	display: none;
}

div#dialogFrame {
	background: rgba( 16, 32, 48, 0.8);
	position: relative;
	left: 0px;
	top: 60px;
	margin-bottom: 20px;
	margin-left: 15px;
	width: 600px;
	z-index: 1000;
	text-align: left;
	box-shadow: 0px 5px 10px #000000;
}
div#dialogFrame .bar {
	padding: 0px;
	padding-left: 2px;
	background: #234;
	border-bottom: 1px solid #000;
}
div#dialogFrame .bar .buttonX {
	float: right;
	border-left: 1px solid #000;
	background: #123;
	cursor: pointer;
}
div#dialogFrame .bar .buttonX i {
	font-size: 18px;
	line-height: 18px;
	margin: 2px 3px;
}
div#dialogFrame .bar .buttonX:hover i {
	color: red;
}
div#dialogFrame .bar #dialogTitle {
	font-weight: bold;
	padding-left: 5px;
	font-size: 14px;
	line-height: 22px;
}
div#dialogContainer {
	padding: 20px;
	padding: 5px;
	margin-bottom: 20px;
	margin-bottom: 0px;
}








/* JSAX.form.select */

.JSAX_select {
	cursor: default;
	display: none;
	white-space: nowrap;
	line-height: 16px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	position: relative;
	background: url("fade_white2gray_b.png") repeat-x scroll left top #FFFFFF;
	padding: 0px 3px;
}
.JSAX_select span.JSAX_select_view,
.JSAX_select span.JSAX_select_viewBin {
	line-height: 16px;
	overflow: hidden;
}

.JSAX_select span.JSAX_select_view {
	padding: 2px 22px 2px 2px;
	background: url(select.gif) right 2px no-repeat;
}
.JSAX_select span.JSAX_select_viewBin {
	padding: 2px 3px;
	padding: 0px;
}
.JSAX_select span.JSAX_select_viewBin img {
	margin: 0px;
	margin-bottom: -3px;
	margin-top: 3px;
	border: 0;
	vertical-align: top;
}
.JSAX_select span.JSAX_select_view:hover,
.JSAX_select span.JSAX_select_viewBin:hover {
	background-color: #F0F0F0;
}

.JSAX_select ul {
	left: 0;
	display: block;
	padding: 0;
	overflow: auto;
	position: absolute;
	margin: 0px 0px 0px -1px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	list-style: none outside;
	background-color: #FFFFFF;
	z-index: 99;
}
.JSAX_select ul li {
	line-height: 16px;
	overflow: hidden;
	display: block;
	padding: 0px 3px 1px 3px;
	padding: 2px;
	background: #FFFFFF;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	z-index: 99;
}
.JSAX_select ul li:hover {
	background-color: #F0F0F0;
}
.JSAX_select ul li.JSAX_select_selected {
	background-color: #CCCCCC;
}

.JSAX_select input {
	margin: 0px;
	padding: 0px;
}























/* message box style */
div.message_box {
	position: absolute;
	top: 0px;
	cursor: default;
}
div.message_box div {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.5);
	padding: 1px 10px;
	border-bottom: 1px solid white;
}
div.message_box div,
div.message_box div * {
	color: #FFFFFF;
}
div.message_box div.message_success,
div.message_box div.message_success * {
	color: #33CC33;
	border-color: #33CC33;
}
div.message_box div.message_failed,
div.message_box div.message_error,
div.message_box div.message_fatal,
div.message_box div.message_failed *,
div.message_box div.message_error *,
div.message_box div.message_fatal * {
	color: #FF3333;
	border-color: #FF3333;
}










span#serverTime {
	display: none;
}







.textBlock {
	text-align: left;
}


.logo,
.logo:hover {
	color: #330022;
	font-size: 40px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-shadow: 0 0 10px #FFFFFF;
	letter-spacing: 3px
}
.logo img {
	height: 50px;
	margin: -3px;
}







#contentContainer *.pageFill {
	display: block;
	width: 100%;
	margin: 0 -20px;
	width: calc(100% + 40px);
	height: calc(100% - 30px);
	box-sizing: border-box;
	min-height: 500px;
}
#contentContainer form.pageFill {
	position: static;
	height: 100%;
}