.logs, .recordings, .files {
	padding: 10px 0 0;
}

.logs h2 {
	font-size:18px;
	font-weight:bold;
	text-align:center; 
	}
	
.refresh {

	margin-left:385px;
	
}

.ContentPlaceHolderMain_onlineLogControl_LogTable {
	border: 1px solid #DFDFDF;
	width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #F9F9F9;
	background-color: #333;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td {
	border-top-color: white;
	text-align:center;	
	width: 70px;
	background-repeat:no-repeat;
	background-position:center;
}
.ContentPlaceHolderMain_onlineLogControl_LogTable td.ecupower{
	background-image:url(../img/ecupower.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.enginetemp_C{
	background-image:url(../img/enginetemp_C.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.exhausttemp_C{
	background-image:url(../img/exhausttemp_C.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.intaketemp_C{
	background-image:url(../img/intaketemp_C.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.enginetemp_F{
	background-image:url(../img/enginetemp_F.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.exhausttemp_F{
	background-image:url(../img/exhausttemp_F.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.intaketemp_F{
	background-image:url(../img/intaketemp_F.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.pressure_kPa{
	background-image:url(../img/pressure_kPa.png);
	border-right: 1px solid #555;
}
.ContentPlaceHolderMain_onlineLogControl_LogTable td.pressure_psi{
	background-image:url(../img/pressure_psi.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.rpm{
	background-image:url(../img/rpm.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.throttle{
	background-image:url(../img/throttle.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.ignitionangle{
	background-image:url(../img/ignitionangle.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.afr{
	background-image:url(../img/afr.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.egt_C{
	background-image:url(../img/egt_C.png);
	border-right: 1px solid #555;
}
.ContentPlaceHolderMain_onlineLogControl_LogTable td.egt_F{
	background-image:url(../img/egt_F.png);
	border-right: 1px solid #555;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.checkengine{
	background-image:url(../img/checkengine.png);
}

.ContentPlaceHolderMain_onlineLogControl_LogTable th, .ContentPlaceHolderMain_logsControl_GridViewRecordedFiles th {
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #555;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}
.ContentPlaceHolderMain_onlineLogControl_LogTable th {
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	vertical-align:middle;
	text-shadow: white 1px 1px 1px;
}

.ContentPlaceHolderMain_onlineLogControl_LogTable td {
	font-size: 22px;
	height:77px;
	padding: 2px 7px 2px;
	vertical-align: middle;


}

.ContentPlaceHolderMain_onlineLogControl_LogTable td.warn{
	background-color:#F00;
	color: #FFF;

}

.ContentPlaceHolderMain_logsControl_GridViewRecordings, .ContentPlaceHolderMain_logsControl_GridViewRecordedFiles {
	border: 1px solid #e3e3e3;
    width: 100%;
	background-color: #f2f2f2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.ContentPlaceHolderMain_logsControl_GridViewRecordings td, .ContentPlaceHolderMain_logsControl_GridViewRecordings th, .ContentPlaceHolderMain_logsControl_GridViewRecordedFiles td, .ContentPlaceHolderMain_logsControl_GridViewRecordedFiles th {
	padding: 5px;
}
.ContentPlaceHolderMain_logsControl_GridViewRecordings th, .ContentPlaceHolderMain_logsControl_GridViewRecordedFiles th {
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #555;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}
.ContentPlaceHolderMain_logsControl_GridViewRecordings th, .ContentPlaceHolderMain_logsControl_GridViewRecordedFiles th {
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	vertical-align:middle;
	text-shadow: white 1px 1px 1px;
}
.ContentPlaceHolderMain_logsControl_GridViewRecordings td {
	line-height: 20px;
	font-size: 13px;
	/*border-bottom: 1px solid #fff;*/
	border-top: 1px solid #fff;
	text-align:center;
	vertical-align:middle;
}
.ContentPlaceHolderMain_logsControl_GridViewRecordedFiles td {
	line-height: 20px;
	font-size: 13px;
	/*border-bottom: 1px solid #fff;*/
	border-top: 1px solid #fff;
	/*text-align:left;*/
	vertical-align:middle;
}
.ContentPlaceHolderMain_logsControl_GridViewRecordings td:hover, .ContentPlaceHolderMain_logsControl_GridViewRecordedFiles td:hover {
	background-color: #fff;
}

.ContentPlaceHolderMain_logsControl_GridViewRecordings tr:nth-child(even), .ContentPlaceHolderMain_logsControl_GridViewRecordedFiles tr:nth-child(even){
	background-color: #f9f9f9;
}


.DataTable {
	border: 1px solid #e3e3e3;
    width: 100%;
	background-color: #f2f2f2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.DataTable td, .DataTable th {
	padding: 5px;
}
.DataTable th {
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #555;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}
.DataTable td  {
	line-height: 20px;
	font-size: 13px;
	/*border-bottom: 1px solid #fff;*/
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align:center;
	vertical-align:middle;
}
.DataTable td:hover  {
	background-color: #fff;
}
.DataTable tr:nth-child(even) {
	background-color: #f9f9f9;
}