	table tr td.calDay , table tr th
	{
		width:44px;
		height:25px;
		border:1px solid #CCCCCC;
		background-color:#808080;
		color:#FFFFFF;
		cursor:pointer;
		text-align:center;
	}
	table tr td.calDay:hover, table tr td.selected, table tr th.nav:hover
	{
		background-color:#333333;
		cursor:pointer;
	}
	table tr td.calDay a {
		text-align:center;
		display:block;
		width:100%;
		cursor:pointer;
	}
	table tr th {
		font-weight:bold;
		cursor:default;
	}
	table tr td.invalid {
		cursor:default;
		background-color:#999999;
		color:#666666;
	}
	table tr td.invalid:hover {
		cursor:default;
		background-color:#999999;
		color:#666666;
	}
	table tr th.monthName
	{
		text-align:center;
		width:220px;
		cursor:default;
		colspan:5;
	}
	table tr th.nav a
	{
		display:block;
		width:44px;
		height:25px;
		background-color:#666666;
		padding-top:9px;
		color:#FFFFFF;
		text-decoration:none;
	}
	table tr th.nav a:hover
	{
		background-color:#000000;
		text-decoration:none;
	}
	#errBox
	{
		display:block;
		width:665px;
		height:auto;
		background-color:#173255;
		position:relative;
		left:30px;
		color:#fff;
		padding:10px 40px 10px 10px;
		border:2px solid #999999;
		margin-bottom:10px;
		
	}
	#errBox h1
	{
		margin:0;
		padding:0;
		font:normal 12px verdana;
		color:#fff;
		margin-bottom:10px;
		margin-left:40px;
		line-height:17px;
	}
	#errBox ul 
	{
		margin:0px;
		margin-left:40px;
	}
	#errBox ul li
	{
		margin-left:-20px;
		margin-bottom:7px;
	}
	#errBox img[src="images/excTrans.png"] {
		display:block;
		width:32px;
		height:32px;
		position:absolute;
		padding-right:20px;
	}
	#errBox table
	{
		width:620px;
	}
	#errBox table tr td
	{
		height:30px;
		color:#000000;
		padding-left:5px;
	}
	#errBox table tr:hover
	{
		background-color:#FFFFCC;
	}
	#errBox table tr
	{
		background-color:#FFFFFF;
	}
	#errBox table tr th
	{
		height:30px;
		background-color:#FFFFCC;
		color:#000000;
		padding-left:5px;
		text-align:left;
	}
	#errBox input[type="text"], #DownloadLicence input[type="text"]
	{
		width:40px;
		margin-right:10px;
	}
	#DownloadLicence input[type="text"] {
		border:1px solid black;
	}
	input.text
	{
		background-color:#fff;
		width:319px;
	}
	input.text:hover
	{
		background-color:#FFFFCC!important;
	}
	
	input.error
	{
		background-color:#FFFFCC;
	}
	.invalidImg
	{
		display:none;
		height:16px;
		width:15px;
		position:absolute;
		float:right;
		margin-left:300px;
		margin-top:-16px;
	}
	#header table tr td
	{
		color:#fff!important;
	}
	
	
	.downloadInstruction
	{
		display:block;
		float:left;
		width:200px;
		height:180px;
		margin-bottom:20px;
		background-color:#DDDDDD;
		color:#000000;
		padding:10px 10px 10px 10px;
		border:1px solid #BBBBBB;
		margin-left:10px;
	}
	.downloadInstruction h1 
	{
		padding:0px!important;
		color:#000000;
	}
	
	.selectDownload
	{
		display:block;
		width:385px;
		height:100px;
		background-color:#333;
		float:left;
		margin-top:70px;
		margin-left:40px;
		font:normal 16px calibri;
		color:#bbb;
		padding:20px;
		cursor:pointer;
	}
	
	.selectDownload h1
	{
		margin:0px!important;
		font:normal 25px calibri;
		margin-left:-30px!important;
		margin-bottom:10px!important;
		color:white;
	}
	table.systemTypeLogin
	{
		width:530px;
	}
	table.systemTypeLogin tr th
	{
		font:normal 15px calibri;
		padding:5px;
		text-align:left;
	}
	table.systemTypeLogin tr td
	{
		font:normal 15px calibri;
		padding:5px;
		color:#777;
		background-color:#ccc;
	}
