html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	font-family: "Lucida Grande",Helvetica,Verdana,Arial;
	color: #555;
}

h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #009D92;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #009D92;
	padding-bottom: 10px;	
}

p {
	line-height: 1.4em;
	padding-bottom: 15px;
}

table th{
	padding: 20px;
}

a { color: #009D92; text-decoration: none;}
a:link { color: #009D92; text-decoration: none;}
a:visited { color: #009D92; text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { color: #009D92; text-decoration: underline; }

.errorExplanation li{
	line-height: 1em;
	padding-bottom: 5px;
	color: #FB000D;
}

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input {
	background-color: #ffd7d9;
}

.gravatar {
	background-color:white;
	border:1px solid #D0D0D0;
	margin-right:0.7em;
	padding:2px;
}

#user-bar-avatar {
	position: relative;
	top: -10px;
	float: left;
}

#user-bar-greeting {
	float: left;
}

#user-bar-action {
	float: left;
}

#headcontainer {
background:#FFFFFF url(/images/head_bg60.gif) repeat-x scroll center bottom;
height:80px;
margin:0 auto;
text-align:center;
}

#headerwrap {
	margin:0 auto 3px;
	min-width:960px;
	text-align:left;
	width:960px;
}

#content {
	margin:15px auto 3px;
	min-width:960px;
	text-align:left;
	width:960px;
}

#welcome_banner {
	margin: 20px 0px 0px 0px;
}


#footercontainer {
clear:both;
margin:0 auto;
padding:30px;
text-align:center;
}

#footerwrap {
border-top:1px solid #DDDDDD;
margin:0 auto;
min-width:960px;
text-align:left;
width:960px;
}

#footerpad {
	font-size: .75em;
	padding: 20px 0px 0px 0px;
}

.centered_table_img {
	display: block;
	margin-left: auto;
	margin-right: auto 
}


#flash{
font-size: 1.5em;
text-align:center;
}
.flash_html {
display:inline;
}
.flash_ajax{
display: block;
position:fixed;
top:0px;
width:100%;
height: 80px;
z-index:1003;
background-color:#fff;
}

.flash_ajax span{
display: block;
margin-top: 20px;
}



.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
	font-size: .6em; 
	text-transform: none;
}

textarea {
	width: 400px;
	height: 150px;
}

.long_field {
	width: 250px;
}

.medium_field {
	width: 200px;
}

.short_field {
	width: 50px;
}

.single_field {
	width: 30px;
}

.show_table table {width: 100%; padding: 0; margin: auto; border-collapse: collapse; margin-bottom: 20px;}

.show_table table caption {text-align: left; text-transform: uppercase;  padding-bottom: 4px; font-size: .8em;}

.show_table table thead th {background-color: #769896; padding: 3px 10px; color: #fff; text-align: left; font-weight: normal;}

.show_table table tbody, table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

.show_table table tbody {border-bottom: 1px solid #EAECEE;}
                      
.show_table table tbody td, table tbody th {padding: 4px; background: text-align: left;}

.show_table table tbody tr {background-color: #FFFBF2;}

.show_table table tbody td {font: .9em "Arial";}

.show_table table tbody tr.odd {background-color: #DADCDE;}

.show_table table tbody tr:hover {background-color: #FFFFFF;}

.show_table table tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 1.1em  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}