/* Standard 68 Classifieds Style Sheet */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #663300;
	text-align: center;
	color: #663300;
}
#wrapper {
	text-align: left;
	width: 900px;
	background-color: #FFECBF;
	border: 1px solid #663300;
	padding: 5px;
	margin: 5px auto;
}
#header {
	text-align: center;
}
#topbar
{
	height: 24px;
	margin: 5px;
	background-image: url(images/topbar.png);
	background-repeat: no-repeat;
}
/* Navigation Styles */
.menu
{
	text-decoration: none;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 11px;
}
.menu:visited
{ 
	text-decoration: none;
}
.menu:hover
{
	text-decoration: none;
	color: #663300;
	background-color: #FFFFCC;
	padding: 2px;
}
.navigation{
	border: 1px solid #663300;
	width: 175px;
}
.navTitle
{
	font-weight: bold;
	color: #FFFFCC;
	background-color: #996633;
	border-bottom: 1px solid #663300;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 11px;
}
.navlist
{
	font-weight: bold;
	color: #663300;
	background-color: #FFFFCC;
	text-indent: 5px;
	padding: 3px;
	font-size: 10px;
	text-decoration: none;
}
.navlist:link
{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
.navlist:visited
{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
.navlist:hover
{
	color: #FFFFCC;
	font-weight: bold;
	background-color: #996633;
	text-decoration: none;
}
.subnav
{
	font-weight: normal;
	color: #663300;
	background-color: #FFFFCC;
	text-indent: 8px;
	padding: 3px;
	font-size: 10px;
	text-decoration: none;
}
a.subnav:link
{
	color: #663300;
	text-decoration: none;
	background-color: #FFFFCC;
	font-weight: normal;
}
a.subnav:visited
{
	color: #663300;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFCC;
}
a.subnav:hover
{
	color: red;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFCC;
}
.navright
{
	font-weight: bold;
	color: #663300;
	background-color: #FFFFCC;
	text-indent: 5px;
	padding: 3px;
	font-size: 10px;
}
.navright:link
{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
.navright:visited
{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
.navright:hover
{
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
.copy
{
	text-decoration: none;
	color: #FFFFCC;
	font-size: 9px;
}
a.copy:link
{
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
a.copy:visited
{
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
a.copy:hover
{
	color: #FFECBF;
	background-color: #FFECBF;
	font-weight: bold;
	text-decoration: none;
}

/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
table.main
{
	border: 1px solid #663300;
	background-color: #FFFFCC;
	vertical-align: middle;
	text-decoration: none;
	color: #663300;
}

/* 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: #FFFFCC;
	background: #996633;
	border-bottom: 1px solid #663300;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 10px;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder
{
	border: 1px solid #663300;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #663300;
	font-size: 10px;
}
a.tableborder:link
{
	font-weight: bold;
	text-decoration: none;
}
a.tableborder:visited
{
	font-weight: bold;
	text-decoration: none;
}
a.tableborder:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #FFECBF;
}

/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	border: 1px solid #663300;
	width: 100%;
	padding: 0px;
	margin:0px;
}
table.sortable span.sortarrow 
{
    text-decoration: none;
	color: #FFFFCC;
}
a.sortheader:link {
	text-decoration: none;
	color: #FFFFCC;
}
a.sortheader:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a.sortheader:hover
{
	text-decoration: none;
	color: #663300;
	background-color: #FFFFCC;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color: #FFFFCC;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	/*background-color:#CAE6CE;*/
	background-color: #FFFFCC;
}
/* 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: #FFFFCC; color: #663300; font-weight: bold; font-size: 12px; padding: 4px; }
.formstriperror {background-color: #FFFFCC; color: #FF0000; font-weight: bold; font-size: 13px; padding: 4px; text-align: center; }
.formstrip a:link, .formstrip a:active, .formstrip a:visited { color: #663300 }
.formstrip a:hover { color: #996633 }
.formleft
{
	background-color: #FFFFCC;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	color: #663300;
}
.formright  {
	background-color: #FFFFCC;
	padding: 5px;
	margin: 5px;
	text-align: left;
	color: #663300;

}
.formsmall  { background-color: #FFFFFF; color: #663300; padding: 4px; }
input,select,textarea
{
	border: 1px solid #663300;
	color: #663300;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}

/* Required fields */
.required {font-size: 9px; font-weight: bold; color: #FF0000; }
.error{
	color: #663300;
	background: #FFFFCC;
	margin: 5px;
	padding: 5px;
	width: 80%;
	border: 1px solid red;
	text-align: center;
}

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

/* Link Styles
 *
*/


/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb
{
	color: #663300;
	font-size: 10px;
}
a.breadcrumb:link
{
	color: #663300;
	text-decoration: none;
}
a.breadcrumb:visited
{
	color: #663300;
	text-decoration: none;
}
a.breadcrumb:hover
{
	color: #996633;
	text-decoration: none;
}

/* 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: #663300;
	color: #FFFFCC;
}
.paginationNum{
	background-color: #FFFFCC;
	color: #663300;
}
.navigationBack{
	background-color: #996633;
	color: #FFFFCC;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.navigation{
	font: x-small verdana, geneva, lucida, 'lucida grande', 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;
}
/* Icons
 * The following classes are used on the userindex page
 * it formats the icons and links.
*/
div.icon   { 
	margin: 3px; 
	text-align: center;
}
div.icon a { 
	display: block; 
	height: 93px !important;
	height: 95px; 
	width: 108px !important;
	width: 110px; 
	vertical-align: middle; 
	text-decoration : none;
	border: 1px solid #DDD;
	padding: 2px 5px 1px 5px;
	text-align: center;
}
div.iconimage { 
	padding-top: 13px; 
	text-align: center;
}
a
{
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: inherit;
	font-weight: bold;	
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
	background-color: #996633;
	font-weight: bold;	
}
/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1 {
	color: #FFFFCC;
    background-color: #996633;
    padding: 5px;
	margin: 5px;
}
.row2{
	background-color: #FFFFCC;
	color: #663300;
	padding: 5px;
	margin: 5px;
}

.advertise
{
	text-decoration: none;
	background-color: #FFFFCC;
	color: red;
}
td.what_new
{
	padding: 5px;
	background-color: #FFFFCC;
}