/* Standard 68 Classifieds Style Sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #E7E7E7;
}
.topbar {
	background-image:  url("http://www.68classifieds.com/example/templates/68autoround/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("http://www.68classifieds.com/example/templates/68autoround/images/fade.gif");
	border-bottom: 1px solid #5A89C0;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
}
.navlist{
	font-weight: bold;
	background-color:#F1F1F1;
	text-indent: 5px;
	padding: 3px;
}
.navlist:hover {
	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-weight: bold;
	color: #FFFFFF;
	background: #646265;
	border-bottom: 1px solid #5A89C0;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 10px;
	text-align: left;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	border: 1px solid #000;
	width: 90%;
	padding: 0px;
	margin:0px;
	text-align: left;
}
/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	border: 1px solid #000;
	width: 90%;
	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;
}
.formright  {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	text-align: left;
}
.formsmall  { background-color: #FFFFFF; color: #000000; padding: 4px; }
input,select,textarea
{
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}

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

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

/* Link Styles
 *
*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #006600;
}
.orangelink:link {
	color: #FF6600;
	text-decoration: none;
}
.orangelink:visited {
	text-decoration: none;
	color: #FF6600;
}
.orangelink:hover {
	text-decoration: none;
	color: #FF6600;
}
.orangelink:active {
	text-decoration: none;
	color: #FF6600;
}
.blacklink:link {
	color: #000000;
	text-decoration: none;
}
.blacklink:visited {
	text-decoration: none;
	color: #000000;
}
.blacklink:hover {
	text-decoration: none;
	color: #000000;
}
.blacklink:active {
	text-decoration: none;
	color: #000000;
}
.whitelink:link {
	color: #ffffff;
	text-decoration: none;
}
.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
}
.whitelink:hover {
	text-decoration: none;
	color: #ffffff;
}
.whitelink:active {
	text-decoration: none;
	color: #ffffff;
}
/* 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{
	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;
}

.style1 {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
}
.style2 {
	color: #FFCC00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {
	color: #8B8B8B;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style5 {
	color: #9CB45E;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style7 {
	color: #739D0D;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style8 {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style9 {
	color: #FF9900;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style10 {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style11 {
	color: #42832F;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style12 {
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}