
.bg_classifiedstable {
	border: 1px solid #cccce6;
	background-image: url(http://live.fresnobee.com/static/images/placead/classifiedsbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
.bg_carstable {
	border: 1px solid #cccce6;
	background-image: url(http://live.fresnobee.com/static/images/placead/carsbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
.bg_realestatetable {
	border: 1px solid #cccce6;
	background-image: url(http://live.fresnobee.com/static/images/placead/realestatebg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
.bg_jobstable {
	border: 1px solid #cccce6;
	background-image: url(http://live.fresnobee.com/static/images/placead/jobsbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
.tableborderblue {
	border: 1px solid #cccce6;
	background-image: url(http://live.fresnobee.com/static/images/placead/bgrepeat_blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

/* title bar at the top of each table */
.tableheaders {
	background-color: #ebeff5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7f93c6;
}
/* blue section titles */
.sectiontitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7f93c6;
}

/* padding for input fields */
.inputfield {
	margin-top: 2px;
	margin-bottom: 6px;
}

.gobutton {
	width: 25px;
	margin-top: 2px;
	margin-bottom: 6px;	
}
#sectionTitle {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px;
}
/* ==Start: Link Styles== */
a {
	color: #0E4887;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

a:hover {
	text-decoration: underline;
	
}
a.Morelink {
	font-family: verdana;
	font-size: .8em;		
	font-weight: bold;
	padding-right: 5px;
	color:#7F93C6;
	background-image: url(http://live.fresnobee.com/static/images/moreArrow.gif);
	background-position: center right;
	background-repeat:no-repeat;
	
}
a.newsheadline {
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 1em;	
	font-weight:bold;
	color:#114683;
	display: block;
	
}
/* ==End: Link Styles== */

/* input field titles */
.inputlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	
}

/* verticle line to separate table columns */
.verticaldivider {
	background-image: url(http://live.fresnobee.com/static/images/placead/verticaldivider.gif);
	background-repeat: no-repeat;
	background-position: left;	
	
}
/* verticle line to separate table columns */
.verticaldividergrey {
	background-image: url(http://live.fresnobee.com/static/images/placead/verticaldividergrey.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
}
.redunderline {
	color: #CC0000;
	text-decoration: underline;
	
}
.paneltitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	
}
.horizontalline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccce6;
}