﻿body
{
	background-color: White;
	font-family: Verdana;
	font-size: .9em;
	margin:0px;
	padding:0px;
}
A
{
	color: #000000;
}
A:hover
{
	color: #ff831f;
}
.centered
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.right
{
	text-align: right;
}
.left
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.main
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1024px;
	position:relative;
	min-width:1024px;
	height:608px;
	min-height:608px;
	border:solid 1px #627894;
	background-image: url(../images/background.gif);
	background-repeat:no-repeat;
}
.contentArea
{
	Width: 820px;
}
.modalBackground {
	background-color:white;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.modalPopup
{
	border-width: 3px;
	border-style: solid;
	border-color: #627894;
}
.modalPopupDisplayArea
{
	background-color: white;
	padding: 10px;
	border-bottom: #627894 1px solid;
	border-left: #627894 1px solid;
	border-right: #627894 1px solid;
}

.modalDialogHeader
{
	background-color: #627894;
	height: 30px;
	border-top: #627894 1px solid;
	border-left: #627894 1px solid;
	border-right: #627894 1px solid;
	background-image: url(/common/images/LRC/top-center.jpg);
	background-repeat: repeat-x;
}