/* Standard 68 Classifieds Style Sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #003333;
	text-align: center;
; line-height: normal
}
#wrapper {
	text-align: left;
	width: 97%;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px auto;
; clip:   rect(   )
}
#header {
	text-align: center;
}
.topbar {
	background-image:  url("images/bar.gif");
	background-repeat: repeat-x;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: right;
	padding: 5px;
; clip:  rect(   )
}

/* Navigation Styles */
.navigation{
	border: 1px #999999 solid;
	width: 175px;
}
.navTitle {
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/fade.gif);
	border-bottom: 1px solid #5A89C0;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
}
.navlist{
	font-weight: normal;
	background-color:#F1F1F1;
	text-indent: 5px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navlist:hover {
	background-color: #00FF00;
}
a.navlist:link { color: #66CC00; }
a.navlist:visited{ color: #667; }
a.navlist:hover { font-weight: bold; background-color: #00FF66; }


/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
table.main {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

/* TH
 * This class handles the appearence of the
 * the first row in all tables. With the default
 * template this is the blue row.
 *
*/
th {
	font-weight: bold;
	color: #FFFFFF;
	background: #003333;
	border-bottom: 1px solid #5A89C0;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 11px;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	border: 1px #999999 solid;
	width: 100%;
	padding: 0px;
	margin:0px;
}
/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	border: 1px solid #000;
	width: 100%;
	padding: 0px;
	margin:0px;
}
table.sortable span.sortarrow 
{
    text-decoration: none;
	color: #FFF;
}
a.sortheader:link {
	text-decoration: underline;
	color: #FFF;
}
a.sortheader:visited {
	text-decoration: underline;
	color: #FFF;
}
a.sortheader:hover {
	text-decoration: none;
	color: #FFF;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color:#F1F1F1;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	/*background-color:#CAE6CE;*/
	background-color:#FFF7D2;
}
/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1{
     background-color:#d0d0d0;
     background-color:#F1F1F1;
}
.row2{
     background-color:#FFF;
}

/* Form styles */
/*
 * The form styles section displays information about the forms
 * formstrip is the part above the form fields
 * formleft & formright deal with the left and right <td> in the form output.
 *
*/
.formstrip { background-color: #FFF; color: #448; font-weight: bold; font-size: 12px; padding: 4px; }
.formstriperror {background-color: #FFF; color: #FF0000; font-weight: bold; font-size: 13px; padding: 4px; text-align: center; }
.formstrip a:link, .formstrip a:active, .formstrip a:visited { color: #448 }
.formstrip a:hover { color: #5487BF }
.formleft  {
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align: right
}
.formright  {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	text-align: left;
}
.formsmall  { background-color: #FFFFFF; color: #000000; padding: 4px; }
select
{
	border: 1px #0468E1 solid;
	color: #000000;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
}

/* Required fields */
.required {font-size: 9px; font-weight: bold; color: #FF0000; }

/* Expired Listings */
.expired {font-weight: bold; color:#000000; }

/* Link Styles
 *
*/
a:link{
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #003C3C;
	text-decoration: underline;
}
a:active {
	color: #C10000;
	text-decoration: none;
}
/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb{ color: #448; }
a.breadcrumb:link { color: #448; }
a.breadcrumb:visited{ color: #667; }
a.breadcrumb:hover { color: #5487BF; }

/* Pagination
 * This class handles the appearence of the
 * previous and next section
 *
*/
.pageNav td { padding: 2px 4px 2px 4px; }
.pageNav a { text-decoration: none; }

.pagination{
	text-align: right;
	background-color: #7088b0;
	color: #333333;
}
.paginationNum{
	background-color: #FFFFFF;
	color: #333333;
}
.navigationBack{
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
; background-color: #809AC5
}
.navigation{
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}
/* Characters
 * This class is used when a user is placing an ad
 * It formats the characters remaining
*/
.characters{
	color: #666666; font-size: 9px;
}
.VerdanaBlack11px {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #000000; line-height: normal}
.VerdanaBlack12px {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; line-height: normal}
.VerdanaWhite11px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #FFFFFF; line-height: normal }
.VerdanaNavy11px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #003399; line-height: normal }
.VerdanaNavy12px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #003399; line-height: normal }
#wrapper800x600 { text-align: left; width: 100%; background-color: #FFFFFF; border: 1px #000000 solid; padding: 3px 3px; margin: 3px 3px; ; clip:   rect(   )}
.VerdanaWhite10px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FFFFFF; line-height: normal }
.VerdanaRed12px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #FF0000; line-height: normal }
.VerdanaGreen12px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #006633; line-height: normal }
.VerdanaBlue11px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #000099; line-height: normal }
.VerdanaBlack12px2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; line-height: 18px}
.VerdanaNavy14px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color: #003399; line-height: normal }
th_home { font-weight: bold; color: #000000; background: #CFDEC0; border-bottom: 1px solid #5A89C0; text-indent: 5px; padding: 5px; margin: 5px; font-size: 11px; }
.ArialBlack11px { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #000000; line-height: normal }
.ArialBlack12px { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; line-height: normal }
.VerdanaBlack11px2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; line-height: 17px}

input { 
	border: 1px #0468E1 solid;
	color: #000000;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
 } textarea
 { 
	border: 1px #0468E1 solid;
	color: #000000;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
 } .ArialBlack10px { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; line-height: normal }
.VerdanaBlack10px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; line-height: normal }
