﻿* {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}

#scrollHeader, .headerContainer, #settingsMenu, #topMenuContainer { display: none !important; }



.logTable-list-item, .logTable-list-item-uc {
    color: #000000;
	position: relative;
	padding: 0px 0px 0px 0px;
	background-color: #DDDDDD;
	height: 30px;
	margin-top: 5px;
    font-size: 0.8em;
}

.logTable-list-item { cursor: pointer; }

.logTable-list-title { 
    color: #ffffff;
	position: relative;
	padding: 0px 0px 0px 0px;
	background-color: #333333;
	height: 30px;
    font-size: 1em;
}

.logTable-list-subTitle { 
    color: #000000;
	position: relative;
	padding: 0px 0px 0px 0px;
	background-color: #BBBBBB;
	height: 30px;
    line-height: 30px;
    font-size: 1em;
    text-align: center;
    margin-top: 5px;
}

.logTable-list-status, .logTable-list-statusKey, .logTable-list-statusCode { 
    width: 30px;
	height: 30px;
    line-height: 30px;
	float: left;
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
}

.logTable-list-statusKey { background: url("images/logList-icons.png") no-repeat 0% 0px; }
.logTable-list-statusCode { background: url("images/logList-icons.png") no-repeat 0% -30px; }

.logTable-list-label, .logTable-list-time { 
    font-size: 1.2em;
	float: left;
	height: 30px;
	line-height: 30px;
    overflow: hidden;
    margin: 0px 0px 0px 5px;
}

.logTable-list-time { width: 100px}