body
{
	margin:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: #DDDDBB;
	/*
		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
{
    float:left;
	width:800px;
	background-color: #FFFFFF;
}

#progress
{
	text-align: center;
	font-size:medium;
	background-color: #FFFFFF;
	font-family:century gothic;
    font-weight:lighter;
    font-size:110%;
	border-left:solid 1px #889255;
}

#topBanner
{
    background-image:url(../Images/mainhead3.jpg);
    background-position:center;
    background-repeat:no-repeat;
    width:800px;
    height:140px;
}

#mainContainer
{
	text-align: center;
	margin-top:15px;
}

#mainHeader
{
	padding-top: 1em;
	padding-bottom: 1em;
}

#mainPanel
{
	padding-left: 28px;
	padding-right: 28px;
}

#mainFooter
{
	text-align: left;
	background-color:#A2A865;
}

.rezlynxLink
{
	color:#666633;
	text-decoration:none;
	font-size: 10pt;
}

table
{
	text-align:center;
}

td
{
	vertical-align: top;
}

h1
{
	font-size: 20px;
	color:#666633;
}
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: #899158;
	font-family:century gothic;
	color:#EEEECC;
	padding:5px;
	height:25px;
	text-align:left;
}
.mainheader
{
	color: #899158;
	font-weight: bolder;
}
.even
{
	background-color: #C2C695;
	vertical-align: middle;
	color: #666633;
}
.odd
{
	background-color: white;
	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; 
}

.extrasheader
{
	font-weight:bold;
	background-color:#FFFFF2
}

.warning
{
	font-weight: bold;
	color: Red;
}

.main
{
	text-align: left;
}

.PIValue
{
	width: 14.15%;
	float: left;
	height:20px;
	border-top:solid 1px #EEEECC; 
	padding-top:5px;
}

.PIUnSelected
{
	background-color:#C2C695;
	color:#666633;
	border-right:solid 1px #889255;
}

.PISelected
{ 
	background-color:#889255;
	color:#EEEECC;
}

.RequiredField
{
	color: Blue;
}

.LabelCell
{
	vertical-align: middle;
}

.discountHidden
{
	display: none;
	visibility: hidden;
}

.modalPopup
{
	background-color: #EEEEEE;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.CV2Style
{
	text-align:center;
	width:200px;
	height:200px;
	background-color:White;
	padding:10px 10px 0 10px;
}


@media print
{
	input
	{
		background-color: #ac283f;
		border: none;
	}

	.button
	{
		display: none;
		visibility: hidden;
	}
}
