/* NOTES: ORANGE: #dc8033, GREEN: #005a54 */ /* overall styles */
html {
	overflow: scroll;
}

body {
	position: relative;
	font-size: 12px;
	text-align: justify;
	font-family: arial, helvetica;
	/*overflow:scroll; <- double scrollbar when viewed in IE7 */ /*
    overflow: -moz-scrollbars-vertical;
    
    overflow-x: hidden;
    overflow-y: scroll;
  */
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	position: relative;
}

h1,h2,h3,h4 {
	margin: 0;
	color: #dc8033;
	padding: 0;
	font-family: Lucida Sans Unicode, arial, sans-serif, Lucida Grande,
		Garuda;
}

h1 {
	font-size: 18px;
	margin: 10px 0
}

h2 {
	font-size: 14px;
	margin: 10px 0;
}

hr {
	clear: both;
	border: 0;
	border-top: 1px dashed #005a54;
	margin-top: 3px
}

ol,ul,fieldset {
	margin: 0;
	padding: 0
}

a {
	color: #008A54;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #006A54;
}

a:hover {
	text-decoration: underline;
}

li {
	padding: 2px 0px 2px 0px;
}

img {
	border: 0
}

table {
	border-collapse: collapse
}

td,th {
	vertical-align: top
}

th {
	background-color: #00726a;
	color: white;
	border: 1px solid black
}

.clear {
	clear: both
}

.odd {
	background-color: #ddd
}

.defaultIn {
	color: #666
}

/* overall layout */
#header {
	background: #00726a;
	height: 85px
}

#header img {
	float: left;
	margin-top: 15px;
	margin-left: 20px
}

#header #quote {
	background: url(/images/topquote.gif) no-repeat;
	width: 348px;
	height: 60px;
	float: right;
	margin-right: 10px;
	margin-top: 10px
}

#header #quote p {
	color: white;
	font-size: 11px;
	width: 330px;
	padding-top: 5px;
	padding-left: 10px;
	margin: 0;
	text-align: justify;
	line-height: 13px;
	font-weight: bold
}

#header_nav {
	width: 700px;
	height: 30px;
	border-top: 1px dotted white;
	margin-top: -5px;
	border-bottom: 1px solid #005a54
}

#header_nav li {
	list-style: none;
	text-align: center;
	padding: 8px 10px;
	padding-top: 8px;
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	height: 10px;
	border-right: 1px dotted #005a54
}

#header_nav li.last {
	border-right: 0
}

#header_nav #nav_about {
	width: 75px
}

#header_nav #nav_laboratories {
	width: 90px
}

#header_nav #nav_structures {
	width: 80px
}

#header_nav #nav_publications {
	width: 90px
}

#header_nav #nav_employment {
	width: 84px
}

#header_nav #nav_news {
	width: 75px
}

#header_nav #nav_contact {
	width: 60px
}

#header_nav li.sfhover li,#header_nav li:hover li {
	background: none
}

#header_nav li a {
	color: #005a54;
	text-decoration: none;
	font-weight: bold;
	font-size: 11.5px
}

#header_nav li ul {
	display: none;
	position: relative;
	margin-top: 3px;
	background: #e0e0e0;
	opacity: 0.9; /* CSS 3, Moz, Safari, Konq, Opera 9 */
	-khtml-opacity: 0.9; /* Older Safari, Older Konqueror */
}

#header_nav li:hover ul,#header_nav li.sfhover ul {
	display: block;
	margin-left: -10px
}

#header_nav li ul li {
	display: block;
	float: none;
	text-align: center;
	border-bottom: 2px dotted #005a54;
	border-right: 0
}

#header_nav li ul li:hover,#header_nav li ul li.sfhover {
	background-color: #cccccc
}

/* on state for active pages */
#header_nav li:hover,#header_nav li.sfhover,body.structures #header_nav li#nav_structures,body.employment #header_nav li#nav_employment,body.news #header_nav li#nav_news,body.contact #header_nav li#nav_contact,body.laboratories #header_nav li#nav_laboratories,body.publications #header_nav li#nav_publications,body.about #header_nav li#nav_about
	{
	background: #005a54
}

#header_nav li:hover a,#header_nav li.sfhover a,body.structures #header_nav li#nav_structures a,body.employment #header_nav li#nav_employment a,body.laboratories #header_nav li#nav_laboratories a,body.news #header_nav li#nav_news a,body.contact #header_nav li#nav_contact a,body.publications #header_nav li#nav_publications a,body.about #header_nav li#nav_about a
	{
	color: white
}

#header_nav li ul li a,#header_nav li:hover ul li a,#header_nav li.sfhover ul li a,body.structures #header_nav li#nav_structures ul li a,body.employment #header_nav li#nav_employment ul li a,body.laboratories #header_nav li#nav_laboratories ul li a,body.news #header_nav li#nav_news ul li a,body.contact #header_nav li#nav_contact ul li a,body.publications #header_nav li#nav_publications ul li a,body.about #header_nav li#nav_about ul li a
	{
	color: #1a5a59
}



#breadcrumbWrapper {
	height: 30px;
	border-bottom: 1px solid #005a54;
	margin-top: 5px;
	position: relative;
	overflow:hidden;
	padding-bottom:5px;
}

#breadcrumbWrapper #breadcrumbs {
	
	float: left;
	background-color: white;
	padding-right: 5px;
	font-weight: bold;
	margin-top:7px;
}

#breadcrumbWrapper #breadcrumbs a {
	font-weight: normal;
	font-size: 13px;
}

#breadcrumbWrapper #breadcrumbs a,#breadcrumbWrapper #breadcrumbs {
	color: #dc8033;
	font-size: 13px;
}

#breadcrumbWrapper #breadcrumbs a {
	text-decoration: underline;
}


#breadcrumbWrapper form {
	
	float:right;
	padding-top:2px;
}

#breadcrumbWrapper .newtosgc {
	float: right;
	padding-left: 5px;
	text-align: center;	
	
}

#breadcrumbWrapper .twitter {
	float: right;
	padding-left: 5px;

	display:inline-block;
	
	
}
.newtosgc a, .newtosgcgo
{
color:#dc8033;
font-size:12px;
font-weight:bold;
text-decoration:underline;

}


#content {
	clear: both;
	margin-top:5px;
}

#content li {
	margin-left: 20px
}

#content .paginate div a {
	font-size: 10px;
	color: purple;
	font-weight: bold;
	margin: 0 5px
}

#content .paginate div span {
	color: black;
	font-weight: bold;
	font-size: 12px
}

#content .paginate div {
	margin: auto;
	text-align: center
}

#content ol,#content ul {
	margin: 10px 10px
}

#content #smartInputFloater {
	display: block
}

#footer {
	border-top: 1px solid #005a54;
	clear: both;
	display: block;
	text-align: center;
	font-size: 11px;
	padding-top: 15px;
	font-weight: bold;
	width: 100%;
}

#footer a img,#footerMM a img {
	vertical-align: middle
}

#footerMM {
	clear: both;
	display: block;
	text-align: center;
	font-size: 11px;
	padding-top: 15px;
	font-weight: bold
}

/* page specific */
body#index {
	
}

body#index #content li {
	list-style: none;
	margin: 0;
	padding: 0
}

body#index #content .block {
	float: left;
	/*width:340px;*/
	width: 49%;
	font-size: 12px;
	vertical-align: bottom
}

body#index #content .block h2 {
	margin-bottom: 10px;
	margin-top: 0
}

body#index #content .block h3 {
	color: black;
	font-size: 12px;
	margin-bottom: 10px
}

body#index #content .block li {
	margin-bottom: 10px
}

body#index #content .block li a {
	color: black;
	font-weight: normal
}

body#index #content .block li a .title {
	font-weight: bold
}

body#index #content .block li a img {
	float: right;
	border: 1px solid black
}

body#index #content .block a.more {
	color: #dc8033;
	font-weight: bold;
	margin-bottom: 10px
}

body#index #content .block form {
	margin-top: 10px;
	background-color: #eee;
	padding: 5px;
	margin: 5px 0
}

body#index #content .right {
	float: right
}

body#index #content .block h2 {
	background-color: #00726a;
	color: white;
	font-size: 10px;
	padding: 2px 5px
}

/*	body#index #content .block h2 {background-color:#00726a;color:white;font-size:10px;padding:2px 5px} */
body#index #content .block h2 a {
	float: right;
	width: 10px;
	height: 10px;
	margin-top: -11px;
	background: url(../images/rss.gif) no-repeat;
	text-indent: -9999px
}

body#index #content #videos,body#index #content #newest_structures {
	height: 209px
}

body#index #content #newest_structures form input.button {
	margin-left: 20px
}

body#index #content #newest_structures {
	border-bottom: 1px solid #005a54
}

body#index #content #videos {
	border: 1px solid #005a54;
	width: 338px
}

body#index #content #videos object embed {
	margin: 4px
}

#sponsors {
	clear: both;
	height: 80px;
	background: url(/images/footer_bg.gif) repeat-x
}

#sponsors object,#sponsors embed {
	margin-top: 20px
}

body#index #footer {
	border: 0;
	padding: 0
}

body#about_index {
	
}

body#index3 {
	
}

body#index3 #content li {
	list-style: none;
	margin: 0;
	padding: 0
}

body#index3 #content .block {
	float: left;
	width: 340px;
	font-size: 12px;
	vertical-align: bottom
}

body#index3 #content .block h2 {
	margin-bottom: 10px;
	margin-top: 0
}

body#index3 #content .block h3 {
	color: black;
	font-size: 12px;
	margin-bottom: 10px
}

body#index3 #content .block li {
	margin-bottom: 10px
}

body#index3 #content .block li a {
	color: black;
	font-weight: normal
}

body#index3 #content .block li a .title {
	font-weight: bold
}

body#index3 #content .block li a img {
	float: right;
	border: 1px solid black
}

body#index3 #content .block a.more {
	color: #dc8033;
	font-weight: bold;
	margin-bottom: 10px
}

body#index3 #content .block form {
	margin-top: 10px;
	background-color: #eee;
	padding: 5px;
	margin: 5px 0
}

body#index3 #content .right {
	float: right
}

body#index3 #content .block h2 {
	background-color: #00726a;
	color: white;
	font-size: 10px;
	padding: 2px 5px
}

body#index3 #content .block h2 a {
	float: right;
	width: 10px;
	height: 10px;
	margin-top: -11px;
	background: url(/images/rss.gif) no-repeat;
	text-indent: -9999px
}

body#index3 #content #videos,body#index #content #newest_structures {
	height: 209px
}

body#index3 #content #newest_structures form input.button {
	margin-left: 20px
}

body#index3 #content #newest_structures {
	border-bottom: 1px solid #005a54
}

body#index3 #content #videos {
	border: 1px solid #005a54;
	width: 338px
}

body#index3 #content #videos object embed {
	margin: 4px
}

#sponsors {
	clear: both;
	height: 80px;
	background: url(/images/footer_bg.gif) repeat-x
}

#sponsors object,#sponsors embed {
	margin-top: 20px
}

body#index3 #footer {
	border: 0;
	padding: 0
}

/*body#about_scientific_committee {} 
	body#about_scientific_committee #content h2 {display:inline}
	body#about_scientific_committee #content div {white-space:pre;margin-top:-15px}
*/
body.structures {
	
}

body.structures #breadcrumbWrapper {
	margin-bottom: 0
}

body.structures #subHeader h1 {
	margin-bottom: 0;
}

#subHeader {
	border-bottom: 1px dashed #005a54;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#subHeader fieldset {
	margin-top: 8px
}

#subHeader fieldset fieldset {
	padding-bottom: 4px;
	margin-top: 0
}

#subHeader li {
	margin: 0;
	padding: 0;
}

#subHeader hr {
	border: 1px solid #005a54;
	margin: 0;
	padding: 0
}

/* subheader links */
#subHeader h1 {
	background-color: #005a54;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	padding: 3px
}

#subHeader #structure_links {
	border-right: 1px solid #005a54;
	width: auto;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
}

#structure_links li {
	display: block;
	width: 300px;
	border-bottom: 1px dashed #005a54;
	text-align: center;
	margin: 0;
	padding: 0;
}

#structure_links li.last {
	border-bottom: 0
}

#structure_links li a {
	display: block;
	color: #005a54;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 7px 10px
}

#structure_links li a#link_isee {
	padding-top: 3px
}

#structure_links li a#link_isee:active {
	background-color: #e5e5e5
}

/* highlight link for active page */
body#structures_index #link_structure_gallery,body#structures_about #link_about,body#structures_target_progress #link_target_progress,body#structures_deprioritized_sgc_targets #link_deprioritized_sgc_targets,body#structures_sgc_structure_criteria #link_sgc_structure_criteria
	{
	background-color: #e5e5e5
}

/* search form */
#subHeader form {
	float: left;
	vertical-align: top;
	margin-left: 30px;
	width: 600px
}

#subHeader label {
	display: block
}

#subHeader select,#subHeader .checkbox_array {
	display: none;
	position: absolute
}

#subHeader .checkbox_array {
	width: 210px;
	background-color: white;
	border: 2px solid black;
	padding: 3px
}

#subHeader .checkbox_array input.text {
	border: 0;
	text-decoration: underline;
	background: 0;
	text-align: right;
	width: 100%;
	display: inline-block;
	/*display:inline-block to fix for underline not working in Firefox */
}

#subHeader .checkbox_array input.clear {
	text-align: left
}

#subHeader .checkbox_array input.clear,#subHeader .checkbox_array input.close
	{
	width: 49%
}

#subHeader .checkbox_array div {
	height: 200px;
	overflow: auto;
	margin: 10px 0
}

#subHeader .checkbox_array div * {
	display: inline;
}

#subHeader fieldset legend {
	color: #005a54;
	margin-left: 10px;
}

#subHeader fieldset fieldset {
	border: 0;
	float: left; /*border: 1px solid blue; */
}

#subHeader fieldset.right { /*margin-left:50px*/
	margin-left: 40px
}

#subHeader fieldset.left {
	margin-left: 40px;
}

#subHeader fieldset input.submit,#subHeader fieldset input.reset {
	float: right;
	margin-right: 30px;
	width: 80px;
	background-color: #005a54;
	border: 1px solid #eee;
	text-align: center;
	color: white;
	padding-top: 0px;
}

#subHeader fieldset input.submit {
	margin-top: -5px;
}

#subHeader fieldset input.reset {
	margin-top: 5px;
	margin-bottom: 1px;
}

#subHeader form fieldset.search label {
	display: inline;
	width: 10px;
	margin-top: 3px;
	font-size: 10px;
	display: inline
}

#subHeader fieldset.search fieldset {
	margin-left: 13px;
}

#subHeader fieldset input#searchterm {
	margin-top: 5px;
}

#subHeader #protein_family {
	left: 360px;
	z-index: 2000;
}

#subHeader #disease_area { /*left:390px*/
	left: 590px;
	z-index: 2000;
}

#subHeader #site_area { /*left:390px*/
	left: 820px;
	z-index: 2000;
}

#subHeader ul {
	margin: 0
}

body#structures_index {
	
}

#subContent {
	clear: both
}

body#structures_index #content tr.filtered_out {
	display: none
}

body.structures #content #protein_image {
	float: right;
	border: 1px solid green;
	margin-left: 15px
}

body.structures #content dt {
	font-weight: bold;
	display: inline;
	width: 100px
}

body.structures #content dd {
	display: inline
}

/*body.structures #content h2 {color:#337b76;font-size:14px} */
body.structures #content #notesDesc {
	margin: 10px 0
}

body#structures_index #content td img {
	vertical-align: middle
}

body.structures #content #notesDesc th {
	text-align: center;
	width: 130px;
	background: 0;
	border: 0;
	color: black
}

/*body#structures_deprioritized_sgc_targets {} 
	body#structures_deprioritized_sgc_targets #content ul {margin:15px} */
body#structures_deprioritized_sgc_targets #content #subHeader ul {
	margin: 0
}

body#structures_deprioritized_sgc_targets #content table {
	margin: 10px 0;
}

body#structures_deprioritized_sgc_targets #content tr th,body#structures_deprioritized_sgc_targets #content tr th a
	{
	color: white;
}

body#structures_deprioritized_sgc_targets #content tr th a {
	text-decoration: underline;
}

body#structures_deprioritized_sgc_targets #content th,body#structures_deprioritized_sgc_targets #content td
	{
	text-align: left;
	padding: 5px;
}

body#structures_deprioritized_sgc_targets #content td {
	background-color: #F8F8F8;
	border: 1px solid black
}

body#employment_toronto {
	
}

#employment_toronto #content ul {
	float: left
}

#employment_toronto #content div {
	float: left;
	width: 440px;
	margin-left: 20px
}

/*
 /*body#about_faqs {} */
body#about_faqs #content p {
	margin-top: 0
}

body#about_faqs #content dt {
	font-weight: bold;
	margin-bottom: 10px
}

body#about_faqs #content dt a {
	color: #dc8033
}

body#about_faqs #content dd {
	margin: 0;
	margin-bottom: 20px
}

body#about_faqs #content ul {
	margin-bottom: 10px
}

/*
body#about_faqs #content li {margin-left:40px;padding-left:10px}
*/
body#about_faqs #content li.faqs {
	margin-left: 40px;
	padding-left: 10px
}

body#publications_index {
	
}

#publications_index #content form {
	margin: 10px 0
}

#publications_index #content td {
	list-style: none;
	padding: 10px 5px;
	margin-left: 0
}

body#structures_target_progress {
	
}

body#structures_target_progress #content table td,body#structures_target_progress #content table th
	{
	border: 1px solid black
}

body#structures_target_progress #content #last_updated {
	text-align: right
}

body#about_sponsors {
	
}

body#about_sponsors #content table td {
	padding-top: 20px
}

body#about_sponsors #content table td h2 {
	display: inline;
	text-decoration: none
}

body#about_sponsors #content table td.img {
	text-align: center;
	margin: auto;
	padding-right: 20px
}

body#contact_index #content td {
	padding: 5px
}



#subheadercontent {
	width: 80%;
	margin: auto;
}

.left_text {
	
}

#showMM {
	border: 1px #00726A solid;
	margin-top: 10px;
}

.td_title {
	font-weight: bold;
	color: black;
}

#useful_links {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: right;
	border: 1px solid #DC8033;
	display: inline-block;
}

#useful_links ul {
	list-style: none;
	padding: 10px;
	margin: 0px;
}

#useful_links ul li {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	font-size: 10pt;
	font-weight: bold;
}

#content #useful_links h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background: #DC8033;
}

/*
#useful_links h3, #useful_links h4
{
	color:black;
}
*/
h1#error {
	color: #FF3300;
}

.iseelower {
	text-transform: lowercase;
}

ul#news {
	margin: 0px;
	padding: 0px;
}

ul#news li {
	list-style: none;
	margin: 3px 0px;
}

ul#news a,ul#faqs a {
	font-weight: normal;
}

input#search_text {
	background-color: #dbf1f0;
}