/* 
$Revision: 11724 $
$Workfile: hr_app_layout.css $
$Author: dan $
$Modtime: 12/11/04 10:57 $
*/
/* thEse 2 should be removed as soon as 2.3 is live: they're only here for the transition period */
td.summaryheadline{
	background-color: #ffcc33;
	padding: 3px;
	padding-left: 7px;
}
td.summarydetails{
	background-color: #ffffcc;
	padding-left: 7px;
}
/* thOse 2 should be removed as soon as 2.3 is live: they're only here for the transition period */

address, blockquote, body, caption, center, dd, dir,  dl, dt, menu, ol, p, strong, td, th, ul, input, select {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size:  9pt;
}
body {
	margin: 6px 5px 6px 5px;
}

h1 {
	font-size: 11pt;
	margin-bottom: 0px;
	margin-top: 0px;
	
	text-align: center;
}

h2 {
	font-size: 9pt;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-size: 9pt;
	margin-bottom: 0px;
	margin-top: 0px;
}

input {
	font-size: 8pt;
}
select {
	font-size: 8pt;
}
hr{
	color : #ffcc33;
	height: 1;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
}
a:hover{
	color: blue;
	text-decoration: underline;
}
a.summaryheadline:visited {
	color: red;
}
td.border {
	background-color: #ffcc33;
}

table.footer{
	background-color: #ffcc33;
}
td.footer{
	font-size:  8pt;
	padding: 3px;
}
table.availability{
	font-size:  5pt;
}
table.searchform {
	border: 1px solid #ffcc66;
	background-color: #ffffcc;
	width: 100%;
}

.searchform td{
	font-size: 8pt;
}
table.enquiryform{
	background-color: #ffffcc;
	padding: 15px;
	align: center;
}

.propertyH1 {
	font-weight: bold;
	text-align : center;
	font-size:  12pt;
	padding : 6px 3px 6px 3px;
}

.propertyH2 {
	text-align : center;
	font-weight: bold;
}

.propertyH3 {
	text-align : center;
}
.p_notes {
	background-color: white; 
	padding: 4;
}
.paratitle {
	font-weight: bold;
}
.paratitle2 {
	font-weight: bold;
	color: red;
}

.required {
	color: red;
}

table.avachart {
	background-color : #ffffff;
}
tr.avachart {
	background-color: #ffffcc;
}
td.avachart {
	font-size: 8pt; 
	padding: 0px 2px;
}

td.applicationpane {
	vertical-align: top;
}
td.menupane{
	vertical-align: top;
	background-color: #ffffcc;
}
.headertrail {
	background-color : #ffcc33;
}

.photo {
}

.gbs4 {
	font-size: 8pt;
}
.awaitingApprovalLive {
	background-color: Yellow;
}
.awaitingApprovalNotLive{
	background-color:  #c6ef8c;
}
.boxContainer{
	border: 1px solid;
	border-color:  #ffcc66;
	vertical-align: top;
}
.boxHeader {
	background-color: #ffffcc;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}
.boxHeader2 {
	background-color: #ebf0fe;
	padding: 3px;
	text-align: center; 
	font-weight: bold;
}
.boxBody {
	font-size: 8pt;
	padding: 4px;
}
.boxBody2 {
	background-color: #ffffcc;
	font-size: 8pt;
	padding: 4px;
}
.boxBody3 {
	background-color: #ebf0fe;
	font-size: 8pt;
	padding: 4px;
}

.cssErrors 
{
font-family :  Arial, Verdana, Geneva, Trebuchet MS, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #FF0000;
border: 1px solid;
border-color:  #FF0000;
padding: 10px;
width: 96%;
_width: 100%;
margin-bottom: 10px;
}

@media all {
	/* Add a few things that only work for non NS4 browsers */
	.photo {
		border: 1px solid #dcdcdc;
	}
	.headertrail {		
		padding : 5px 5px 5px 5px;
	}
	td.applicationpane {
		padding: 10px 0px 10px 0px;
	}
	td.menupane{
		padding: 5px 0px;
	}
}

/* breadcrumb - used because of hybrid page issues */
#breadcrumb {height:5px;width:750px;text-align:left;} 
#breadcrumb #bcrumbfirst {color:#000;}
#breadcrumb a:link,#breadcrumb a:visited,#breadcrumb a:hover,#breadcrumb a:active{color:#009;font-weight:normal;text-decoration:underline;}
#breadcrumb #bcrumblast {color:#000;font-weight:normal;}

/* breadcrumb classes */
.breadcrumb {clear:left;margin:10px 0 18px 5px;height:5px;width:700px;text-align:left;} 
.breadcrumb .bcrumbfirst {color:#000;}
.breadcrumb a:link,.breadcrumb a:visited,.breadcrumb a:hover,.breadcrumb a:active {color:#009;font-weight:normal;text-decoration:underline;}
.breadcrumb .bcrumblast {color:#000;font-weight:normal;}