.banner
{
	font-weight: bold;
	font-size: large;
	color: blue;
	font-family: Arial;
}

.UserInfo
{
	display: inline;
	font-size: small;
	font-style: italic;
	font-family: Arial;
	background-color: lightskyblue;
}

.unvisible
{
	display: none;
}


.button
{
	font-size: 14pt;
	left: 3%;
	margin: 1%;
	cursor: hand;
	color: white;
	position: relative;
	height: 30px;
	background-color: blue;
	text-align: center;
}

.buttonBackground
{
	background-color: transparent;
}

.tableDetails
{
	color: mediumblue;
	font-family: Arial;
	background-color: #ffffcc;
}

.data
{
	font-weight: bold;
}

.tableRow0
{
	background-color: #cccccc;
}