.searchcolumn{
padding:10px;
background-color:#CC0000;
color:#FFFFFF;
font-weight:bold;
}

.searchcolumn input{
font-size:11px;
}

.searchcolumn select{
font-size:11px;
}

.main{
	background-color: #FFFFFF;
	padding-bottom:20px;
}

.mainpad{
	padding:10px;
	padding-left:30px;
	padding-right:30px;
	margin-left:0px;
	text-align:justify;
}

.header{
}

.headerpad{
	padding-top:10px;
	margin-left:0px;
}

.footer{
	color:#666666;
	border-top:1px solid #DDDDDD;
	border-bottom:3px solid #ff3333;
	font-size:10px;
	Background-Image: Url(../images/bg_gradient.jpg);
	Background-Repeat: repeat-x;
	Background-Position: 0% 0%;
	background-color:#FFFFFF;
	height:80px;
	margin-bottom:10px;
}

.footerpad{
	margin-left:0px;
	padding:10px;
}

.searchbar{
	border:1px solid #FF0000;
	background-color:#FF0000;
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:-3px;
}

.tablelist{
}

.tablelist td{
	padding:3px;
}

.tablehead{
	background-color: #333333;
	color: #FFFFFF;
	font-weight:bold;
}

.tableclassifieds{
	background-color:#FAFAFA;
	border:1px solid #EEEEEE;
}

.tableclassifieds td{
}

.tdclassifieds{
	padding:5px;
	Background-Image: Url(../images/dotted_h.gif);
	Background-Repeat: repeat-x;
	Background-Position: 0% 100%;	
}

.trclassifieds:hover{
	background-color:#FFCCCC;
}

.trclassifieds{
	Background-Image: Url(../images/dotted_h.gif);
	Background-Repeat: repeat-x;
	Background-Position: 0% 100%;	
}
.hilite0{
	font-size:28px;
}

.hilite1{
	font-size:18px;
	color:#CC0000;
	margin-bottom:5px;
}

.hilite2{
	font-size:16px;
	color:#CC0000;
}

.hilite3{
	font-size:12px;
	font-weight:bold;
}

.hilite4{
	font-weight:bold;
}

.hilite5{
	background-color:#FFCC00;
	color:#000000;
	font-weight: bold;
	padding:2px;
}

.pricehilite{
	color:#FF0000;
}

.divider{
	padding-top:5px;
	padding-bottom:5px;
	Background-Image: Url(../images/dotted_h.gif);
	Background-Repeat: repeat-x;
	Background-Position: 0% 100%;	
}

.dividerrow{
	Background-Image: Url(../images/dotted_h.gif);
	Background-Repeat: repeat-x;
	Background-Position: 0% 100%;	
}

.leftrightpad{
	padding-left: 5px;
	padding-right: 5px;
	width:10px;
}

.loginframe{
	background-color:#F3F3F3;
	border:1px solid #CECECE;
	padding:5px;
}

.headerrow{
	border-bottom:1px solid #FF0000;
	font-weight:bold;
}

.leftmaincolumn{
	width:500px;
}

.leftmaincolumnpad{
	padding-right:20px;
}

.rightmaincolumn{
	width:300px;
}

.rightmaincolumnpad{
}

.cellvalue{
	font-weight:bold;
}

.articlecol{
Background-Image: Url(../images/dotted_h.gif);
Background-Repeat: repeat-x;
Background-Position: 0% 100%;
}

.agentlist td{
	padding:5px;
}

.desctick{
	font-size:10px;
}

.highlitefield:hover{
	background-color:#FFCC00;
	border:2px solid #FF9900;
}

.toolpanel{
	background-color:#FFCC00;
	padding:5px;
}

.notice{
	font-size:18px;
	text-align:center;
	padding:40px;
	background-color:#FFCC00;
}

.lightwindowform{
	padding:10px;
	background-color:#FFCC00;
}

.scrollcol{
	width:600px;
	height:150px;
	overflow:auto;
	padding-right:20px;
}

.articles_col{
width: 620px;
padding: 0px;
}

.whatsupcol{
width:300px;
text-align:justify; 
padding:5px;
}

.shout5{
font-size: 1.5em;
font-weight:bold;
}

.updatedtime{
font-family: century gothic;
font-size:10px;	
}

.fullnewscol{
	width:500px;
}

.widecolumn{
	width:900px;
}

.widecolumnpad{
	padding:30px;
	padding-top:10px;
	Background-Image: Url(../images/container_sides_wide.gif);
	Background-Repeat: repeat-y;
	Background-Position: 0% 0%;
}

.magspec{
	border:1px solid #CCCCCC;
	padding:2px;
}

.magspec td{
	padding:2px;
}

.magcoltitle{
	width:200px;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}

.oddrow{
	background-color:#fde6e6;
}

	#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #FFCC00;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid #FF9900;
	z-index:100;
	border-right: 3px solid #FF9900;
	border-bottom: 3px solid #FF9900;
	visibility: hidden;
 /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
	
	}

	.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
	}

.divmorelinks{
	background-color:#EEEEEE;
	border-bottom:1px solid #CCCCCC;
	padding:2px 5px 2px 2px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

.divmorelinks a:link{
	color:#0066ff;
}

.divbacklinks{
	background-color:#EEEEEE;
	border-bottom:1px solid #CCCCCC;
	padding:2px 2px 2px 5px;
	font-size:12px;
	font-weight:bold;
}

.divbacklinks a:link{
	color:#0066ff;
}

.searchbox{
Background-Image: Url(../images/dotted_h.gif);
Background-Repeat: repeat-x;
Background-Position: 0% 100%;
padding-bottom:11px;
}


.soldcol{
Background-Image: Url(../images/sold.gif);
Background-Repeat: no-repeat;
Background-Position: 0% 50%;
height:80px;
}

.divcomment{
Background-Image: Url(../images/dotted_h.gif);
Background-Repeat: repeat-x;
Background-Position: 0% 100%;
padding:10px;
width:400px;
}
/*
.leftmaincolumn{
	width:550px;
}

.leftmaincolumnpad{
	padding:30px;
	padding-top:10px;
	Background-Image: Url(../images/container_sides.gif);
	Background-Repeat: repeat-y;
	Background-Position: 0% 0%;
}

.leftmaincolumnindex{
	width:550px;
	Background-Image: Url(../images/bg-top_fade.gif);
	Background-Repeat: repeat-y;
	Background-Position: 0% 0%;
}

.rightmaincolumn{
	width:250px;
	margin-top:5px;
}

.rightmaincolumnpad{
	padding:15px;
	padding-top:0px;
	padding-bottom:0px;
	Background-Image: Url(../images/sidecol_sides.jpg);
	Background-Repeat: repeat-y;
	Background-Position: 0% 0%;
}

.hilite1{
	font-size:18px;
	color:#CC0000;
	margin-bottom:10px;
}

.hilite2{
	font-size:12px;
	font-weight:bold;
	color:#991313;
}

.hilite3{
	font-size:11px;
	font-weight:bold;
}

.divider{
	padding-top:5px;
	padding-bottom:5px;
	Background-Image: Url(../images/dotted_h.gif);
	Background-Repeat: repeat-x;
	Background-Position: 0% 100%;	
}

.dividerlast{
	padding-top:5px;
	padding-bottom:5px;
}

.newsdivider{
	padding-bottom:5px;
	Background-Image: Url(../images/dotted_h.gif);
	Background-Repeat: repeat-x;
	Background-Position: 0% 100%;	
	width:400px;
}

.sharepage{
	margin-bottom:0px;
	Background-Image: Url(../images/dotted_hX.gif);
	Background-Repeat: repeat-x;
	Background-Position: 0% 100%;	
	padding-top:0px;
	padding-bottom:5px;
}

.bodymain{
}

.tablespec{
	background-color:#FAFAFA;
	width:250px;
	padding:5px;
	border:1px solid #EEEEEE;
}

.colon{
	padding-left:5px;
	padding-right:5px;
}

.newsdisplay{
	width:475px;
	margin-top:10px;
	text-align:justify;
}

.newsheadline{
	width:500px;
	font-weight: bold;
	font-size: 16px;
}
*/

