﻿@charset "utf-8";
/* CSS Document */

#synopsis #words {
	color:#6C6F70;
}
#synopsis #words a{
	color:#6C6F70;
}
#synopsis #words #h1Background {
	background:#e1dcbf url(images/topRightSupport.gif) right top no-repeat;
}
#synopsis #words #descriptionBackground {
	background:#d1c99d url(images/botLeftSupport.gif) left bottom no-repeat;
}

#mainContent table#tableGiftCanDo {
	padding-top:10px;
	margin:12px;
}
#mainContent table#tableGiftCanDo th{
	padding:.4em .5em;
	background-color:#CCCCCC;
	font-size:90%;
}
#mainContent table#tableGiftCanDo td{
	padding:.25em 2em .25em .5em;
	font-size:80%;
	background:#ffffff url(images/dottedHorizontal.gif) bottom left repeat-x;
}
#mainContent table#tableGiftCanDo td.contribution {
	width:10em;
	text-align:center;
}
#mainContent #asteriskGiftCanDo
{
	text-align:center;
	padding:1.5em 3em 0 3em;
	font-size:70%;
}
#mainContent #logoNetworkForGood
{
	border:none;
	float:right;
	padding:0 0 5px 20px;
}
#mainContent ul.donorList {
	list-style:square;
	margin:0 0 0 0;
	padding:0;
}
#mainContent ul.donorList li {
	float:left;
	width:210px;
	margin-left:20px;
	display:inline;
	padding:.5em 2em .5em 0;
}
/* the following 3 rules clear the float of the donorlist li */
#mainContent ul.donorList:after {	/* clear the "float" - works on everything except IE */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #mainContent ul.donorList {	/* clear the float - IE 5, 5.5 and 6 */
	height:1%;
}
*:first-child+html #mainContent ul.donorList { /* clear the float - IE 7 */
	min-height:1px;
}
#supportersPage #mainContent h2 {
	padding:5px 10px;
	margin-left:8px;
	background-color:#CCCCCC;
}
