/***********************************************************************
| 68 Classifieds developed by 68 Designs, LLC. 
|-----------------------------------------------------------------------
| All source code & content (c) Copyright 2004, 68 Designs LLC 
|   unless specifically noted otherwise.
|
|The contents of this file are protect under law as the intellectual property
| of 68 Designs, LLC. Any use, reproduction, disclosure or copying
| of any kind without the express and written permission of 68 Designs, LLC is forbidden.
|
|
| File: style.css
|
| Purpose: The style page, handles the css for the site. 
|
| Developers involved with this file: 
|		Eric Barnes  http://www.68designs.com/contact-support.php [EB]
|
| ______________________________________________________________________
|	http://www.68classifieds.com	  http://www.68designs.com/
***********************************************************************/
body {
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	color: #FFF;
	font-size: 10px;
	background-color: #333333;
}
td,th{
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	color: #000000;
	font-size: 10px;
	background-color: #709599;
}
/* Link Styles */
a:link {
	color: #000000;
	text-decoration : underline;
}
a:visited {
	color: #000000;
	text-decoration : underline;
}
a:hover {
	color: #fff;
	text-decoration : none;
}
a:active {
	color: #ccc;
	text-decoration : underline;
}
/* error message */
.CODE  { 
	font-family: Courier, Courier New, Verdana, Arial;  
	font-size: 12px; 
	color: #000000; 
	font-weight: normal; 
	background-color:#A7BFE0; 
	border: 1px solid #646464; 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px 
}
.style3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	font-size: 14px;
	font-weight: bold;
	border-bottom-color: #FFFFFF;
}
.small {font-size: 9px; font-weight:normal; }
.header {font-size: 12px; font-weight:bold; }
.required {font-size: 9px; font-weight: bold; color: #FF0000; }
.expired {font-weight: bold; color:#000000; }
/* Table Styles */
table.main {
	border: 1px solid #999999;
	background-color: #709599;
}
.tback {
	background-repeat: no-repeat;
}
td.featured{
	background-color: #BECFD1;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.tdspace {	
	margin: 15px;	
	padding: 15px; 
}
.tableborder { 
	border: 0px; 
	background-color: #000000; 
	padding: 0px; 
	margin: 0px; 
}
.tablebasic  {
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.tablefill   { 
	border: 1px solid #999; 
	padding: 6px; 
}
.pformstrip { 
	background-color: #5D7B86; 
	color: #000; 
	font-weight: bold; 
	font-size: 12px; 
	padding: 4px; 
}
.pformstrip a:link, .pformstrip a:active, .pformstrip a:visited { 
	color: #000; 
	text-decoration: none;
}
.pformstrip a:hover { 
	color: #000; 
	text-decoration: underline; 
}
.pformleft  { 
	background-color: #5D7B86; 
	font-weight: bold; 
	padding: 4px; 
	width: 25% 
}
.pformright  { 
	background-color: #5D7B86; 
	font-weight: bold; 
	padding: 4px; 
	width: 25% 
}
.pformsmall  { 
	background-color: #5D7B86; 
	padding: 4px; 
}
.maintitle {
	vertical-align: middle;
	font-weight: bold;
	color: #000;
	background-color: #000000;
	padding: 4px 4px 4px 4px;
	background-image: url(images/nav.jpg);
}
.maintitle a:link, .maintitle  a:visited, .maintitle  a:active { color: #E1E1E1 }
.maintitle a:hover { color: #FFFFFF }
.image {border-color:#000000 }

/* NAV Styles */
.nav {
	/*vertical-align: middle;
	height: 18px;
	margin-bottom: 1px;
	padding-left: 5px;
	
	*/
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	
	font-size: 11px;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}
a.nav:link {
	color: #000000;
	font-family: Verdana, Arial, "Century Gothic", Tahoma;
	font-size: 11px;
	text-decoration : none;
	font-weight: bold;
}
a.nav:visited {
	color: #000000;
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	font-size: 11px;
	text-decoration : none;
}
a.nav:hover {
	color: #FFF;
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	font-size: 11px;
	text-decoration : underline;
}
.norm {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5D7B86;
	background-color: #709599;
}
/* form styles */
input,select,textarea 
{
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}
.menu{
	background-color: #BECFD1;
}
.silver{
	background-color:#999;
}
.white{
	background: #709599;
}
h1 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

