body

{

	margin: 0;

	padding: 0;

	font-size: 90%;

	font-family: arial, helvetica, sans-serif;

	background-color: white;

	color: #000;
	min-width: 400px;
	padding: 0 300px 0 300px; 

}
textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
}
/* hack for getting min-width to work in ie, from http://www.communitymx.com/content/article.cfm?page=1&cid=CC96C */
.expander {
	margin: 0 -300px;
	min-width: 600px; /* Fixes the Safari "lost negative margins" bug in narrow windows. */
	position: relative; /* needed for IEwin */
}

.innerwrapper {
	padding: 1px;
} /* this padding &quot;traps&quot; interior margins so they do not escape the innerwrapper. */

/* \*/
* html .sizer,
* html .expander,
* html .innerwrapper {height: 0;}
/* Modified Holly hack, so .expander does not get a bug-inducing percentage dimension. */

.main {
	/*min-height: 1200px;*/
}

/*#header h1 { display: none; } */



h2

{
/*
	font-size: 110%;

	background-color: transparent;

	color: black;
    padding: 0;
    margin-bottom: 0;
	margin-top: 0;
*/
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	/*float: left;*/

}



h3

{

	font-size: 100%;
	font-style: italic;

	/*margin-top: 20px;*/
	margin-top: 4px;
	margin-bottom: 2px;

	background-color: transparent;

	color: #666666;

}



.clearboth { clear: both; }



#header

{

	width: 100%;

	height: 100px;

	color: #000;

	background-color: white;

/*	background-image: url(images/xigi.net.header.Beta2.jpg);*/
	/*background-image: url(images/new-header.gif);*/
	background-repeat: no-repeat;

	background-position: 0 0;
	margin-top: 0;
	padding-top: 0;

}
.header_logo {
	float: left;
	
}
#header .header_logo a img  {
	text-decoration: none;
	border-style: none;
}
#header2 {
	width: 99%;
	padding-right: 8px;
	height: 26px;
	/*background-position: 0 84;*/
	background-repeat: no-repeat;
	background-color: #C7C7C7;
}
#header3 {
	background-image: url(/images/header-greenbar.jpg);
	width: 100%;
	height: 12px;
	/*background-position: 0 110;*/
	/*background-repeat: no-repeat;*/
	background-color: #3B461C;
}

#header hr {
    padding: 0;
 
    color: #557290;
    height: 4px;
    background-color: #557290;
 }

#contentblock

{

	width: 32em;

	margin-left: 30px;

	padding-top: 10px;

}



#contentblock2

{

	width: 32em;

	margin-left: 30px;

	padding-top: 10px;

}



a:link {
	color: #0000CC;
	background-color: transparent;
	text-decoration: none;
}



a:visited {
	color: #0000CC;
	background-color: transparent;
	text-decoration: none;
}



a:hover, a:active {
	color: #0000CC;
	background-color: transparent;
}



hr

{

	color: #fff;

	background: #fff;

	border: 0;

	height: 10px;

	clear: both;

	margin-top: 30px;

}

.visible hr {
	color: #666666;

	background: #666666;
	height: 1px;
}

code

{

	display: block;

	clear: both;

	color: #333;

	font-family: courier, "courier new", monospace;

}

#navbar2 {
 height: 30px;
 width: 100%;
 border-top: solid #000 1px;
 border-bottom: solid #000 1px;
 background-color: #336699;
}
#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #FFF;
 line-height: 30px;
 white-space: nowrap;
}
#navbar2 li {
 list-style-type: none;
 display: inline;
}
#navbar2 li a {
 text-decoration: none;
 padding: 7px 10px;
 color: #FFF;
}
#navbar2 lia:link {
 color: #FFF;
}
#navbar2 lia:visited {
 color: #CCC;
}
#navbar2 lia:hover {
 font-weight: bold;
 color: #FFF;
 background-color: #3366FF;
}

/*  #pipe is the horizontal menu, stolen from http://www.alistapart.com/articles/taminglists/ */
 #pipe {
	padding: 1px;
	border: none;
	margin-bottom: 4px;
	margin-top: 4px;
	float: right;
	}
	
	#pipe ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		} 

	#pipe ul li {
		margin-left: 0;
		padding: 3px 1px;
		/*border-left: 1px solid #000;*/
		list-style: none;
		display: inline;
		}
	
		
	#pipe ul li.first {
		margin-left: 0;
 		border-left: none;
		list-style: none;
		display: inline;
		}
#pipe a:link, #pipe a:visited

{
	color: black;

	background-color: #CCCCCC;
	text-decoration: none;

}



#pipe a:hover, #pipe a:active

{
	color: #0000CC;
	
	background-color: transparent;

	text-decoration: underline;


}


#nav2

{

	margin: 0;

	font-size: 90%;

	background-color: #8DB3B4;

	padding: 1px 0;

}



#nav2 li

{

	display: inline;

	list-style-type: none;

	padding-left: 30px;

}



#nav2 a:link

{

	color: #043435;

	background-color: transparent;

	text-decoration: none;

}



#nav2 a:visited

{

	color: #0F5557;

	background-color: transparent;

	text-decoration: none;

}



#nav2 a:hover, #nav2 a:active

{

	color: #fff;

	background-color: #084C4E;

}



.mainmenu

{

	margin-left: 0px;

	padding-left: 0;

	list-style-type: none;

}



.mainmenu li

{

	padding-left: 10px;

	background: url(/listamatic/images/arrow.gif) no-repeat 0 .3em;

	font-size: 95%;

}



table

{

	/*margin: 0 30px;*/
	margin: 0;

	color: #333;

	background-color: #FFF;

}



th

{

	text-align: left;

	color: #000;

	background-color: #bbb;

}



tbody th

{

	background-color: #fff;

	font-weight: normal;

}



tbody .row2 th { background-color: #ddd; }

.row2 { background-color: #ddd; }

.foo { background-color: #98BAe0; }



caption

{

	text-align: left;

	font-size: 110%;

	font-weight: bold;

	padding-bottom: 5px;

	color: #666;

	background-color: transparent;

}



.submitlist li { margin-bottom: 1em; }



.new

{

	color: #900;

	background-color: transparent;

	font-weight: bold;

}



.containingbox

{

	border: 1px solid #666;

	color: #333;

	background-color: #fff;

	padding: 10px;

}



#content

{

	float: left;

	/*width: 500px;*/

	/*margin: 1em 0 0 20px;*/
	/*font-size: 90%;*/
	/*max-width: 800px;*/
	/*width: 50%;*/
	width: 45%;
	padding-left:12px;
}



.sidebar

{

	float: left;
	/*width: 15%;*/
	/*width: 170px;*/
	
	min-width: 170px;
	/*margin: 1em 0 0 20px;*/

	/*padding: 10px;*/

	background: white;

}
.sidebar a, .sidebar a:visited {
	text-decoration: none;
	color: black;
}
.sidebar_box {
	background: #E5E5E5;
}
.sidebar ul {
	margin-left: 4px;
}
.sidebar .buttons {
	padding: 5px 5px 5px 0px;
}
#button_inside {
	padding: 5px 5px 5px 10px;
}
.sidebar ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 90%;
}
.sidebar li {
	margin-left: 12px;
	padding-left: 0;
	text-transform: lowercase;
}
.sidebar .ellipsis {
	float: right;
}
.sidebar .el_title {
	float: left;
}
.sidebar .buttons {
	background: #E5E5E5;
}
.penumbra {
	float: left;
	width: 150px;
	padding-left: 4px;
	margin-top: 4px;
}
.sidebar_rhs {
	float: right;
	/*width: 170px;*/
	width: 350px;
	font-size: 90%;
	padding-right: 6px;
	min-width: 170px;
	/*margin-top: 8px;*/

}
.sidebar_box_rhs_1, .sidebar_box_rhs_2, .sidebar_box_rhs_3  {
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.sidebar_box_rhs_1 h2, .sidebar_box_rhs_2 h2, .sidebar_box_rhs_3 h2{
	padding: 8px;
	padding-bottom: 0;
	margin-bottom: 4px;
}

.sidebar_box_rhs_1 p, .sidebar_box_rhs_2 p, .sidebar_box_rhs_3 p {
	padding: 8px;
	padding-top: 0;
}
.sidebar_box_rhs_1 {
	background-color: #DEDEFC;
}
.sidebar_box_rhs_2 {
	background-color: #EAD0FC;
}
.sidebar_box_rhs_3 {
	background-color: #D9FCE7;
}
.sidebar_box_rhs_4 {
	background-color: #E0CFF9;
}
.sidebar_box_rhs_5 {
	background-color: #D9FCE7;
}
#content h2, #content h3, #content p, #content ul, #content ol { margin-left: 0; }

#content p, #content ol { width: auto; }

#content ul, #content ol { padding-left: 0; }

#sidebar {
	font-family: arial, helvetica, sans-serif;
	
}
#sidebar h1, #rss_column h1 , .sidebar_rhs h1, .lr_header {
	background-color: #8E8E8E;
	font-style: italic;
	color: #FFF;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
}
#sidebar h1, #rss_column h1 , .lr_header {
	font-size: 90%;
}
.sidebar_rhs h1 {
	font-size: 100%;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#sidebar ul li {
	background-color: #666666;
	font-style: italic;
	color: #FFF;
}
#sidebar ul ,#sidebar ul li  {
	background-color: #E5E5E5;
	font-style: normal;
	color: #000;
}
#sidebar  #sidebar ul li a:hover {
	color: #0000CC;
}
#sidebar #sidebar ul li a img:hover {
	background-color: #E5E5E5;
}
#sidebar .drop ul {
	padding: 0;
	margin: 0;
}
#sidebar .drop a:hover {
	color: #000;
}
#sidebar .enclose a:hover, #sidebar .link_list a:hover {
	color: #0000CC;
	
}
#sidebar .donate_button, #sidebar .donate_button ul, #sidebar .donate_button ul li  {
	background: #FFF;
}
#sidebar .donate_button {
	margin-top: 5px;
}

/*#sidebar a .about_header, #sidebar .about_header, #sidebar .about_header a:active, #sidebar .about_header a:visited, #sidebar a:visited .about_header  {
	background-color: #6565D6;
}*/
#sidebar .about_header a, #sidebar .about_header h1  {
	background-color: #6565D6;
	
}
#sidebar .drop {
	font-weight: bold;
}
#sidebar .enclose {
	font-weight: normal; font-size: 110%;
}

#sidebar a img {
	border-style: none;
}

.lr_header {
/*	width: 200px;*/
	height: 1.1em;
	color: #FFF;
}
.lr_header, .lr_header_main, .lr_header_extra  {
	color: #FFF;
}
.lr_header_main {
		display: inline;
		float: left;
		font-weight: bold;
}
.lr_header_extra {
	display: inline;
	float: right;
}
#sidebar a h1 {
	color: #000;
}
#sidebar h1:hover, #sidebar h1 a:hover {
	background-color: #0000CC;
	color: #FFF;
}



.left_menu_2 {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}
.left_menu_item_2 {
	font-weight: bold;
	list-style-type: disc;
}
.left_menu_item_2 ul a, ul a:visited {
	color: black;
}
.left_menu_item_2 a:hover {
	/*background-color: #666666;*/
	color: #0000CC;
}

#footer

{

	clear: both;

	font-style: normal;

	width: 33em;

	border-top: 1px solid #666;

	margin: 20px 0 20px 30px;

	font-size: 90%;

	padding-top: 5px;

}



#footer p { margin-left: 0; }

.expert_screen p {
    
    border-style: none none solid solid;
    border-color: grey;
    border-width: 0 0 1px 1px;
}
.entry_form label {
 font-style: italic;
 color: #555;
 font-size: .9em;
 text-align: left;
}
.entry_form select {
  max-width: 200px;
}
.entry_form textarea {
	/*font-family: Verdana, Arial, Sans-Serif;*/
	font-size: .8em;
}


#sidebar dl dd
 {
	color: #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
	
	#sidebar dl dd a {
	color: #fff;
	margin-top: 8px;
	margin-bottom: 2px;
	padding-top: 6px;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	font-size: 85%;
	}
.menu_bold {
	font-family: arial,helvetica;
	font-weight: bold;
	font-size: 100%;
	color: #FFF;
}
.menu_bold a:hover {
    color: #0000CC;
	/*background: #666666;*/
	}

.menu_italic {
	font-family: arial,helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: 105%;
	color: #666666;
}
.penumbra_header  {
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 70%;
	color: #666666;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}
.penumbra_detail_elements {
	/*padding-left: 2em;*/
/*	text-indent: -2em;*/
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}
.penumbra_detail_elements a {
	color: #0000CC;
}
.penumbra_detail_elements a:visited {
	color: #0000CC;
}
.penumbra_detail_elements ul {
	padding-left: 2em;
	margin: .5em;
	margin-top: 2px;
	list-style-type: none;
	padding-left: 12px;
	margin-left: 0;
}
.penumbra h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.add_new_btn {
	padding-top: 1em;
	
}
.add_new_btn a{
   color: black;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:90%;
   font-weight:bold;
   background-color:#C7C7C7;
   border:1px solid;
   border-color: black;
   text-decoration: none;
   padding: 2px;

}

#searchform {
	/*margin: 10px auto;
	padding: 5px 3px; */
	/*position: absolute;
	left: 0;*/
	/*margin-top: 8px;*/
	margin-top: 0;
	text-align: left;
	font-size: 70%;
	background-color: #E5E5E5;
	width: 198px;
	padding: 0;
	
	}
#searchform table {
	width: 10em;
	margin-left: 0;
	margin-right :0;
    background-color: #E5E5E5;
	padding: 0;
}
#searchform input,  #searchform select, #commentform textarea {
	border-color: #0000CC;
	border-style: solid;
}
#commentform textarea {
	width: 80%;
}
#searchform select {
	width: 100%;
}
#searchform #gobutton  {
	border-style: none;
}
.xigisearchform {
	text-align: left;
	font-size: 70%;
	background-color: #E5E5E5;
}
.xigisearchform table {
	width: 10em;
	margin-left: 0;
    background-color: #E5E5E5;
}
.xigisearchform h3 {
	font-family: arial,helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	color: #666666;
	margin-left: .5em;
}
/** data entry stuff **/
.entry_form {
	max-width: 640px;
	/* horizontal-align: left; */
	text-align: left;
}
.entry_form label {
 font-style: italic;
 color: #555;
 font-size: .9em;
 text-align: left;
}
.entry_form select {
 width: 95%;
}
.entry_form textarea {
	/*font-family: Verdana, Arial, Sans-Serif;*/
	font-size: .8em;
}

.about_page  {
	font-size: 80%;
}
.about_page table {
	font-size: 90%;
	vertical-align: top;
}
.about_page td {
	vertical-align: top;
	text-align: top;
	padding: 0 4px;
}
.about_page tr {
	margin-bottom: 4px;
}
.entry_frame {
	width: 652px;
	/*
	border-style: solid;
	border-width: 2px;
	border-color: #464646;
	border-left-style: none;
	border-bottom-style: none;
	*/
	border-style: none;
}
/**** plain html full-screen pages, like the discovery intro ****/
.full_screen {
	width: 630px;
	/*background: url(images/fade3.gif) repeat-x;*/
	/*border-style: solid;
	border-width: 2px;
	border-color: #464646;
	border-left-style: none;
	border-bottom-style: none;
	*/
	border-style: none;
}

.full_screen p {
	margin-left: 10px;
}
.full_screen h3 {
	color: black;
}
.full_screen li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}

.full_screen a {
	text-decoration: none;
	/*font-size: 90%;*/
}
.full_screen cite {
	font-size: 70%;
	}
.full_screen go_button a {
	font-style: italic;
	border-width: 1px;
	border-style: solid;
}
	
.register_screen {
	background: url(images/fade3.gif) repeat-x;
	width: 96%;
	height: 100%;
	padding: 20px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	color: black;
}
.register_screen h2 {
	font-family: Arial, Sans-Serif;
	font-size: 125%;
	color: black;
}
/**** sponsor page ***/
#sponsor_page {
	float: left;
	/*width: 630px; */
	width: 630px;
	background: #FFF;
}

#sponsor_page td {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
align: center;
	
}
#sponsor_page dl {
	float: left;
	margin: 10px 20px;
	padding: 0;
	}
	
#sponsor_page dt {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #627081;
	}
	
	
#sponsor_page dd, #sponsor_page td {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: left;
	/*line-height: 1.5em; */
	margin: 0 0 0 410px;
	/* color: #666; */
	}
	.centeredImage
	    {
	    text-align:center;
	    margin-top:0px;
	    margin-bottom:0px;
	    padding:0px;
	    }
#sponsor_page dd.img img {
	text-align: right;
	vertical-align: center;
	float: right;
}
#sponsor_page dd a img, #sponsor_page td a img {
	border-style: none;
	text-decoration: none;
}
	
#sponsor_page dl dd.img {
	margin: 0;
}
#sponsor_page dd.img img {
	float: left;
	margin: 0;
}


/*** normal pages **/
#content_header {
	/* font-family: Arial, Sans-Serif;*/
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	float: left;
}
#content_container {
	margin-left: 0px;
	margin-right: 1em;		
	/*margin-top: 10px;*/
   margin-bottom: 2px;
   padding: 4px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
}

#content_container hr {
	display:block;
}

#content_title h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: left;
	}

.content_description {
	/*width: 100%;*/
	margin-right: 10px;
	font-size: 90%;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;

	/* align: left; */
	}

/* the gray sub-titles on all of the pages.*/
.content_subheader {  
	/* font-family: Arial, Sans-Serif; */
	font-size: 0.9em;
	font-style: italic;
	color: #555;
}
/* the dark ones.*/
.content_subheader_dark {  
	/* font-family: Arial, Sans-Serif; */
	font-size: 1.0em;
	font-weight: bold;
	color: #222;
}

.storytitle a, #rss_column .storytitle a, #rss_column .storytitle a:visited {
	font-size: 120%;
	text-decoration: none;
	font-style: normal;
	color: #0000CC;
}
.postmetadata {
	font-style: italic;
	font-size: 90%;
}
.post-teaser, .feedback {
	font-style: italic;
	font-size: 90%;
}
.new_current_filters {
	font-size: .8em;
}

.list_all_name {
 /*float:left; */
 margin:0px;
 font-weight: bold;
 color: #555;
  font-size: 125%;
}
.list_all_name a:visited {
	color: #0000CC;
}
.list_all_right {
 /*float:right;*/
 text-align: right;
 margin:0px;
 margin-right: 6px;
 color: #555;
}
.list_all_left {
 width: 95%;
 /*float:left;*/
 text-align: left;
 margin:0px;
 color: #555;
}
	
.login_form {
	margin-top:-15px;	
	margin-bottom: 0;
	float: right;
	/*font-size: 70%;*/
	background-color: #C7C7C7;
	height: 95%;
	vertical-align: top;
}
.login_form a img {
	text-decoration: none;
	border-style: none;
}
.login_form p {
	font-size: 85%;
}
.login_form table {
	background-color: #C7C7C7;
	margin-top: 0;
}
.login_form td {
padding-bottom: 0;
padding-top: 0;
/*vertical-align: bottom;*/
}
.signin td {
	vertical-align: bottom;
}
.login_left_cell {
  padding-left: 15px; padding-right: 5px; border-right-style: solid; border-right-width: 1px;
}
.login_form label {
	font-size: 85%;
}
.login_form input {
	font-size: 80%;
	border-color: #0000CC;
	border-style: solid;
}
.login_btn{
   color:black;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:80%;
   font-weight:bold;
   background-color:#C7C7C7;
   border:1px solid;
   /*border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   I*/
	border-color: black;
}


/* *********  offering detail page ********/
.offerings_left {
 float:left;
 margin:0px;
 margin-top: 6px;
 width:260px;
}

.offerings_right {
 float:left;
 margin:0px;
 margin-top: 6px;
 width:160px;
}

#offering_res_top {
 margin-top: 8px;
}


.offering_res_quarterpage1 {
 float:left;
 text-align:left;
 margin:0px;
 margin-left:6px;
 margin-top: 0px;
 width:100px;
}

.offering_res_quarterpage2 {
 float:left;
 margin:0px;
 margin-top: 0px;
 width:100px;
}

.offering_res_quarterpage3 {
 float:left;
 margin:0px;
 margin-top: 0px;
 width:100px;
}

.offering_res_quarterpage4 {
 float:right;
 text-align:right;
 margin:0px;
 margin-top: 0px;
 margin-right: 6px;
 width:100px;
}

.offering_res_halfpage1 {
 float:left;
 text-align:left;
 margin:0px;
 margin-left:6px;
 margin-top: 0px;
}

.offering_res_halfpage2 {
 float:right;
 text-align:right;
 margin:0px;
 margin-top: 0px;
 margin-right: 6px;
}
.offering_res_impact_descr {
	float: left;
	text-align: left;
	margin-left: 6px;
	font-style: italic;
	font-size: .8em;
	color: #555;
}
/************************ entity detail page ***/
.entities_left {
/* float:left;*/
 text-align: left;
 margin:0px;
 margin-top: 6px;
 /*width:260px;*/
}

.entities_right {
/* float:right;*/
 text-align: right;
 margin:0px;
 margin-top: 6px;
/* width:160px;*/
}

.entities_off_thirdpageL {
 float:left;
 margin:0px;
 margin-top: 6px;
 margin-bottom: 6px;
 width:260px;
}

.entities_off_thirdpageL a {
	font-family: Arial, Sans-Serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #0000CC;
}

.entities_off_thirdpageR {
 float:left;
 margin:0px;
 margin-top: 6px;
 margin-bottom: 6px;
 width:70px;
}



#entities_email {
 float:left;
 margin:0px;
 margin-top: 6px;
 width:260px;
}

#entities_state {
 float:left;
 margin:0px;
 margin-top: 6px;
 width:160px;
}
/************/

HR.dim {
	display:block;
	height:1px;
	margin-bottom:2px;
	background: #999;

}

.offering_res_name {
	font-family: Arial, Sans-Serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
}

.offering_res_descrip {
	font-family: Arial, Sans-Serif;
	font-size: 1.0em;
	font-style: italic;
	color: #444;
}

.offering_res_subhead {
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}

.offering_res_gray {
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #555;
}

.offering_res_black {
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	color: #000;
}

.offering_impact_story {
	float:left;
	text-align:left;
	margin:0px;
	margin-left:6px;
	margin-top: 0px;
	width:280px;
}

.offering_impact_image {
	float:right;
	margin:0px;
	margin-left:4px;
	margin-right:32px;
	margin-top: 0px;
	margin-bottom:10px;
	width:120px;
}

/******** marketing pages *************/
#market_offerings_container {
	float:left;
	margin-top:30px;
}


#market_offerings_container a.market_offering_name {
	font-family: Arial, Sans-Serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #0000CC;
}


.market_left {
 float:left;
 margin:0px;
 margin-top: 6px;
 margin-bottom: 4px;
 width:250px;
}

.market_right {
 float:left;
 margin:0px;
 margin-top: 6px;
 margin-bottom: 4px;
 width:170px;
}

.market_offering_text {
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	font-style: italic;
	color: #555;
}


/* ******************** data entry forms ************ */

.foo td label{
	font-size: 0.9em;
	font-style: italic;
	color: #555;

}

.entry_form {
	font-style: italic;
}

#content_container .entry_form label {
	/* font-family: Arial, Sans-Serif; */
	font-size: 0.9em;
	font-style: italic;
	color: #555;
}

.pagination {
float:left;
}
.dashboard_container {
	width: 99%;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	/*margin-right: -12px;*/

	height: 100px;
	padding: 2px;
	/*padding-right: -8px;*/
	padding-right: 4px;
}
.dashboard_container a img {
	text-decoration: none;
	border-style: none;
	}
.dashboard_container a, .dashboard_container a:visited {
	color: #0000CC;
	text-decoration: none;
}
.dashboard_container a:hover {
 	background-color: #C7C7C7;
}
.dashboard_container .dashboard_box {
	padding: 5px;
	padding-right: 0px;
	vertical-align: middle;
	float: left;
	font-size: 80%;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: grey;
	height: 80px;
	width:24%;
	
}
/* right-most box has no right-border */
.dashboard_box_right {
	padding: 5px;
	padding-right: 0px;
	vertical-align: middle;
	float: left;
	font-size: 80%;
	border-width: 0px 1px 0px 0px;
	border-style: none;
	border-color: grey;
	height: 80px;
	width:24%;
	
}

.dashboard_box h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
	text-transform: lowercase;
}
.dashboard_box ul {
	list-style-type: none;
	margin-top: 0;
	padding-left: 0;
}
.dashboard_box_right h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
	text-transform: lowercase;
}
.dashboard_box_right ul {
	list-style-type: none;
	margin-top: 0;
	padding-left: 0;
}


#horizontalForm fieldset
{
	display: block;
	margin: 0 0 0 0;
	padding: 0 1em 1em 1em;
	border-style: none;
}

#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	width: 15em;
}
#horizontalForm textarea {
	display: block;
	float:left;
}
#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#horizontalForm select
{
	display: block;
}
#verticalForm fieldset
{
	display: block;
	/* width: 17em;*/
	width: 100%;
	/*margin: 0 0 3em 0;*/
	margin: 0;
	padding: 0 1em 1em 1em;
	border-style: none;
}

#verticalForm fieldset.radio
{
	width: 20em;
	margin: 1em 0 2em 0;
}

#verticalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#verticalForm fieldset.radio label
{
	font-weight: normal;
}

#verticalForm input
{
	display: block;
	width: 15em;
}

#verticalForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#verticalForm label.first
{
	padding-top: 1em;
}

#verticalForm select
{
	display: block;
}

/*******************/
.faq {
}

.faq dt {
	font-weight: bold;
}
.faq dd {
	padding: 4px;
}
.faq a:link {
	color: #0000CC;
	background-color: transparent;
}



.faq a:visited {
	color: #0000CC;
	background-color: transparent;
}

/******** search result page ****/
.search_results_page {
	width: 70%;
	clear: none;
float: left;
	margin-left: 8px;
}
.result_counts h3 {
	/*color: #0000CC;*/
	font-size: 120%;
	margin: .2em;
}

.search_results_page hr {
	height: 1px;
	width: 100%;
	color: #666666;
}
.search_results_page label {
	font-style: italic;
	color: #666666;
}


.xigisearchbox form {
	background-color: #DEDEFC;
	margin-bottom: 4px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 4px;
}
.xigisearchbox input {
	margin-top: 0;
	margin-bottom: 4px;
	padding-top: 0;
}
#xigisearch_p2 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.xigisearchbox table {	
	background-color: #DEDEFC;
	margin-bottom: 4px;
	margin-left: 4px;
}
/***************/

input.button {
    padding-left: 5px;
    margin-right: 10px;
    border: 0;
    background: #fff url(images/button.gif) no-repeat;
    color: #000;
    height: 22px;
    /* used to catch the buttonEnding */
    position: relative;
    cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

.buttonEnding {
    position: absolute;
    display: inline;
    margin-left: -10px;
    width: 9px;
    height: 22px;
    background: url(images/end.gif) no-repeat;
}


#xigisearchresults {
	width: 85%;
	height: 800px;
	border-style: none;
}

#marketform fieldset, #marketform table, #commentform {
	background-color: #E9E9F2;
	border-style: none;
	width: 100%;
}
#marketform tr, #marketform input, #marketform textarea {
	width: 100%;
}
#marketform td {
	width: 50%;
}
#marketform td h3 {
	font-size: 80%;
}
#marketform fieldset {
	margin-bottom: 10px;
}
#marketform input, #marketform textarea, #marketform select, .map_page_box select, .map_page_box input, .map_page_box textarea {
	border-color: #0000CC;
	border-style: solid;
}
#marketform label {
 font-style: italic;
 color: #555;
 font-size: .9em;
 text-align: left;
}
#marketform .round_button, #marketform img  {
	border-style: none;
}
#marketform .three_across td {
	width: 33%;
}

#marketform   .pae_1 {
	text-align: right;
}
#marketform .aff_people {
	width: 100%;
}

#marketform .aff_people td, #marketform .related_entity td {
	width: 50%;
}
#marketform .aff_people .label, #marketform .related_entity .label  {
	text-align: left;
}
#marketform .aff_people input, #marketform .aff_people select,#marketform .related_entity input, #marketform .related_entity select {
	width: 100%;
}
cite {
	font-size: 90%;
	color: #666666;
}
.map_page_box {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	padding: 4px;
	width: 100%;
	margin-top: 4px;
}
.map_page_box img {
	border-style: solid;
	border-width: 2px;
	border-color: blue;
}
.map_page_box form {
	padding: 0;
	margin: 0;
}
.map_page_box p, .map_page_box table p, .single_map_gallery p {
	color: #666666;
	font-style: italic;
	margin-bottom: 2px;
	font-size: 90%;
	margin-top: 2px;
}
.map_page_box table, .single_map_gallery table {
	margin-left: 0;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	width: 100%;
}
.map_page_box tr, .single_map_gallery tr {
	margin-left: 0;
	padding-left: 0;
}
.header_row, .header_row tr, .header_row tr th {
	margin-bottom: 0;
	padding-bottom: 0;
}
.top_row tr, .top_row td, .top_row, .top_row select {
	margin-top: 0;
	padding-top: 0;
}
.map_page_box th {
	font-size: 90%;
	font-style: italic;
	color: #666666;
	margin-left: 0;
}
.map_page_box td, .single_map_gallery td {
	margin-left: 0;
	padding-left: 0;
	vertical-align: center;
}
.map_page_box select {
	width: 150px;
}
.map_page_box input, .map_page_box textarea {
	width: 100%;
}
code, div code, #map_code code {
	color: black;
	background-color: #EEEEEE;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
.map_page_box strong {
	font-size: 100%;
	font-weight: normal;
	background-color: #DEDEFC;
}

.all_map_gallery td{
	font-size: 90%;
}
.all_map_gallery table {
	margin-left: 0;
	width: 100%;
}
.single_map_gallery img {
	border-style: solid;
	border-width: 1px;
	border-color: #C7C7C7;
	padding: 4px;
	margin-left: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}
.single_map_gallery table {
	margin-bottom: 0;
}
code {
	background-color: #C7C7C7;
}
.market_page_table {
	width: 100%;
}
.market_page_table th {
	font-size: 90%;
	font-style: italic;
	color: #666666;
}
.market_page_table td {
	font-size: 90%;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	padding-right: 100px;
	width: 100%;
}
.market_page_table .statement {
	padding-right: 0;
}
#searchform th {
	font-weight: bold;
	font-style: italic;
	font-size: 80%;
	color: #666666;
	background-color: #E5E5E5;
}

#rss_column {
	width: 100%;
}
#rss_column ul {
	list-style-type: none;
	font-size: 90%;
}
#overDiv {
	border: 3px solid #0000CC;
	width: 400px;
}
#overDiv table {
	padding: 4px;
	width: 100%;
}
#overDiv a:visited {
	color: #0000CC;
}
#sponsor_page ul {
	margin-left: 12px;
}
#sponsor_page li {
	padding: 3px 0px;
}
#sponsor_page table {
	width: 100%;
}
#sponsor_page tr, #sponsor_page td {
	padding: 4px;
	margin: 4px;
}
.header_table {
	font-size: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
.header_table tr {
	margin: 0; padding: 0;
	/*background-color: #8E8E8E;*/
}
.header_table tr td h1, .header table tr td h1 a {
	background-color: #8E8E8E;
	font-style: italic;
	color: #FFF;
	padding: 0;
}
#blog_header #post_btn h1 {
	background-color: #FFF;
	width: 82px;
	
}
#post_btn a img {
	text-decoration: none;
	border-style: none;
	background-color: #FFF;
}