/* CSS Document */

/* HTML DEFINITIONS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000066;
	background-color: #FEFEFE;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 110%;
}
p{
	font-size: 95%;
}
a:link {
	color: #000066;
	text-decoration: underline;
	font-size: 100%;
	cursor: hand;
}
a:visited {
	color: #000066;
	text-decoration : underline;
	font-size: 100%;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
	font-size: 100%;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
	font-size: 100%;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 100%;
}


/* ID DEFINITIONS */
#tuklogo {
	position: absolute;
	top: 5px;
	left: 29px;
}
#wplogo {
	position: absolute;
	top: 2px;
	right: 2px;
}
#nochexlogo {
	position: absolute;
	top: 5px;
	right: 15px;
	padding: 0px;
}
#AddRefSearch {
	position: absolute;
	top: 2px;
	right: 105px;
	padding: 0px 4px;
	text-align: left;
	margin: 0px;
}
#topline {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #C0C0C0;
	position: absolute;
	top: 45px;
	width: 99%;
	margin: 0px;
	padding: 0px;
}
#content {
	position: absolute;
	left: 20px;
	top: 85px;
	width: 98%;
}
#MyAccountAdverts {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 98%;
}
#toplinks {
	position: absolute;
	top: 50px;
	width: 98%;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-align: right;
	right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#toplinks_Class {
	position: absolute;
	top: 50px;
	width: 98%;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-align: center;
}
#AgentAccountDetails {
	position: absolute;
	top: 2px;
	right: 15px;
}
#ClientAccountDetails {
	position: absolute;
	top: 10px;
	right: 15px;
}
#DirectoryAccountDetails {
	position: absolute;
	top: 25px;
	left: 325px;
}
#AgentControlPanel {
	position: absolute;
	top: 10px;
	right: 165px;
}
#AgentControlPanel_Display {
	position: absolute;
	top: 40px;
	right: 165px;
}
#AcntLive {
	position: absolute;
	top: 80px;
	right: 195px;
}
#AcntHold {
	position: absolute;
	top: 80px;
	right: 15px;
}
#AcntPer {
	position: absolute;
	left: 0px;
	top: 40px;
}
#AcntBus {
	position: absolute;
	left: 150px;
	top: 40px;
}
#AcntDir {
	position: absolute;
	left: 300px;
	top: 40px;
}
#AcntDirAmend {
	position: relative;
	left: 460px;
	top: -88px;
}
#ContactDetails {
	position: relative;
	left: 460px;
	top: -80px;
}
#UploadLogo {
	position: relative;
	left: 300px;
	top: -37px;
}
#UploadLogo2 {
	position: relative;
	left: 300px;
	top: -86px;
}

#AcntOwnDet {
	position: absolute;
	top: 45px;
	right: 20px;
}
#AgntRef {
	position: absolute;
	left: 275px;
	top: 2px;
}
#AcntPerRef {
	position: absolute;
	left: 450px;
	top: 2px;
}
#AcntUpDirRef {
	position: absolute;
	left: 450px;
	top: 11px;
}
#AcntDirRef {
	position: absolute;
	left: 450px;
	top: 25px;
}
#ClassMI{
	position: absolute;
	right: 40px;
}
#ClassPrice{
	position: absolute;
	right: 40px;
}
#FreeNext{
	position: absolute;
	right: 0px;
	padding-right: 10px;
}


/* CLASS DEFINITIONS */
#nav {
	position: absolute;
	right: 15px;
	top: 100px;
	color: #990033;
	background-color: #A9A9A9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.h1 {
	font-size: 140%;
}
.h1b {
	font-size: 140%;
}
.h2 {
	font-size: 125%;
}
.h3 {
	font-size: 120%;
}
.h4 {
	font-size: 115%;
}
.h5 {
	font-size: 110%;
}
.p1{
	font-size: 105%;
}
.p{
	font-size: 95%;
}
.SmallLink{
	font-size: 80%;
}
.SmallLink a:link {
	color: #000066;
	text-decoration: underline;
	font-size: 80%;
}
.SmallLink a:visited {
	color: #000066;
	text-decoration : underline;
	font-size: 80%;
}
.SmallLink a:hover {
	color: #FF3300;
	text-decoration: underline;
	font-size: 80%;
}
.SmallLink a:active {
	color: #FF3300;
	text-decoration: underline;
	font-size: 80%;
}
.orange {
	color: #FF3300;
}
.BoldOrange {
	color: #FF3300;
	font-weight: bold;
}
.blue {
	color: #000066;
}
.DarkGrey {
	color: #2C2C2C;
}
.Black {
	color: #000000;
}
.BoldBlue {
	color: #000066;
	font-weight: bold;
}
.BoldOrangeStar {
	color: #FF3300;
	font-weight: bold;
	font-size: 150%;
}
.address {
	position: absolute;
	left: 200px;
	padding-right: 150px;
}
.MainIndent {
	position: absolute;
	left: 50px;
	padding-right: 10px;
}
.MainIndentFree {
	position: absolute;
	left: 20px;
	padding-right: 0px;
	width: 700px;
	top: -1px;
}
.NoGap {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.NoGapTop {
	margin-top: 0px;
	padding-top: 0px;
}

.NoGapBottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.floatL {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.floatLClassPhoto {
	float: left;
	margin-right: 4px;
	padding-right: 4px;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.floatLMainAdv {
	float: left;
	margin-bottom: 300px;
	padding-bottom: 200px;
	margin-right: 10px;
	padding-right: 10px;
}
.floatLNoGB {
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.floatLCNoGB {
	clear: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.EmailTel {
	position: absolute;
	left: 300px;
	top: 104px;
}
.InvoiceTel {
	position: absolute;
	left: 300px;
	top: 95px;
}
.UpDirBp {
	position: absolute;
	left: 300px;
	top: 76px;
}
.UpAcnt {
	position: absolute;
	left: 300px;
	top: 76px;
}
.TableTextTop {
	font-size: 90%;
	background-color: #E4E4E4;
	font-weight: bold;
}
.TableText {
	font-size: 90%;
	background-color: #FFFFFF;
}
.SmallerBodyText {
	font-size: 80%;
}
.SmallBodyText {
	font-size: 75%;
}
.VSmallBodyText {
	font-size: 70%;
}
.SmallBodyTextOrange {
	font-size: 75%;
	color: #FF3300;
}
.SmallBodyTextOrangeBold {
	font-size: 75%;
	font-weight: bold;
	color: #FF3300;
}
.VSmallBodyText {
	font-size: 70%;
}
.VSmallBodyTextOrange {
	font-size: 70%;
	color: #FF3300;
}

.VSmallBodyTextOrangeBold {
	font-size: 70%;
	font-weight: bold;
	color: #FF3300;
}
.ContPanelNewAdv {
	position: relative;
	top: 0px;
}
.Upload {
	position: absolute;
	left: 225px;
	top: 38px;
}
.UploadA {
	position: absolute;
	left: 420px;
	top: 38px;
}
.UploadDir {
	position: absolute;
	left: 325px;
	top: 95px;
}
.UploadDirA {
	position: absolute;
	left: 450px;
	top: 73px;
}
.UploadDirC {
	position: absolute;
	left: 450px;
	top: 75px;
}
.UploadPhotosA {
	position: absolute;
	left: 50px;
	top: 50px;
}
.UploadPhotosB {
	position: absolute;
	left: 400px;
	top: 50px;
}
.MHPhotos {
	position: relative;
	left: 130px;
	top: -43px;
}
.MHSubmit {
	position: relative;
	left: 257px;
	top: -86px;
}
.PhotoSize {
	height: 45px;
	width:	60px;
}
.PhotoSizeMain {
	height: 300px;
	width:	400px;
	position: absolute;
	left: 1px;
	top: 1px;
}
.PhotoSizeSmall {
	height: 30px;
	width:	40px;
}
.MainAdvImage{
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
.MainAdvText{
	position: absolute;
	left: 420px;
	top: 2px;
	clear: left;
	padding-left: 4px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.MainAdvTextName{
	position: relative;
	left: 61px;
}
.MainAdvTextContact{
	position: relative;
	left: 36px;
}
.MainAdvTextEmail{
	position: relative;
	left: 55px;
}
.MainAdvTextTelD{
	position: relative;
	left: 13px;
}
.MainAdvTextTelE{
	position: relative;
	left: 12px;
}
.MainAdvTextTelM{
	position: relative;
	left: 19px;
}
.DetailsContact{
	padding-right: 50px;
}
.DetailsNewAccount{
	padding-right: 300px;
}
.DetailsMultiPhoto{
	position: relative;
	top: 0px;
	left: 0px;
}
.justify {
	text-align: justify;
}
.FloatLNoChex {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.FreeRight {
	position: absolute;
	top: 0px;
	right: 10px;
}
.FreePageLine {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #330099;
	width: 90%;
}
.FreePageLineA {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 100%;
	padding-top: 1px;
}
.FloatR {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.SearchInfo{
	position: relative;
	left: 100px;
	top: 20px;
}
.Search{
	position: relative;
	left: 5px;
	top: 0px;
	width: 175px;
}
.Results{
	position: relative;
	left: 10px;
	top: 0px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #330099;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #330099;
}
.LineBlue{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330099;
	margin-left: 0px;
	padding-left: 0px;
}
.LineBlueDir{
	margin-right: 0px;
	padding-right: 0px;
	position: relative;
	top: 50px;
	right: 0px;
	left: 10px;
}
.LineOrange{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	padding: 0px;
	clear: both;
}
.NextTop {
	position: absolute;
	right: 30px;
	padding-right: 10px;
	width: 300px;
	text-align: right;
}
.NextBottom {
	position: absolute;
	right: 30px;
	padding-right: 10px;
	width: 300px;
	text-align: right;
}
.LoginIndent {
	margin-left: 50px;
	padding-left: 50px;
}
.LoginIndentA {
	position: relative;
	left: 100px;
	top: 85px;
}
.ClearL{
	clear: left;
}
.ClearR{
	clear: right;
}
.Uppercase {
	text-transform: uppercase;
}
.NewChanges {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
}
.ClassifidsMI{
	position: absolute;
	right: 40px;
	font-size: 75%;
}
.ClassifidsPrice{
	position: absolute;
	right: 40px;
	color: #FF3300;
	font-weight: bold;
}
.FreePageDescrip{
	text-align: left;
	padding-right: 0px;
}
.NewAddInfo{
	position: relative;
	left: 40px;
    top: 20px;
}
.NewAddInfoH{
	position: relative;
    top: 20px;
}
.agentemail {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #E4E4E4;
}
