/* Standard 68 Classifieds Style Sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #D1D1D1;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
table.main {
	border: 1px solid #ded3c6;
	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: #000000;
	background: #ded3c6;
	border-bottom: 1px solid #ECECEC;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	text-align: left;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	border: 1px solid #ECECEC;
	width: 100%;
	padding: 0px;
	margin:0px;
}
/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	border: 1px solid #ECECEC;
	width: 100%;
	padding: 0px;
	margin:0px;
}
table.sortable span.sortarrow 
{
    text-decoration: none;
	color: #8B9F30;
}
a.sortheader:link {
	text-decoration: underline;
	color: #8B9F30;
}
a.sortheader:visited {
	text-decoration: underline;
	color: #8B9F30;
}
a.sortheader:hover {
	text-decoration: none;
	color: #8B9F30;
}
/* Featured Listings
 * td.featured handles the display of featured listings
 *
*/
td.featured{
	background-color:#d7e2a8;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	/*background-color:#CAE6CE;*/
	background-color:#fde886;
}
/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1{
     background-color:#d0d0d0;
     background-color:#ECECEC;
}
.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.
 *
*/

.formsmall  { background-color: #FFFFFF; color: #000000; padding: 4px; }

#form h2 {
	background:url(images/th.jpg) repeat-x;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #D6D5D6;
	text-indent: 5px;
	padding: 5px;
	font-size: 108%;
	text-align: left;
}
#form .fieldgrp {
	margin-bottom:0.5em;
	width:100%;
}
#form .field {
	float:left;
	font-size:95%;
	width:280px;
}
#form .field input {
	border: 2px solid #CCCCCC;
	margin:0px;
}
#form .field textarea {
	border: 2px solid #CCCCCC;
	margin: 0 0 0px;
}
#form input {
	border: 2px solid #CCCCCC;
	margin: 0 0 5px;
	padding: 2px;
}

#form textarea {
	border: 2px solid #CCCCCC;
	margin: 0 0 10px;
}

#form select {
	border: 2px solid #CCCCCC;
	margin: 0 0 10px;
	padding: 1px;
}

#form label.top {
	display: block;
}

#form label {
	clear: both;
	color: #333333;
	display: block;
	float: left;
	font-size: 102%;
	font-weight: bold;
	line-height: 22px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 100px;
}

#form label.onehpx {
	width: 120px;
}

#form input.error {
	background-color: #DEEFFF;
	color: #000000;
	border: 1px SOLID #EA5200;
}

#form label.error {
	background: url("images/cross.png") no-repeat 0px 0px;
	padding-left: 18px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
	float: none;
	display: inline;
}

#form label.checked {
	background: url("images/check.png") no-repeat 0px 0px;
	float: none;
	display: inline;
}
.clear{ clear: both; }
/* Required fields */
.required {font-size: 9px; font-weight: bold; color: #FF0000; }

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

/* Link Styles
 *
*/
a:link{
	color: #6B6B6B;
}
a:visited{
	color: #6B6B6B;
}
a:hover{
	color: #8B9F30;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb{ color: #6B6B6B; text-align:left;}
a.breadcrumb:link { color: #6B6B6B; }
a.breadcrumb:visited{ color: #6B6B6B; }
a.breadcrumb:hover { color: #8B9F30; }

/* 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{
	background-color: #809ac5;
	color: #FFFFFF;
	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;
}

.listingextras,
.listingextras a {
	margin: 5px 0 ;
	font-size: 1em;
	text-align: center;
	}
.listingextras2 {
	border: 1px solid #F1F1F1;
	margin: 5px;
	padding: 5px;
}
.listingextras2 a {
	margin: 5px 0 ;
	font-size: 1em;
}
.favorites {
	background: url('images/favorites.gif') left top no-repeat;
	padding: 0px 0 5px 25px;
	margin-left: 10px;
	height: 16px;
}
.delfavorites {
	background: url('images/favorites_delete.gif') left top no-repeat;
	padding: 0px 0 5px 25px;
	margin-left: 10px;
	height: 16px;
}
.printer {
	background: url('images/printer.gif') left top no-repeat;
	padding: 0px 0 5px 25px;
	margin-left: 10px;
	height: 16px;
}
.moreads {
	background: url('images/moreads-seller.gif') left top no-repeat;
	padding: 0px 0 5px 25px;
	margin-left: 10px;
	height: 16px;
}
.friendmail {
	background: url('images/friendmail.gif') left top no-repeat;
	padding: 0px 0 5px 25px;
	margin-left: 10px;
	height: 16px;
}
.contact {
	background: url('images/contact.gif') left top no-repeat;
	padding: 0px 0 5px 25px;
	margin-left: 10px;
	height: 16px;
}
blockquote {
	margin: 10px 0;
	padding: 5px;
	color: #666;
	border:1px inset;
	}
.updated {
	background: #E8EFF5 url(images/check.png) no-repeat 1em ;
	border: 1px solid #2580B2;
	margin: 1em 5% 10px;
	padding: 0 1em 0 3em;
}

.notes {
	background-color:#FFF5F2;
	border:1px solid #FFD6CF;
	color:#333333;
	margin-bottom: 2px;
	padding: 1em;
}


/*-------------impromptu---------- */
.cleanbluewarning .cleanblue{ background-color: #acb4c4; }
.cleanbluefade{ position: absolute; background-color: #aaaaaa; }
div.cleanblue{ font-family:Georgia,"Times New Roman",serif; position: absolute; background-color: #ffffff; width: 300px; font-size: 12px; text-align: left; border: solid 1px #213e80; }
div.cleanblue .cleanbluecontainer{  background-color: #ffffff; padding: 0px; font-weight: bold;  }
div.cleanblue .cleanblueclose{ background: url('images/th.jpg'); text-align: right; width: 90%; cursor: default; padding: 1px 15px; color: #ffffff; font-weight: bold; }
div.cleanblue .cleanbluemessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.cleanblue .cleanbluebuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.cleanblue button{ padding: 3px 10px; margin: 0 10px; background-color: #567ebb; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.cleanblue button:hover{ border: solid 1px #d4d4d4; }

