body {
	margin:0px;
	background:grey;
}

#wrapper {
	text-align:center;
	background:#fff;
	height:auto;
}

#page{
	FONT-FAMILY : Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align:left;
	width:960;
	margin:auto;
	padding:4px;
	border-left: 1px solid #afafaf;
	border-right:1px solid #afafaf;
	background:#ffffff;
}

#header {
	clear:both;
	background-color:#fff;
	width:100%;
	height:125px;
	overflow:visible;
}

#navigation {
	background-color: #8d0303;
}

#navigation ul {
	 margin:0;
	 padding:0;
 	 display: inline;
}

#navigation ul li {
	 list-style: none;
	 padding-left: 4px;
	 padding-right: 4px;
	 border-right:2px solid white;
 	 display: inline;
 	 background-color: #8d0303;
 	 vertical-align:middle;
 	 text-align:center; 
}

#navigation ul:first-item {
	margin: auto;
}

#navigation ul li a{
 	 color:white;
 	 font-weight:bold;
 	 font-size:12px;
}

#navigation ul li:hover {
 	 background-color: #454545;
}

#navigation ul li:focus {
 	 background-color: #454545;
}

#navigation ul li a:hover {
 	 background-color: #757575;
}

#leftbar{
	background-color:#fff;
	float:left;
	width:19%;
}

#main {
	background-color:#fff;
	float:left;
	width:82%;
	overflow:hidden;
}

#entryDetails {
	overflow:hidden;
}

#rightbar {
	background-color:#fff;
	float:right;
	width:17%;
	text-align: center;
	margin: auto;	
}

.filterInputText:focus {
 background-color:yellow;
}
#pageTopBanner {
	background-color:#fff;
	text-align:center;
	margin-bottom:10px;
}

#headerBanner {
	background-color:#fff;
	float:right;
	width:52%;	
	text-align:right;
}

#groupSlogan {
	font-size:18pt;
	
}

#generalMenu {
	clear:both;
	margin-bottom:4px;
}

#generalMenu a{
 	 font-weight:bold;
 	 font-size:11px;
}

#generalMenu a.postyourad{
}

#rightBarBanner {
	margin-bottom:10px;
}

#rightBarBanner a img {
	padding : 2px 3px;
	border-width : 1px;
	border-color : #efefef;
}

#googleAd1 {
	margin-bottom:10px;
}

#changeCity a {
	font-size:12px;
}

.separator {
	clear:both;
	padding:0px;
	margin:1px;
	height:2px;
	background-color:red;
	width:100%;
}

#navigation {
	clear:both;
}

#footer {
	clear:both;
	background-color:#fff;
	text-align:center;
	font-family:Arial,verdana;
}

.center {
	text-align:center;
}

#contentHeader {
	clear:both;
}

#headerControl {
	float:right;
	width:140px;
}

.button {
	background: #ddd;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	-border-radius: 5px;
}

#breadCrumb {
	font-size:18px;
	margin-bottom:2px;
}

#breadCrumb h1 {
	margin-bottom:0;
	margin-top:0;
}

#headerDesc{
	clear:both;
	font-size:12px;
}

#indexFilter {
	margin-right: 10px;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
}

#indexFilter label {
	font-size:12px;
	font-weight:bold;
}

.indexEntryDetail {
	font-size:12px;
}

.indexEntry, .featured{
	width:100%;
	height:100px;
	clear:both;
	display:block;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #ffffff;
	margin-bottom: 5px;
	overflow:hidden;
}

.featured {
	background-color:#F2FFBF;
}
#contentWrapper {
	width:75%;
	float:left;
}
#indexleftBar {
	width:24%;
	float:left;
}

#indexLeftBar h3 {
	font-weight: bold;	
	font-size: 11pt;
	margin-top:10px;
	padding: 0px;
	background-color: #eee;
}

#indexLeftBar h4 {
	font-weight: bold;	
	font-size: 10pt;
	padding:10px 0px 10px 0px;	
	margin: 0px;
}

#indexLeftBar h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

#indexList {
	border-top:1px solid #eaeaea;
}

.indexEntry_hover{
	width:100%;
	height:100px;
	clear:both;
	display:block;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background-color:#f5f5f5;
	margin-bottom: 5px;
	overflow:hidden;
}

.indexEntryTitle{
	clear:both;
	display:block;
	font-size:14px;
}

.indexEntrySubcategory{
	color:green;
	font-size:10px;
}

.indexEntryDesc{
	font-size:12pt;
	font-style:verdana;
	position:relative;
	width:410px;
	float:left;
	display:block;
	overflow:hidden;
}

.indexEntryFullWidth {
	width:auto;
}

.indexEntry2colWidth {
	width:490px;
}

.indexEntry3colWidth {
	width:390px;
}

.indexThumbnail{
	float:left;
	width:60px;
	height:60px;
	overflow:hidden;
	display:inline;
}

.indexSecondInfo{
	font-size:10pt;
	width:90px;
	float:right;
}
.indexThirdInfo{
	font-size:10pt;
	width:90px;
	float:right;
	text-align:right;
}

.indexEntryFooter{
	font-size:8pt;
	clear:both;
	text-align:left;
	color:green;
}

#indexUpperPagination {
	border-top: red;
	background-color: #eee;
	margin-bottom:5px;	
	margin-top: 10px;
}

#indexUpperPagination .pageRange{
	width:25%;
	float:left;
	font-size:10pt;
}

#indexUpperPagination .pagination{
	width:25%;
	float:left;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

#indexUpperPagination .sortKeyOptions{
	width:48%;
	float:right;
	text-align:right;
	font-size:10pt;
	text-decoration:none;
}



#indexLowerPagination {
	text-align:center;
	margin:auto;	
	width: auto;
}

#pagination ul{border:0; margin:auto; padding:0; width:auto}

#pagination li{
	border:0; margin:0; padding:0;
	font-size:11px;
	float:left;
	list-style:none;
}
#pagination a{
	border:solid 1px #ccc;
	margin-right:2px;
}

#pagination .prevNext a {
	font-weight:bold;
	border:solid 1px #ccc;
	margin-right:2px;
}

#pagination .prevNextInactive {
	font-weight:bold;
	border:solid 1px #ccc;
	display:block;
	float:left;
	padding:3px 6px;
	margin-right:2px;	
} 
 
#pagination .active{
	color:#ff0084;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#pagination a:link,
#pagination a:visited {
	color:#0063e3;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination a:hover{
	border:solid 1px #666666;
}

.entryFooter {
	font-size:14px;
}

.entryHeaderMenu {
	font-size:14px;
	text-align:right;
}

.entryHeaderMenu a{
	background-color:#e0e0e0;
}

.categorySelectorItem {
	font-size:12px;
}

.icon {
	vertical-align:middle;
	border: 0;
}
#noEntries {
	color:red;
	text-align:center;
}

.leftbarWidgetTitle {
	background-color: #eee;	
	font-weight: bold;
}

.leftbarWidgetBody {
	padding-bottom: 10px;	
}

.leftbarWidget {
	margin-right: 10px;
	font-size:14px;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

.leftbarWidgetBody form {
	padding-top: 0;
	margin-top: 0;
}

.leftbarWidgetBody input {
	font-size:12px;
}

.roundify-topright {
	-moz-border-radius-topright: 5px;	
	-webkit-border-radius-topright: 5px;
	-border-radius-topright: 5px;	
}

.roundify {
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	-border-radius: 5px;	
}

.response {
	border: 1px solid #999;
	background-color: #eee;
	margin-top: 10px;
}
