body {
	background-color: #000;
	color: #444;
	font-size: 19px;
	font-family: arial;
	padding: 0px;
	margin: 0px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #777;
	text-decoration: none;
}

img {
	border: 0px;
}

img.smallimage {
	width: 15px;
	padding-right: 10px;
}

img.clock {
	border: 0px;
	padding-left: 2px;
	vertical-align: middle;
	cursor: pointer;
}

table {
	width: 100%;
}

table td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

table.menu {
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #111;
	color: #fff;
	padding: 0px;
	height: 40px;
}

table.menu td.menucell {
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #999;
}

table.menu td.menu-left {
        width: 30px;
        padding: 0px;
        background-repeat: repeat-y;
        background-position: right top;
}

table.menu td.menu-right {
        width: 30px;
        padding: 0px;
        background-repeat: repeat-y;
        background-position: left top;
}

table.menu a {
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

table.menu a:hover {
	color: #777;
}

table.menu td {
	vertical-align: middle;
}

table.banner {
	color: #fff;
}

table.banner td {
	background-color: #10437a;
	padding: 10px;
}

table.banner td.banner-left {
	width: 30px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #333;
}

table.banner td.banner-right {
	width: 30px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #333;
}

table.main {
	background-color: #fff;
}

table.main td.maincell {
	padding: 15px;
}

table.main td.main-left {
        width: 30px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #333;
}

table.main td.main-right {
        width: 30px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #333;
}

table.bottom {
	height: 50px;
	background-color: #000;
        background-position: right top;
	background-repeat: repeat-x;
}

table.bottom td.bottom-middle {
	background-repeat: repeat-x;
}

table.bottom td.bottom-left {
        width: 30px;
        padding: 0px;
	background-repeat: repeat-y;
	background-position: right top;
}

table.bottom td.bottom-right {
        width: 30px;
        padding: 0px;
	background-repeat: repeat-y;
	background-position: left top;
}

h1 {
	border-bottom: 1px solid;
}

h2 {
	border-bottom: 1px solid;
}

h3 {
	border-bottom: 1px solid;
}

table.thin {
	width: 650px;
	padding: 0px
	margin: 0px;
}

table.thin td {
	padding: 0px
	margin: 0px;
}

.smalltitle {
	font-size: 16px;
	color: #777;
	padding-left: 5px;
}

.title {
	font-size: 21px;
	border-bottom: 1px solid;
	font-weight: bold;
}

div.incident-div {
	width: 100%;
}

table.incident-table {
	padding: 0px;
}

table.incident-table td {
	padding: 5px;
}

table.incident-table td.info {
	font-weight: bold;
	font-size: 17px;
	width: 180px;
}

table.incident-table td.update {
        font-weight: bold;
        width: 160px;
	padding-left: 20px;
}

.severity-green {
	border-left: 3px solid green;
}

.severity-0 {
	border-left: 3px solid #333;
}

.severity-1 {
	border-left: 3px solid yellow;
}

.severity-2 {
	border-left: 3px solid #ee6f20;
}

.severity-3 {
	border-left: 3px solid #ff0000;
}

.status {
	font-weight: normal;
	color: #444;
	font-size: 19px;
}

.suggestions {
	color: #ddd;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #000;
	font-size: 16px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
}

.suggestions-bg {
        width: 300px;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #000;
        border: 1px solid #fff;
        font-size: 16px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
}

.suggestions div {
	padding: 3px;
}

.suggestions div:hover {
	cursor: pointer;
	color: #fff;
	background-color: #000;
}

div.padleft {
	padding: 3px;
	padding-left: 5px;
}

a.archive-dropdown {
	border: 0px;
	padding: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
}

a.archive-link {
	border: 0px;
	padding: 5px;
	padding-left: 20px;
	text-decoration: none;
}

.error {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

a.admin-link {
	font-size: 19px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

a.admin-link:hover {
}

table.tabtable {
	border-bottom: 0px solid #777;
}

.tab {
	color: #fff;
	cursor: pointer;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	background-color: #333;
	background-repeat: repeat-x;
	background-position: bottom;
}

.selectedtab {
	border-bottom: 0px solid #fff;
	padding-bottom: 1px;
	background-color: #10437a;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom;
}

.selectedtabtwo {
	font-weight: bold;
}

.tab-div {
	border: 1px solid #333;
	border-top: 0px;
	padding: 0px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
}

table.tabtwotable {
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: top;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #333;
	padding: 5px;
}

.showbutton {
	cursor: pointer;
}

.showbuttonold {
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
	padding-left: 20px;
}

.showbuttons:hover {
	background-repeat: no-repeat;
	background-position: center left;
}

.showbuttonsnone:hover {
        background-repeat: no-repeat;
        background-position: center left;
}

.logentry {
        font-size: 16px;
        color: #777;
        padding-left: 5px;
	font-style: italic;
	cursor: pointer;
}

.severity-tab {
	padding-left: 10px;
	cursor: pointer;
}

div.menu-dropdown {
	background-color: #333;
	padding: 10px;
	padding-top: 0px;
	border: 1px solid #999;
	border-top: 0px solid #333;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topright: -15px;
        -moz-border-radius-topleft: -15px;
        -webkit-border-top-right-radius: -5px;
        -webkit-border-top-left-radius: -5px;
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.menu-dropdown a {
	color: #fff;
	padding-left: 20px;
}

.viewing {
	color: #000;
}

