﻿body
{
	font-family: Arial;
	list-style-type: disc;
	background-color: #AAAAAA;
	table-layout: fixed;
}

.BodyTable
{
	margin: 0px; 
	width:100%; 
	border-width:0px; 
	border-spacing:0px;
	background-color: #FBEFD7;
}

.BodyDiv
{
	min-width: 900px;
	width: 900px;
	min-height:450px;
	height: 100%;
	font-family: Arial;
	/*
	border-width:1px;
	border-color: #AA0000;
	border-left-style:solid;
	border-right-style: solid;
	border-top-style:solid;
	*/
	vertical-align: text-top;
	/*background-color:#FFFFCC;*/
	background-color: #FBEFD7;
	color: #000000;
}

.UpdatePanelStyle
{
	position: absolute;
	top: 500px;
	left: 250px;
}

.StatusTable
{
	text-align: center;
	min-width: 840px;
	width: 840px;
	height:100%;
	font-size: 10pt;
	max-width: 840px;
}

.PayrollDiv
{
	min-width: 900px;
	/*width: 900px;*/
	min-height:450px;
	height: 100%;
	font-family: Arial;
	/*
	border-width:1px;
	border-color: #AA0000;
	border-left-style:solid;
	border-right-style: solid;
	border-top-style:solid;
	*/
	text-align: center;
	vertical-align: top;
	/*background-color:#FFFFCC;*/
	background-color: #FBEFD7;
	color: #000000;
}

.DetailDocTable
{
	text-align: left;
}

.PayrollTable
{
	text-align: center;
	min-width: 900px;
	height:100%;
	font-size: 10pt;
	max-width: 1200px;
	vertical-align:top;
}

.LabelVertMiddle
{
	vertical-align: middle;
}
.LoginTable
{
	text-align: center;
	min-width: 840px;
	width: 840px;
	font-size: 10pt;
}

.AOATable
{
	border-width:0px;
	border-color:#D2B48C;
	border-style:solid;
	width: 95%;
	height:100%;
	font-size: 10pt;
}

.MailTable
{
	text-align: left;
	min-width: 900px;
	width: 900px;
	height:100%;
	font-size: 10pt;
	max-width: 900px;
	padding: 1px 2px 1px 2px;
}

.BoldFont
{
	font-weight: bold;
}

.NormalFont
{
	font-weight: normal;
}

.POSTable
{
	border-width:0px;
	border-color:#D2B48C;
	border-style:solid;
	width: 95%;
	height:100%;
	font-size: 10pt;
}

.ContentText
{
	font-weight: bold;
}

.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.ContextMenuPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 10pt;
	background-position: 0px 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #fafafa;
}

.PopupTextBox
{
	cursor:pointer;
}

.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #000000;
	text-decoration: none;
	cursor: pointer;	
	padding: 0px 1px 0px 1px;
	white-space: nowrap;
	font-size: 8pt;
}

.SelContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #FFFFFF;
	background-color: Navy;
	text-decoration: none;
	cursor: pointer;	
	padding: 0px 1px 0px 1px;
	white-space: nowrap;
}

.TimeLabel
{
	margin: 1px 0 1px 0;
	display: block;
	cursor: pointer;	
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
}


