@CHARSET "UTF-8";

#under_content {
	width: 960px;
	margin: 7px 0 20px 0;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 10px;
}

#under_content table {
	background-color: #EFEFEF;
	border-colapse: colapse;
	font-size: 10px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#under_content th, #under_content td {
	border-right: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
}

#under_content th {
	padding: 1px 5px 1px 5px;
	text-align: left;
	font-weight: bold;
	color: #808080;
}

#under_content td {
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}

#under_content a {
	text-decoration: none;
	color: #5690C9;
}
		
#under_content a:hover {
	text-decoration: underline;
	/* color: #5690C9; */
}


/* STYLES FOR NEW FUNDRAISING_IDEAS PAGE */

#fr_content_container {
	width: 889px; /* 959 */
	padding: 25px 35px 10px 35px;
	border: #EFEFEF solid 2px;
	overflow: hidden;
}

#fr_content_container img {
	display: block;
}
		
#fr_content_container h1 {
	color: #81bc59;
	font-size: 24px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 14px;
}
		
#fr_content_container h4 {
	color: #999999;
	font-size: 14px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: bold;
	margin: -12px 0 22px 0;
}

#fr_content_title {
	width: 886px;
	text-align: left;
}
	
#fr_left {
	float: left;
	width: 423px;
	margin: 0 40px 0 0;
}
		
#fr_right {
	float: left;
	width: 423px;
}
		
#fr_idea_image {
	text-align: center;
}
		
.fr_tab_module_header_left, .fr_tab_module_header_right {
	width: 423px;
	float: left;
}

.fr_tab_module_header_left {
	margin: 0 40px 25px 0;
	/* border: #F00 solid 1px; */
}		
		
.fr_tab_module_header_right {
	margin: 0 0 25px 0;
}		

.fr_tab_module_header_left table, .fr_tab_module_header_right table {
	padding: 0em;
	margin: 0em;
}

.fr_tab_module_header_left th, .fr_tab_module_header_right th {
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;	
	color: #FFFFFF;	
	height: 33px;
}
		
.fr_tab_module_header_left td, .fr_tab_module_header_right td {
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #999999;
	padding: 0em;
	margin: 0em;
	text-align: left;
}		
		
.fr_tab_module_header_left ul, .fr_tab_module_header_right ul {
	list-style-image: url(/img/list_icon.gif);
}
		
.fr_tab_module_header_left li, .fr_tab_module_header_right li {
	list-style-position: outside;
	text-indent: 0px;
	color: #999999;
	line-height: 22px;
	margin-left: 20px;
}
		
.fr_tab_module_header_left a, .fr_tab_module_header_right a {
	color: #999999;
	text-decoration: none;
}
		
.fr_tab_module_header_left a:hover, .fr_tab_module_header_right a:hover {
	text-decoration: underline;
}
		
.fr_green_link a {
	color: #48AC33;
	text-decoration: none;
}		
		
.fr_green_link a:hover {
	text-decoration: underline;
}		
		
.fr_border-line {
	height: 1px;
}
		
.fr_align-right {
	float: right;
}
		
.fr_tab_line_left {
	background-image: url(/img/tab_line_left.png);
	text-align: left;
}
		
.fr_tab_line_right {
	 background-image: url(/img/tab_line_right.png);
	 text-align: right;
}