/* This file must contain no html tags. */

/* Bulletins use inline styles, so any changes made below will not affect bulletins. Fortunately, the bulletin doesn't use many styles; most of them can be found in the publish/bulletin folder. The rest are set by format_grant.php and format_news.php. The style you'll probably change most often is the H4 section header. */

/* font: italic bold small-caps 1em Arial,Helvetica,sans-serif; 
You don't have to include everyone of these properties, but you must include the font size and font family:
font: 1.5em Georgia,Times,serif; */

/* Do not leave spaces between the property value and the units. If you use "margin-left: 20 px" instead of "margin-left: 20px" it will only work properly in IE6 but it will not work in Mozilla or Netscape. */

/*You must follow the link/visited/hover/active order of these selectors within your style sheet, or you may have unpredictable results. */
a:link { color: #C22600; text-decoration: underline; background-color: transparent; }
a:visited { color: #21428A; text-decoration: underline; background-color: transparent; }
a:hover { color: #f00; text-decoration: underline; background-color: transparent; }
a:active { color: #f00; text-decoration: underline; background-color: #ffff99; }

/* Links within tables on federal and state search/browse results pages have no underlines. */
.noul a:link { color: #C22600; text-decoration: none; background-color: transparent; }
.noul a:visited { color: #21428A; text-decoration: none; background-color: transparent; }
.noul a:hover { color: #f00; text-decoration: underline; background-color: transparent; }
.noul a:active { color: #f00; text-decoration: underline; background-color: #ffff99; }

a img { border: none; }

body { 
	background-color: #fff; 
	color: #000; 
	font-family: Verdana,Arial,Geneva,sans-serif; 
	font-size: 0.8em;
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-left: 10px;
	padding: 0px;
}

blockquote {
	margin-left: 15px;
}

em {font-style: italic;}

fieldset
{
	border: 1px solid #19734E;
	padding: 10px;
}

form {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

h1 {
	color: #19734E;
	font-family: Tahoma,Arial,Verdana,Geneva,sans-serif; 
	font-size: 1.8em;
	margin-bottom: 5px;
	margin-top: 0;
}

h2 {
	color: #19734E;
	font-family: Tahoma,Arial,Verdana,Geneva,sans-serif; 
	font-size: 1.3em; 
	margin-bottom: -6px;
	margin-top: 10px;
}

h3 {
	font-family: Verdana,Arial,Geneva,sans-serif; 
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 5px; 
	margin-bottom: 0;
}

/* Used for funder type header bars on Folder, Bulletins, and in bulletins */
h4 {
	background-color: #C7E8D9;
	color: #19734E;
	font-family: Arial,Geneva,Verdana,sans-serif; 
	font-size: 1.15em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 3px 0 3px 6px;
}

label { /* Used for forms */
	clear: left;
	float: left;
	font-family: Arial,Verdana,Geneva,sans-serif; 
	font-size: 0.9em; 
	margin-right: 2px;
	text-align: right;
	width: 100px;
}

legend
{
	color: #19734E;
	font-family: Arial,Verdana,Geneva,sans-serif; 
	font-weight: bold;
	font-size: 1.25em;
} 

p, blockquote, ol, ul { 
	font-family: Verdana,Arial,Geneva,sans-serif; 
	font-size: 1em; 
	margin-bottom: 10px;
	margin-top: 10px;
}

select {	
	margin: 1px 0;
}

strong {font-weight: bold;}

table { border-collapse: collapse; }

table#sb_results {
	border: 0; 
	font-family: Verdana,Arial,Geneva,sans-serif; 
	font-size: 1em;
}
table#sb_results th, td { border:0; }

ul { 
	margin-left: 1em; 
	padding-left: 1em;
}

#bc { 
	font-family: Arial, Geneva, Verdana, sans-serif; 
	font-size: 1em; 
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#col-main {
	display: inline; /* Hack fixes IE doubled float-margin */
	float: left;
	margin-right: 10px;
	padding: 0;
	width: 540px;
}

#col-right {
	background-color: #f5f5ef;
	border: 1px solid #CECECA;
	display: inline; /* Hack fixes IE doubled float-margin */
	float: left;
	padding: 5px 8px 0 8px;
	width: 220px;
}

#col-right h2 {
	margin-top: 0;
}

#col-right ul {
	font-size: 0.85em; 
	line-height: 130%;
//	list-style: none;
	margin-left: 4px;
//	padding-left: 1em;
//	text-indent: -1em;
}

#folder {
	background-color: #ded;
	border: 2px dashed #080;
	padding: 10px;
}

#footer {
	clear: both;
	color: #666;
	font-size: 0.85em; 
	margin-top: 20px;
	text-align: center;
	width: 100%;  
}

#logo { 
	margin-left: 0px; 
}

#main {
	width: 600px;
}

#nav1 {
	color: #999999;
	font-family: Arial,Verdana,Geneva,sans-serif; 
	font-size: 13px; 
	margin-bottom: 10px;
	text-align: right;
/*	word-spacing: 4px; */
}

#nav2 {
	background-color: #19734E;
	background-image:url('graphics/navemenu_bg.png');
	background-repeat:repeat-x;
	font-family: Arial, Geneva, Verdana, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	margin-bottom: 10px; 
	margin-top: 4px; 
	padding: 3px 0px 3px 7px;
	word-spacing: 10px;
}

#nav2 a:link {color: #fff; text-decoration: none; }
#nav2 a:visited {color: #fff; text-decoration: none; }
#nav2 a:hover {color: #fc0; text-decoration: none; background-color: transparent; }
#nav2 a:active {color: #ff0; text-decoration: none; background-color: transparent; }

.alert {
	background-color: #ff0;
	color: #e00;
	font-style: italic; 
	font-size: 1.3em;
}

.feedback {
	background-color: #C7E8D9;
	font-family: Arial, Tahoma, Geneva, Verdana, sans-serif; 
	padding: 2px;
}

.folderitem {
	margin: 0;
	padding: 0;
	padding-left: 2em;
	text-indent: -2em;
}

.head1 {
	color: #008800; 
	font-family: Verdana,Arial,Geneva,sans-serif; 
	font-size: 1.5em;
	font-weight: bold;
}

.news_hl {
	font-size: 1em; 
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
}

.nolist { 
	font-size: 0.85em; 
	line-height: 110%;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/* Search/browse criteria selectors */
.selector {
	font-family: Arial, Tahoma, Geneva, Verdana, sans-serif; 
	margin: 0 0 4px 0;
}

.sumfield {
	margin-left: 68px;
	width: 498px;
}

/* For bulleted lists within summaries */
.sumfield ul {
	margin: 2px;
}

.sumlabel {
	clear: both;
	color: #999;
	float: left;
	font-family: Arial,Verdana,Geneva,sans-serif; 
	text-align: right;
	width: 65px;
}

.results_table_top {
	background-color: #19734E;
	color: #fff;
	font-family: Arial,Verdana,Geneva,sans-serif; 
	font-weight: bold;
}

/* Put this class in a form tag to make space between inputs. */
.textform input, select, textarea {
	margin-bottom:3px;
}

.textform p {
	font-family: Arial,Verdana,Geneva,sans-serif; 
}

.warning {
	background-color: #ff0;
	padding:2px;
}

.wee { 
	font-size: 0.85em; 
	line-height: 125%;
}

.weegrey { 
	color: #999;
	font-size: 0.85em; 
	line-height: 125%;
}