body {
	background: url(../img/background.jpg);
	background-repeat: repeat;
	padding-bottom: 30px;
}
.container-static{
	width: 1060px;
	margin: auto;
}
#header{
	width: 800px;
	height: 206px;
	background-image: url(../img/header.png);
	background-position: center 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 22px;
	margin: auto;
}
#limitsh{
	width: 1060px;
	height: 100%;
}
.main{
	float: left;
	width: 590px;
	margin-left: 15px;
}
.sidebar-left{
	float: left;
	width: 220px;
}
.sidebar{
	float: right;
	width: 220px;
}
.navbar-fixed-top{
	width: 1060px;
	margin: auto;
	text-align: left;
}
.smallbar{
	width: 150px;
}
.marginbar{
	margin: 1%;
}
.copyright{
	color: #222;
	font-size: 12px;
	width: 1060px;
	margin-top: 1px;
	float: left;
	padding-bottom: 50px;
}
.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}

.theme-showcase > p > .btn {
	margin: 5px 0;
}

.theme-showcase .navbar .container {
	width: auto;
}
.panel{
	box-shadow: 0px 3px 10px black;
}
.warning{
	background-color: linear-gradient(to bottom, #A33 0px, #000 100%);
}
.adminbut{
	color: #A33;
}
.warning-border{
	border-color: #A33;
}
/*
.panel-warning > .panel-heading {
		background-image: linear-gradient(to bottom, #AA3333 0px, #A72525 100%);
		background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
		color: #FFF;
		background-color: #AA3333;
		border-color: #AA3333;
}
.panel-warning {
		border-color: #AA3333;
}

*/
.shadowed{
	box-shadow: 0 3px 10px black;
}
.noshadow{
	box-shadow: none;
}
.icon{
	padding: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin:2px;
}

.right{
	float: right;
}
.left{
	float: left;
}
.container{
	width: 1060px;
}
#clockframe{
	width: 100px;
	height: 25px;
	margin-top: 7px;
	position: relative;
}
#clock{
	text-shadow: inset 0 0 5px #000;
	font-family: 'Arial';
	font-size: 18px;
	padding-top: 4px;
	color: #ccc;
}
.panel-heading{
	 font-size: 0.8em;
}
.topnav{
	width: 180px;
	margin: auto;
	max-width: auto;
	font-size: 13px;
}
table.highsc  *{
	text-align: center;
}
table.highsc{
	padding: 0;
	margin: 0;
}
legend{
	font-size: 1.7em;
}
.legend{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
.event{
	text-align: center;
}
.event td * -a{
	vertical-align: middle;
	padding-top: 50%;
	margin-top: 50px;
}
.alert-info{
	background-color: darkmagenta;
	border-color: darkmagenta;
}
.btn-info{
	background-color: darkmagenta;
	border-color: darkmagenta;
}
.btn-info:hover, .btn-info:active{
	background-color: #7B007B;
	border-color: darkmagenta;
}
.notif-date{
	position:relative;
	bottom:-20px;
	left:430px;
	color:#aaa;
	font-style:
	italic;
	font-size: .8em;
}
thead th{
	text-align: center;
}