﻿  body {
  position: fixed;
  left: 50%;
  margin-left: -400px;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
  position: absolute;

}

.logo {
display: block;
background-color: transparent;
background-image: url(../img/logo_text.gif);
background-repeat: no-repeat;
border-width:0px;
border-style:none;
width: 200px;
height: 200px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: center;
text-decoration: none;
cursor:pointer;
}
.title {
display: block;
background-color: transparent;
background-image: url(../img/title_white.gif);
background-repeat: no-repeat;
border-width:0px;
border-style:none;
width: 400px;
height: 40px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: left;
text-decoration: none;
cursor:pointer;
}
.main {
display: block;
background-color: transparent;
background-image: url(../img/main.gif);
background-repeat: no-repeat;
border-width:0px;
border-style:none;
width: 480px;
height: 550px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: left;
text-decoration: none;
}

.headerPanel
{
	display:inline;
}

.results
{
	font-family:Arial;
	font-variant:small-caps;
	font-size:small;
	color:Teal;
	background-color:Transparent;
	background-image:none;
}
.resultsSuccess
{
	font-family:Arial;
	font-variant:small-caps;
	font-size:small;
	color:Teal;
	background-color:White;
}
.resultsError
{
	font-family:Arial;
	font-variant:small-caps;
	font-size:small;
	color:Red;
	background-color:White;
}
.normal {
background-color: white;
}
.error {
background-color: red;
}
.menu
{
	font-family:Arial;
	font-variant:small-caps;
	font-size:x-small;
	color:Red;
	background-color:Transparent;
	background-image:url(../img/menu_outside.gif);
}

.list
{
	font-family:Arial;
	font-variant:small-caps;
	font-size:small;
	color:Teal;
	background-color:Transparent;
	border-style:none;
	border-color:White;
}