/***** Classes used for the classified ads *****/

/* This set the color of the links */
a.clas-link:link	{ color: #0000FF; text-decoration:none }
a.clas-link:visited	{ color: #0000FF; text-decoration:none }
a.clas-link:active 	{ color: #0000FF; text-decoration:none }
a.clas-link:hover	{ color: #FF0000; text-decoration:underline }

/* This set the color of each row */
.clas-row1-color	{ font-size:11px; background-color:#C2E2BA; border-bottom : solid 1px #000000;}
.clas-row2-color	{ font-size:11px; background-color:#F0FCEC; border-bottom : solid 1px #000000;}
.clas-line1		{ border-bottom : solid 1px #C0C0C0;}
.clas-line2 		{ border-bottom : solid 1px #000000;}

/* This set the title and contact */
.clas-title		{ font-size:11px; font-weight:bold;}
.clas-desc		{ font-size:11px;}
.clas-contact		{ font-size:11px; font-style:italic;}

/* This set the pages and search word display */
.clas-on-page		{ color: #FF0000;}
.clas-find-title	{ color: #FF0000; font-weight:bold;}
.clas-find-desc		{ color: #FF0000; font-weight:bold;}
.clas-not-found		{ font-size:12px; color: #FF0000;}

/* This set all the text box*/
.clas-textbox		{ border: 1px solid #33763D; color: #000000; font-weight:normal; }

/* This set the email link */
a.clas-email:link	{ color: #0000FF; text-decoration:none; font-style:italic;}
a.clas-email:visited	{ color: #0000FF; text-decoration:none; font-style:italic;}
a.clas-email:active 	{ color: #0000FF; text-decoration:none; font-style:italic;}
a.clas-email:hover	{ color: #FF0000; text-decoration:underline; font-style:italic;}

.clas-message 		{ color: #FF0000; text-decoration:none }
.clas-pic-border	{ border: solid 1px #000000;}
.clas-height		{ line-height:15px}
.clas-table-1		{ border: 1px solid #33763D; background-color: #FFFFFF; color: #000000; font-weight:normal; }
.clas-table-1 td	{ padding: 2px; }


.button		{ border: 1px solid #33763D; font-size:10pt; background-color:#33763D; color: #FFFFFF; font-weight:normal; }
.listings td { padding: 2px; line-height: 1.4em; }