/* Standard 68 Classifieds Style Sheet */
body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7E7E7E;
	background-color: #FFFFFF;
	text-align: left;
}
#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 #999999;
	width: 175px;
}
.navTitle {
	font-weight: bold;
	color: #FFFFFF;
	background: #660000 url("images/fade2.gif");
	border-bottom: 1px solid #999999;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
}
.navlist{
	font-weight: normal;
	background-color:#FFFFFF;
	text-indent: 5px;
	padding: 3px;
}

/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
table.main {
	border: 1px solid #999999;
	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: #660000 url("images/fade2.gif");
	border-bottom: 1px solid #999999;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
	font-size: 10px;
}

/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	border: 1px solid #999999;
	width: 100%;
	padding: 0px;
	margin:0px;
}

/* Sortable 
* Sort the show listings table
*
*/
table.sortable 
{
	border: 1px solid #000;
	width: 100%;
	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:#F1F1F1;
}
/* 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: #000000; 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
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Geneva;
	font-size: 9px;
}

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

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

/* Link Styles */
a:link{color: #7E7E7E;}
a:visited{color: #7E7E7E;}
a:active {color: #7E7E7E;}
a:hover{color: #660000; text-decoration:underline;}

/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb{color: #7E7E7E; }
a.breadcrumb:link {color: #7E7E7E; }
a.breadcrumb:visited{color: #7E7E7E; }
a.breadcrumb:hover {color: #660000; text-decoration:underline;}

/* 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: #660000;
	color: #333333;
}
.paginationNum{
	background-color: #FFFFFF;
	color: #333333;
}
.navigationBack{
	background-color: #660000;
	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;
}






/* Monster Main Styles */

td {
	text-align: ;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10px;
	color:#7E7E7E;
	line-height:13px;
}
.pay {
	font-family:Tahoma;
	font-size:9px;
	color:#7E7E7E;
	line-height:13px;
}

a {font-family:tahoma;}
a:link{color: #7E7E7E;}
a:visited{color: #7E7E7E;}
a:active {color: #7E7E7E;}
a:hover{color: #660000; text-decoration:underline;}

body { 	margin:0px;padding:0px;	}

.copy{
	font-family:Tahoma;
	font-size:11px;
	color:#7E7E7E;
	text-decoration:none;
	line-height:px;
	font-weight:;
}

.top_txt_menu {
	padding-top:14px;
	color:#7E7E7E;
	font-family:Tahoma;
	font-size:11px; 
	text-decoration:none}

.gray {color:#7E7E7E; text-decoration:none}
.gray1 {color:#858585; text-decoration:none}
.blue {color:#5C88AD}
.blue_n {color:#5C88AD; text-decoration:none}
.blue1 {color:#547180}
.burgandy {color:#660000}
.white {color:#FFFFFF}
.big {font-size:11px}


.form { width:134px;
	height:20px;
	font-family:tahoma;
	font-size:11px;
	border-style:;
	border-width:;
	border-color:;
	background-color:;
	color:#000000;
	margin-left:12px;
	margin-right:0px}
		
		
.textarea {width:137px;
	height:95px;
	font-family:tahoma;
	font-size:10px;
	border-style:;
	border-width:;
	border-color:;
	background-color:#ffffff;
	color:#898989;
	overflow:auto;
	margin-left:0px;
	margin-right:0px}
		


.rollover {scrollbar-face-color:#8B8B8B;
	scrollbar-track-color:#E2E2E2;
	scrollbar-arrow-color:#ffffff;
	scrollbar-3Dlight-color:#ffffff;
	scrollbar-base-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;}


#under{text-decoration:underline;}
