html {
	overflow: scroll;
}

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

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

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

a.side-link {
	display: block;
	padding: 5px;
	text-decoration: none;
}

img.side-link {
	width: 20px;
	padding-right: 5px;
}

img {
	border: 0px;
}

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

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

img.statusimg {
	width: 18px;
	padding-right: 6px;
}

div.statusheader {
	cursor: pointer;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}

div.statusheader a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

div.statusdiv {
	border: 1px solid #000;
	border-top: 0px;
	padding: 5px;
	padding-left: 15px;
}

table {
	width: 100%;
}

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

table.menu {
	background-image: url(images/menufade.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #333;
	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-image: url(images/small-left-fade.png);
        background-repeat: repeat-y;
        background-position: right top;
}

table.menu td.menu-right {
        width: 30px;
        padding: 0px;
        background-image: url(images/small-right-fade.png);
        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: #bbb;
}

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

table.banner {
	color: #fff;
}

table.banner a {
	color: #fff;
}

table.banner a:hover {
	color: #999;
}

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

table.banner td.banner-left {
	width: 30px;
	padding: 0px;
	background-image: url(images/small-left-fade.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #333;
}

table.banner td.banner-right {
	width: 30px;
	padding: 0px;
	background-image: url(images/small-right-fade.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #333;
}

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

table.main td.maincell {
	padding: 15px;
	background-color: #efefef;
}

table.main td.main-left {
        width: 30px;
	padding: 0px;
	background-image: url(images/small-left-fade.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #333;
}

table.main td.main-right {
        width: 30px;
	padding: 0px;
	background-image: url(images/small-right-fade.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #333;
}

table.bottom {
	height: 50px;
	background-color: #000;
        background-image: url(images/small-bottomfade2grey.png);
        background-position: right top;
	background-repeat: repeat-x;
}

table.bottom td.bottom-middle {
	background-image: url(images/bottomfade2black.png);
	background-repeat: repeat-x;
	background-position: top left;
}

table.bottom td.bottom-left {
        width: 30px;
        padding: 0px;
	background-image: url(images/small-left-fade.png);
	background-repeat: repeat-y;
	background-position: right top;
}

table.bottom td.bottom-right {
        width: 30px;
        padding: 0px;
	background-image: url(images/small-right-fade.png);
	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: 12px;
	color: #777;
	padding-left: 5px;
}

.title {
	font-size: 16px;
	border-bottom: 1px solid;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
}

div.incident-div {
	border: 1px solid #999;
	padding: 5px;
	padding-left: 10px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.incident-div div.title {
	border-bottom: 0px;
}

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

table.incident-table td p {
	margin-top: 0px;
}

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

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

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

.severity-green {
	background-image: url(images/severity-green.png);
	background-position: left top;
	background-repeat: repeat-y;
}

.severity-0 {
        background-image: url(images/severity-0.png);
        background-position: left top;
        background-repeat: repeat-y;
}

.severity-1 {
        background-image: url(images/severity-1.png);
        background-position: left top;
        background-repeat: repeat-y;
}

.severity-2 {
        background-image: url(images/severity-2.png);
        background-position: left top;
        background-repeat: repeat-y;
}

.severity-3 {
        background-image: url(images/severity-3.png);
        background-position: left top;
        background-repeat: repeat-y;
}

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

.smallseverity-1 {
	border-left: 3px solid #ff0;
}

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

.smallseverity-3 {
	border-left: 3px solid #f00;
}

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

.suggestions {
	color: #ddd;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #000;
	font-size: 12px;
        -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: 12px;
        -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-image: url(images/small-downarrow.png);
	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: 12px;
	font-weight: bold;
	color: red;
}

a.admin-link {
	font-size: 15px;
	text-decoration: none;
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

a.admin-link:hover {
	background-image: url(images/inc-plus-fade.png);
}

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-image: url(images/unselectedtabfade.png);
	background-repeat: repeat-x;
	background-position: top;
}

.selectedtab {
	border-bottom: 0px solid #fff;
	padding-bottom: 1px;
	background-color: #10437a;
	font-weight: bold;
	background-image: url(images/selectedtabfadetop.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.selectedtabtwo {
	font-weight: bold;
}

.tab-div {
	background-color: #fff;
	border: 1px solid #999;
	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-image: url(images/selectedtabfadebottom.png);
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: top;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #999;
	padding: 5px;
}

.showbutton {
	cursor: pointer;
}

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

.showbuttons:hover {
	background-image: url(images/uparrow.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.showbuttonsnone:hover {
        background-image: url(images/small-downarrow.png);
        background-repeat: no-repeat;
        background-position: center left;
}

.logentry {
        font-size: 12px;
        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-image: url(images/bottomfade2grey.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

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

.highlight {
	border: 1px solid #333;
}

td.archivecell{
	width: 58ex;
	padding-top: 5px;
	padding-left: 25px;
}

.titledate {
	font-style: italic;
        font-weight: normal;
        color: #444;
        font-size: 15px;
}

form.inline-form {
	display: inline;
}

form.inline-block-form {
	display: inline-block;
}

.highlight {
	background-color: yellow;
	border: 0px;
}

input[type=submit] {
        font-variant: small-caps;
        background-color: #000;
        background-image: url(images/submit-button.png);
        background-repeat: repeat-x;
        background-position: center;
        color: #fff;
        border: 1px outset #999;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 2px;
}

input[type=submit]:hover {
        cursor: pointer;
        border: 1px outset #eee;
        color: #ddd;
}

input[type=button] {
        font-variant: small-caps;
        background-color: #000;
        background-image: url(images/submit-button.png);
        background-repeat: repeat-x;
        background-position: center;
        color: #fff;
        border: 1px outset #999;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 2px;
}

input[type=button]:hover {
        cursor: pointer;
        border: 1px outset #eee;
        color: #ddd;
}

.box {
        background-color: #fff;
        border: 1px solid #999;
        padding: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.w210 {
	width: 210px;
}

.w150 {
	width: 150px;
}

.w100 {
	width: 100px;
	font-weight: bold;
}

.w30 {
	width: 30px;
}

.w25 {
	width: 25px;
}

.w20 {
	width: 20px;
}

.w15 {
	width: 15px;
}

.note {
	font-size: 12px;
}

.success {
	color: #0a0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.inlineblock {
	display: inline;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.hidden {
	display: none;
}

.pointer {
	cursor: pointer;
}

.nobold {
	font-weight: normal;
}

.bright2r {
	border-left: 2px solid #f00;
}

.bright2o {
        border-left: 2px solid #f70;
}

.bright2y {
        border-left: 2px solid yellow;
}

.bright2b {
	border-left: 2px solid #000;
}

.bright2g {
	border-left: 2px solid #797979;
}

.detailtitle {
        display: inline-block;
        width: 150px;
        font-weight: bold;
        font-size: 13px;
	color: #000;
}

.detail1 {
	display: inline-block;
}

div.filetree {
	font-size: 16px;
	padding: 5px;
	padding-bottom: 0px;
}

div.filetree a {
	font-size: 17px;
	text-decoration: none;
}

.vmiddle {
	vertical-align: middle;
}

.tablecell {
	display: table-cell;
}

table.padcells td {
	padding: 5px;
}

div.affect {
	padding: 3px;
	border: 1px solid #999;
	padding-left: 20px;
	background-image: url(images/blackx.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 1px;
}

div.affect:hover {
	border: 1px solid #333;
	cursor: pointer;
}

label {
	cursor: pointer;
}

