body, p, td, th, input, select, option, a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body, p, td, th, a
{
	color: #000000;
}

body
{
	background-position: left top;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFCE;
	width: 100%;
	height: 100%;
}

td
{
	vertical-align: top;
	
}
h1	{	font-size: 16px;	}
h2	{	font-size: 14px;	}
h3	{	font-size: 13px;	}
h4	{	font-size: 12px;	}
.button
{
	width: 120px;
	cursor: hand;
}
.large
{
	width: 250px;
}

#logo
{
	padding: 10px;
	margin: 0px;
	background-color: #FFFFCE;
}

/* PakQueryResults Table Colours */
.header
{
	background-color: #999999;
	color: #FFFFCE;
	font-weight: bold;
}
.even	{	background-color: #D0D0D0; vertical-align: middle;		}
.odd	{	background-color: #DDDDDD;	vertical-align: middle; 	}
/* PakQueryResults Table Colours */


.hidden
{
	display: none;
	visibility: hidden;
}
.bold
{
	font-weight: bold;
}
.readonly
{	
	filter:alpha(opacity=90); -moz-opacity:0.9; 
}

hr
{
	height: 1px;
	color: #DDDDDD;
}

.warning 
{
	font-weight: bold;
	color: Red;
}

.main
{
	width: 500px;
}

#hypRezLink, #hypAgentLink
{
	color: Blue;
}