
/* CSS Document 
Authored by:
For:
Date:*/

html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,img,table,td {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
   margin: 0;
   padding: 0;
   border: 0;
}

html {
overflow-x: auto;
overflow-y: scroll;
}
#cse-search-results iframe {
  width: 850px; }

body {
     background: #DDDDBC url(/Portals/0/images/bkgd.jpg) repeat-x;
	 text-align: center;
	 font-family: Arial, Helvetica, sans-serif;
	 margin-bottom: 25px;
	 font-size: 100%;


}
/*sitewide styles*/
a,a:link,a:visited {
    color: #CC0000;
	cursor:pointer;
}
p {
  padding-bottom: 10px;
}
area {
	outline:0;
}
/*table {margin-bottom:10px;border-collapse:collapse;}*/
 .imageright {
  margin-left: 12px;
  margin-bottom: 8px;
  float: right;
    padding: 2px;
  border: 1px solid #CCCC99;

}
.imageleft {
  margin-right: 12px;
  margin-bottom: 8px;
  float: left;
    padding: 2px;
  border: 1px solid #CCCC99;

}
 .imageborder {
  margin-bottom: 8px;
    padding: 2px;
  border: 1px solid #CCCC99;

}
 .imagerightnoborder {
  margin-left: 12px;
  margin-bottom: 8px;
  float: right;
  border: none;
}
.imageleftnoborder {
  margin-right: 12px;
  margin-bottom: 8px;
  float: left;
  border: none;
}
.noborder {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}
.left {
  float: left;
  margin-right: 15px;
}

.captionleft{
	float:left;
	padding:0px 0px 5px 0;
	margin-right:20px;
	display: block;
	font-size: 10px;
	font-style:italic;
	line-height:130%;
}
.captionright{
	float:right;
	padding:0px 0 5px 0px;
	margin-left:20px;
	display: block;
	font-size:10px;
	font-style:italic;
	line-height:130%;
}
.caption{
	padding:0px 0px 5px 0;
	display: block;
	font-size: 10px;
	font-style:italic;
	line-height:130%;
}
.caption img,
.captionleft img,
.captionright img {
	margin-bottom:5px;
    padding: 2px;
	border: 1px solid #CCCC99;
} 
.table {
  border-top: 1px solid #DDDDBC;
  border-right: 1px solid #DDDDBC;
  padding: 0;
  margin: 0;
}
.table td {
  border-bottom: 1px solid #DDDDBC;
  border-left: 1px solid #DDDDBC;
  padding: 5px;
  margin: 0;
}
.videotable td {
  padding: 4px;
}
.ff2 .videotable td,.ff3 .videotable td {
  padding: 7px;
}

.redtext {
  font-weight: bold;
  color: #CC0000;
}
#container {
    width: 950px;
    margin: 21px auto 0 auto;
    text-align: left;
}
/*mast styles*/
#mast {
background: url(/Portals/0/images/bkgd_redcurve_top.gif) no-repeat;
height: 60px;
}
#mast img {
  border: 0;
}

#logo {
    float: left;
	width: 316px;
  padding: 20px 0 0 18px;
}
#search{
	float: right;
	width: 170px;
	padding:21px 0 0 0;
	font-size: .7em;
	text-align: right;
	color: #FFFFFF;
	word-spacing: 2px;
	height: 25px;
}

.textfield {
  width: 115px;
  border:1px solid #FFF;
  color: #6C1A13;
  font-size: 1em;
  text-align: right;
  padding: 1px 10px 2px 0;
  position: relative;
  margin-right: 5px;
  

}
.ie .textfield {

}
.go {

 margin-left: 5px;
 padding-top: 10px;

}
#textbox {
float: left;

}
#button {
  float: left;
}
.ie #button {
  padding-top: 1px;
}
.GCSearchButton {
 margin-left: 5px;
 cursor: pointer;
 background: url(/Portals/0/images/button_search.gif) no-repeat;
 border: 0;
margin-top:-1px;
padding-bottom:1px;
}
.ie8 .GCSearchButton {
padding-bottom:4px;
}
#mainavholder {
 padding:0;
 margin:0;
 margin-bottom:-1px;
}
#mainav 
{
  float: left;
  background: #9D0000;
  border-top: 1px solid #FFF;

}

#adminnav {
  float: right;
  background: #1C1687;
  border-top: 1px solid #FFF;
  padding: 7px 10px 0 0;
 color: #FFF;
 text-align: right;
 width: 126px;
 height: 27px;
}
.ff2 #adminnav {
 height: 27px;
}
.safari #adminnav {
  height: 26px;
}
#adminnav a,#adminnav a:link,#adminnav a:visited {
  color: #FFF;
  font-size: .75em;
  text-decoration: none;
}
#adminnav a  {
  text-decoration: underline;
}
#body {

  top:-1px;
  padding-top: 20px;
  background: #FFF;
  padding-bottom: 24px;
}
#maininfo{
   float: left;
   width: 670px;
   padding: 0 28px 0 25px;
}
.ie6 #maininfo {
   width: 655px;
   

}
#maininfo-search{
   float: left;
   width: 850px;
   padding: 0 28px 0 25px;
}
#breadcrumb {
   color: #1C1687;
   text-align: right;
   word-spacing: 1px;
   font-size: .7em;
   margin-bottom:8px;
  
}
#breadcrumb a,#breadcrumb a:link,#breadcrumb a:visited {
  text-decoration: none;
  font-size: 1em !important;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
.content {
   line-height: 155%;
   font-size: .75em;
   margin-top: 3px;
   min-height: 300px;
}
.content h1 {
   color: #1C1687;
   font-size: 1.35em;
   margin-bottom: 12px;
}
.content h2 {
color: #1C1687;
  font-size: 1.2em;
  margin-bottom: 10px;

}
.content h3 {
color: #1C1687;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.content p,.content ul,.content ol {
   padding-bottom: 25px;
}
.content .Accordion_SolidBlueContent ul {
  padding-bottom: 0;
}
#maininfo ol {
  margin-left: 25px;
}

#maininfo .Accordion_SolidBlueContent ul {
  margin-top: 0;
}
#maininfo ul ul,#maininfo ol ol {
   padding-bottom: 0;
}
#maininfo ul li {
   margin-left: 10px;
   background: url(/Portals/0/images/bullet_redsquare.gif) no-repeat 0 4px;
   padding-left: 18px;
   list-style-type: none;
}

.content a:hover {
   color: #1C1687;
}
/*right column - cp*/
#subinfo {
    float: right;
    width: 204px;
	padding-right: 21px;
	font-size: .75em;

}
#toolbar {
text-align: right;
  margin-bottom: 7px;
}
#toolbar img {
  border: 0;
}
#toolbar a,#toolbar a:link,#toolbar a:visited {
  text-decoration: none;
  border: 0;
}
 .subheader {
 background: url(/Portals/0/images/bkgd_head_clock_top.gif) no-repeat;
 text-align: right;
 color: #BCBC7B;
 font-family: Arial Narrow, Arial, san-serif;
 font-weight: bold;
  font-size: 1em;
 padding: 12px 15px 2px 0;
}
.ie .subheader {
  font-size: .7em;

}
.subheaderbottom {
  background: url(/Portals/0/images/bkgd_head_clock_bottom.gif) no-repeat;
  width: 204px;
  height: 11px;
}
#subnav {
margin: 10px 0 15px 20px;
}


.greenbox-divide {
  width: 205px;
  height: 2px;
  padding-bottom: 20px;
  border: 1px solid red;
}
.greenbox{
  padding: 1px;
  border: 1px solid #ffffff;
  line-height: 150%;
}

.greenbox a,.greenbox a:link,.greenbox a:visited {
   color:#749816;
}
.greenbox h1,.greenbox h2,.greenbox h3 {
font-size: 1.1em;
padding-bottom: 8px;
color: #000;
}
.greenbox .cont-content {
  background: #E6E6CA;
  padding: 12px 8px 5px 12px;
}
.greenbox .cont-content ul{
  margin:0 0 10px 5px;
}
.greenbox .cont-content ul li {
   background: url(/Portals/0/images/bullet_redsquare.gif) no-repeat 0 4px;
   padding-left: 18px;
   list-style-type: none;
}
.greenbox .cont-content .imageright,
.greenbox .cont-content .imageleft {
  margin-bottom:0;
}
.greenbox a:hover {
   color: #1C1687;
}
.greenbox .Head {
  background: #86AE1C url(/portals/0/images/greenbox_head.gif) no-repeat;
  display: block;
  color: #FFF;
  padding: 5px 0 5px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
.quotes{
  background: url(/Portals/0/images/bkgd_quote_top.gif) no-repeat;
  text-align: center;
  color: #8BB51B;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 125%;
  margin-bottom: 20px;
}

.quotes .cont-content {
  padding: 12px 22px 1px 23px;

background:url(/Portals/0/images/bkgd_quote_bottom.gif) no-repeat 0 bottom;
}
.quotes a:hover {
   color: #1C1687;
}

.stationary{
  margin-bottom: 20px;
  padding-top: 20px;
  width:660px;
}
.ie6 .stationary{
  width:655px;
}
.stationary .topimage {
  background: url(/Portals/0/images/bkgd_stationary_top.gif) no-repeat;
  height: 68px;
}
.ie6 .stationary .topimage {
  background: url(/Portals/0/images/bkgd_stationary_top_ie6.gif) no-repeat;
}
.stationary .stationary_content {
  padding: 0px 22px 0px 43px;
  border:1px solid #E9E9D3;
  border-top:0;
}
.stationary .cont-content {
  position:relative;
  top:-20px;
  width:526px;
}

#footerholder-search {
background: #CC0000 url(/Portals/0/images/bkgd_redcurve_bottom.gif) no-repeat 0 bottom;
  color: #FFF;
  width: 950px;
  text-align: left;
  margin: 0 auto;
}

/*footer styles*/
#footerholder {
background: #CC0000 url(/Portals/0/images/bkgd_redcurve_bottom.gif) no-repeat 0 bottom;
  color: #FFF;
}
#footerholder a,#footerholdera:link,#footerholder a:visited {
   color: #FFFFFF;
}
#footerholder a:hover {
   color: #1C1687;
}
#footerleft {
  float: left;
  width: 590px;
  padding: 15px 0 15px 16px;
}
#footer {
      font-size: .75em;
}

#copyright {
  font-size: .7em;
  padding-top: 8px;


}
#copyright a,#copyright a:link,#copyright a:visited {
   color: #FFF;
}
#copyright a:hover {
   color: #CCCCCC;
}
#tools{
   float: right;
   width: 145px;
   color: #FFFFFF;
   padding-top: 28px;
   position: relative;
}
.emailpage {
  position: absolute;
  top: 15px;
  left: 23px;
}
#tools img {
  border: none;
}
#tools a,#tools a:link,#tools a:visited {
  text-decoration: none;
}
.facebook {
   float: right;
   width: 130px;
   padding-top: 23px;
   padding-right:15px;
   position: relative;
   text-align:right;
}
#containerbottom {
   background: url(../images/shadow_bottom.jpg);
   width: 865px;
   height: 6px;
}
/*landing page styles */
.content-landing{
   line-height: 155%;
   font-size: .75em;
   margin-top: 3px;
}
.content-landing h1 {
   color: #1C1687;
   font-size: 1.35em;
   margin-bottom: 12px;
}
.content-landing h2 {
color: #1C1687;
  font-size: 1.2em;
  margin-bottom: 10px;

}
.content-landing h3 {
color: #1C1687;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.content-landing p,.content-landing ul,.content-landing ol {
   padding-bottom: 20px;
}
.content-landing ol {
  margin-left: 25px;
}
.content-landing ul ul,.content-landing ol ol {
   padding-bottom: 0;
}
.content-landing ul li {
   margin-left: 10px;
   background: url(/Portals/0/images/bullet_redsquare.gif) no-repeat 4px;
   padding-left: 18px;
   list-style-type: none;
}

.content-landing a:hover {
   color: #1C1687;
}
.twocolcontent {
font-size: .75em;
line-height: 155%;
clear: both;
position: relative;
}


.twocolcontent h2 .Head{
  background: url(/Portals/0/images/bkgd_head_landing.gif) no-repeat;
  color: #8BB51B;
  text-transform: uppercase;
  padding: 5px 0 11px 45px;
  margin-bottom: 3px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

.twocolcontent h3 {
  color: #1C1687;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.events {
  float: left;
  width: 322px;
  margin-right: 20px;
}
.ie6 .events {
	margin:0 !important;
}
.news {
  float: right;
  width: 322px;
}
.donornewsrss {
  position: absolute;
  left: 300px;
 top: 4px;
}


/*Initiave pages*/
#enews-initiative {
position: relative;
font-size: .9


}
#enews-initiative h3 {
   color: #333;
   font-size: 1.2em;
   margin-bottom: 5px;
}
#enews-initiative #enewsfields2{



}
#enews-initiative #enewsfields2 input {

}
#enews-initiative #enewsfields2 input.emailfield{

width: 110px;
margin-right: 3px;


}
#enews-initiative #enewsfields2 input.subscribe{

width: 75px;



}


#initiativenav {
	color: #BBB883;
	font-size: 0.75em;
	background: #FFF;
	padding: 15px 0 10px 18px; 
}
#initiativenav span.head {
  float: left;
  width: 130px;
  margin-right: 33px;
  font-weight: bold;
  display: block;
}

#initiativenav a {
  color: #BBB883;
  text-decoration: none;
}
#initiativenav a:hover {
  text-decoration: underline;
}
.twocolcontent hr,.content hr {
  margin-bottom: 20px;
}
.rssbutton {
display: block; 
position: absolute; 
top: 6px; 
left: 295px;
}
/*hwri news styles*/
.twocolcontent h3 {
	color: #CB2412;
}
.twocolcontent h3 a, .twocolcontent h3 a:link, .twocolcontent h3 a:visited, .content h3 a,.content h3 a:link,.content h3 a:visited {
	color: #CB2412;
  text-decoration: none;
}
.twocolcontent h3 a:hover,
.content h3 a:hover {
  color: #1C1687;
}
.twocolcontent a:hover,
.content a:hover {
  color: #CC0000;
}
.content a.readmore:hover{
  color: #1C1687;
}
h3 a:hover {
 color: #CC0000;
}
#body-equityaction .subheader {
 background: url(/Portals/0/images/bkgd_head_clock_top_equ.gif) no-repeat;
 text-align: right;
 color: #BCBC7B;
 font-family: Arial Narrow, Arial, san-serif;
 font-weight: bold;
 padding: 12px 15px 12px 0;
 height:20px;

}
/*Equity Action styles*/
#body-equityaction {
  padding-top: 20px;
  background: #FFF;
  padding-bottom: 24px;
}
#body-equityaction #logo-initiative {
	background: url(/Portals/0/images/logo_equityaction.gif) no-repeat;
	color:#1C1687;
	font-weight:bold;
	font-size:1em;
	line-height:155%;	height:88px;
	width:667px;

}
.ie6 #body-equityaction #logo-initiative {
	background: url(/Portals/0/images/logo_equityaction_ie6.gif) no-repeat;
	width:655px;
}
#body-equityaction #logo-initiative .logopane {
	padding:16px 80px 28px 142px;
}
#body-equityaction #breadcrumb {
  margin-bottom: 10px;
}
#body-equityaction #breadcrumb a,#body-equityaction #breadcrumb a:link,#body-equityaction #breadcrumb a:visited {
  text-decoration: none;
  color: #A4C032;
}
#body-equityaction .SkinObject {
   color: #A4C032;
}
#body-equityaction #breadcrumb a.selected {
  color: #1C1687;
}
#body-equityaction .content-landing a,
#body-equityaction .content-landing a:link,
#body-equityaction .content-landing a:visited,
#body-equityaction .twocolcontent a,
#body-equityaction .twocolcontent a:link,
#body-equityaction .twocolcontent a:visited, 
#body-equityaction .content a,
#body-equityaction .content a:link,
#body-equityaction .content a:visited 
{
  color: #1C1687;
}
#body-equityaction .twocolcontent hr,
#body-equityaction .content hr {
  clear: both;
  border: 0;
  border-top:1px dotted #8BB51B;
  height:1px;

}
#body-equityaction .twocolcontent h2 .Head{
  background: url(/Portals/0/images/bkgd_head_equity.gif) no-repeat;
  color: #A4C032;
}

#body-equityaction .twocolcontent h3 {
	color: #CB2412;
}
#body-equityaction .twocolcontent h3 a,#body-equityaction .twocolcontent h3 a:link,#body-equityaction .twocolcontent h3 a:visited,#body-equityaction .content h3 a,#body-equityaction .content h3 a:link,#body-equityaction .content h3 a:visited {
	color: #CB2412;
  text-decoration: none;
}
#body-equityaction .twocolcontent h3 a:hover,
#body-equityaction .content h3 a:hover {
  color: #1C1687;
}
#body-equityaction .twocolcontent a:hover,
#body-equityaction .content a:hover {
  color: #CC0000;
}
#body-equityaction a:hover {
  color: #CC0000;
}
#body-equityaction h3 a:hover {
 color: #CC0000;
}
#body-equityaction .subheader {
 background: url(/Portals/0/images/bkgd_head_clock_top_equ.gif) no-repeat;
 text-align: right;
 color: #BCBC7B;
 font-family: Arial Narrow, Arial, san-serif;
 font-weight: bold;
 padding: 12px 15px 12px 0;
 height:20px;

}

#body-equityaction .subheaderbottom {
  background: url(/Portals/0/images/bkgd_head_clock_bott_equ.gif) no-repeat;
  width: 204px;
  height: 11px;
}
#body-equityaction .quotes{
  color: #1C1687;
}
#body-equityaction #subinfo a,#body-equityaction #subinfo a:link,#body-equityaction #subinfo a:visited {
  color: #1C1687;
}
#body-equityaction #subnav a,#body-equityaction #subnav a:link,#body-equityaction #subnav a:visited {
  color: #A4C032;
}
#body-equityaction #subnav a.selected {
  color: #1C1687;
  text-decoration: underline;
  font-weight: normal;
}
/*NCF styles*/

#body-ncf{
  padding-top: 20px;
  background: #FFF;
  padding-bottom: 24px;
}
#body-ncf #breadcrumb {
  margin-bottom: 10px;

}
#body-ncf .SkinObject {
   color: #000;
}
#body-ncf img {
 border: 1px solid #CCCC99;
}
#body-ncf img {
 border: 1px solid #CCCC99;
}
#body-ncf #toolbar img {
  border: 0;
}
#body-ncf .imagerightnoborder {
  margin-left: 12px;
  margin-bottom: 8px;
  float: right;
  border: none;
}
#body-ncf .imageleftnoborder {
  margin-right: 12px;
  margin-bottom: 8px;
  float: left;
  border: none;
}
#body-ncf .noborder {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}
#body-ncf #logo-initiative {
	background: url(/Portals/0/images/logo_ncf.gif) no-repeat;
	color:#176473;
	font-weight:bold;
	font-size:1em;
	line-height:155%;	
	height:88px;
	width:667px;
}
.ie6 #body-ncf #logo-initiative {
	background: url(/Portals/0/images/logo_ncf_ie6.gif) no-repeat;
	width:655px;
}
#body-ncf #logo-initiative .logopane {
	padding:16px 80px 28px 142px;
}
#body-ncf #breadcrumb {
   color: #857D6C;
}
#body-ncf #breadcrumb a,#body-ncf #breadcrumb a:link,#body-ncf #breadcrumb a:visited {
  text-decoration: none;
   color: #857D6C;
   font-size: .9em;
}
#body-ncf .SkinObject {
   color:  #857D6C;
}
#body-ncf #breadcrumb a.selected {
  color: #176473;
}
#body-ncf .content-landing a,
#body-ncf .content-landing a:link,
#body-ncf .content-landing a:visited,
#body-ncf .twocolcontent a,
#body-ncf .twocolcontent a:link,
#body-ncf .twocolcontent a:visited,
#body-ncf .content a,
#body-ncf .content a:link,
#body-ncf .content a:visited  {
  color: #176473;
}
#body-ncf .content h1,
#body-ncf .content h2,
#body-ncf .content h3 {
	color: #176473;
}

#body-ncf .twocolcontent hr,
#body-ncf .content hr {
  clear: both;
  border: 0;
  border-top:1px dotted #8BB51B;
  height:1px;
}

#body-ncf .twocolcontent h2 .Head {
  background: url(/Portals/0/images/bkgd_head_initiativ_ncf.gif) no-repeat;
  color: #176473;
}
#body-ncf .twocolcontent h3 {
  color: #857D6C;
}
#body-ncf .twocolcontent h3 {
	color: #857D6C;
}
#body-ncf .twocolcontent h3 a,#body-ncf .twocolcontent h3 a:link,#body-ncf  .twocolcontent h3 a:visited,#body-ncf .content h3 a,#body-ncf .content h3 a:link,#body-ncf .content h3 a:visited {
	color: #857D6C;
  text-decoration: none;
}
#body-ncf  .twocolcontent h3 a:hover,
#body-ncf  .content h3 a:hover {
  color: #176473;
}
#body-ncf  .twocolcontent a:hover,
#body-ncf  .content a:hover {
  color: #000;
}
#body-ncf  a:hover {
  color: #000;
}
#body-ncf  h3 a:hover {
  color: #176473;
}
#body-ncf .subheader {
	background: url(/Portals/0/images/bkgd_head_clock_top_ncf.gif) no-repeat;
	text-align: right;
	color: #D8E2E0;
	font-family: Arial Narrow, Arial, san-serif;
	font-weight: bold;
	padding: 12px 12px 10px 20px;
	height:20px;
	 font-size: 18px;
}
.ie6 #body-ncf .subheader td {
  font-size: 14px;
}
#body-ncf .subheaderbottom {
  background: url(/Portals/0/images/bkgd_head_clock_bottom_ncf.gif) no-repeat;
  width: 204px;
  height: 11px;
}
#body-ncf .quotes{
  color: #186473;
  background: url(/Portals/0/images/bkgd_quote_top_ncf.gif) no-repeat;
}
#body-ncf .quotes .cont-content {
  padding-top:25px;
  background:url(/Portals/0/images/bkgd_quote_bottom_ncf.gif) no-repeat 0 bottom;
}
#body-ncf #subinfo a,#body-ncf #subinfo a:link,#body-ncf #subinfo a:visited {
  color: #748A38;
}
#body-ncf #subnav a,#body-ncf #subnav a:link,#body-ncf #subnav a:visited {
  color: #748A38;
}
#body-ncf #subnav a.selected {
  color: #748A38;
  text-decoration: underline;
  font-weight: normal;
}
/*IFNE styles*/

#body-ifne{
  padding-top: 20px;
  background: #FFF;
  padding-bottom: 24px;
}
#body-ifne #breadcrumb {
  margin-bottom: 10px;

}
#body-ifne .SkinObject {
   color: #000;
}
#body-ifne img {
 border: 1px solid #CBCB9A;
}
#body-ifne #toolbar img {
  border: 0;
}
#body-ifne .imagerightnoborder {
  margin-left: 12px;
  margin-bottom: 8px;
  float: right;
  border: none;
}
#body-ifne .imageleftnoborder {
  margin-right: 12px;
  margin-bottom: 8px;
  float: left;
  border: none;
}
#body-ifne .noborder {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}
#body-ifne #logo-initiative {
	background: url(/Portals/0/images/logo_ifne.jpg) no-repeat;
/*	color:#176473;
	font-weight:bold;
	font-size:1em;
	line-height:155%;*/
	height:88px;
	width:667px;
	display:inline-block;
	/*	padding:16px 80px 28px 142px;*/

}
.ie6 #body-ifne #logo-initiative {
	background: url(/Portals/0/images/logo_ifne_ie6.jpg) no-repeat;
	width:655px;
}
#body-ifne #breadcrumb {
   color: #A89F7B;
}
#body-ifne #breadcrumb a,#body-ifne #breadcrumb a:link,#body-ifne #breadcrumb a:visited {
  text-decoration: none;
   color: #A89F7B;
   font-size: .9em;
}
#body-ifne .SkinObject {
   color:  #A89F7B;
}
#body-ifne #breadcrumb a.selected {
  color: #990000;
}
#body-ifne .content-landing a,
#body-ifne .content-landing a:link,
#body-ifne .content-landing a:visited,
#body-ifne .twocolcontent a,
#body-ifne .twocolcontent a:link,
#body-ifne .twocolcontent a:visited,
#body-ifne .content a,
#body-ifne .content a:link,
#body-ifne .content a:visited  {
  color: #990000;
}
#body-ifne .content h1,
#body-ifne .content h2,
#body-ifne .content h3 {
  color: #990000;
}

#body-ifne .twocolcontent hr,
#body-ifne .content hr {
  clear: both;
  border: 0;
  border-top:1px dotted #8BB51B;
  height:1px;
}
#body-ifne .twocolcontent h2 .Head {
  background: url(/Portals/0/images/bkgd_head_initiative_ifne.gif) no-repeat;

  color: #990000;
}
#body-ifne .twocolcontent h3 {
  color: #A89F7B;
}

#body-ifne .twocolcontent h3 {
  color: #A89F7B;
}
#body-ifne .twocolcontent h3 a,#body-ifne .twocolcontent h3 a:link#body-ifne .twocolcontent h3 a:visited,#body-ifne .content h3 a,#body-ifne .content h3 a:link,#body-ifne .content h3 a:visited {
  color: #A89F7B;
  text-decoration: none;
}
#body-ifne .twocolcontent h3 a:hover,
#body-ifne .content h3 a:hover {
  color: #000;
}
#body-ifne .twocolcontent a:hover,
#body-ifne .content a:hover {
  color: #000;
}
#body-ifne a:hover {
  color: #000;
}
#body-ifne h3 a:hover {
  color: #000;
}
#body-ifne .subheader {
	background: url(/Portals/0/images/bkgd_head_clock_top_ine.gif) no-repeat;
	text-align: right;
	color: #F9F9F2;
	font-family: Arial Narrow, Arial, san-serif;
	font-weight: bold;
	 font-size: 16px;
	line-height:110%;
	padding: 4px 12px 3px 40px;
	height:37px;
}
.ff2 #body-ifne .subheader td,.ie6 #body-ifne .subheader td {
  font-size: 14px;
  line-height: 108%;
  padding-top: 5px;
}
#body-ifne .subheaderbottom {
  background: url(/Portals/0/images/bkgd_head_clock_bottom_ifne.gif) no-repeat;
  width: 204px;
  height: 11px;
}
#body-ifne .quotes{
  color: #990000;
  background: url(/Portals/0/images/bkgd_quote_top_ifne.gif) no-repeat;
}
#body-ifne .quotes .cont-content {
  padding-top:25px;
  background:url(/Portals/0/images/bkgd_quote_bottom_ifne.gif) no-repeat 0 bottom;
}
#body-ifne #subinfo a,#body-ifne #subinfo a:link,#body-ifne #subinfo a:visited {
  color: #748A38;
}
#body-ifne #subnav a,#body-ifne #subnav a:link,#body-ifne #subnav a:visited {
  color: #748A38;
}
#body-ifne #subnav a.selected {
  color: #748A38;
  text-decoration: underline;
  font-weight: normal;
}

#body-ifne #topcols {}
#body-ifne #topcols .content {
  float: left;
  width: 425px;
}
#body-ifne #topcols .formpane {
  float: right;
  width: 223px;
  
  padding-top: 38px;
}

.IFNEsurvey {
  border:3px solid #8BB51B;
  background:#F9F9EC;
  font-size: .8em;
  margin-bottom: 10px;
  min-height: 290px;
}
.IFNEsurvey h2 {
  background: #8BB51B;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 13px;
  margin:0px;
}
.IFNEsurvey h2 .Head {
  color: #FFFFFF;
  font-size: 15px;
}
.IFNEsurvey .cont-content {
  padding: 5px 8px;
}
.IFNEsurvey .NormalBold {
 font-weight: normal;
 white-space: normal !important;
 margin-bottom: 5px;
 display:block;
}

.IFNEsurvey .NormalBold strong {
 font-weight: bold;
 color: #7A9F17;
 display:block;
 margin-bottom: 11px;
}
.IFNEsurvey textarea.NormalTextBox {
  border: 1px solid #9A9C50;
  height: 46px !important;
  width: 187px !important;
  resize: none;
  margin-top: 10px;
}
.IFNEsurvey select.NormalTextBox {
  padding: 2px;
  width: 187px !important;  
  margin-top: 10px;
}
.IFNEsurvey a#dnn_ctr2052_DynamicForms_lnkSave, 
.IFNEsurvey a#dnn_ctr2052_DynamicForms_lnkSave:visited, 
.IFNEsurvey a#dnn_ctr2052_DynamicForms_lnkSave:link {
  color: #FFFFFF;
  background: #990000;
  display:inline-block;
  float: right;
  text-decoration:none;
  padding: 4px 10px;
  margin: 10px 3px 6px;
}
/* Dev site */
.IFNEsurvey a#dnn_ctr1869_DynamicForms_lnkSave, 
.IFNEsurvey a#dnn_ctr1869_DynamicForms_lnkSave:visited, 
.IFNEsurvey a#dnn_ctr1869_DynamicForms_lnkSave:link {
  color: #FFFFFF;
  background: #990000;
  display:inline-block;
  float: right;
  text-decoration:none;
  padding: 4px 10px;
  margin: 10px 3px 6px;
}


/*RIIF styles*/

#body-riif{
  padding-top: 20px;
  background: #FFF;
  padding-bottom: 24px;
}
#body-riif #breadcrumb {
  margin-bottom: 10px;

}
#body-riif .SkinObject {
   color: #000;
}
#body-riif img {
 border: 1px solid #CBCB9A;
}
#body-riif #toolbar img {
  border: 0;
}
#body-riif .imagerightnoborder {
  margin-left: 12px;
  margin-bottom: 8px;
  float: right;
  border: none;
}
#body-riif .imageleftnoborder {
  margin-right: 12px;
  margin-bottom: 8px;
  float: left;
  border: none;
}
#body-riif .noborder {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}
#body-riif #breadcrumb {
   color: #A89F7B;
   margin-bottom: 30px;
}
#body-riif #breadcrumb a,#body-riif #breadcrumb a:link,#body-riif #breadcrumb a:visited {
  text-decoration: none;
   color: #A89F7B;
   font-size: .9em;
}
#body-riif .SkinObject {
   color:  #A89F7B;
}
#body-riif #breadcrumb a.selected {
  color: #990000;
}
#body-riif .content-landing a,
#body-riif .content-landing a:link,
#body-riif .content-landing a:visited,
#body-riif .twocolcontent a,
#body-riif .twocolcontent a:link,
#body-riif .twocolcontent a:visited,
#body-riif .content a,
#body-riif .content a:link,
#body-riif .content a:visited  {
  color: #990000;
}
#body-riif .content h1, #body-riif .content-landing h1,
#body-riif .content h2,
#body-riif .content h3 {
  color: #B1392C;
}
#body-riif .content h1 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
#body-riif .content p,
#body-riif .content-landing p {
  padding-bottom: 17px;
}
#body-riif #maininfo ul li {
  margin-left: 18px;
  background-position: 0 6px;
}
#body-riif .content-landing {
  font-size: 0.85em;
  margin-bottom: 17px;
}
#body-riif .content-landing .imageleft {
  margin-right: 23px;
}
#body-riif .content-landing .imageright {
  margin-left: 23px;
}
#body-riif .twocolcontent {
  font-size: .7em;
}
#body-riif .twocolcontent .news {
  position: relative;
}
#body-riif .twocolcontent hr,
#body-riif .content hr {
  clear: both;
  border: 0;
  border-top:1px dotted #8BB51B;
  height:1px;
}
#body-riif .twocolcontent h2 .Head {
  background: url(/Portals/0/images/bkgd_head_initiative_riif.gif) no-repeat;
  padding: 5px 0 11px 36px;

  color: #D25345;
}
#body-riif .twocolcontent h3 {
  color: #CC0000;
}

#body-riif .twocolcontent h3 {
  color: #CC0000;
}
#body-riif .twocolcontent h3 a,#body-riif .twocolcontent h3 a:link, #body-riif .twocolcontent h3 a:visited,#body-riif .content h3 a,#body-riif .content h3 a:link,#body-riif .content h3 a:visited {
  color: #CC0000;
  text-decoration: none;
}
#body-riif .twocolcontent h3 a:hover,
#body-riif .content h3 a:hover {
  color: #000;
}
#body-riif .twocolcontent a:hover,
#body-riif .content a:hover {
  color: #000;
}
#body-riif a:hover {
  color: #000;
}
#body-riif h3 a:hover {
  color: #000;
}
#body-riif .subheader {
	background: url(/Portals/0/images/bkgd_head_clock_top_riif.gif) no-repeat;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial Narrow, Arial, san-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 12px 10px 20px;
	height:20px;
}
.ie6 #body-riif .subheader td {
  font-size: 14px;
}
.mac.safari #body-riif .subheader td {
  font-size: 16px;
}
#body-riif .subheaderbottom {
  background: url(/Portals/0/images/bkgd_head_clock_bottom_riif.gif) no-repeat;
  width: 204px;
  height: 11px;
}
#body-riif .quotes{
  color: #990000;
  background: url(/Portals/0/images/bkgd_quote_top_ifne.gif) no-repeat;
}
#body-riif .quotes .cont-content {
  padding-top:25px;
  background:url(/Portals/0/images/bkgd_quote_bottom_ifne.gif) no-repeat 0 bottom;
}
#body-riif #subinfo a,#body-riif #subinfo a:link,#body-riif #subinfo a:visited {
  color: #739815;
}
#body-riif #subnav  {
margin: 10px 0 15px 8px;
}
#body-riif #subnav .RadPanelbar_Default .rootGroup .text {
  padding-left: 17px;
}
#body-riif #subnav a,#body-riif #subnav a:link,#body-riif #subnav a:visited {
  color: #333333;
}
#body-riif #subnav a.selected {
  color: #990000;
  text-decoration: underline;
  font-weight: normal;
}
/*
#body-riif .greenbox {
  border:1px solid #DDDDBC;
}
#body-riif .greenbox .Head {
  background: #8BB51B;
  border-bottom: 1px solid #FFFFFF;
  
  padding: 7px 0 7px 10px;
}
#body-riif .greenbox .cont-content {
    font-size: 0.95em;
	line-height: 140%;
}
*/
#body-riif .content p.criteria {
  padding-bottom: 5px;
}

/*BPI styles*/
#body-bpi{
  padding-top: 20px;
  background: #FFF;
  padding-bottom: 24px;
  position: relative;
}
#body-bpi #breadcrumb {
  margin-bottom: 10px;

}
#body-bpi .SkinObject {
   color: #000;
}
#body-bpi img {
 border: 1px solid #93A362;
}
#body-bpi #toolbar img {
 border:0;
}
#body-bpi .imagerightnoborder {
  margin-left: 12px;
  margin-bottom: 8px;
  float: right;
  border: none;
}
#body-bpi .imageleftnoborder {
  margin-right: 12px;
  margin-bottom: 8px;
  float: left;
  border: none;
}
#body-bpi .noborder {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}

#body-bpi #logo-initiative {
	background: url(/Portals/0/images/logo_bpi.jpg) no-repeat;
	color:#748A38;
	font-weight:bold;
	font-size:1em;
	line-height:155%;
	height:88px;
	width:667px;
}
.ie6 #body-bpi #logo-initiative {
	background: url(/Portals/0/images/logo_bpi_ie6.jpg) no-repeat;
	width:655px;
}
#body-bpi #logo-initiative .logopane {
	padding:16px 80px 28px 142px;

}
#body-bpi #breadcrumb a,#body-bpi #breadcrumb a:link,#body-bpi #breadcrumb a:visited {
  text-decoration: none;
   color: #000;
   font-size: .9em;
}

#body-bpi #breadcrumb a.selected {
  color: #748A38;
}
#body-bpi .content-landing a,
#body-bpi .content-landing a:link,
#body-bpi .content-landing a:visited,
#body-bpi .twocolcontent a,
#body-bpi .twocolcontent a:link,
#body-bpi .twocolcontent a:visited,
#body-bpi .content a,
#body-bpi .content a:link,
#body-bpi .content a:visited  {
  color: #748A38;
}
#body-bpi .content h1,
#body-bpi .content h2,
#body-bpi .content h3 {
	color:#748A38;
}
#body-bpi .twocolcontent hr,
#body-bpi .content hr {
  clear: both;
  border: 0px;
  border-top:1px dotted #8BB51B;
  height:1px;
}
#body-bpi .twocolcontent h2 .Head {
  background: url(/Portals/0/images/bkgd_head_initiative_bpi.gif) no-repeat;

  color: #333;
}
#body-bpi .twocolcontent h3 {
  color: #333;
}
#body-bpi .twocolcontent h3 a,#body-bpi .twocolcontent h3 a:link,#body-bpi .twocolcontent h3 a:visited,#body-bpi .content h3 a,#body-bpi .content h3 a:link,#body-bpi .content h3 a:visited {
  color: #333;
  text-decoration: none;
}
#body-bpi .twocolcontent h3 a:hover,
#body-bpi .content h3 a:hover {
	color:#748A38;
}
#body-bpi .twocolcontent a:hover,
#body-bpi .content a:hover {
  color: #333;
}
#body-bpi a:hover {
 color: #000;
}
#body-bpi h3 a:hover {
 color: #748A38;
}
#body-bpi .subheader {
 background: url(/Portals/0/images/bkgd_head_clock_top_bpi.gif) no-repeat;
 text-align: left;
 color: #BCC38C;
 font-family: Arial Narrow, Arial, san-serif;
 font-weight: bold;
 font-size: .9em;
 padding: 12px 12px 2px 12px; 
 vertical-align:middle;
 line-height:110%;
}

.ie #body-bpi .subheader td{
  font-size: 16px;
  white-space: nowrap;
  padding-top: 8px;
}
.ie6 #body-bpi .subheader td {
  padding-top: 8px;
  font-size:13px;
}
.ff2 #body-bpi .subheader td{
  font-size: 16px;
  padding-top: 2px;
}
#body-bpi .subheaderbottom {
  background: url(/Portals/0/images/bkgd_head_clock_bott_bpi.gif) no-repeat;
  width: 204px;
  height: 11px;
}
#body-bpi .quotes{
  color: #333;
  background: url(/Portals/0/images/bkgd_quote_top_bpi.gif) no-repeat;
}
#body-bpi .quotes .cont-content {
  padding-top:25px;
  background:url(/Portals/0/images/bkgd_quote_bottom_bpi.gif) no-repeat 0 bottom;
}
#body-bpi #subinfo a,#body-bpi #subinfo a:link,#body-bpi #subinfo a:visited {
  color: #748A38;
}
#body-bpi #subnav a,#body-bpi #subnav a:link,#body-bpi #subnav a:visited {
  color: #748A38;
}
#body-bpi #subnav a.selected {
  color: #748A38;
  text-decoration: underline;
  font-weight: normal;
}
/*homepage styles*/
/*
#home-banner {

}

.home-piks {
  float: left;
  width: 540px;
  height:222px;
  overflow:hidden;
  position:relative;
  z-index:1;
}
.home-piks img {
  border: none;
  margin: 0;
  padding: 0;

}

.tagline {
  float: left;
  width: 380px;
  height: 124px;
  background: url(/Portals/0/images/bkgd_clock_home.gif) no-repeat;
  padding: 65px 30px 33px 0;
  text-align: right;
  font-family: Arial Narrow, Arial, sans-serif;
}
.ie6 .tagline {
  padding: 65px 30px 15px 0;
}
.tagline h1 {
  color: #1C1687;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 8x;
}
.tagline p {
  color:#9D0000;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 162%;
}
*/
#home-body {


  font-size: .75em;
background: url(/Portals/0/images/bkgd_home_middle.jpg) repeat-y;
  line-height: 140%;
  width:950px !important;
}

#home-body h2 {
  color: #FFF;
  font-size: 1.25em;
  margin-bottom: 25px;
}
#home-body-top {
background: url(/Portals/0/images/bkgd_home_top.jpg) no-repeat -1px 0;
}
#strategy {
	float: left;
	width: 377px;
}
.strategy-circle {
	padding: 32px 0 22px 39px;
}
.strategy-text {
	padding: 0 0 15px 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 140%;
	color: #CC0000;
}
.strategy-text a,.strategy-text a:link,.strategy-text a:visited {
	color: #CC0000;
text-decoration: none;
}

.strategy-text a:hover {
 color: #1C1687;
}
.strategy-text li {
	background: url(/Portals/0/images/bullet_turquoise.gif) no-repeat 0 7px;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 8px;
}
#engage-news {
	float: right;
	width: 522px;
	position: relative;

}
.home-piks {
	border: 1px solid #FFF;
		position: relative;
		left: -1px;
		background: #FFF;
}
.ie7 .home-piks,.safari .home-piks,.chrome .home-piks {
	top: 1px;

}
#date {
position: absolute;

top: 232px;
right: 10px;
  color: #FFF;
  font-size: .95em;
}

.highlights {



}
.news-container {
	

}
 .newsfeed {
	position: absolute;
	top: 232px;
	left: 222px;
	
}
#home-body .highlights h2 .Head{
	color: #FFF;
  margin-bottom: 0;
  background: #8BB51B;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0 7px 22px;

}
.highlights p {
	margin-bottom: 15px;
}
.highlights h3 {
  color: #1C1687;

  font-size: 1.1em;
  padding: 0 0 0 0;
  margin-bottom: 8px;
}
.highlights hr {
  clear: both;
 /* background: url(/Portals/0/images/divide_home.gif) no-repeat;*/
  width: 334px;
  height: 1px;
  border-top: 1px dotted #A2A251;
  text-align:center;
  margin-bottom: 25px;

}

.highlights h3 a,.highlights h3 a:link,.highlights h3 a:visited {
  color: #1C1687;
  text-decoration: none;
}
.highlights a:hover {
 color: #1C1687;
}
.highlights h3 a:hover {
 color: #CC0000;
}
.news-container {
margin: 0 20px 0 24px;
padding-bottom: 0;
border-bottom: 1px dotted #A2A251;;
padding-top: 8px;
}
/*
.news-home {
float: left; 
width: 340px;
padding-top:2px;
padding-left: 16px;
padding-right: 35px; 
position: relative;
}
.news-home h3 {
  color: #1C1687;
  display: block;
  margin-bottom: 8px;
  font-size: 1em;
}
.news-home hr {
  clear: both;
 
}
*/
.innernews {

  margin-bottom: 35px;
  padding-bottom: 10px;
}
.rssubutton {
position: relative;
left: 300px;
top: -33px;

}
img#dnn_ctr1473_DNNArticle_List_Image1.rssubutton {
  position: relative;
  left: 175px;
}

img#dnn_ctr1242_DNNArticle_List_Image1.rssubutton {
position: relative;
left: 485px;
top:-28px;

}

/*container styles*/


#enews {
padding: 0 0 10px 24px;


}

#engage-news #enewstext h3 {
  display: block;
  margin-bottom: 8px;
  color: #1C1687;
  font-size: 12px;
}
#enewstext {
  float: left;
  width: 195px;
}
#enewsfields{
  float: left;
  width: 280px;
}
.emailfield {
  border: 1px solid #CCCC99;
  color: #7B7B40;
  padding: 3px 0 3px 4px;
  font-size: 1em;
  margin: 30px 5px 0 20px;
  width: 175px;
}
.subscribe {
  background: #1C1687;
  color: #FFF;
  border: 0;
  font-size: 1em;
  margin-top: 10px;
  padding: 3px 6px;
  cursor:pointer;
}
#embolden {

  font-size: 11px;
  padding: 8px 0 0 15px;
}
#embolden a:hover {
  color: #8BB51B;

}
#embolden_search {
float:left;
  font-size: 11px;
  padding: 8px 0 0 170px;
}
#embolden_search a:hover {
  color: #8BB51B;

}
#loginlinks {
  font-size: .8em;
}
/*staff page styles*/
.staff_table td {text-align:center; padding-top: 5px;}

.staff_photo {border: 1px solid #E6E6CA; padding:2px;}


.staff_header {font-family:Arial, Helvetica, sans-serif; color: #1C1687; font-size:16px; font-weight:bold; border-bottom: 1px dotted #E6E6CA; display:block;}

.staff_text_gray {font-family:Arial, Helvetica, sans-serif; color: #666666; font-size:11px; font-weight:bold; margin-top: 6px;}

.staff_text {font-family:Arial, Helvetica, sans-serif; color: #000000; font-size:11px; font-weight:normal;}

.staff_email a, .staff_email a:visited {font-family:Arial, Helvetica, sans-serif; color: #49449F; font-size:11px; font-weight:normal; text-decoration:none}

.staff_email a:hover {text-decoration:underline}



/* new staff table styles */
.staffTable td {
  text-align:center; 
  padding-top: 5px;
  font-family:Arial, Helvetica, sans-serif; 
  color: #000000; 
  font-size:11px; 
  font-weight:normal;
}

.staffTable .imageborder {
  border: 1px solid #E6E6CA; 
  padding:2px;
  margin-bottom: 0px;
}
.staffTable strong {
  color: #666666;
  font-weight:bold; 
  margin-top: 6px;
}
.staffTable a, .staffTable a:visited {
  font-family:Arial, Helvetica, sans-serif; 
  color: #49449F; 
  font-size:11px; 
  font-weight:normal; 
  text-decoration:none;
}
.staffTable a:hover {
  text-decoration:underline;
}
/* end new staff table styles */


#articleimage {
visibility: visible;
}
/*clears floats with no presentational markup*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
   display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
    display: block;
    height: 1%;
}
/*End Hack \*/

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */


.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    color: #CC0000;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color: #CC0000;
}

A.SkinObject:visited  {
    text-decoration:    none;
        color: #CC0000;
}

A.SkinObject:active   {
    text-decoration:    none;
     color: #CC0000;
}

A.SkinObject:hover    {
    text-decoration:    underline;
     color: #CC0000;
}

/* style for module titles */
.Head   {

}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}


/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #999999 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #999999 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: #999999 1px solid;
	padding-right: 2px;
	border-top: #999999 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	background-color: #999999;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
HR {
    color: #8BB51B;
 
    text-align:left;
	
	  clear: both;
  border: 0;
  border-top:1px dotted #8BB51B;
  height:1px;
  
}


/* Custom admin module fixes */
#dnn_ctr605_DD select{
  width: 110px;
}
#dnn_ctr606_DD select{
  width: 110px;
}
#dnn_ctr607_DD select{
  width: 110px;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	 
	color: black; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	 
	background-color: #FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}


.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Head {

    font-size:  12px;
    font-weight:    bold;
	color: #4F7884;
 
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
  
{

}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{

}
/*Container style*/
.dropdown select {
  font-size: 10px;
  font-family: Arial, sans-serif;
}
.Donation
{
    background-color:#F9F9EC;
    border:solid 1px #C6C794;
    padding:30px 30px 30px 30px;
}
.FormField
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
.CallOut
{
    font-family:Arial;
    font-size:12px;
    color:#9B9D53;
}
.TextBox
{
    border:solid 1px #9A9C50;
    font-family:Arial;
    font-size:12px;
}
.DonateButton
{
    background: url(/Portals/0/images/Donate.gif);    
    background-repeat:no-repeat;
    width:90px;
	height: 30px;
    border:none;
    padding:0px;
    margin:0px;
    cursor:pointer;
}
/*Publications form*/
/*
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_6 {
display: none;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_7 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_8 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_9 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_10 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_11 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_12 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_13 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_14 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_15 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_16 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_17 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_18 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_19 {
  margin-left: 10px;
}
#dnn_ctr1137_DynamicForms_Responses_b2f9c9c1-821d-4c87-a8c7-838babdf356c_20 {
  margin-left: 10px;
}
*/

/*Correction for Rad TabStrip Styles*/
#maininfo li.rtsLI {
  background: none;
  margin: 0;
   padding: 0;
   border: 0;
}

.formheader,
.SearchHeaderBar{
  color: #666666;
  border:2px solid #F4C73D;
  padding:2px 7px;
  text-transform:uppercase;
  width:99%;
  margin-top:-2px;
}

table.CBL2Cols {
  margin-bottom: 15px;
  width: 800px;
}
.CBL2Cols tr td { width: 266px; }
.CBL2Cols tr td label { /*border:solid 1px green !important; */width: 360px !important; }
.CBL1Col tr td { width: 640px !important; }
.CBL1Col tr td label { width: 530px !important; }
.CD_DetailNav
{
    float:left;
    width:60%;
    vertical-align:middle;
}
.CD_DetailNavLinks
{
    float:left;
    width:40%;
    vertical-align:middle; 
    text-align:right;
}
/*Consultant Details*/
.CD_Detail
{
    width:100%;
}

/*
.CD_Detail td {
  font-weight:bold;
  font-size:12px;
  padding:0 5px;
  vertical-align:top;
}
.CD_Detail td span{
  font-weight:normal;
}
*/


.CD_Detail input {
  vertical-align:middle;
}
.CD_Detail .InfoLabel {
    font-weight:bold;
    padding-right:4px;
}
.CD_Detail h1 {
  padding-bottom:5px;
  border-bottom:1px solid #D0D09B;
}
.Bold
{
    font-weight:bold;
}

table.CBL3Cols {
  margin-bottom: 15px;
  width: 600px;
}
.CBL3Cols tr td { width: 200px; }

#jq-circle area, #jq-circle area:focus, #jq-circle area:hover{
  border: none !important;
  outline:none !important;
}
