@charset "utf-8";
/* Genome.gov Responsive Style Sheet */
body {
	background-color: white;
}
a {
	color: #004D71	
}
a:visited {
	color:#226
}
hr {
	clear: both;
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

table {
	width: auto; /* without the line below, it causes table cell content to align center on IE */
	text-align: left
}
td {
	padding: 10px
}
button {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #6b6b6b;
	font-size: 14px;
	background: #ffffff;
	padding: 3px 10px 3px 10px;
	border: solid #a6a6a6 1px;
	text-decoration: none;
}
button:hover {
	background: #e6e6e6;
	text-decoration: none;
}
blockquote {
	font-size: 14px;
	border: 0
}
h3 {
	font-size: 20px;
	margin: 5px 0 10px 0;
	clear:left;
	line-height:24px
}
h4 {
	font-size: 18px;
	color: #930
}
h5 {
	font-size: 16px;
	color: #600;
}

img.simple-l {
	float: left; /*border:1px solid #ccc; padding:3px;*/
	margin: 5px 15px 5px 0
}
img.simple-r {
	float: right; /*border:1px solid #ccc; padding:3px;*/
	margin: 5px 0 5px 20px
}
.cap-left {
	float: left;
	margin: 5px 15px 0 0 !important;
	border: 0 !important;
}
/*.cap-left img, .cap-right img {border:1px solid #ccc; padding:3px;}*/
.cap-left td {padding:0}
.caption {
	color:#444;
	padding:5px 0 10px 0;
	font-size:13px;
	line-height:17px
}
.cap-right {
	float: right;
	margin: 5px 0 5px 15px !important;
	border: 0 !important
}
.thumb-v {height:100px; margin:0 45px 10px 45px !important;}

#contentarea {
	min-height: 500px
}
#contentarea h4, #contentarea h5 {
	font-family: inherit;
  	font-weight: 500;
	padding-top:10px;
	clear:left
	}
#contentarea table {
	border: 1px solid #eee
}
#contentarea ul {
	/*list-style-image: url(/images/resp/bullet.png)*/
}
#contentarea ul.plain {
	list-style: none
}
#contentarea ul.in {
	list-style-position:inside
}
#contentarea li {
	/*line-height: 22px;*/
	margin-left: -20px
}
#contentarea .th-list {
	list-style: none;
	margin: 0;
	padding:0 0 0 20px
}
#contentarea .th-list li {
	display: inline-block;
	width: 100%;
	clear: both;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc
}
#contentarea .th-list li img {
	float: left;
	width: 120px;
	margin: 10px 15px 0 0
}
#contentarea .th-list li h5 {
	margin-top: 0
}
#contentarea .th-list p {
	margin-bottom: 0
}
#crumbs {
	margin: -10px 0 15px 0;
	font-size: 95%
}
#leftnav {
	padding: 0 0 15px 15px
}
#leftnav ul {
	width: 95%;
	margin: 0;
	padding: 0 10px 0 30px;
	list-style: none;
	background: #f9f9f9
}
#leftnav li {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
#leftnav ul ul {
	margin-top: 5px
}
#leftnav li li {
	border: 0;
	border-top: 1px solid #eee;
	padding: 5px 0;
	margin-left: -20px;
	font-size: 95%;
}
#also {
	padding: 5px
}
#also h4 {
	color: black;
	font-size: 16px;
	margin: 20px 0 15px 0
}
#also br {
	line-height: 5px
}
.agenda {
	clear:left; 
	list-style: none;
	max-width: 760px;
	border: 1px solid #eee;
	padding:0
}
.agenda .break {
	text-align: center;
	background: #f8f8f8
}
.agenda a {
	font-weight: bold
}
.agenda h5 a {
	font-weight: normal
}
.agenda h5 {
	margin-top: 0
}
.agenda li {
	padding: 5px;
	margin: 0 !important;
	border-bottom: 1px solid #eee
}
.agenda li li {
	padding: 0;
	border: 0;
	text-align: left
}
.agenda-img {
	position: absolute
}
.byline {
	color:black;
	font-size:14px;
	font-style: italic;
	line-height:20px
}
.label-new, label-live {
  display: inline;
  padding: .2em .4em .2em;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #5cb85c;
}
.label-live {
  background-color: #d9534f;
}
.rounded {
	border-radius: 15px
}
.center {
	text-align: center
}
.centered {
	margin: 0 auto
}
.note-imp { /* red box */ 
	display: inline-block;
	padding: 12px;
	margin: 10px 0;
	border: 1px solid #FF7E80;
	background-color: #FFF3F3;
	border-radius: 3px
}
.img-fr { 
	float: left;
	margin: 5px 20px 10px 0;
	border: 1px solid #eee
}
.menu {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px;
	display: inline-block;
}
.menu a, .menu.hm {
	margin: 0 3px;
	white-space: nowrap
}
.menu b {
	color: #888
}
.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
input#keyword {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 250px;
	height: 25px;
	padding: 5px;
	line-height: 22px;
	font-size: 14px;
}
#droplinks {
	display: inline-block;
	padding-left: 20px;
	}
#droplinks li {
	list-style:none;
	background-image: url(/images/icons/downanchor.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding:1px 0 0 25px;
	font-weight:bold
}
#droplinks-horizontal {
	display: inline-block;
	clear: right;
	list-style: none;
}
#droplinks-horizontal li {
	background-image: url(/images/icons/downanchor.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	padding: 0 35px 0 20px;
	float: left
}

#al-1 {clear:both; padding-top:15px}
.topofpage {
	clear: left;
	/*border-bottom: 1px solid #ccc;*/
	padding: 5px 0;
}
.topofpage a {
	/*text-decoration: none;
	background: transparent url(/images/arrow_up.gif) no-repeat center left;
	padding-left: 20px;*/
	display: none
}
.topofpage a:focus, .topofpage a:hover {
	text-decoration: underline;
}
.topofpage a:hover {
	text-decoration: underline;
}


.datatable th, .datatable td {
	border: 1px solid #eee;
	padding: 5px;
}
.datatable th {
	background-color:#EEFAF6;
	text-align:center
}
/* print style */
#header-print {
	display: none
}
.dropdown-menu {
	border-radius: 0;
	border: 0;
	margin: 0;
	box-shadow: none;
}
.nav li a:hover {
	background-color: #eee;
}
.dropdown:hover .dropdown-menu {
	display: block;
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-top: 0;
}
.dropdown:hover .dropdown-menu a {
	font-weight: bold;
	padding: 5px 10px;
}
.navbar-collapse {padding:0 !important}	

nav li a {color:black !important; font-weight:bold; font-size:15px; padding-right:25px !important}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	select,  textarea,  input:not(.btn_nl, .btn) {
		font-size: 16px !important;
	}
}
@media (max-width: 1199px) {
	.navbar-header {
		float: none;
	}
}
@media (max-width: 990px) {
	#tier2-buttons .media {
		max-width: 360px
	}
	nav li a {
		font-size:14px !important;
		padding-left:10px !important;
		padding-right:10px !important
	}
}
@media (max-width: 768px) {	 /* Affects tablet */
	nav li a {
		font-size: 13px !important;
		padding-left:15px !important;
		padding-right:10px !important
	}
	#contentarea {
		font-size: 15px
	}
	#contentarea h3 {
		font-size: 20px
	}
	#contentarea h4 {
		font-size: 18px
	}
	#contentarea img {
		max-width: 450px;
		height: auto
	}
	#contentarea table td, #contentarea table th {
		padding: 2px
	}
	#contentarea table th, #contentarea table td, #contentarea table th a {
		font-size: 12px
	}
	#dd_res .dd_res_img {
		width: 90px;
		border: 0;
		margin-right: 10px
	}
	#dd_res button {
		margin: 10px 0
	}
	#contentarea .cap-left {
		border: 0;
		max-width: 300px;
		height: auto;
		float: none;
		display: block
	}
	#contentarea #archive_label {
		width: 98% !important
	}
	.hh {
		padding: 10px 8px
	}
	#also {
		padding: 10px
	}
}
@media (max-width:767px) { /* smaller than tablet except .... */ 	
	.navbar-collapse { padding:0 15px !important }
	nav li a {	font-size: 15px !important;	}
}
@media (max-width:480px) {
	nav li {border-bottom:1px solid #e8e8e8}
	nav li a {
		font-size: 15px !important;
		padding:0
	}
	#contentarea {
		margin-left: -20px
	}
	#contentarea img {
		max-width: 300px;
		height: auto;
	}
	#contentarea img.simple-l, #contentarea img.simple-r, #contentarea .imageLeft, #contentarea .imageleft {
		float: none;
		margin:5px 0 10px 5px; 
		display: block
	}
}