/* CSS Document */

/** LISTING **/
.alignCenter {
	text-align: center;
}

/** MAIN TEXT **/
div.mainText {
	padding: 15px 0px 10px 15px;
}
div.mainText p {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}
div.mainText p.alphabet {
	color: #bcbcbc;
	word-spacing: 1px;
	margin: 0px 0px 10px 0px;
}


div.back {
	padding: 20px;
}
div.next {
	padding: 10px 0px;
	text-align: right;
}
div.next a {
	padding-right: 13px;
	background: url(../images/listing/arrow_next.gif) no-repeat right 3px; 
}


div.greyBar {
	background: url(../images/listing/bar_grey-hdr.gif) no-repeat center top #e5e5e5;
}
div.greyBar p {
	background: url(../images/listing/bar_grey-ftr.gif) no-repeat center bottom;
	font-weight: bold;
	font-size: 12px;
}

div.categoryList ul {
	margin: 0px;
	list-style: none; 
	font-size: 12px;
}
div.categoryList ul li {
	margin: 0px;
	background: url(../images/listing/arrow_next.gif) no-repeat left 5px; 
}

table.charityListing {
	width: 100%;
	border-bottom: #ebebeb solid 1px;
}
table.charityListing td {
	/*background: url(../images/listing/color_eg.gif) repeat-x left top;*/
	border-top: #ebebeb solid 1px;
	padding: 20px 15px;
	vertical-align: top;
}
table.charityListing p {
	font-size: 11px;
	line-height: 16px;
}

div.fullPageListing {
	width: 100%;
	/*padding: 0px 0px 75px 15px;*/
	background: url(../images/listing/table_ftr.gif) no-repeat right bottom;
}
div.fullPageListing table {
	width: 950px;
	background: url(../images/listing/table_hdr.gif) no-repeat right top;	
	color: #6f6f6f;
	font-size:12px;
}
div.fullPageListing table td {
	padding: 10px 10px;
	line-height: 16px;
}
div.fullPageListing table tr.header td {
	height: 34px;
	font-weight: bold;
	font-size:11px;
	padding: 5px 10px;
}
div.fullPageListing table tr.alt {
	background: #f3f3f3;
}
div.fullPageListing table tr.alt.even{
	background: #f3f3f3;
}
div.fullPageListing table tr.alt.odd {
	background: #ffffff;
}
div.fullPageListing table tr.even{
	background: #f3f3f3;
}
div.fullPageListing table tr.odd {
	background: #ffffff;
}

div.fullPageListing a {
	color: #6f6f6f;
	text-decoration: none;
}

div.fullPageListing a:hover {
	color: #F12454;
	text-decoration: none;
}
	
/** END OF CSS **/

