/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2001-2007 Andrew Tidd. All rights reserved.
=================================================================== */
.pageHeaderLinkLine {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 5px;
	
	text-align: right;
	float: right;
	font-size: 10pt;
	background-color: rgb(255,255,255);
	width: 100%;
	border: 0px solid turquoise;
}

.pageHeaderLinkLineText {
	float: right;
}

.pageHeaderLinkLine a {
	color: rgb(40,64,115);
	padding-left: 5px;
	padding-right: 5px;
}

.pageHeaderLinkLine a:hover {
	border: solid 1px white;
	
	padding: 2 4 2 4;
}

.companyImage {
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: white;
	width: 235px;
	text-align: center;
	border: 0px solid green;
}

.applicationTitle {
	float: left;
	padding-top: 18px;
	padding-bottom: 19px;
	padding-left: 5px;
	font-size: 14pt;
	color: black;
	text-align: left;
	vertical-align: center;
	background-color: white;
	font-weight: bold;
	border: 0px solid gold;
	width: 100%;
	clear:both;
}

