﻿body
{
	margin: 30px 0 0 0;
	font-family:arial;
	font-size: 12px;
	color: black;
	background-color: #e7f0d5;
	/*
		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:760px;
	color:#000000;
}

#progress
{
	background-color:#B4C398;
	text-align: left;
	color:Black;
	height:25px;
	width:765px;
	padding-left:0px;
	border-bottom:Solid 1px #996600;
	border-left:Solid 1px #996600;
	border-right:Solid 1px #996600;
}

#topBanner
{ 
    background-image:url('../Images/bridge.gif');
	background-repeat:no-repeat;
	background-position:20px 30px;
	background-color:#FFFFFF;
	width:765px;
	height:115px;
	border:1px #996600 solid;
}

#mainContainer
{
	margin:0px;
	width:765px;
	text-align: center;
	border:Solid 1px white;
	background-color:white;
}

#mainHeader
{
	padding-top: 1em;
	padding-bottom: 1em;
}

#mainPanel
{
	padding-left: 28px;
	padding-right: 28px;
}

#mainFooter
{
	width:765px;
	text-align: left;
	background-image:none;
	background-repeat:no-repeat;
	background-color:White;
	border:Solid 1px #996600;
	color:gray;
}

.rezlynxLink
{
	color: #000000;
	font-size: 10pt;
	text-decoration:none;
}

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: #999966;
	color: white;
	font-weight: bold;
}
.even
{
	background-color: #B4C398;
	vertical-align: middle;
	color: black;
}
.odd
{
	background-color: #FFFFFF;
	vertical-align: middle;
	color: black;
}
.currency
{
	text-align: right;
}
/* PakQueryResults Table Colours */

.hidden
{
	display: none;
	visibility: hidden;
}
.bold
{
	font-weight: bold;
}
.readonly
{
	color:  black;
	font-weight:bold;
	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;
}


.PIValue
{
	width: 14.05%;
	float: left;
	font-size:14px;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border-left:solid 1px #B4C398;
}

.PIUnSelected
{
    color:#FFFFFF;
	background-color:#B4C398;
}

.PISelected
{
	color:#FFFFFF;
	background-color:#999966;
	border-left:Solid 6px #999966;
}

.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;
	}
}

