/* *******************************************************
Software: Web Wiz Forums
Info: http://www.webwizforums.com
Copyright: ©2001-2007 Web Wiz. All rights reserved
******************************************************* */

/* Page body */
body{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/* Text for most CSS classes */
body, .text, .smText, .error, a, a.smLink, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .calDateCell, .calTodayCell, .BBquote, .BBcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}
.lgText, h1, .largeButton, .msgSideProfile, .tableLedger, .tableSubLedger, .tableSearchLedger, .calLedger{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 10px;
	line-height: 12px; 
}

.lgText{
	font-size: 15px;
}

h1{
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 0;
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */
a:link {
	color : #0000FF;
	text-decoration: none;
}

a:visited{
	color : #0088FF;
	text-decoration : none;
}

a:hover, a:visited:hover{
	color : #FF0000;
	text-decoration : underline;
}

a.smLink {
	font-size: 10px;
}


/* Page Links */
.pageLink, a.pageLink:link, a.pageLink:visited, a.smPageLink:link, a.smPageLink:visited{
	color : #666666;
	text-decoration: none;
	background: #F7F7F4;
	border: 1px solid #E7E7E7;
	padding: 2px;
	margin: 2px;	
}

a.smPageLink:link, a.smPageLink:visited{
	line-height: 30px; 
	padding: 1px;
	margin: 1px;
}

a.pageLink:hover, a.smPageLink:hover{
	text-decoration: underline;
	border: 1px solid #AAAAAA;
	background: #E0F2FC;
}

.pageLink{
	background: #E7EBF5;
	border: 1px solid #AAAAAA;
}



/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

.imgBorder {
	border: #CCCCCC 1px solid;
}

.avatar, #avatar{
	width: 64px;
	height: 64px;
	border: 1px solid #000000;
	margin: 2px;
}

hr {
	width: 100%;
	background-color: #FFFFFF;
	height: 1px;
	border: 0px;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
}

/* Rich Text Editor */
.RTEtoolbar{
 	background-image: url('../../forum_images/toolbar_background.gif');
 
}

.WebWizRTEbutton, .RTEtoolbar{
	padding: 1px;
	
}

.WebWizRTEbuttonOver{
	background-image: url('../../forum_images/toolbar_button_background.gif');
	padding: 1px;
}

.RTEtableTopRow{
	line-height: 22px;
	background-color: #D3DAED;
	background-image: url('../../forum_images/topbar_background.gif');
}

.RTEtableRow{
	background-color: #F4F4FB;
}

.RTEtableBottomRow{
	background-color: #D3DAED;
	background-image: url('../../forum_images/bottombar_background.gif');
}

.RTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
	margin: 2px;
}

.RTEmouseOver{
	background-color: #FFFFFF;
	color: #000000;
}


/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 98%;
}

.errorTable{
	text-align: left;
	border: 1px solid #F5C41C;
	background-color: #FFFFB0;
	width: 98%;
	color: #000000;
}

.tableBorder{
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 98%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #333333;
	background-color: #D3DAED;
	line-height: 22px;
	background-image: url('../../forum_images/default_toolbar_background.gif');
}

.tableLedger a:link, .tableLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #666666;
	text-decoration: underline;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #333333;
	background-color: #EBEEF7;
	line-height: 22px;
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration: underline;
	font-weight: bold;
	line-height: 22px;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
	font-weight: bold;
	line-height: 22px;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #EBEEF7;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration: none;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
}


/* Table Status Bar */
.tableStatusBar{
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	background-color: #FBFBFD;
}

.tableStatusBar a:link, .tableStatusBar a:visited{
	color : #000000;
	font-size: 11px;
	text-decoration: none;
}

.tableStatusBar a:hover, .tableStatusBar a:visited:hover{
	color : #666666;
	font-size: 11px;
	text-decoration : underline;
}


/* Tables */
.tableRow{
	background-color: #FBFBFD;
}

.tableTopRow{
	line-height: 22px;
	background-color: #D3DAED;
	background-image: url('../../forum_images/topbar_background.gif');
}

.tableBottomRow{
	line-height: 22px;
	background-color: #D3DAED;
	background-image: url('../../forum_images/bottombar_background.gif');
}



/* Alternating Row Colours */
.evenTableRow{
	background-color: #FBFBFD;

}

.oddTableRow{
	background-color: #FBFBFD;
}

.hiddenTableRow{
	background-color: #EEEEEE;
}

/* Private messager */
.PMtableRow{
	background-color: #FBFBFD;
}

.PMmsgBody{
	width: 99%;
	max-height: 450px;
	float: left; 
	overflow: auto;
}

a.PMsmLink:link, a.PMsmLink:visited, a.fileManLink:link, a.fileManLink:visited{
	color : #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a.PMsmLink:hover, a.PMsmLink:visited:hover, a.fileManLink:hover, a.fileManLink:visited:hover{
	color : #000000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}

/* Forum posts */
.msgBody{
	width: 100%;
	margin: 2px;
	float: left; 
	overflow: auto;
}

.msgEvenTableTop, .msgEvenTableSide{
	background-color: #FBFBFD;
	font-size: 11px;
}

.msgOddTableTop, .msgOddTableSide{
	background-color: #FBFBFD;
	font-size: 11px;
}

.msgEvenTableRow{
	background-color: #FBFBFD;
}

.msgOddTableRow{
	background-color: #FBFBFD;
}



.msgEvenTableTop a:link, .msgEvenTableTop a:visited, .msgOddTableTop a:link, .msgOddTableTop a:visited, .postOptions{
	color : #000000;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
}

.msgEvenTableTop a:hover, .msgEvenTableTop a:visited:hover, .msgOddTableTop a:hover, .msgOddTableTop a:visited:hover{
	color : #000000;
	text-decoration: underline;
	font-size: 11px;
}

.msgSideProfile{
	font-size: 15px;
	cursor: pointer;
}

.msgHiddenTableRow{
	font-size: 10px;
	background-image: url(../../forum_images/pre_approved_post.gif);
}

.msgLineDevider{
	border: solid #E1E3EC 0px;
	border-top-width: 1px;
}

.msgSignature{
	max-height: 160px;
	width: 100%;
	float: left; 
	overflow: auto;
}

.postSeparatorTableRow{
	height: 10px;
	background-color: #EBEEF7;

}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #E7EBF5;
	padding:4px;
}
.calLedger a:link, .calLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-size: 10px;
}

.calLedger a:hover, .calLedger a:visited:hover{
	color : #666666;
	text-decoration: none;
	font-size: 10px;
}

.calDateCell{
	background-color: #FbFbFb;
}

.calTodayCell{
	background-color: #FbFbFb;
	border:1px solid #CC0000;
}

.calEmptyDateCell{
	background-color: #FFFFFF;
}

/* BBcode blocks */
.BBquote{
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	width: 99.5%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

.BBcode{
	font-family: Courier New, Courier, mono;
	border: 1px dashed #999999;
	width: 99.5%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}


/* Tabs and Buttons */
a.largeButton:link, a.largeButton:visited{
	float: left;
	color : #555555;
	text-decoration: none;
	font-size: 13px;
	background-image: url('../../forum_images/large_grey_button.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 96px;
	padding: 5px 0px;
	margin: 2px;
}


a.largeButton:hover, a.largeButton:visited:hover{
	background-position: 0px -28px;
	color : #CC0000;
}

.tabTable{
	border: solid #E7E7E7 0px;
	border-bottom-width: 1px;
}


a.tabButton:link, a.tabButton:visited, a.tabButtonActive:link, a.tabButtonActive:visited{
	float: left;
	color : #555555;
	text-decoration: none;
	font-size: 13px;
	background-image: url('../../forum_images/large_grey_tab.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 130px;
	padding: 5px 0px;
	margin: 0px 1px;
	
}

a.tabButtonActive:link, a.tabButtonActive:visited{
	background-position: 0px -61px;
	color : #CC0000;
}

a.tabButton:hover, a.tabButton:visited:hover, a.tabButtonActive:hover, a.tabButtonActive:visited:hover{
	background-position: 0px -30px;
	color : #CC0000;
}

.topicIcon, .forumIcon{
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
}



/* Drop Down Menus */
.dropDownMenu, .dropDownStatusBar, .dropDownSearch, .dropDownCalendar, .dropDownTopicSearch, .dropDownPermissions{
	visibility: hidden; 
	position: absolute; 
	left: 0px; 
	top: 0px;
}

.dropDownMenu, .dropDownStatusBar, .dropDownPermissions{
	background-color: #F4F4FB;
	border: solid #CCCCCC;
	border-width: 1px;
	height: auto;
	line-height: 18px;
	padding: 1px;
}

.downDropParent, .dropDownPermissions, .dropDownMenu a:link, .dropDownMenu a:visited, .dropDownStatusBar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.dropDownMenu a:hover, .dropDownMenu a:visited:hover, .dropDownStatusBar a:hover {
	color : #FFFFFF;
	display: block;
	background: #9AACD6;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
}

.dropDownSearch, .dropDownTopicSearch{
	border: solid #CCCCCC;
	border-width: 1px;
	padding: 0px;
	height: 106px;
}

.dropDownSearch{
	height: 108px;
}

.dropDownTopicSearch{
	height: 80px;
}

.dropDownPermissions{
	color: #333333;
	line-height: 14px;
	text-align: left;
}

.dropDownPointer{
	cursor: pointer;
}

/* Main Text CSS file  */

BODY {font-size: 8pt; font-family: arial, verdana, helvetica; color: #000; background-color: #FFF; margin-left:0px; margin-top: 0px;}

/* Overseas Property */

.poptabtext {font-size: 12px; font-weight: bold; vertical-align:top; text-align:center;}
.popitabtext {font-size: 12px; font-weight: bold; vertical-align:top;}
.popitabnum {font-size: 12px; font-weight: bold; vertical-align:top; text-align:right;}

.crumbtrail {font-size: 8pt; margin-left:15px; font-weight: bold;}

.text {font-size: 12px; font-weight: normal;}

.imgfloat {float:left; margin:10px 10px 10px 10px;}
.imgfloatl {float:left; margin:0px 15px 5px 0px;}
.imgfloatr {float:right; margin:0px 15px 5px 20px;}

.hptit {font-size: 12px; font-weight: bold;}

.hl {width:120; color:#92012C; text-align:left}

.swltext {font-size: 13px; font-family: verdana, arial, helvetica; color: #FF5900; font-weight: bold;}

.brand {color: #FF5900; font-weight: bold;}
.brandl {color: #FF5900; font-size: 14pt;}
.brandm {color: #FF5900; font-size: 12pt;}
.brands {color: #FF5900; font-size: 10pt;}

.brands {color: #00A5DB; font-weight: bold;}
.brandsl {color: #00007F; font-size: 14pt;}
.brandsm {color: #00007F; font-size: 12pt;}
.brandss {color: #00007F; font-size: 10pt;}

.brandd {color: #FF5900; font-weight: bold;}
.branddl {color: #FF5900; font-size: 14pt;}
.branddm {color: #FF5900; font-size: 12pt;}
.brandds {color: #FF5900; font-size: 10pt;}

.propprice {color: #006600; font-size: 12pt;}
.proptext {font-size: 10px;}
.propdisc {font-size: 10px;}
.propstatus {font-size: 14px; font-weight: bold; color: #00007F; background-color: #FF5900; }

ul {list-style-type: square}

.proptdtitle {font-size: 12pt; font-weight: bold; color: #1C146B;}
.proptdtext {font-size: 1px;}

A:link    {color: #FF5900; font-weight: bold; text-decoration:underline}
A:visited {color: #FF5900; font-weight: bold; text-decoration:underline}
A:hover   {color: #00A5DB;}

h1 {font-size: 14pt; font-weight: bold; margin-left:5px; color:#1C146B;}
h2 {font-size: 12pt; margin-left:5px; margin-right:15px; color:#1C146B;}
h3 {font-size: 10pt; margin-left:5px; margin-right:15px; font-weight: bold;}
h4 {font-size: 10pt; margin-left:5px; font-weight: normal; margin-right:0px; text-align:justify}
h5 {font-size:  8pt; margin-left:125px; margin-right:20px; font-weight: normal; text-align:justify}
h6 {font-size: 7pt}

h3.ul {font-size: 12pt; margin-left:5px; margin-right:15px; text-decoration:underline; font-weight: bold;}
h4.bl {font-size: 10pt; margin-left:5px; margin-right:20px; font-weight: bold}

.contenttext     {font-size: 12px; margin-left:5px; font-weight: normal; margin-right:0px; text-align:justify;}
.contenttextnoallign     {font-size: 10pt; margin-left:5px; font-weight: normal; margin-right:10px;}
.contenttextsmall{font-size:  8pt; margin-left:25px; margin-right:20px; font-weight: normal; text-align:justify}
.contenttextul   {font-size: 12pt; margin-left:15px; margin-right:15px; text-decoration:underline; font-weight: bold;}
.contenttextbl   {font-size: 10pt; margin-left:25px; margin-right:20px; font-weight: bold}

.contentforum    {font-size: 12px; margin-left:5px; font-weight: normal; margin-right:0px; text-align:justify;}

.tablecontentheading {font-family: Arial, Helvetica; font-size: 12px; font-weight: bold;}

#tableposition {position:absolute; top: 105px; z-index:1}
.tablemargin   {margin-left:15px; vertical-align:text-top}
.tableheader   {font-size: 16pt; margin-left:165px; font-weight: bold}
.tabletitle    {font-size: 14pt; font-weight: bold}
.tablesubtitle {font-size: 12pt}
.tabletext     {font-size: 10pt}
.tabletextsmall{font-size: 8pt}
th {background:SlateBlue; text-align:left; vertical-align:text-top}
th.home {color:white; background:LightSteelBlue ; text-align:center; vertical-align:text-top}

th.sum {font-size: 10pt; background-image: url('/graphics/mhs.gif'); height:14;}
tr.sum {background-color:#F4F4FB; vertical-align:top;}
td.sum {font-size: 10pt}


abbr, acronym, .help {border-bottom: 1px dotted #333; cursor: help;}

#container {width: 980px; margin: 5px auto; background-color: #fff; color: #333; border: 1px solid gray;}

#top {height: 168px; text-align:center;}

#top h1 {padding: 0;margin: 5;}

#rightnav {float: right; width: 140px; margin-top: 10px; padding: .5em; border-bottom: 1px solid gray; border-left: 1px solid gray; border-top: 1px solid gray; font-size: 12px; text-align:center; background-color:#F4F4FB;}

#content {width: 630px; margin-left: 170px; margin-right: 150px; font-family:verdana, arial, helvetica, sans-serif; padding: .5em;}

#adv {left: 100px; width: 300px; margin: 0; padding: 1em; position:relative; top: 100px;}

#footer{clear: both; margin: 0; padding: .5em; color: #333; border-top: 1px solid gray;text-align:center;}

#leftnav{float: left; width: 160px; margin: 0; padding: .5em;}
#leftnav p, #rightnav p { margin: 0 0 1em 0; }

#lefthome {float: left; width: 250px; margin: 0; padding: 1em;}

ul.navlist li.ltab1{background: url('/graphics/common/tablft1.gif') top left no-repeat; background-color:#FF6900; margin: 5 0 5 0;}
ul.navlist li.ltab2{background: url('/graphics/common/tablft2.gif') top left no-repeat; background-color:#7B5DAD; margin: 5 0 5 0;}
ul.navlist li.ltab3{background: url('/graphics/common/tablft3.gif') top left no-repeat; background-color:#63BE18; margin: 5 0 5 0;}
ul.navlist li.ltab4{background: url('/graphics/common/tablft4.gif') top left no-repeat; background-color:#0087C7; margin: 5 0 5 0;}
ul.navlist li.ltab5{background: url('/graphics/common/tablft5.gif') top left no-repeat; background-color:#DAA520; margin: 5 0 5 0;}

.lnav A:link    {color: #FFF; font-weight: bold; text-decoration:none}
.lnav A:visited {color: #FFF; font-weight: bold; text-decoration:none}
.lnav A:hover   {color: #FFF;}

.navlist {padding-left: 0; margin-left: 0; width: 160px;}
.navlist li{ float: left; display: block; width: 14em; margin: 0 1px 0 0; padding: 4 0 5 8; background-color: #F4F4FB;}

#topnav{margin: 1; padding: 0; height: 22px; border-bottom: 10px solid #00007F;}
#topnav ul{ font-size: 10px; list-style-type: none; padding: 0 0 0 0; margin: 0 0 0 3px;}
#topnav li{ font-size: 10px; float: left; display: block; width: 107px; height: 20px; margin: 0 1px 0 0; text-align: center; padding: 2 0 0 0;}
#topnav li#tab1{background-color:#00007F;}
#topnav li#tab2{background-color:#FF6900;}
#topnav li#tab3{background-color:#7B5DAD;}
#topnav li#tab4{background-color:#63BE18;}
#topnav li#tab5{background-color:#0087C7;}
#topnav li#tab6{background-color:#DAA520;}
#topnav li#tab7{background-color:#FF0066;}
#topnav li#tab8{background-color:#6D7B8D;}
#topnav li#tab9{background-color:#B22222;}
#topnav A:link    { font-size: 11px; font-family: arial, verdana, helvetica; color: #FFF; font-weight: bold; text-decoration:none}
#topnav A:visited { font-size: 11px; font-family: arial, verdana, helvetica; color: #FFF; font-weight: bold; text-decoration:none}
#topnav A:hover   { font-size: 11px; font-family: arial, verdana, helvetica; color: #FFF; text-decoration:underline;}

.curvebox {height: 13.5em; width: 22em; float:left;}
.curvebox p {font-size: 0.9em; margin: 0.5em 0.5em 0.5em 5;}
.curvebox p.compare {font-size: 12px; margin: 1.5em 0 0.5em 1em;}
.curvebox img.icon {float: left; padding: 0.3em 0.4em 0.3em 0.20em; border: 0; margin:5px 5px 5px 5px;}
.curvebox .box_header {border-right: 1px solid #AAA; padding: 0 0.5em 0.1em 0;}
.curvebox .box_header h2{font-size: 13px; text-align: center; margin: 0;}
.curvebox .box_header h2 a{color: #fff; text-decoration: none;}
.curvebox #blue{ background: url(/graphics/common/boxheadblue.gif) no-repeat top left; background-color: #ff6900;}

.curvebox_bl{background: url(/graphics/common/promobox_bottom_left.gif) no-repeat bottom left;}
.curvebox_br{background: url(/graphics/common/promobox_bottom_right.gif) no-repeat bottom right;padding: 0.1em 1px 0.5em 1px;}


.cbox{ height: 80px; width: 620px; float:left;}
.cbox p{font-size: 0.9em; margin: 0.5em 0.5em 0.5em 5;}
.cbox .box_header{border-right: 1px solid #AAA; padding: 0 0.5em 0.1em 0;}
.cbox .box_header h2{font-size: 13px; text-align: center; margin: 0;}
.cbox .box_header h2 a{color: #fff; text-decoration: none;}
.cbox #blue{ background: url(/graphics/common/boxheadblue.gif) no-repeat top left; background-color: #ff6900;}

.cbox_bl{background: url(/graphics/common/promobox_bottom_left.gif) no-repeat bottom left;}
.cbox_br{background: url(/graphics/common/promobox_bottom_right.gif) no-repeat bottom right;padding: 0.1em 1px 0.5em 1px;}
