@charset "utf-8";
/* CSS Document */

/* on profile page */
.classified_viewall {
	text-align:right;
	font-size:.8em; 
	font-weight: bold; 
}

.classified {

}

.classified #heading {
	font-size:1em;
	font-weight: bold; 

}

/* table used for editing and adding */
.classifiedTable {
	background-color: #E0EED7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #074B07;
	border-right-color: #074B07;
	border-left-color: #074B07;
	margin:20px;
}

.classifiedTable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #074B07;
	margin: 2px;
	padding: 2px;
	text-align:right; 
}

.classifiedTable td {
	margin: 2px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #074B07;
	text-align:left;
}

.classifiedTable .tdHeader {
	font-weight:bold; 
	text-align:right; 
}

.classifiedTable tr td table tr td {
	border: none; 
}

/* box around cateogires */
.classifedscat {
	border: 1px solid #074B07;
	background-color: #E0EED7;
	margin-left: 10px;
	margin-right: 4px; 
	margin-bottom: 30px; 
}

.classifedscat #head {
	font-size: 1em;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #074B07;
	padding: 2px;
}

/* Side list */
#classifiedCategories {
	width: 200px;
	list-style-type: none;
}

#classifiedCategories li {
	padding-bottom: 3px; 
	margin: 0px;
}

/* top menu */
#classifiedMenu {
	list-style-type: none;

}

#classifiedMenu li {
	font-size:.8em;
	font-weight:bold;
	display:inline;
	padding-left:.5em;
	padding-right:.5em;
	list-style-type: none;

}

#classifiedActionMenu {
	display:inline;
	list-style-type: none;
	float:right;
	margin: 0px; 
	padding: 0px; 
}

#classifiedActionMenu li {
	font-size:.75em;
	font-weight:bold;
	display:inline;
	padding-left:.3em;
	padding-right:.3em;
}

.classified {
	padding: 1em;
}

.add_classified {
	font-size:.7em;
	font-weight:bold;
	text-align:right;
}

.classifiedTitle {
	font-weight:bold;
	font-size:.9em;
}

.classifiedDate {
	font-weight:bold;
	font-size:.7em;
}

.classifiedDetails {
	font-size:.8em;
	list-style:none;
}

.classifiedDetails li {
}

.classifiedDescription {
	padding:1em;
}

.classifiedComments {
}