/* Standard 68 Classifieds Style Sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF7E6;
	background-color: #000000;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 96%;
	background-color: #000000;
	border: 0px solid #000000;
	padding: 5px;
	margin: 10px auto;
}
#header {
	text-align: center;
}
.topbar {
	background-image:  url("images/bar.gif");
	background-repeat: repeat-x;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	padding: 5px;
}

/* Navigation Styles */
.navigation{
	border: 0px solid #996B00;
	width: 150px;
}
.navTitle {
	font-weight: bold;
	color: #996B00;
	background: #000000;
	border-bottom: 0px solid #996B00;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}
.navlist{
	font-weight: bold;
	background-color:#000000;
	text-indent: 5px;
	padding: 3px;
}
.navlist:hover {
	background-color: #000000;
}
a.navlist:link { color: #DEB887; }
a.navlist:visited{ color: #FFEBCD; }
a.navlist:hover { color: #996633; font-weight: bold; background-color: #000000;}


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

/* 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: #996B00;
	background: #000000;
	border-bottom: 0px solid #996B00;
	text-indent: 0px;
	padding: 5px;
	margin: 5px;
	font-size: 14px;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	border: 1px solid #996B00;
	width: 100%;
	padding: 5px;
	margin:0px;
}
/* Bottom Border
 * This class handles the border under the title
 *
*/
.bottomborder {
	border-bottom: 1px solid #996B00;
	width: 100%;
	padding: 0px;
	margin:0px;
}
/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	border: 1px solid #996B00;
	width: 100%;
	padding: 0px;
	margin:0px;
}
table.sortable span.sortarrow 
{
    text-decoration: none;
	color: #FFF7E6;
}
a.sortheader:link {
	text-decoration: underline;
	color: #DEB887;
}
a.sortheader:visited {
	text-decoration: underline;
	color: #FFEBCD;
}
a.sortheader:hover {
	text-decoration: none;
	color: #CC3333;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color:#000000;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	/*background-color:#CAE6CE;*/
	background-color:#000000;
}
/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1{
     background-color:#614C30;
}
.row2{
     background-color:#7C674D;
}

/* 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: #000000; color: #FFFFFF; font-weight: bold; font-size: 12px; padding: 4px; }
.formstriperror {background-color: #000000; color: #990000; font-weight: bold; font-size: 13px; padding: 4px; text-align: center; }
.formstrip a:link, .formstrip a:active, .formstrip a:visited { color: #FFFFFF }
.formstrip a:hover { color: #CC3333 }
.formleft  {
	background-color: #000000;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
.formright  {
	background-color: #000000;
	padding: 5px;
	margin: 5px;
	text-align: left;
}
.formsmall  { background-color: #000000; color: #CC3333; padding: 4px; }
input,select,textarea
{
	border: 1px solid #CC9966;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}

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

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

/* Link Styles
 *
*/
a:link{
	color: #DEB887;
}
a:visited{
	color: #FFEBCD;
}
a:hover{
	color: #CC3333;
}
a:active {
	color: #996633;
}
/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb{ color: #CCCCCC; }
a.breadcrumb:link { color: #DEB887; }
a.breadcrumb:visited{ color: #FFEBCD; }
a.breadcrumb:hover { color: #CC3333; }

/* Pagination
 * This class handles the appearence of the
 * previous and next section
 *
*/
.pageNav td { padding: 2px 4px 2px 4px; }
.pageNav a { text-decoration: none; }
/*The whole pagination row*/
.pagination{
	text-align: right;
	background-color: #996B00;
	color: #996B00;
}
/*Everything after [Page#] of [Total pages]*/
.paginationNum{
	background-color: #634601;
	color: #FFFFFF;
}
/*[Page#] of [Total pages]*/
.navigationBack{
	background-color: #000000;
	color: #DEB887;
	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: #996B00; 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 #996B00;
	padding: 2px 5px 1px 5px;
	text-align: center;
}
div.iconimage { 
	padding-top: 13px; 
	text-align: center;
}
.users_online{
	font-weight: bold;
	background-color:#000000;
	color: #DEB887;
	text-indent: 5px;
	padding: 3px;
}
.dark-header {
	font-weight: bold;
	color:#996B00;
	background: #000000;
	font-size: 14px;
}
.ex-header {
	font-weight: bold;
	color:#DEB887;
	background: #000000;
	font-size: 14px;
}
.ex-title {
	font-weight: bold;
	color:#DEB887;
	background: #000000;
	font-size: 12px;
}
.ex-value {
	color:#FFF7E6;
	background: #000000;
	font-size: 12px;
}
.notice {
	color:#CC0000;
}
.subd-text {
	color:#996B00;
}
.light-text {
	color:#FFF7E6;
}
.sold {
font-size: 12px;
font-weight: bold;
color: #FF0000;
}
.link-right{
	text-align: right;
	font-size: 12px;
}
.copy {
	text-align: center;
	color:#DEB887;
	background: #000000;
	font-size: 12px;
}
