body{
	font-family:verdana, 'sans serif';
	text-align:center;
	background-color:#dddddd;
	padding:0px;
	margin:0px;
	margin-top:12px;
	background: #FFF url(pattern.png) repeat;
	}
div#container
{
	width: 700px;
	margin: 0 auto;
	text-align:center;
}
div#heading
{
	width:700px;
	height:200px;
	font-size:26px;
	font-weight:bold;
	font-style:italic;
	/*background-image: URL('./images/logo.gif');
	background-repeat:no-repeat;*/
	border:1px solid black;
}
div.menu
{
	width:700px;
	margin-top:10px;
	margin-bottom:10px;	
	height:30px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	background-color:#555555;
	border: 1px solid black;
}

div#content
{
	width:696px;
	padding:2px;
	border:1px solid black;
	background-color:white;
	text-align:left;
	font-size:11px;
}
div.pageheading{
	background-color:#555555;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	height:20px;
	padding-top:4px;
	border: 1px solid black;
	}
div#footer{
	text-align:center;
	width:700px;
	color:#777777;
	font-size:10px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	clear:both;
}
.hourblock{
	width:200px;		
	text-align:center;
	padding:0px;
	margin-bottom:1px;
	}
.hourleft{
	text-align:left;
	float: left;
	overflow: hidden;
	width:40%;	
	margin-right:1px;
	}
.hourright{
	width:40%;
	float:right;
	text-align:left;
	overflow:hidden;
	}
.inputblock{
	width:580px;		
	text-align:center;
	padding:0px;
	margin-bottom:1px;
	}
	
.leftinput {
	text-align:right;
	float: left;
	overflow: hidden;
	width:49%;	
	padding-top:4px;
	margin-right:2px;
	}
.rightinput{
	width:50%;
	float:right;
	text-align:left;
	overflow:hidden;
	}
.rightinput input{
	/*border:1px solid black;*/
	}
.datatable{
	border-collapse: collapse;
	background-color:white;
	border:0;
	width:100%;
	}
.datacellheader{
	border-bottom:1px solid black;
	font-weight:bold;
	}
.datacell{
	border-bottom:1px dotted black;
	vertical-align: top;
	}
.datatable td
	{
		vertical-align: top;
	}
a{
	text-decoration:none;
	color:black;
	}
a:hover{
	text-decoration:underline;
	}
a:visited{
	text-decoration:none;
	color:black;
	}
a.mail
{
	color:#777777;
	text-decoration:none;
}
a.mail:hover
{
	text-decoration:underline;
	color:#0000ff;
}
a.mail:visited
{
	text-decoration:none;
	color:#777777;
}
a.menu{
	color:#ffffff;
	text-decoration:none;
	padding:2px;
}
a.menu:visited
{
	text-decoration:none;
	color:#ffffff;
}
a.menu:hover
{
	text-decoration:underline;
	color:#ff6600;
	/*color:#99ff66;*/
}

	
.button{
	background-color:#554733;
	background-image:URL('./images/buttonbg.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	border:1px solid black;
	font-size:11px;
	}
.disabledbutton{
	background-color:#999999;
	background-image:URL('./images/disabledbuttonbg.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	border:1px solid black;
	font-size:11px;
	}
input.file{
	
	}
.prop{
	clear:both;
	}