img {
  border: 0px solid white;
}

h2 {
  font-size: 12px;
  text-transform: uppercase;
}

.text {  font-family: "verdana", "arial", "helvetica"; font-size: 12px; color: #000000; line-height: 16pt}
.description-text {  font-family: "verdana", "arial", "helvetica"; font-size: 12px; color: #000000; margin-bottom: 12px;}
.footer {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9px; text-decoration: none; line-height: 12px; margin-top: 4px}
a.footer:hover { color: #000000; text-decoration: underline} 

.nav {  font-family: "verdana", "arial", "helvetica"; font-size: 12px; color:#000000;  ; text-decoration: none; line-height: 16pt}
a.nav:hover { color: #000000;  text-decoration: underline} 
.actnav {font-family: "verdana", "arial", "helvetica";  font-size: 12px; color: #000000;  font-weight:bold; text-decoration: none} 

ul { font-family: "verdana", "arial", "helvetica"; font-size: 12px; color: #000000; line-height: 14pt }
.header { font-family: "verdana", "arial", "helvetica"; font-size: 11px; color: #8BD0BF; text-decoration: none; font-weight: bold}
.subheader { font-family: "verdana", "arial", "helvetica"; font-size: 24px; color: #333333; line-height: 14pt}

form.contact
{
	margin: 0;
	padding: 0;
}

table {
  font-family: "verdana", "arial", "helvetica";
  font-size: 12px;
}

table.form
{
	margin: 0;
	padding: 0;
	width: 100%;
}
table.form td
{
	padding: 3px;
	font: normal 0.8em Arial, Helvetica, Sans-Serif;
}
table.form td.label
{
	width: 35%;
	text-align: right;
}
table.form td.field
{
	width: 65%;
}
table.form td.field input.textBox, table.form td.field textarea
{
	padding: 1px;
	border: 1px solid #000;
	width: 150px;
}
table.form td.field textarea
{
	width: 250px;
}

/* tables */

table .fancy-table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
}

.fancy-table th {
	background-color: #e2e2e2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 4px;
}
.fancy-table tr td {
	border-right: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
.fancy-table tr.altRow td {
	background: #f4f4f4;
}
.fancy-table td.actions {
	white-space: nowrap;
}

table .project-table {
  width: 100%;
  font-size: 11px;
}

.project-table th {
  padding: 4px 12px 4px 2px;
  border-bottom: 1px solid black;
  text-align: left;
}

.project-table td {
  padding: 6px 12px 6px 2px;

}

.tr_dark {
  background-color: #DEF7EF;
}

#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
	clear:both;
	display:block;
}
dl {
	line-height:2em;
	margin:0em 1em;
	float:left;
	width: 400px;
}
dt {
	font-weight: bold;
	vertical-align:top;
}
dd {
	margin-left:14em;
	margin-top:-2em;
	vertical-align:top;
}

/* notices and errors */
#alert {
	text-align: center;
	color:#700000;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
}

#flashMessage, .error, .error_message {
	color:#666666;
	font-size: 1.2em;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
}
.error_message {
	clear: both;
}
.error em {
	font-size: 1.4em;
	color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 1.2em;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
	color: #656565;
	background-color: #ddd;
}

/* forms */

form {
	margin-top: 2em;
}
form div{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:2em;
}
form div div {
	vertical-align: text-top;
	margin-left: 0em;
	margin-bottom:0em;
}
form div.date{
	margin-left: 0em;
}
label {
	display: block;
	padding-right: 20px;
}
input[type=checkbox] {
	float: left;
	clear: left;
}
input, textarea {
	clear: both;
	display:block;
	font-family: inherit;
}
select {
	clear: both;
	vertical-align: text-bottom;
	font-family: inherit;
}
option {
	font-family: inherit;
	padding: 0 0.3em;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
}
div.required {
	clear: both;
	color:#222;
	font-weight:bold;
}
div.optional {
	clear: both;
	color:#555;
}
div.submit {
	clear: both;
}
/* action links */
ul.actions {
	float: left;
	margin-left:20px;
	width: 200px;
}
ul.actions li {
	margin-top: 4px;
}
pre {
	padding: 1em;
}


.link-list {
  padding:0;
  margin:0;
}

.link-list {
  list-style-type:none;
}

.link-list a {
  text-decoration: none;
}

.link-list a:hover {
  text-decoration: underline;
}

#portal-links {
  margin-top: 40px;
}

.portal-link {
  float: left;
  margin-right: 15px;
}

#sub-menu {
  margin-top: 20px;
  line-height: 16px;
}

#sub-menu a {
  color: #800;
}

input.submit, .submit input {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #FD9932;
  border: 1px solid #000000;
}

.newsletter-link {
  padding-right: 10px;
  padding-bottom: 10px;
}

.newsletter-link a {
  text-decoration: none;
  color: blue;
}

.newsletter-link a:hover {
  text-decoration: underline;
}

.blog-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 4px;
}

.blog-title a {
  color: black;
}

.blog-body, .blog-comment-body {
  margin-bottom: 4px;
}

.blog-date, .blog-comment-date {
  font-size: 0.9em;
  margin-bottom: 4px;
  font-style: italic;
}

#referral-form .label {
  text-align: right;
}

#faqs .q, #faqs .a {
  margin-right: 8px;
}

#faqs .q {
  color: #76C7B1;
}

#faqs .a {
  color: #FD9932;
}

.faq {
  margin-bottom: 6px;
}

.faq .faq-question, .faq .faq-answer {
  margin-bottom: 10px;
}

.archive-year {
  font-size: 1.4em;
  font-weight: bold;
}

.archive-month {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 20px;
}

.archive-item {
  padding-left: 40px;
}

.specialtyInterestGroups table td, .bios table td {
  padding-bottom: 10px;
}

