
html, body{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}
body, input, textarea, select, nav{
	font-family: 'Arial','Verdana','MS Sans Serif';
	font-size: 12pt;
}
body{
	color: #ffffff;
	background: url('background-texture.jpg') #080808 repeat center top;
}

/* Reset styles */
img{
	border: 0px;
	vertical-align: middle;
}
form{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
button{
	outline: none;
	font: inherit;
	padding: 0px 10px;
	line-height: 30px;
	margin: 0px 3px;
	min-width: 120px;
	cursor: pointer;
	border: 1px solid #000000;
	border-radius: 15px;
	background-color: #a02020;
	transition: 0.3s;
	color: #cccccc;
}
button:hover{
	border-color: #ffffff;
	background-color: #ff2020;
	color: #ffffff;
}
table{
    border-spacing: 0px;
    border-collapse: separate;
}
td{
	padding: 0px;
}
iframe{
	border: none;
}
canvas{
	-webkit-tap-highlight-color: transparent;
}

a{
	text-decoration: none;
	color: #cccccc;
}
a:hover{
	text-decoration: underline;
}

div.clearboth{
	clear: both;
}

/* Environment */
div.environment{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16pt;
	padding: 3px;
	color: #ffffff;
	background-color: #cc0000;
	border: 1px solid #ff0000;
	margin: 3px;
	border-radius: 10px;
	z-index: 1000;
}

/* Page Layout */
#pageLayout{
	display: flex;
	flex-flow: column;
	min-height: 100%;
}
#pageHeader{
	flex: 0 1 auto;
	background: url('header-background.png') transparent repeat-x center bottom;
	margin-bottom: 10px;
	text-align: center;
}
#pageBreadcrumbs{
	flex: 0 1 auto;
	margin-bottom: 10px;
}
#pageBreadcrumbs > div{
	border-radius: 15px;
	background-color: rgba(20, 20, 20, 0.85);
	padding: 10px;
}
#pageBody{
	flex: 1 1 auto;
	padding: 15px;
	background-color: rgba(20, 20, 20, 0.85);
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	flex-flow: column;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#pageTitle{
	flex: 0 1 auto;
}
#pageContent{
	flex: 1 1 auto;
}
.centerColumn{
	padding-left: 10px;
	padding-right: 10px;
}
div.contentSeparator{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -15px;
	margin-right: -15px;
	height: 20px;
	background: url('content-separator.png') transparent repeat-x center center;
}

/* Header */
#activeUser{
	position: absolute;
	top: 60px;
	right: 5px;
	padding: 3px;
	margin: 3px;
}

/* Title */
h1{
	margin: 0px 0px 10px 0px;
}

/* Footer */
footer nav{
	margin: 0px;
	text-align: center;
	line-height: 60px;
	background-color: #151515;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #808080;
}

/* Dialog widget */
div.widgets_dialog div.title{
	background: #dd6217 !important;
	background: -moz-linear-gradient(top, #de5500 0%, #e9610c 50%, #de5500 100%) !important;
	background: -webkit-linear-gradient(top, #de5500 0%, #e9610c 50%, #de5500 100%) !important;
	background: linear-gradient(to bottom, #de5500 0%, #e9610c 50%, #de5500 100%) !important;
}

/* Menu widget */
div.widgets_menu{
	border: 2px solid #dd6217 !important;
}
div.widgets_menu h1{
	background-color: #dd6217 !important;
}
div.widgets_menu li{
	border-top: 1px solid #dd6217 !important;
}
div.widgets_menu a:hover{
	background-color: rgba(222, 126, 67, 0.25) !important;
}
