/* CSS Document */


/* globals */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #4b6066;
}

p {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

a,
a:link {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #003366;
}

a.more:link,
a.more:visited,
a.strong:link,
a.strong:visited {
	font-weight: bold;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

#pagecontainer {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 2px #444;
	position: relative;
	z-index: 1;
}

#pagecontainerbg {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 2px #444;
	position: relative;
	z-index: 1;
	background-image: url(/images/palebg.gif);
	background-position: top right;
	background-repeat: repeat-y;
}


/* global bullets */

#squarelinks ul {
	list-style: none;
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
}

#squarelinks li {
	padding-bottom: 6px;
	list-style: url("/images/global/bullet_sq.gif");
	line-height: 12px;
	font-size: 11px;
}

ul {
	padding-left: 1.2em;
	margin: 4px 0 0 4px;
}

#arrowLinks ul {
	list-style: none;
}

#arrowLinks li {
	list-style-image: url(/images/global/bullet_arrow.gif);
	line-height: 12px;
	padding-bottom: 8px;
}

#arrowLinks a {
	font-weight: bold;
}

#arrowLinkspl ul {
	list-style: none;
}

#arrowLinkspl li {
	list-style-image: url(/images/global/bullet_arrow.gif);
	line-height: 12px;
	padding-bottom: 8px;
}

#arrowLinkspl a {
	font-weight: normal;
}


/* navigation bar */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	background: #999;
	border-right: 1px solid #52544a;
	border-left: 1px solid #FFF;
	float: left;
}

#navigation a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 6px .7em;
	margin: 0;
	display: block;
}

#navigation li a:hover {
	background: #336699;
}

#navigation ul li.first {
	border-left: 1px solid #999;
}

#navigation ul li.last {
	border-right: 1px solid #999;
}

#navwrapper {
	width: 1000px;
	background: #999;
	float: left;
}


/* LEFT NAV */

#leftnav span,
#leftnav_sharpbottom span {
	font-family: Arial, Helvetica, sans-serif;
	color: #4b6066;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-right: 4px;
	/* Hides from IE7-mac \*/
	_position: fixed;
}

#leftnav p,
#leftnav_sharpbottom p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 6px 6px 14px;
	/* Hides from IE7-mac \*/
	_position: fixed;
}

#leftnav {
	margin: 0px 16px 0px 0px;
	padding: 4px 0px 16px 0px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #cfdae5;
	background-image: url("/images/global/cnr_blue_br.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#leftnav a {
	/* Hides from IE7-mac \*/
	_position: relative;
	_background-color: #cfdae5;
}


/* Hides from IE5-mac \*/

* html #leftnav_sharpbottom {
	height: 1%;
}


/* End hide from IE5-mac */


/* Hides from IE5-mac \*/

* html #leftnav {
	height: 1%;
}


/* End hide from IE5-mac */


/* Hides from IE5-mac \*/

* html #leftnav ul {
	height: 1%;
}


/* End hide from IE5-mac */

#leftnav_sharpbottom {
	margin: 0px 16px 0px 0px;
	padding: 4px 0px 16px 0px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #cfdae5;
}

#leftnav li,
#leftnav_sharpbottom li {
	margin: 0px;
	padding: 6px 2px 6px 2px;
	list-style-type: none;
	background-color: #cfdae5;
	_position: relative;
}

#leftnav li li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style-type: none;
	background-color: #cfdae5;
	_position: relative;
}


/*.leftnav_sublinks ul li {
	margin: 0;
	padding: 25px;
	list-style-type: square;
	background-color: #cfdae5;
	_position:relative;
	border: 2px solid green;
}*/

#leftnav img,
#leftnav_sharpbottom img {
	background-color: #cfdae5;
	_position: relative;
}

#leftnav_sharpbottom input {
	_position: relative;
}

#leftnav ul {
	background-color: #cfdae5;
	_position: relative;
}

#selectedpage a {
	font-weight: bold;
}


/* nav elements */

#visit {
	background-color: #000;
	float: right;
	background-image: url(/images/det_cir_black.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px;
}

#visit a,
#visit a:visited {
	color: #FFF;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#header {
	width: 1000px;
	background-color: #FFF;
	float: left;
	border-bottom: 5px solid #000;
	margin-top: 114px;
}

#loginbar {
	background-color: #8cb92b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#login {
	color: #e2eccc;
	padding-top: 6px;
	padding-left: 14px;
	padding-bottom: 6px;
}

#login a {
	font-weight: bold;
	font-size: 11px;
}

#logo {
	float: left;
	width: 384px;
}

#register {
	width: 600px;
	float: right;
}

#register a.email {
	background-image: url(/images/det_cir_blue.gif);
	background-color: #cfdae5;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 10px;
	padding: 6px;
	margin: 0;
	float: right;
}

#register a.bodyjump {
	background-image: url(/images/det_cir_blue.gif);
	background-color: #cfdae5;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 10px;
	padding: 6px;
	margin: 0;
	float: right;
}

#register .corner {
	background-image: url(/images/det_cir_blue_right.gif);
	background-color: #cfdae5;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	font-size: 7px;
	padding: 6px;
	padding-bottom: 6px;
	margin: 0;
	margin-left: -8px;
	float: right;
}

#search {
	text-align: left;
	font-size: 10px;
	background-color: #FFF;
	margin-top: 3px;
	display: block;
	margin-right: 3px;
	float: right;
	vertical-align: middle;
}

#search input {
	font-size: 10px;
	/* line up the button with the text field */
	vertical-align: middle;
}

#breakingnews {
	width: 1000px;
	background-color: #e2eccc;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#breakingnews p {
	margin: 0;
	margin-left: 18px;
	padding: 0;
}

#breakingnews a {
	color: #003366;
	font-weight: bold;
}


/* other styles */

#imageBox {
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #5a482c;
	font-weight: bold;
}

.imgPad {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.text {
	font-size: 11px;
	font-weight: normal;
}

.byline {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

#poll {
	background-image: url(/images/bg_poll.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#ask {
	background: #cfdae5 url(/images/sectiontop200_blue.gif) no-repeat top;
	font-size: 11px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#adBanner {
	text-align: center;
	padding: 6px;
}


/* ad200 and ad728 updated 5/2016 for sticky top */


/*.ad728{
	margin:0px;
	padding:6px 28px 6px 10px;
	height:102px;
	float: right;
	background-color: #ffffff;
}*/


/*.ad200 {
	margin:0px;
	padding:6px 6px 6px 28px;
	height:102px;
	float: left;
	background-color: #ffffff;
}*/

.ad200 {
	margin: 0px;
	padding: 6px 6px 6px 28px;
	width: 200px;
	height: 102px;
	background-color: #ffffff;
	z-index: 100;
	position: fixed;
}

.ad728 {
	margin-left: 234px;
	padding: 6px 28px 6px 10px;
	height: 102px;
	background-color: #ffffff;
	z-index: 100;
	top: 0;
	position: fixed;
	width: 728px;
}

.ad120 {
	margin: 0px;
	padding: 0 0 12px 0px;
	text-align: center;
}

.sectionHeader {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}

.sectionHeaderBig {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

.titleLines {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #5a482c;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 10px;
}

.border {
	border: 1px solid #999;
}

.copyright {
	color: #666;
	font-size: 10px;
	font-weight: normal;
}


/*#footer {
	background-color: #FFF;
	color: #666;
	font-size: 10px;
	text-align:center;
	padding: 10px 50px 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	float:left;
	width: 900px;
}*/


/* NEW footer version stuff [10/11 BA]*/

#footer {
	text-align: justify;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	line-height: 14px;
	border-top: 1px #ccc solid;
	background-image: url(/images/footer_g.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	clear: both;
}

#footer b {
	color: #000000;
	font-weight: bold;
}

#footer a,
.footer a:visited,
.footer a:hover {
	color: #027592 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#footer p {
	margin: 10px;
	text-align: justify;
}

#footer p.hc {
	text-align: right;
	padding: 0 0 10px 4px;
	color: #000000;
}

#footer .disc {
	font-weight: bold;
	color: #666666;
}

p.hc img {
	margin: 4px 0 0 6px;
}

select {
	font-size: 11px;
}

form {
	padding: 0;
	margin: 0;
}

.graybordertop {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #cccccc;
}

.grayborderright {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #cccccc;
}

.grayborder {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.grayborderbot {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #cccccc;
}

.grayborderleft {
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #cccccc;
}


/* start global for journal */

#issue {
	float: left;
	background: url("/images/issue_right.gif") no-repeat right top;
	background-color: #938f89;
	margin: 0;
	padding: 0;
	height: 14px;
	display: block;
}

#issue span {
	display: block;
	background: url("/images/issue_left.gif") no-repeat left top;
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
	height: 14px;
	width: 100px;
	padding: 0px 1em 0px 1em;
}


/* end global for journal */


/* for podcasts */

.filesize {
	color: #666;
	font-size: 9px;
	font-weight: normal;
}

.doctorBio {
	font-size: 11px;
	font-style: italic;
}


/* for green fact of the day box */

#callout {
	background: #8cb92b;
	color: #FFF;
	font-size: 11px;
	padding: 10px;
}

#callout span {
	color: #e2eccc;
	font-weight: bold;
}


/* Color Headers */

#greensection175 {
	background: url(/images/sectiontop175_green.gif) no-repeat top;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#greensection366 {
	background: url(/images/sectiontop366_green.gif) no-repeat top;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#brownsection175 {
	background: url(/images/sectiontop175_brown.gif) no-repeat top;
	background-color: #bfb697;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#brownsection185 {
	background: url(/images/sectiontop185_brown.gif) no-repeat top;
	background-color: #bfb697;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#brownsection {
	background-color: #bfb697;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#tansectionbot {
	font-size: 11px;
	background-color: #efece3;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#journalsection175 {
	background-image: url("/images/sectionbot175_olive.gif");
	background-color: #ccd8b2;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#journalsection175 ul {
	list-style: none;
	position: relative;
	display: block;
	margin: 2px 4px 2px 4px;
}

#journalsection175 li {
	color: #666666;
	padding-bottom: 6px;
	margin-left: 4px;
	list-style: url("/images/global/bullet_sq.gif");
	line-height: 12px;
}

#dotsection td {
	border-top: 1px dotted #cccccc;
}

#podcastttl {
	background-image: url("/images/bg_podcast.gif");
	background-repeat: repeat-x;
	padding: 6px 0 6px 6px;
}

.rtpad {
	padding: 0 6px 0 0;
}

.podtext {
	margin-left: 23px;
	font-weight: bold;
	display: block;
}

.podtext:hover {
	color: #000099;
	text-decoration: underline;
}

#sectionlines {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#sectionlinesbot {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

#pagettl {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	background-color: #374b9c;
	width: 752px;
	padding: 6px 14px;
	float: left;
}

.basicttl {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.secTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #8cb92b;
	border-bottom: 1px solid #CCC;
	margin-top: 15px;
	margin-bottom: 6px;
	line-height: 14px;
}

.secSubTtl {
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

.linehor {
	border-bottom: 1px solid #cccccc;
}


/* for map only */

#epiMap {
	background-image: url(/images/specific/epidemiology.gif);
	background-color: #b5e0e1;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #999999;
}


/* for conference only */

#calendar {
	border: 4px solid #FFFFFF;
}

#calendar td {
	background-color: #e2eccc;
	padding: 4px;
	text-align: center;
}

#calendar a {
	font-weight: bold;
}

.formError {
	color: #900;
}


/* This sets the color of the error messages on cms controlled forms... Things like "Please enter a valid email address" */


/* arrowlistleft was created for the lower-left nav on conference pages and applies to ALL conference pages with the arrow style, regardless of age [BA 1/28/08] */

.arrowlistleft {
	list-style: none;
	margin: 0px;
	padding: 0 8px 0 12px;
}

.arrowlistleft li {
	background-image: url(/images/global/bullet_arrow.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0 0 12px 12px;
}

.arrowlistleft li a {
	padding: 0;
	margin: -8px 0 0 12px;
	display: block;
}


/* The following added for AIDS2008 [BA 8/1/08] */

.conf_img {
	padding: 0;
	margin: 0;
	clear: both;
}


/* added 3/23/09 by BA */

ul.spaced li {
	margin-bottom: 5px;
}


/* toolbar stuff, added 11/11/09 by BA, copied from TBody */

.toolbar {
	margin-bottom: 1em;
	overflow: hidden;
}

.toolist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.toolist li {
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 2px 0 -2px;
	padding: 0 4px 0 4px;
	background-image: none;
}

ul.toolist li.end {
	border: 0;
}

.toolist li a,
.toolist li a:hover,
.toolist li a:visited {
	color: #000000;
	font-family: arial, verdana;
	font-size: 10px;
	text-decoration: none;
}

.boxad {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	text-align: center;
	float: left;
}

.boxadright {
	margin: 0px;
	padding: 10px 0 10px 10px;
	float: right;
}

.godzillabox {
	text-align: center;
	float: right;
	padding: 10px;
}

table.caption_right {
	float: right;
	border: 1px solid #bbb;
	margin: 10px 0 10px 10px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.caption_left {
	float: left;
	border: 1px solid #bbb;
	margin: 10px 10px 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.caption_center {
	border: 1px solid #bbb;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px;
}

table.caption_right p,
table.caption_left p,
table.caption_center p {
	margin: 10px;
}

table.caption_right p.caption,
table.caption_left p.caption,
table.caption_center p.caption {
	margin: 10px;
	text-align: left;
}

table.caption_left td,
table.caption_right td,
table.caption_center td {
	padding: 0;
	margin: 0;
}


/* link class for autogeneration */

a.listlike,
a:hover.listlike,
a:visited.listlike {
	background-image: url("/images/global/bullet_sq_link.gif");
	background-repeat: no-repeat;
	display: block;
	padding: 2px 4px 0px 10px;
	margin: 0;
	margin-bottom: -10px;
}


/* arrowlist added from TBody style for AIDS 2010, so it will work on both sites; basically the same as "arrowLInks" above */

.arrowlist {
	list-style: none;
	margin: 0px;
	padding: 0 8px 0 12px;
}

.arrowlist li {
	background-image: url(/images/global/bullet_arrow.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0 0 12px 12px;
}


/* for stuff x-posted from WRC */

.pull_left,
.pull_right {
	display: none;
}


/* Allows for stuff to show up on The Body only [BA, 2/16/11] */

.bodyOnly {
	display: none;
}


/* toolbar stuffies! [BA 3/2011] */

#newtools {
	margin: 0;
	position: relative;
	height: 20px;
}

#newtoolsbot {
	margin: 0;
	position: relative;
	height: 20px;
}

ul#newtoolist {
	position: absolute;
	right: 0px;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#newtoolsbot ul#newtoolist {
	vertical-align: bottom;
	margin-top: 8px;
}

ul#newtoolist li {
	border-left: 1px solid #000;
	line-height: 1.1em;
	margin: 0 2px 0 -2px;
	padding: 0 4px 0 4px;
	background-image: none;
	display: inline-block;
}

ul#newtoolist li.end {
	border: 0;
}

ul#newtoolist li.last {
	margin-right: 0;
	padding-right: 0;
}

ul#newtoolist li a,
ul#newtoolist li a:hover,
ul#newtoolist li a:visited {
	color: #000000;
	font-family: arial, verdana;
	font-size: 10px;
}

div#sharetools {
	position: absolute;
	left: 0px;
	top: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 211px;
}

#fbshare {
	float: right;
	background-image: url(/images/pipe.gif);
	background-repeat: no-repeat;
	margin: 1px 0 0 0;
	padding: 0 0 0 10px;
	width: 140px;
}

#twitshare {
	float: left;
	width: 60px;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
}


/* fix image attrib */

img.attribimg {
	margin-right: 5px;
}


/* COMMENTING CSS */

div.hpLabel {
	position: absolute;
	top: -100px;
}

div.hpLabel label {
	position: absolute;
	top: -100px;
}

div.hpLabel input {
	position: absolute;
	top: -100px;
}


/* next/prev nav */

.nextprevnav {
	overflow: auto;
	width: 650px;
	background-color: #dde5ed;
	padding: 5px;
}


/* social media sidebar CL 1/6/14 */

.socialbar {
	position: fixed;
	right: 50%;
	width: 540px;
	top: 30%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.socialbar ul {
	background-color: #aaa;
	box-shadow: 0px 0px 2px 2px #444;
	padding: 4px 4px 4px 3px;
	margin: 0;
	margin-left: 0px;
	float: left;
	list-style: none;
}

.socialbar li {
	position: relative;
	background-image: none;
	margin: 1px;
	padding: 1px;
}

.socialbar .count {
	position: relative;
	text-align: center;
	margin-top: -25px;
	margin-bottom: 13px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.socialbar img {
	display: block;
	border: none;
}


/* MORE button (don't laugh) */

.more-articles {
	-moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color: #f9f9f9;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	text-indent: 0px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 136px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
	cursor: pointer;
}

.more-articles:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color: #e9e9e9;
}

.more-articles:active {
	position: relative;
	top: 1px;
}

[id="js-FloatingAdContainer"] {
	display: none;
	background: rgba(0, 0, 0, 0.9);
	padding: 20px 20px 30px 20px;
	position: fixed;
	bottom: 0;
	left: 0;
}

[id="js-FloatingAdContainer"].active {
	display: flex;
	z-index: 10;
}

.js-floating-ad-close {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOUJGQTY0NzJBMjA2ODExOEMxNENGMzhEMUUxNTRBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4OEQzOTE1NUQ3QzMxMUU0QTFDQ0FFRkJGNjAxM0Y4NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4OEQzOTE1NEQ3QzMxMUU0QTFDQ0FFRkJGNjAxM0Y4NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmNiN2UzYTgyLTE0MzctNDNmOC05MGVmLWEzZDI1ZGVjMzBjMyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmUwNjkwNTQ4LTEyZDItMTE3OC1hNzNiLTlmYmU5NWZmYTgxYiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodXV7QAAAD1SURBVHjatFTLEYMgEF2YnG3EDrzYCh6sI5M6csA+PHmxg7RAAWmA7EZ0F1BjJubNvIFZ2AfsBwUb8AAlDhWyCKYnclQADzgCFKiQPdJtkNaq1E8lIjccWjiGOzpfM6EvRTIxPT8nErEWwJjcjWy0xmijZ0YxsdZ57ycaw7Gh+WynPSJmpHEJ2SkX1WHg28jT5Zz2MMq3hp+uF2dGnp5S3pLZalEnjK4DaJo8RmSjtRyFhpOgQ8V+ys5+NlGDhMZdEXqOfOa62KhD73D/1HUekzRmcg/6Lv0X+stFtbSWHbLFNeTmgjytRU5r2v98I798bC8BBgCIQ9mRacAACgAAAABJRU5ErkJggg==') no-repeat;
	display: inline;
	height: 18px;
	width: 18px;
	z-index: 9999999;
	padding: 10px;
	position: absolute;
	top: -9px;
	right: -28px;
	cursor: pointer;
}

.inner-floating-ad {
	border: 1px solid #999999;
}

[id="js-FloatingAdContainer"] .ad-label {
	bottom: 10px;
	color: #999;
	font-size: 1em;
	font-weight: bold;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	z-index: 100;
}