.log-content 
{ 
	width: 655px;	
	border-collapse: collapse;
}
.log-content input[type='text']
{
	width: 209px;
}
.log-content select
{
	width: 216px;
}
.log-contenttop
{
	height: 150px;
}
.log-contentbottom
{
	border: 1px solid #191919;
	border-top: 0px;
}

.log-column
{
    height:60px;
	line-height:30px;
	display: inline-block;
	width: 252px;
}

.log-button-div
{
	height:30px;
	line-height:30px;
	display: inline-block;
	text-align: right;
	width: 120px;	
	margin-top: 19px;
}

.exportlog
{
   margin-left:5px;
   padding-left:20px;
   cursor:pointer;
   background:url(../images/log/save.gif) no-repeat; 
}

.logtitle
{
	width:100%;;
	height:26px;
	background: #323339 url('../images/TN/cell-1.gif') no-repeat top left;
	border-width: 1px solid #191919;
	/*font: 16px verdana,arial,sans-serif;*/
	color: #eee;
	text-shadow: 0px 1px 1px #555, 0px -1px 1px #000;
}

.tableheader
{
    width:100%;
	height:26px;
	border-collapse:collapse;
}

.borderwholse
{
   border:1px solid #191919; 
}
.logbottom
{
	width:100%;
	text-align:right;
	height:22px;
	line-height:22px;
	background: #323339 url('../images/TN/cell-1.gif') no-repeat top left;
	border-width: 1px solid #191919;
	/*font: 16px verdana,arial,sans-serif;*/
	color: #eee;
	text-shadow: 0px 1px 1px #555, 0px -1px 1px #000;
}

.bgcolor
{
    background-color:#dedede;
}

.logmiddle
{ 
  width:100%;
  height:380px;
  overflow-y:auto;
  overflow-x:hidden;
  z-index:-1;
}
