body, html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #a79e8b;
	background-color: #101417;
	font-family: Consolas,monaco,monospace,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; 
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
}

html
{
	--scrollbarBG: #507386;
	--thumbBG: #101417;
}

body::-webkit-scrollbar {
  width: 11px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

div.body
{
	display: table;
	height: 100%;
	width: 100%;
	margin: auto;
	padding: inherit;
	border: 0px ridge #507386;
}

div.body_small
{
	display: table;
	height: 100%;
	padding: inherit;
	border: 1px ridge #507386;
}

div.center
{
	display: inline-block;
/*	border: 1px solid #507386; */
	margin: auto;
	align-items: center;
	min-width: 625px;
	text-align: center;
	align-content: center;
}

div.clearfix {
	*zoom: 1;
	margin: auto;
}

div.clearfix:before,
div.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

div.clearfix:after {
	clear: both;
}

div.pages_column
{
	position: relative;
	float: left;
	font-size: 12px;
}

div.content,
div.clogin
{
	display: table-cell;
	padding: 10px 5px 25px 10px;
	height: 100%;
	top: -50px;
	bottom: 0px;
	margin: 0px;
	border-top: 1px solid #507386;
	border-left: 1px solid #507386;
}

div#content_pages
{
	border: 0px ridge #507386;
	margin: 0px 0px 10px 0px;
}

div#content_pages .dheader
{
	background-color: #101417;
	color: #507386;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

div#content_pages .inner,
div#content_pages .inner_center
{
	display: block;
	background-color: #101417;
	padding: 5px;
	margin: auto;
}

div#content_pages .inner_center
{
	text-align: center;
}

div#content_pages
{
}

div#pages_content
{
	margin: auto;
	font-size: 12px;
	margin-bottom: 10px;
}

input.button
{
	color: #a79e8b;
	background-color: #203040;
	border-radius: 8px;
	padding: 5px 10px;
}

input,
select
{
	color: #a79e8b;
	border-radius: 8px;
	border: 1px #507386 solid;
	padding: 5px 10px;
	background-color: #101417;
}

input,
::placeholder
{
	background-color: #203040;
	color: #a79e8b;
}

div#pages_small
{
	position: relative;
	float: left;
	width: 225px;
	margin: 5px;
	border: 0.75px solid #507386;
	border-radius: 10px 10px 10px 10px;
	font-size: 12px;
	margin-bottom: 5px;
}

div#pages_small div.inner li
{
	list-style: none;
	padding: 0 5px 5px 0;
	text-align: left;
}

div#pages_small div.inner li a,
div.content a
{
	color: #80b6cc;
	font-weight: bold;
	text-decoration: none;
}

div#pages_small div.inner li a.new
{
	color: #FF0004;
	font-weight: bold;
	text-decoration: none;
}

div#pages_small div.inner li a:hover,
div#pages_small div.inner li a.new:hover
{
	text-decoration: underline;
}

div#pages_small div.title
{
	color: #a79e8b;
	padding: 10px 5px;
	text-align: left;
	background-color: #101417;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}

div#pages_small div.title a
{
	width: 100%;
	color:#efefef;
	text-align: right;
}

div#pages_small div.title img
{
	border: 0;
	margin-top: -3px;
}

div#pages_small div.inner
{
/*	background-color: ghostwhite; */
	border-radius: 0 0 8px 8px;
	color: #4B367C;
	text-align: left;
	padding:10px;
}

div.timer
{
	display: inline-block;
	float: left;
	text-align: left;
	padding: auto;
	margin: 0px 5px 5px 5px;
	min-width: 575px;
	border: 0px solid #507386;
}

div.timer .bottom,
div.timer_single .bottom
{
	text-align: center;
	padding: auto;
	text-decoration: none;
}

div.timer .bottom a,
div.timer_single .bottom a
{
	text-decoration: none;
	font-weight: bold;
	color: #80b6cc;
}

fieldset.timer
{
	border: 1px dotted #507386;
}

fieldset.timer legend
{
	font-weight: bold;
	text-align: center;
	padding: 0px 5px;
}

div.clogin
{
	vertical-align: middle;
}

div.row
{
	display: table-row;
}

div.cell
{
	display: table-cell;
	text-align: center;
	padding: 5px;
	border: 0px ridge #507386;
}

div.cell_btop
{
	display: table-cell;
	padding: 5px;
	text-align: right;
	border-top: 1px ridge #507386;
}

div.cell_l input,
div.cell_r input
{
	margin-right: 10px;
}

div.cell_l,
div.cell_r
{
	display: table-cell;
	padding: 5px;
}

div.cell_l
{
	text-align: right;
}

div.cell_r
{
	text-align: left;
}

div.external,
object.external,
iframe.external
{
	display: table-cell;
	padding: 0px;
	height: 100%;
	top: -60px;
	bottom: 10px;
	margin: 0px;
}

div.external
{
	border-top: 1px solid #507386;
	border-left: 1px solid #507386;
}
div.login
{
	display: table;
	margin: auto;
	border: 1px solid #507386;
	width: 450px;
	border-radius: 10px;
	background-color: #101417;
}

div.login .login_top
{
	background-color: #101417;
	border-radius: 4px;
	text-align: center;
	padding: 5px;
}

div.login .login_bottom
{
	background-color: #101417;
	border-radius: 4px;
	text-align: center;
	padding: 5px;
}

div.maintenance
{
	padding: 5px;
	text-align: center;
	color: white;
	background-color: red;
	font-size: 16px;
	font-weight: bold;
	width: 75%;
	margin: auto;
	padding: 25px 5px;
	border: 2px solid white;
	border-radius: 5px;
}

div.menu
{
	background-color: #101417;
/*	color: #507386; */
	display: table;
	height: 45px;
	text-align: center;
	margin: auto;
	padding: 0px;
}

div.menu ul,
div.menu ul a,
div.menu ul a.active
{
	padding: 0px;
	margin: 5px 0px;
	text-decoration: none;
	color: #a79e8b;
}

div.menu ul li.menu_item
{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	margin: auto;
	border-right: 1px solid #507386;
}

div.menu ul a.active,
div.menu ul a.active:hover
{
	font-weight: bold;
	text-decoration: none;
	background-color: #101417;
	color: #f78e66;
}

div.menu ul a:hover
{
	text-decoration: underline;
}


div.menu_left
{
	border-top: 1px solid #507386;
	background-color: #101417;
	display: table-cell;
	top: 0px;
	left: 0;
	bottom: 0;
	min-width: 150px;
	width: 150px;
	height: 100%;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	margin: 0;
}

div.menu_left p
{
	text-align: left;
	padding: 0px 10px;
	margin: 10px 0px 0px;
}

div.menu_left .inner
{
	border-top: 1px solid #507386;
	margin: 20px 0px 0px;
}

div.menu_left_block
{
	border-bottom: 1px solid #507386;
	padding: 0px 0px 15px 0px;
}

div.menu_left_block table
{
	border: 0px;
}

div.menu_left_block_bottom
{
	border-top: 1px solid #507386;
	display: table-cell;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 150px;
	text-align: center;
	margin: auto;
	padding: 0px 0px 5px 0px;
}

div.menu_left_block_bottom a
{
	color: #80b6cc;
	text-decoration: none;
}

div.sticky {
	position: fixed;
	top: 0;
	width: 150px;
}

div.sticky,
div#sticky
{
		border-bottom: 0px solid #507386;
}

div.page
{
	display: table;
	min-height: 100%;
	height: 100%;
	margin-top: -90px;
	overflow: scroll;
	width: 100%;
	margin: 0px;
}

div.row
{
	display: table-row;
	width: 100%;
}

div.row_top
{
	background-color: #101417;
	display: table-row;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	border-bottom: 1px #507386 solid;
}

div.row_top_table
{
	background-color: #101417;
	color: #507386;
	display: table-row;
	width: 100%;
}

h1
{
	color: #f78e66;
}
hr
{
	border: 1px dashed #507386;
}