body
{
	margin: 0 0 0 0;
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #002963;
	background-color: White;
	/*
		IE7 will position the content centrally, but Firefox does not so I have
		put a center tag into the master page instead.
	*/
	/* text-align: center; */
}

#progress
{
	text-align: left;
	padding-top: 5px;
	padding-left: 28px;
	padding-bottom: 5px;
	background-color: White;
	color:#002963;
}

#topBanner
{
}

#container
{
	border:solid 2px;
	background-color:White;
	width:700px;
}

#mainContainer
{
	text-align: center;
}

#mainHeader
{
	/*padding-top: 4px;
	padding-bottom: 2px;*/
	background-color:#EFDFAC;
	color: #5C0B0A;
	color:White;
	background-color:	#002963
}

#mainPanel
{
	padding-left: 28px;
	padding-right: 28px;
}

#mainFooter
{
	padding-left: 28px;
	padding-bottom: 5px;
	text-align: left;
	background-color: White;
}

.rezlynxLink
{
	color: blue;
	font-size: 7pt;
}

td
{
	vertical-align: top;
}

h1
{
	font-size: 20px;
}
h2
{
	font-size: 14px;
}
h3
{
	font-size: 13px;
}
h4
{
	font-size: 12px;
}

.button
{
	width: 120px;
	cursor: hand;
}
.buttonlarge
{
	cursor: hand;
}
.large
{
	width: 250px;
}

#logo
{
	padding: 10px;
	margin: 0px;
}

/* PakQueryResults Table Colours */
.header
{
	background-color: #a7a8aa;
	color: white;
	font-weight: bold;
}
.even
{
	background-color: white;
	vertical-align: middle;
	color: black;
}
.odd
{
	background-color: #d7d8da;
	vertical-align: middle;
	color: black;
}
.currency
{
	text-align: right;
}
/* PakQueryResults Table Colours */

.hidden
{
	display: none;
	visibility: hidden;
}
.bold
{
	font-weight: bold;
}
.readonly
{
	color: #4c080f;
	border: none;
	background-color: transparent;
}

/*
	Firefox 1.5.0.10 and IE6/7 do very different things for hr.
	This works for both.
*/
hr
{
	height: 0; 
	border: 0; 
	border-top: 1px solid Gray; 
}

.warning
{
	font-weight: bold;
	color: Red;
}

.main
{
	text-align: left;
}

.PIUnSelected
{
}

.PISelected
{
	font-weight: bold;
}

.RequiredField
{
	color: Blue;
}

.LabelCell
{
	vertical-align: middle;
}

.discountHidden
{
	display: none;
	visibility: hidden;
}

@media print
{
	input
	{
		background-color: #ac283f;
		border: none;
	}

	.button
	{
		display: none;
		visibility: hidden;
	}
}

