/* Standard 68 Classifieds Style Sheet */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	/*background-color: #F4F4F4;
	background-color:#E5EDF5;*/
	background-color:#ffffff;
	text-align:center;
	padding-bottom:5px;
}

#wrapper {
	text-align:left;
	width:90%;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px auto;
}
#header {
	text-align: center;
}
.topbar {
	background-image:  url("images/bar.gif");
	background-repeat: repeat-x;
	height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: right;
	padding: 5px;
}

/* Navigation Styles */
.navigation{
	border: 1px solid #5A89C0;
	width:175px;
}
.navTitle {
	font-weight: bold;
	color: #FFFFFF;
	background: #5487BF url("images/fade.gif");
	border-bottom: 1px solid #5A89C0;
	text-indent:5px;
	padding:4px;
}

.navlist {
	font-weight: bold;
	/*background-color:#F1F1F1;*/
	background-color:#F9C100;
	text-indent:5px;
	padding:3px;
}

.navlist a:link, .navlist a:active, .navlist a:visited, .navlist a:hover {
	text-indent:5px;
	padding:3px;
}

.mouseover {
	background-color:#ffffff;
}

/*a.navlist:link { color: #448; }
a.navlist:visited{ color: #667; }
a.navlist:hover { color: #5487BF; font-weight: bold; background-color: #FFFFFF; }*/

/* 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-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color:#1E228E;*/
	color:#444488;
	/*background: #5487BF;*/
	/*background-color:#5C8EC3;*/
	border-bottom: 1px solid #1E228E;
	padding-left:2px;
	padding-bottom:1px;
	padding-top:0px;
	text-align:left;
	vertical-align:top;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	/*border: 1px solid #D8E5EE;*/
	width: 100%;
	padding:5px;
	padding-top:0px;
	margin:0px;
}

.tableborder td {
	font-size:11px;
}

#border-dashed th {
	border-bottom:1px dashed #1E228E;
}

/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	/*border:1px solid #000;*/
	width: 100%;
	padding:0px;
	margin:0px;
}

table.sortable th {
	border:0px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
}

table.sortable th a:link, table.sortable th a:active, table.sortable th a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}

table.sortable th a:hover {
	text-decoration:none;
	color:#333333;
}

table.sortable span.sortarrow {
    text-decoration: none;
	color:#1e228e;
}

table.sortable td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
	border-bottom:1px solid #827E77;
}

table.sortable td img {
	border:1px solid #000000;
}

a.sortheader:link, a.sortheader:visited, a.sortheader:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration: underline;
	color:#1e228e;
}

a.sortheader:hover {
	text-decoration: none;
	color:#4078B7;
}
/* 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:#E9F4F6;
}
/* 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:11px; padding: 4px; }*/
.formstrip {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	border-bottom-color:#FFFFFF; 
	background-color:#6897C8; 
	padding:5px;
	font-weight:bold;
}

.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: #efefef;
	font-weight:bold;
	padding:5px;
}
.formright  {
	background-color: #FFFFFF;
	padding:5px;
	margin:5px;
	text-align: left;
	border:1px solid #efefef;
}
.formsmall  { background-color: #FFFFFF; color: #000000; padding: 4px; }
input, select, textarea {
	border:1px solid #666633;
	color:#000000;
	background-color:#ffffff;
	font-family: Verdana, Arial, Geneva;
	font-size:10px;
	font-weight:normal;
}

input[type=submit] { /* supported in Firefox */
	color:#FFFFFF;
	background-color:#C43D41;
}

textarea {
	width:161px;
}

/* Required fields */
.required {font-size: 9px; font-weight: bold; color: #FF0000; }
.error{
	color: #000000;
	background: #FFF;
	margin: 5px;
	padding: 5px;
	width: 80%;
	border: 1px solid red;
	text-align: center;
}

/* Expired Listings */
.expired {font-weight: bold; color:#000000; }

.package-selection {
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #40697F;
}

.viewlisting-description {
	border:1px solid #e7e7e7;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}

/* Link Styles
 *
*/
a:link {
	color: #448;
}
a:visited {
	color: #667;
}
a:hover {
	color: #5487BF;
}
a:active {
	color: #FF0000;
}
/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#448;
	background-image:url(images/dot.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:6px;
	padding-top:5px;
	margin-top:0px;
}
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{
	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;
}
/* 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;
}

.top-navtitle, .top-navlink a:link, .top-navlink a:active, .top-navlink a:visited {
	color:#ffffff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.top-navlink a:hover {
	text-decoration:underline;
}

.searchbox-title {
	color:#F9C100;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.searchbox-adv a:link, .searchbox-adv a:visited, .searchbox-adv a:active {
	color: #8EBC14;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.searchbox-adv a:hover {
	color:#FFD500;
}

.searchbox-text {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pformleft {
	vertical-align:top;
}

.pformright {
	vertical-align:top;
}

.image {
	border:1px solid #666666;
	padding:1px;
}

#onsale-title {
	color:#36FA00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px dashed #36FA00;
	vertical-align:top;
	padding-bottom:2px;
}

#onsale-listings, #onsale-listings a {
	padding-top:2px;
	height:100%;
	vertical-align:top;
	color:#ffffff;
	padding-bottom:0px;
}

#onsale-listings a:hover {
	color:#36FA00;
}	

#footer, #footer a:link, #footer a:active, #footer a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	/*color:#99FF00;*/
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	padding:10px;
}

#footer a:hover {
	color:#99FF00;
}

.step-listings {
	padding-bottom:8px;
}

.back_cancel_outerdiv {
	padding-left:10px; 
	padding-top:8px; 
	padding-bottom:8px; 
	background-color:#eeeeee;
	background-color:#ffeeee;
}

.back_cancel_buttons {
	text-align:center; 
	vertical-align:middle; 
	border:1px solid #000000; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:2px; 
	padding-bottom:2px;
	background-color:#FFFFFF;
}

.back_cancel_textstyle {
	text-decoration:none;
}