@import url(../main.css);

h1, h2 {
	margin: 0;
	font-weight: normal;
	font-family: tahoma, sans-serif, sans;
	padding: 12px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

.logwrapper {
	position: absolute;
	height: 96%;
	padding: 0px 64px 0px 382px; left : 0;
	top: 0;
	right: 0;
	top: 0;
	left: 0;
}

.logwrapper a, .logwrapper a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.logwrapper a:hover, .logwrapper a:active {
	color: #4785d1;
	text-decoration: underline;
}

.logcolumn {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.loginner {
	height: 100%;
}

.logbox {
	position: relative;
	margin: 12px 0 0 0;
	padding: 0px;
	background: url(../img/50pct.png);
	color: #FFF;
	left: 0;
	right: 0;
	width: 100%;
}

.logcontent, .loglist {
	position: absolute;
	top: 130px;
	bottom: 48px;
	overflow: auto;
	margin: 12px 0 12px 0;
}

.loglist {
	top: 70px;
	background: transparent;
}

.loglist table {
	width: 100%;
}

.loglist table td {
	background: url(../img/50pct.png);
	padding: 4px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	color: #FFF;
}

.loglist table tr.head td {
	padding: 8px 4px;
	font-weight: bold;
	color: #FFF;
}

.loglist table td a, .loglist table td a:visited {
	color: #4785d1;
	text-decoration: underline;
}

.loglist table td a:hover, .loglist table td a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.loglist table tr.unread td:first-child {
	color: #5F5;
	border: 1px solid #5F5;
	padding: 3px;
}

.logcontent li {
	font-family: Lucida Console, Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, serif;
	font-size: 11px;
	white-space: pre;
	color: #CCCCCC;
}

.logfooter {
	position: absolute;
	bottom: 0;
	text-align: right;
}

.logfooter a {
	display: inline-block;
	font-size: 13px;
	padding: 14px 12px;
	text-align: right;
}

li.ca, span.ca { color: #FFFFFF }
li.cb, span.cb { color: #FFFF55 }
li.cc, span.cc { color: #55FF55 }
li.cd, span.cd { color: #00AA00 }
li.ce, span.ce { color: #FFAA00 }
li.cf, span.cf { color: #FF5555 }
li.cg, span.cg { color: #AA0000 }
li.ch, span.ch { color: #5555FF }
li.ci, span.ci { color: #AA00AA }
li.cj, span.cj { color: #FF55FF }
li.ck, span.ck { color: #55FFFF }
li.cl, span.cl { color: #00AAAA }
li.cm, span.cm { color: #FF5500 }
li.cn, span.cn { color: #AAAAFF }

li.derp, li.hi {
/* 	background: #000; */
	border: 1px solid #f00;
	padding: 2px 0px;
	margin: 2px 0px;
}

li.hi {
	border: 1px solid #ff5;
}