@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(../roboto300.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../roboto400.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(../roboto700.woff) format('woff');
}
body, input, textarea, select, button {
	font: 13px/1.3 Roboto, Verdana, "Dejavu Sans", Helvetica, Arial, sans-serif;
	color: #303030;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-weight: 300;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.8em;
}
h6 {
	font-size: 0.6em;
}

ul {
	margin: 0;
	padding-left: 30px;
}

table {
	border-collapse: collapse;
}

th {
    font-weight: normal;
    text-align: left;
}

form {
	padding: 0;
	border: none;
	margin: 0px;
}

img {
	border: none;
}

a {
	color: #936A17;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

hr {
	display:block;height:1px;line-height:1px;border:1px solid #DDD;border-width:1px 0 0;margin:.5em 0
}

acronym,
abbr		{cursor:help}
a abbr		{cursor:pointer}

body {
	background: url("images/brush.png") repeat-x fixed left top, url("images/bg.png") repeat-x fixed left top #e2dfa9;
	background-position: 0px 70px, 0 0, 0 0;
	margin: 0px;
}

#wrapper {
	padding: 15px 0;
}

#header {
}

#face {
	margin-bottom: 10px;
}

#content {
	background: white;
	width: 1000px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 3px #777;
	box-shadow: 0 0 3px #777;
	padding: 15px;
	margin: 0px;
	position: relative;
	margin: 0 auto;
}

#page {
	min-height: 300px;
}

#footer {
}

.header {
	background-image: url("images/title.jpg");
}

@media only screen and (min-resolution: 1.5dppx) {
	.header {
		background-image: url("images/title_hd.jpg");
	}
	.jxl .header {
		background-image: url("images/title_hd.jxl");
	}
}

#title {
	height: 250px;
	background-size: 1000px 250px;
	margin: 0px;
	color: white;
	text-shadow: 0 0 3px black;
	position: relative;
	border-radius: 3px 3px 0 0;
}

#title a {
	color: inherit;
	text-decoration: none;
}

#title a:hover {
	color: inherit;
	text-decoration: underline;
}

#title-top {
	float: right;
	margin: 8px;
	text-align: right;
}

#title-bottom {
	margin: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

#logo {
	float: left;
	font-size: 48px;
	font-weight: 300;
	text-shadow: 0 0 8px rgba(0,0,0,0.7);
	margin: 0 0 0 5px;
}
#logo a:hover {
	text-decoration: none;
}

#info_box {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	max-width: 600px;
}

.right {
	text-align: right;
}

.pr-2 {
	padding-right: 2em;
}

.pr-1 {
	padding-right: 1em;
}

.group {
	overflow: hidden;
	border-color: #F2F2F2;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	padding: 10px;
	background: linear-gradient(to bottom right, rgba(230, 230, 230, 0.4), rgba(255, 255, 255, 0.0));
}

.column {
	float: left;
}

.column2 {
	float: left;
	width: 50%;
}

#mainmenu {
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	height: 32px;
	line-height: 32px;
	color: #333;
	background-color: #eee;
	border-radius: 0 0 3px 3px;
}

#menuitems {
	float: left;
	margin-left: 10px;
}

#menuitems a {
	float: left;
	padding: 0 16px;
	text-decoration: none;
	color: inherit;
	transition: all 0.1s ease-in;
}

#menuitems span a:hover {
	color: #936A17;
}
#menuitems .sep {
	display: block;
	float: left;
	height: 30px;
	width: 1px;
	overflow: hidden;
	background-color: #C0C0C0;
	background-image: linear-gradient(to bottom, #ccc, #e0e0e0);
}

#menuitems .currentitem a {
	background-color: white;
	color: #936A17;
	text-shadow: none;
}

#menuitems .currentitem a:hover {
	color: #936A17;
}

#menuicons {
	float: right;
	margin-right: 10px;
	margin-top: 2px;
	vertical-align: middle;
	display: table-cell;
}

.input, .select {
	font-weight: normal;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 26px;
}

.input:focus, .select:focus {
	border: 1px solid #4285f4;
}

.select {
	padding: 0px 0px 0px 2px;
}

input[type="button"]:focus, input[type="submit"]:focus {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

input.placeholder, input:-moz-placeholder {
	color: #888;
	font-style: italic;
}

input:-webkit-input-placeholder {
	color: #888;
	font-style: italic;
}

/*FireFox*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner { border : 0px; }
/*IE8*/
input[type="submit"]:focus,
input[type="button"]:focus { outline : none; }

input[readonly] {
	background-color: #EEE;
}

input[disabled] {
	background-color: #EEE;
	color: #808080;
}

label {
	cursor: pointer;
	position: relative;
	top: -2px;
}

checkbox {
}

.control_opacity {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.small {
	font-size: 11px;
}

.article_title {
	margin-bottom: 0;
}

.article_date {
	color: dimgray;
	font-weight: normal;
	margin-bottom: 5px;
}

.button, .menubutton {
	padding: 4px 8px;
	margin: 0px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
	line-height:normal !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	cursor:pointer;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	white-space: nowrap;
}

.button:active, .menubutton:active {
	box-shadow: 0 0;
}

.button {
	background-color: #F0F0F0;
	color: inherit;
}

.button:hover {
	background-color: #f6f6f6;
}

.button:active {
	background: none;
	background-color: #d8d8d8;
}

.menubutton {
	background-color: #936A17;
	color: white;
}

.menubutton:hover {
	background-color: #9d782e;
}

.menubutton:active {
	background: none;
	background-color: #845f15;
}

.tabtitle {
	background: #e5e5e5;
}

.tabhr {
	border-top: 1px dashed #ddd;
}

.tab-odd {
	background-color: #f2f2f2;
}

.rotate-270 {
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

.tabs {
	margin-bottom: 3px;
	position: relative;
	font-weight: 300;
	font-size: 16px;
}
.tabs::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	margin-bottom: -1px;
	background: #ccc;
	background: -moz-linear-gradient(left, #ccc 30%, rgba(255,255,255,0));
	background: linear-gradient(to right, #ccc 30%, rgba(255,255,255,0));
}
.tabs ul { padding: 0; margin: 0; display: inline-block; margin-left: 0px;}
.tabs li { padding: 0; margin-bottom: -1px; list-style: none; display: inline-block; }
.tabs a { padding: 2px 6px; margin: 0 0px 0 0; display: block; color: silver; text-decoration: none; }
.tabs a.selected { color: inherit; }
.tabs a:hover { color: #936A17; }

.glass {
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	border: 5px solid rgba(255,255,255,0.3);
}

.mborder {
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.3);
	margin: 5px;
}

.divtable {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.divcell {
    display: table-cell;
    padding-right: 15px;
}

.textbottom {vertical-align: text-bottom;}

.hidden { display:none!important }
.visible { display:block!important }

.sticky_thead {
    overflow-y: auto;
}

.sticky_thead thead th {
    position: sticky;
    top: 0;
}

.mr-2 { margin-right: 0.5em }
