body
{
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C6310;
	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; */
}

#container
{
	width:800px;
	background-image: url('Images/bg.gif');
	background-repeat: repeat-y;
}

#progress
{
	text-align:  center;
	padding-bottom: 5px;
	background-color:White;
}

#topBanner
{
	text-align:left;
}

#mainContainer
{
	text-align: center;
	padding-left:115px;
}

#mainHeader
{
	padding-top: 1em;
	padding-bottom: 1em;
	color:#9C6310;
}

#mainPanel
{
	padding-left: 28px;
	padding-right: 28px;
}

#mainFooter
{
	padding-left: 28px;
	padding-bottom: 5px;
	text-align: left;
}

.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: #CEA57B;
	color: white;
	font-weight: bold;
}
.even
{
	background-color: #F7E7D6;
	vertical-align: middle;
	color: #9C6310;
}
.odd
{
	background-color: #EFE7DE;
	vertical-align: middle;
	color: #9C6310;
}
.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;
	background-color:#9C6310;
	color:White;
}

.RequiredField
{
	color: Red;
}

.LabelCell
{
	vertical-align: middle;
}

.discountHidden
{
	display: none;
	visibility: hidden;
}

@media print
{
	input
	{
		background-color: #ac283f;
		border: none;
	}

	.button
	{
		display: none;
		visibility: hidden;
	}
}
