﻿/* styles for the message box */
#MsgBox
{
	top:50%;
	left:50%;
	width:300px;
	height:130px;
	text-align:center;
	position:absolute;
	font-family:Verdana;
	margin:-65px 0 0 -150px;
	background-color:#FFFFFF;
	border:3px solid #BEBEBE;
}
/* end of styles for the message box */

/* styles for the buttons */
.WebButton
{
	margin:0;
	padding:0;
	list-style:none;
}

.WebButton .ButtonPartLeft
{
	width:5px;
	float:left;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(../Image/btn_left.jpg);
}

.WebButton .ButtonPartCenter
{
	float:left;
	height:20px;
	font-size:10px;
	cursor:pointer;
	font-family:Verdana;
	padding:4px 4px 0 4px;
	background-repeat:repeat-x;
	background-image:url(../Image/btn_center.jpg);
}

.WebButton .ButtonPartRight
{
	width:5px;
	float:left;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(../Image/btn_right.jpg);
}
/* end of styles for the buttons */

.LogHeader
{
	width:97%;
}

.LogHeader td
{
	width:16%;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background-color:#999999;
	border-right:1px dotted #BEBEBE;
}

.LogTable,
.LogHeader
{
	font-size:11px;
	font-family:Arial;
	table-layout:fixed;
}

.LogTable
{
	*width:97%;
}

.LogTable td
{
	width:16%;
}

.LogEntry
{
	font-size:11px;
	font-family:Arial;
}

.LogEntryFieldLabel
{
	width:150px;
	font-weight:bold;
}