body
{
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #EEEDE4;
	/*
		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:725px;
	background-color:White;
	border:solid 1px #D6D5CD;
}

#progress
{
	
}

#mainContainer
{
	text-align: center;
}

#mainHeader
{
    padding-top:30px;  
}

#mainPanel
{
	padding-left: 5px;
	padding-right: 5px;
}

#mainFooter
{
	text-align: left;
}

#topBanner
{
	background-color:#8F1F06;
    height:110px;
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
}

#Header
{
  width:715px;
  height:289px;
  margin-left:5px;
  margin-right:5px;
}

.rezlynxLink
{
	color: #000000;
	font-size: 12px;
	text-decoration:none;
}

table
{
	text-align:center;
}

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: #8F1F06;
	color: white;
	font-weight: bold;
}
.even
{
	background-color: #F7E7D6;
	vertical-align: middle;
	color: black;
}
.odd
{
	background-color: #EFE7DE;
	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.20%;
	float: left;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #8F1F06;
}

.PIUnSelected
{
	color:#8F1F06;	
}

.PISelected
{
	font-weight: bold;
	background-color:#8F1F06;
	color:White;
}

.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;
	}
}

