﻿/*
    centered sytle sheet for login.aspx, email.aspx, help.aspx, reports.aspx, results.aspx
*/
body
{
    margin: 60px 0px;
    padding: 0px;
    text-align: center;
    
    background-image: url(../images/purple.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f4fcff;
	
	font-family: Arial;
    font-size: 10pt;
}
a:visited
{
	color:Blue;
}
li
{
    font-size: 12pt;
}
ul
{
    text-align: left;
}
#Actions
{
    margin-bottom: 5px;
    border: solid 1px black;
}
#Content
{
    width: 640px;
    margin: 0px auto;
}
#Content800
{
    width: 800px;
    margin: 0px auto;
	text-align: left;
	padding: 0 0 0 1px;
}
#Content800c
{
    width: 800px;
    margin: 0px auto;
	padding: 0 0 0 1px;
}
#copyright
{
    padding-top: 10px; 
    font-size: 13pt; 
    text-align: center;
}
#infoStreets
{
    padding-top: 10px;
}
#morelistings
{
    text-align: right; 
    padding-top: 4px;
}
#OneLineReport
{
    width: 640px;
    margin: 0px auto;
	font-size: 10pt;
	text-align: left;
	padding: 2px 2px 2px 2px;
}
#Quick
{
    margin-top: 5px;
    margin-bottom: 5px;
}
#ReportBox
{
    width: 240px; 
    border: 2px solid; 
    padding-top: 20px;
}
#infoBox
{
    padding: 10px;
	font-size: 10pt;
	font-family: Courier New;
	text-align: center;
	background-color: White;
	border: solid 1px Black;
}
.infoTable
{
    background-color: #E9E9E9;
    border: solid 1px black;
    width: 100%;
}
#helplist
{
	width: 600px;
    margin: 0px auto;
    font-size: 9pt;
}
#helplist td:hover
{
	color: #6A008C;
	background-color: #99ccff;
}
.previewTable
{
    background-color: #E9E9E9;
    border-collapse: collapse;
    border: solid 1px #C0C0C0;
    font-size: 10pt;
	font-weight: bold;
	width: 100%
}
.previewTable td
{
    padding-left: 5px;
    vertical-align: middle;
}
.iblue
{
    text-align: left;
    color: Blue;
}
.ibold
{
    text-align: left;
    font-weight: bold;
}
.lLabel10
{
	font-size: 10pt;
	text-align: left;
	padding: 0 0 0 1px;
}
.logindiv
{
	font-size: 12pt;
	text-align: left;
	position: relative;
	left: 140px;
}
.cLabel12
{
	font-size: 12pt;
	text-align: center;
}
.cLabel14
{
	font-size: 14pt;
	text-align: center;
}
.button180
{
    width: 180px;
	font-size: 12pt;
}
.tenBlue
{
	font-size: 10pt;
	font-weight: normal;
	color: blue;
}
#messages
{
    color: Red;
    text-align: center;
	font-size: 12pt;
	font-weight: bold;
}