/* Main Table for all listing modules //////////////////////////////////////////*/
table.ListingsMiniTable {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
}
table.ListingsTable {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	width: 100%;
}
table.ListingsTable tr td.PageNumberArea {
	background-color: #999999;
	height:18px;
	padding:3px;
	text-align:center;
	background-image:url(IMAGES/HeaderBkg.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #999999;
}
table.ListingsTable tr td.HtmlViewArea {
	padding:10px;
}

/* Header area containing all search facilities, page numbers etc ///////////////*/
table.ListingsHeaderTable{
	background-color: #666666;
	background-image:url(IMAGES/HeaderBkg.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #333333;
	height:68px;
}
table.ListingsHeaderTable tr td {
	color: #333333;
	font-weight: bold;
	padding-bottom:2px;	
	padding-left:5px;
	padding-right:5px;	
	height:30px;	
}
table.ListingsHeaderTable tr td.Stats {
	text-align: left;
	font-size:12px;
	color: #333333;
	font-weight: bold;
}
table.ListingsHeaderTable tr td.Title {
	text-align: left;
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
}
table.ListingsHeaderTable tr td.CategoryArea {
	text-align: left;
	font-size:12px;
	color: #333333;
	font-weight: bold;
}
table.ListingsHeaderTable tr td.SearchBoxArea {
	padding-top:3px;
}
table.ListingsHeaderTable span.Category {
	font-size:14px;
	text-align: left;
	color: #FFFFFF;
}
table.ListingsHeaderTable input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;		
}
table.ListingsHeaderTable input.btnsubmit {
	width: 60px;	
	height: 22px;	
}
table.ListingsHeaderTable input.BtnViewMore {
	width: 80px;	
	height: 22px;	
}
table.ListingsHeaderTable select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.ListingsHeaderTable select.RecordsPerPage {
	width: 40px;		
}


/* List area for the categories /////////////////////////////////////////////////*/
table.ListingsCategoriesTable {
	margin-bottom:20px;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
table.ListingsCategoriesTable tr td {
	width: 140px;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	border-right:1px solid #009933;
	padding-bottom:10px;
}
table.ListingsCategoriesTable a {
	padding-left:10px;
	font-weight:bold;
	color: #1C5AA5;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:130px;
	height:22px;
	padding-top:5px;
}
table.ListingsCategoriesTable a:hover {
	color: #666666;
}
table.ListingsCategoriesTable span {
	padding-left:10px;
	font-weight:bold;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:125px;
	height:22px;
	padding-top:5px;
	padding-left:15px;
	background-color: #1C5AA5;
	background-image:url(IMAGES/WhiteView.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* List Results area for the selected category or keyword search //////////////////*/
table.ListingsResultsArea {
	font-size:11px;
	color: #666666;
	text-align:left;
	width: 100%;
	padding-top:10px;	
}
table.ListingsResultsArea tr td {
	padding-right:15px;
}
table.ListingsResultsArea tr td.Arrow {
	padding-left:5px;
	padding-right:5px;
}
table.ListingsResultsArea span.Title{
	color:  #009900;
	font-weight: bold;	
	text-decoration: none;
	font-size:11px;
}
table.ListingsResultsArea tr td a.ReadMore {
	color: #FF6600;
	font-weight: normal;	
	text-decoration: none;
	font-size:11px;
}
table.ListingsResultsArea tr td a.ReadMore:hover {
	color: #FF9933;
}
table.ListingsResultsArea div.NoResults{
	float:left;
	padding-top: 30px;
	padding-left: 30px;
	font-size:12px;
	color: #FF6600;
	font-weight:bold;
}

/* Page Numbersing ///////////////////////////////////////////*/
.PageNoSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
a.PageNo{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.PageNo:hover{
	color: #FFFF00;
}
.HighlightWordSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #990000;
}
