body {
	font-size: 12pt;
	line-height: 1.4em;
	font-family: arial, helvetica, sans-serif;
	background: #fff;
}

h1, h2, h3, h4 {
	margin: 0;
}

h1 {
	font-size: 120%;
	color: #9E0B0E;
	margin-bottom: .5em;
}

h2 {
	font-size: 110%;
	margin-bottom: .5em;
}

h3 {
	font-size: 100%;
	margin-bottom: .5em;
}

h4 {
	font-size: 90%;
}

p, li, label, td, th {
	font-size: 90%;
}

li li, li li li, td p, td li {
	font-size: 100%;
}

input, select, textarea {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

p {
	margin: 0 0 1em 0;
}

hr.invisible {
	display: none;
}

a {
	color: #9E0B0E;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input.text {
	/*border: 1px solid #000;*/
}

input.image {
	position: relative;
	top: 2px;
	left: 3px;
}

.clear {
	overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

#wrapper {
	width: 660px;
}

.interior #wrapper {
}

#header,  #nav {
	display: none;
}

.interior #content {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

table.fcmsList {
	border-collapse: collapse;
	margin: 0 0 1em 0;
	clear: both;
}

table.fcmsList td, table.fcmsList th {
	padding: 3px;
	border: 1px solid #878802;
	vertical-align: top;
}

table.fcmsList th {
	background: #C7C789;
	color: #000;
	vertical-align: bottom;
}

tr.odd {
	background: #fff;
	color: #000;
}

tr.even {
	background: #E6E7D7;
	color: #000;
}

tr.new {
	background: #ff6;
}

tr.highlight {
	background: #f00;
	color: #fff;
}

td.actions {
	text-align: center;
}

table.fcmsList ul {
	margin: 0;
	padding: 0;
}

table.fcmsList ul li {
	margin-left: 20px;
}

/* Sortable tables */
table.sortable a.sortheader {
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
		font-weight: bold;
}

#project-notes {
	margin-top: 1em;
	border: 1px solid #999;
	padding: 10px;
}

.project-note {
	border-top: 1px dotted #999;
	margin-top: 1em;
	padding-top: .5em;
}

.project-note span {
	display: block;
	font-weight: bold;
	color: #999;
}

div.members {
	border: 1px solid #878802;
	background: #E6E7D7;
	padding: 0;
	margin: 1em 0;
}

div.members h4 {
	background: #878802;
	color: #fff;
	padding: 5px;
}

div.members p {
	margin: 5px;
}

/*****************************/
/* Form styles */
/*****************************/

.widget {
	border-top: 2px solid #878802;
	padding-top: 1em;
}

.widget .preField {
	display: block;
	font-weight: bold;
	margin-top: .5em;
}

.widget .postField {
	display: inline;
	font-weight: normal;
	margin: 0;
	font-size: 14px;
}

.widget .postField2 {
	font-weight: bold;
}

.widget fieldset {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #878802;
}

.widget legend {
	color: #fff;
	border: 1px solid #878802;
	background: #878802;
	padding: 1px 5px;
	margin-bottom: 0em;
	font-weight: bold;
}

.widget input.text, .widget select, .widget textarea {
	width: 300px;
	font-size: 16px;
}

.widget input.button {
	font-size: medium;
	margin-right: 20px;
}

.widget .errMsg {
	color: red;
	font-size: 82%;
}

.widget .errFld {
	border: 1px solid red;
}

.widget .actions {
	margin: 20px 0;
}

/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 220px;
	font-size: 85%;
	min-height: 2em;	
	background-image: url(/wforms/tfa-bracket.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	margin-top: 2px;
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 220px;
	font-size: 85%;
	min-height: 2em;
	background-image: url(/wforms/tfa-greybracket.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	margin-top: 2px;	
	padding: 0 0 0 20px ;
}

fieldset .field-hint, fieldset .field-hint-inactive {
	width: 200px;
}

.field-hint span, .field-hint-inactive span {
	display: block;
	color: #666;
}

.view .field-hint-inactive {
	display: none;
}

.error {
	font-weight: bold;
	color: red;
}

/* Buttons */
.actions {}
.primaryAction {
	display: inline;
}
.secondaryAction {
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}

.selected-list {
	margin: 0;
	float: left;
	display: none;
}

.selected-list ul {
	margin: .5em 0;
	padding: 0;
}

.selected-list li {
	margin-left: 20px;
}

#footer {
	width: 660px;
	margin: 10px 0 0 0;
	border-top: 1px solid #000;
	padding-top: 5px;
}

#footer ul {
	display: none;
}

/*****************************************************/
/* print banner */
/*****************************************************/
.home #header img {
	display: block;
	margin-left: 33px;
}

.home #banner {
	position: relative;
}

.home #banner img {
	display: block;
}

#photo1, #photo2, #photo3 {
	position: absolute;
	z-index: 2;
}

.home #photo1 {
	top: 54px;
	left: 434px;
}

.home #photo2 {
	top: 118px;
	left: 572px;
}

.home #photo3 {
	top: 20px;
	left: 644px;
}

.home #blocks {
	position: absolute;
	top: 86px;
	left: 223px;
	z-index: 3;
}

.home #content {
	float: left;
	display: inline; /* IE double margin bug */
	width: 620px;
	margin-left: 146px;
	margin-top: -30px;
	padding-bottom: 40px;
	position: relative;
	z-index: 9;
}

.home #content div.feature {
	background: url(../images/bg_features.gif) 0 0 repeat-y;
	padding: 40px 7px 10px 7px;
	width: 141px;
	float: left;
}

.home #content div.feature h1 {
	height: 17px;
	text-indent: -5000px;
	overflow: hidden;
	margin: 0;
}

.home #hd-know {
	background: url(../images/hd_home_get_to_know.gif) no-repeat;
}

.home #hd-overseas {
	background: url(../images/hd_home_overseas_programs.gif) no-repeat;
}

.home #hd-us-growing {
	background: url(../images/hd_home_us_growing_projects.gif) no-repeat;
}

.home #hd-help {
	background: url(../images/hd_home_how_can_i_help.gif) no-repeat;
}

.interior #wrapper {
	background: url(../images/bg_wrapper_interior.gif) repeat-y;
}

.interior #logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.interior #blocks {
	position: absolute;
	top: 37px;
	left: 456px;
	z-index: 3;
}

.interior #photo1 {
	top: 22px;
	left: 562px;
}

.interior #photo2 {
	top: 57px;
	left: 640px;
}

.interior #photo3 {
	top: 0;
	left: 679px;
}

.interior #banner h1 {
	position: absolute;
	top: 80px;
	left: 180px;
	z-index: 2;
	width: 360px;
	height: 50px;
	text-indent: -5000px;
	overflow: hidden;
	margin: 0;
}