/* Standard 68 Classifieds Style Sheet */

h1 { font-size: 10px; }

th {
	font-weight: bold;
	color: #FFFFFF;
	background: #FF6600;
	/* border-bottom: 1px solid #FF6600;
	text-indent: 5px;
	padding: 5px;
	margin: 5px; */
	font-size: 10px;
}
td.featured{
	background-color:#F1F1F1;
}
/* NAV Styles */
.navigation{
	border: 1px solid #FFFFFF;
	width: 150px;
}
.navTitle {
	font-weight: bold;
	color: #FFFFFF;
	background: #FF6600;
	border-bottom: 1px solid #FF6600;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
}
.navlist{
	font-weight: bold;
	background-color:#F1F1F1;
	text-indent: 5px;
	padding: 3px;
	/*border-top: 1px solid #5A89C0;
	display: block;
	margin: 3px;
	*/
}

/* NAV Styles */
.tback {
	background-repeat: no-repeat;
}

/* error message */
.CODE  { 
	font-family: Verdana,Arial,Courier;
	font-size: 12px; 
	color: #000000; 
	font-weight: bold; 
}
.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 #000000;
	background-color: #FFFFFF;
}
.tback {
	background-repeat: no-repeat;
}
.featured{
	background-color: #EEEEEE;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.tdspace {	
	margin: 15px;	
	padding: 15px; 
}

.breadcrumb { 
	border: 1px solid #FFFFFF; 
	padding: 8px;
	margin:0px;
	background-color: #FFFFFF;
}
.tableborder { 
	border: 1px solid #FFFFFF; 
	width: 100%;
	padding: 8px;
	margin:0px;
	background-color: #FFFFFF;
}
.tablebasic  {
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.pformstrip { background-color: #FFF; color: #448; font-weight: bold; font-size: 12px; padding: 4px; }
.pformstrip a:link, .pformstrip a:active, .pformstrip a:visited { color: #448 }
.pformstrip a:hover { color: #FF6600 }
.pformleft  { 	
	background-color: #FFFFFF; 
	padding: 5px;
	margin: 5px;
	text-align: right
}
.pformright  { 
	background-color: #FFFFFF; 
	padding: 5px;
	margin: 5px;
}
.pformsmall  { background-color: #FFFFFF; color: #000000; padding: 4px; }
.maintitle {
	font-weight: bold;
	color: #FFFFFF;
	background: #FF6600;
	border-bottom: 1px solid #FF6600;
	text-indent: 5px;
	padding: 5px;
	margin: 5px;
}
.maintitle a:link, .maintitle  a:visited, .maintitle  a:active { color: #E1E1E1 }
.maintitle a:hover { color: #FFFFFF }
/*.image {border-color:#000000 }*/

/* NAV Styles */
.nav {
	color: #000000;
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	font-size: 11px;
}
a.nav:link {
	color: #000000;
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	font-size: 11px;
	text-decoration : none;
}
a.nav:visited {
	color: #000000;
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	font-size: 11px;
	text-decoration : none;
}
a.nav:hover {
	color: #000000;
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	font-size: 11px;
	text-decoration : underline;
}
.norm {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/* form styles */
input,select,textarea 
{
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}