body{
	margin:0px;
	padding:0px;
	font-size:14px;
	background-color:#F9F9F9;
	color:#333333;
}
.utilitynav{
	padding-right:25px;
	font-size:12px;
	padding-bottom:5px;
}
input{
	font-size:14px;
}
textarea{
	font-size:14px;
}
select {
	font-size:14px;
}

.alttxtheader{
	font-weight:bold;
	padding-left:3px;
	background-image:url(images/navHeader.jpg);
	background-color:#B1C3D9;
	border:1px solid #C1C1C1;
	background-position:bottom;
	background-repeat:repeat-x;	
}
.maintable{
	background-color:white;
	border:1px solid black;

	padding-bottom:5px;
}
.barbg{
	background-image:url(http://phprealestatescript.com/images/navHeader.jpg);
	background-repeat:repeat-x;		
}
.navbar a{
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
	color:black;
	font-weight:bold;
	font-size:14px;
}
.navbar a:link{
	color:black;
}
.navbar a:visited{
	color:black;
}
.navbar{
	background-color:#B1C3D9;
	border:1px solid #C1C1C1;
	background-position:bottom;
	background-repeat:repeat-x;
}
.logobg{
	background-color:#F9F9F9;
	background-image:url(http://phprealestatescript.com/images/logobg.jpg);
	background-repeat:repeat-x;
}
.logo{
	text-indent: -9999px;
	background-image:url(http://phprealestatescript.com/images/forum_logo.png);
	background-repeat:no-repeat;
	width:175px;
	height:114px;
	padding:0px;
	margin:0px;
}
/* Normal, standard links. */
a:link, a:visited
{

	color:darkblue;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color:darkblue;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color:darkblue
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}


/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}



/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
}
.windowbg2
{

}

/* Titles - such as table headers. */
.titlebg
{
	font-weight:bold;
	padding-left:3px;
	background-image:url(http://phprealestatescript.com/images/navHeader.jpg);
	background-color:#B1C3D9;
	border:1px solid #C1C1C1;
	background-position:bottom;
	background-repeat:repeat-x;	

	
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #afc6db;
	background-image: url(images/catbg.gif);
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	border:1px solid #C1C1C1;
}
.tborder
{
	border:1px solid #C1C1C1;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.smffooter{
	text-align:center;
	font-size:xx-small;
	color:#CCCCCC;
}
.smffooter a{
	color:#CCCCCC;
}
.footer{
	font-size:11px;
	border-top:1px solid #CCCCCC;
}
.footer a{
	color:darkblue;
}
.post{
	overflow:auto;
}