﻿



body, td
{
	font-family:Verdana;
	font-size: 8pt;
	/*color:White;*/
}

.label
{
	font-weight:bold;
}

.title
{
	font-weight:bold;
	color:Navy;
}

.button
{
	border:solid 1px navy;
	background: 00cc00;
}

.msg
{
	font-weight:bold;
	color:#C00000;
	font-size:12pt;
}

.tdCaption
{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	background-color:#5D7B9D;
}

.tdCaptionLeft
{
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	background-color:#5D7B9D;
	font-size:10pt;
}

.tdCaptionEmployeeLeft
{
	background-color:#E9ECF1;
	font-weight:bold;
}
.tdDetail
{
	vertical-align:top;
}


A:link { text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration:underline}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


.progress
{
	position:absolute;
	background-color:white;
	filter:alpha(opacity=70);
	opacity:0.7;
	left:0;
	top:0;
	height:100%;
	width:100%;
}

.progressimage
{
	position:absolute;
	top: 400px;
	left: 500px;
}
#container
{
	position:absolute;
	background-color:white;
	filter:alpha(opacity=70);
	opacity:0.7;
	left:0;
	top:0;
	height:100%;
	width:100%;
}

.buttonWeek
{
	font-size:8pt;
	font-family: Arial;
}

.labelWeek
{
	font-size:8pt;
	font-family: Arial;
}