﻿body
{
	background-color: #403433;
}
.container
{
	background-color: white;

	padding-top: 0px;
	box-shadow: 0px 0px 3px 3px #fff;
}

#navigation
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#navigation a
{
	color: #EE3524;
	font-size:1.5em;
	margin-left: 0.5em;
}

#navigation a:hover
{
	color: #ED7B26;
}
#header
{
	background-image: url("../images/DMNSiteBanner.png");
	width: 950px;
	height: 141px;
	background-position: center center;
	margin-top: 0px;
	padding-top: 0px;
}

#header h1
{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 25px;
	margin-top: 15px;
}

#header img
{
	margin-top: 15px;
	margin-left: 15px;
	display: inline-block;
}

#subheader
{
	border-bottom: 1px solid #EE3524;
}
#subheader h3
{
	margin-left: 15px;
}
.eventdownarrow
{
	background-image: url('../images/downarrow.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.eventuparrow
{
	background-image: url('../images/uparrow.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.eventloading
{
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.eventError
{
	background-image: url('../images/exclamation.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.event h3,
{
	margin-left: 15px;
}
#content
{
	padding: 15px;
}
#content p
{
	padding-right: 25px;
}
.event:hover
{
	cursor: pointer;
}
.content
{
	display: none;
	cursor: auto;
}
.content p
{
	margin-left: 15px;
}
#footer
{
	margin-top: 1.5em;
	border-top: 1px solid #EE3524;
}

#footer p
{
	text-align: center;
	margin: 0.25em;
}

.server
{
	box-shadow: 0px 0px 3px 3px #403433;
	border: 1px solid #403433;
	width: 292px;
	display: inline-block;
	margin: 8px;
}

.server p
{
	text-align: center;
}

div.status
{
	margin-bottom: 1em;
	background-color: #eee;
	padding: 1em;
	border-radius: 5px;
}
img.headerimg
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 2em;
}
.status img, .status a
{
	margin-left: 2em;
}
table
{
	border-left: 1px solid #EE3524;
}

table.committee
{
	margin-left: 15px;
	margin-right: 15px;
	width: 95%;
	border: none;
}
.committee th
{
	margin: 1em;
	font-weight: bold;
	text-align: center;
}
.committee td
{
	margin: 1em;
	text-align: center;
}
.doubleimages
{
	display: table; 
	margin-left:auto;
	margin-right: auto;
}
.doubleimages img
{
	width: 400px;
	padding: 15px;
}
.statuslink
{
	margin-left: 15px;
	margin-bottom: 15px;
}
.statuslink a
{
	margin: 0px;
	padding: 0px;
}
.statuslink p
{
	margin: 0px;
	padding: 0px;
}
.statuslink img
{
	vertical-align: middle;
}

