/* Standard 68 Classifieds Style Sheet */


h2{
	color: #79BF40;
	font-family: 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px;	
	

}

h1{
	color: #79BF40;
	font-weight:bold;
	font-family: 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	margin:1px;

}


.padding {
	padding:0 5px 5px 5px;
	text-align:left;

}
/* Main Table
 * This class handles the appearence of the
 * the main tables used with 68classifieds
 *
*/
table.main {
	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 {
	color: #79BF40;
	font-family: 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
}
/* Table Border
 * This class handles the inside table layout
 *
*/
.tableborder {
	/*	border: 1px solid #000;
*/	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:#003366;
	color:#FFFFFF;
	border:1px dashed #FFFFFF;
}
td.featured a:link,td.featured a:visited{
	color:#ffffff;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted {
	/*background-color:#CAE6CE;*/
	background-color:#eeeeee;
}
/* 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;
}
.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;
}
/* Link Styles
 *
*/
a:link, a:visited {
	color: #002C6B;
}

a:hover {
	color: #0056D7;
}
a:active {
	color: #002C6B;
}
/* Breadcrumb
 * This class handles the category
 * breadcrumb trail
*/
.breadcrumb {
	color: #002C6B;
}
a.breadcrumb:link {
	color: #002C6B;
}
a.breadcrumb:visited {
	color: #002C6B;
}
a.breadcrumb:hover {
	color: #0056D7;
}
/* 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 {
	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;
}

/* 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;
}
.copy{
	text-align:center;
	height:101px;
	background-image:url(/templates/ebride2/images/bg_footer.png);
	color:#FFFFFF;
}
.folder{
	margin:5px;
	padding-bottom:10px;
	float:left;
}
.tableWhite{
	text-align:left;

}





/* ============================================ */
/* Andre - Remove and structure 									*/
/* ============================================ */

body {
	text-align: left;
	margin:0;
	padding:0;
}
body, p, td, ul, li {
	font-family: 'Trebuchet MS',Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
p {
	margin-top: 9px;
	margin-bottom: 9px;
}

div{
/*	border:1px solid #FF0000;*/
}



/* ============================================ */
/* NAVIGATION									*/
/* ============================================ */
.navigation {
	width: 175px;
	text-align:left;
}

.navTitle {
	color: #536387;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px;	
	width: 170px;
	margin: 0px;
}
.navlist {
	padding: 3px;
	background-image:url(/templates/ebride2/images/bg_list.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 18px;
	
	
	
}
.navlist a:link, .navlist a:visited{
	color: #002C6B;
	text-decoration:none;
	display:block;
}

.navlist a:hover {
	background-color: #CCCCFF;
}

