﻿body
{
	text-align:center;
	font-size: 15pt;
	font-family: Verdana;
	background-color: #5FB6FF;
	background-image:url("images/toolbg.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right;

}

table
{
	border-collapse: collapse;
	border-spacing: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

td
{
	font-size: 13pt;
	text-align:center;
	padding: 3px 5px;
	border:1pt solid #fff;
    border-collapse: collapse;
	color: #000;
}

.th
{
	font-size: 13pt;
	text-align:center;
	padding: 3px 5px;
	border:1pt solid #fff;
    border-collapse: collapse;
	background-color: #1E73BE;
	color:#fff;
}

a:link, a:visited, a:hover, a:active
{
	font-size: 13pt;
	text-align: center;
	color: #000;
	text-decoration: none;
}

a.group:link, a.group:visited, a.group:hover, a.group:active
{
	color: #fff;
}

div
{
	text-align:left;
	right: 0px;
	top: 0px;
	position:fixed;
	padding: 5px 5px;
	color: #fff;
	background-color: #1E73BE;
	border:1pt solid #fff;
}

input[type=submit]
{
    width: 18em;
	height: 2em;
	font-family: Verdana;
	font-size: 14pt;
	color: #fff;
	background-color: #1E73BE;
}

.td1
{
	background-color:#ddd;
}

.td2
{
	background-color:#c1c1c1;
}

.last
{
	border:none;
	//background-color:#e85041;
	padding: 5px;
}

#tdL
{
	text-align:left;
}