

/* Tags */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*text-align: center;*/ /* for VibeThink compatibility */
}

body .site-logo {
	text-align: left; /* for VibeThink compatibility */
}

h1, h2, h3, h4, h5, h6, .nav, nav {
	font-family: Tahoma;	
}

table th {
	font-weight: bold;
	text-transform: capitalize;
}

table th,
table td {
	padding: 0;
}

form {
	margin: 0;	
}

p {
	margin: 5px;	
}

label {
	overflow: visible;	
}

a {
	text-decoration: none;	
}

sub {
	vertical-align: -0.2em;
}

sup {
	vertical-align: 0.5em;	
}	

/* common */


/* column */
.column  {

	overflow: hidden;

}


/* Wrapper */
#wrapper {
	position:relative;
	height: 100%;
	width: 100%;
	margin:0; 
	padding:0;
}

/* Container */



#container {
	overflow:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#FFF;
	padding: 0 0 30px 0;
	border: 1px solid #609ecd;
	text-align: left;
}

.flexwidth #container, .flexwidth #header .header-width   {
	width: 95%;  
	max-width: 1280px;
	/*min-width:800px;*/
	min-width:940px;
}
.flexwidth #header .header-width { width: 96%; }
.header-width {margin-left: 1%;}
.fixedwidth #container { 
	width: 55em; margin: auto;
}
.fixedwidth #header .header-width {
	width: 63em; 
	padding-right: 1em; 
	margin:auto;
}

.fixedwidthmedium #container { 
	width: 60em;
	/* width: 960px; */
	margin: auto;
}
.fixedwidthmedium #header .header-width {
	width: 68em; 
	padding-right: 1em;
	/* width: 1088px;
	padding-right: 16px; */
	margin:auto;
}

.fixedwidth-home #container { 
	/*width: 58.7em;*/ 
	width: 964px; /* for VibeThink compatibility */
	margin: auto;
}
.fixedwidth-home #header .header-width {
	width: 68em;
	padding-right: 1em;
	/* width: 1088px;
	padding-right: 16px; */
	margin:auto;
}

.fixedwidth-cancer #container { 
	/*width: 1040px;*/
	width: 960px;
	margin: auto;
}
.fixedwidth-cancer #header .header-width {
	width: 1020px; 
	padding-right: 16px;
	/*
	width: 75em;
	padding-right: 1em; 
	*/
	margin:auto;
}

.fixedwidth-newsroom #container { 
	width: 1070px; 
	margin: auto;
}
.fixedwidth-newsroom #header .header-width {
	width: 1050px; 
	padding-right: 16px;
	margin:auto;
}


/* Header */
#header {
	height: 50px;
	width: auto;
	padding:5px 20px 10px;
	margin:0;
	min-width: 800px;
	text-align:left;
	background: #ccc;	
}

#header label {
	height: 0px;
	left: -999em;
	display: block;
	position: absolute;	
}
#header .login label {
	height: auto;
	left: auto;
	position: relative;
	float:left;	
}

#header h1 {
	display: block; 
	position:relative; 
	float:left; 
	padding:0; 
	margin: 0; 
}

#header h1 a span {
	display: none;	
}

#header form {
	float: right;
	display: block;	
}

#header form input, #header form select {
	font-size: 0.8em;	
}
#header ul {float:right;}

#header ul li {
	display: block;
	float: left;	
	margin: 2px;
	position:relative;
	overflow: hidden;
	max-width: 300px;
}

.logingreeting, .login {
	clear:right;
	padding-top:0.5em;
}

.header-search {
	text-align:right; 
	float:right;
	padding:0 0 0 10px;
	width: 49em;
	white-space: nowrap;
}

.login {
	text-align:right; 
	float:right;
	padding:0 0 0 10px;
	/*width: 49em;*/ /* conflicts with VibeThink screen.css */
	white-space: nowrap;
}

/*     SITE-NAV      */

#site-nav {
	width: auto;
	height: 25px;
	background: #eaf4fd;
	border: solid 1px #609ecd;
	padding:0;
	margin:0;
}


.navbarbuttons ul {
	list-style:none;
	padding:0; 
	margin:0;
	font-size:100%;
	width:auto;
}
#site-nav p, #site-nav ul, #loginbar p, #loginbar ul {
	padding:0; 
	margin:0;
}

#site-nav .navbarbuttons li {
	font-size:small;
}

ul.navbarbuttons li, ul.navbarbuttons h2 {
	float:left; 
	width:auto;
	font-weight: normal;
	text-align:left;
	font-size:90%;
	position:relative;
	list-style-type:none; 
	letter-spacing:0px; 
	padding:0; 
	margin:0; 
	line-height:1;
	font-family:"Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

ul.navbarbuttons li a {
	display:block;
	border-right: solid 1px #A2B5CD;
	text-decoration:none;
	padding: 6px 10px;
}

ul.navbarbuttons li.mega-menu a {
	padding-right: 15px;	
}
ul.navbarbuttons li.mega-menu ul a {
	padding-right: 0;	
}

ul.navbarbuttons div {
	display: none;
}
ul.navbarbuttons li.mega-menu div {
	width: 18em;
	position: absolute;
	top: 1.9em;
	left: 0em;
	z-index: 1020; 
}

ul.navbarbuttons li.wider div {
	width: 40em;	
}

ul.navbarbuttons li.hovering div {
  display: block;
  background-color: #E4F0F1;
}

ul.navbarbuttons li ul li  {
	float: none;
	line-height: 1.2;
}

ul.navbarbuttons li ul
{
	display: block;
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0;
	list-style-type: none;
	font-size: 100%;  
	width: 100%;
}

ul.navbarbuttons li ul li, ul.navbarbuttons li ul li ul li {
	clear: both;
	margin-bottom: 0;	
}
 ul.navbarbuttons .wider ul {
	display: block;
	position: relative;
	float:left;
	clear: none;
	width: 20em;
	margin-right: 1em;
}
ul.navbarbuttons ul li a,
ul.navbarbuttons .wider ul li a {
	width: 98%;
	padding: 3px 3px 5px 3px;
	border-right: none; 
	padding-bottom: 0.2em;
} 

ul.navbarbuttons ul li ul li a {
	text-indent: 1em;
}
ul.navbarbuttons ul li ul li ul li a {
	text-indent: 2em;	
}

#loginbar {
	float: right;
	border-left: solid 1px #c2d9ea;	
}


/* Main Sections */

#main { 
	padding:1em 0; 
	background-color: #FFF;
	margin: 0 0.5em 0 13.5em;
}

.narrowsidebarbg #main {
	margin-left: 10em;	
}



/* Homepage Content Modules */

.module  {
	display:block; 
	float: left;
	width: 220px; 
	margin: 0 0.5em 1em 0.5em;
}
.doublewidth {
	width: 457px;
}
.module-content, .viewall {
	display: block;
	float: left;
	clear: both; 
	width: 100%;
	margin: 0;	
}



.module-header {
	display: block;
	float: left;
	clear: right;
	width: 100%;
	padding: 0 0 4px 0; 
	vertical-align:middle;
	margin:0;
}



/* module controls are not implemented */
.module .controls {
	display: none;
	float:right;
	padding:4px;
	font-size:0.7em;
	color: #999;
	position: relative;
}

.module .imgthumb {
	margin: 0.5em 0.5em 0.2em 5px;	
}


#wiresubslist ul {list-style-type:none;}

/* * * * * * * * * * * * * * */
/*      ARTICLE TEXT         */
/* * * * * * * * * * * * * * */

.article-text #main, 
.presspass #main, 
.libraries #main, 
.ee.about #main,
.ee-support-search #main,
.support #main,
.channels-index #main,
.tools #main {
	width: 23em;
	border-right: solid 1px #CCC;
	padding-right: 0.5em;
	float: left;
	position: relative;
	margin: 0 0.2em 0 0.75em;	
}

.article-text #main {
	/* Vibethink Tweaks */
	width: 375px;
	margin: 0 3px 0 20px;
}

.ee-support-search #main {
	width: 36em; 
	padding-right: 0.5em;
	float: left;
	position: relative;
	margin: 0 0.2em 0 0.75em;	
} 	

.ee.about #main, .ee-journalists #main, 
.tools #main, .services #main, .ee-faq #main,
.ee-support-search #main, .tools.static-text #main {
	border-right: 0 none;	
	margin-left: 1em;
}

.ee #main, .ee.about #main {
	width: 29em;
	padding-right: 0.5em;	
}

.sales #main,
.blog #main,
.ee.resources #main {
	width: auto;	
}	

.ee-cancer #main {
	width: auto;
	/* padding-right: 8px; */
}

.ee-pressroom #main {
	width: auto;
	/* padding-right: 8px; */
}

.channels-index #main {
	width: 500px;
	border-right: none;
}	

.static-text #main, .form-page #main, .users #main { 
	margin: 0 0.2em 0 10em; 
}

.ee-support #main {
	float: none;	
}

.presspass #main {
	margin: 0 0 0 1em; 	
}

.inst-logo {
	width: 22em;
	padding-bottom: 0.5em;
}

.inst-logo img {
	max-width: 22em;
	max-height: 22em;	
}

/* * * * * * * * * * * * * * */
/*        STATIC PAGE        */
/* * * * * * * * * * * * * * */

.static-text #main, .ee-resources.static-text #main {
	width: 30em;
}


/* * * * * * * * * * * * * * */
/*           FORMS           */
/* * * * * * * * * * * * * * */

.form-page #main {
	width: 43em;
}

.formtext {
	padding:0 1em 1em 0;
	
}


.wide-form {
	display:block;
	position:relative;
	float: left;
	width: 42em;
	clear: right;
}

.wide-form input, .wide-form select, .wide-form textarea {
	margin: 0.5em; 
	float:left; 
}

/* to string several fields and labels together on a line, remove fixed-width label */
.floatthisli, .floatthisli label, .presspass .personal-info .floatthisli label {width: auto;}
.presspass .floatthisli label {margin: 2px 5px 0 0;}
.presspass .floatthisli input {float: left; margin-right: 20px;}

.wide-form .floatthisli label {
	width: auto;
}


.marginleft {
	margin-left:1em;
} 
.indent-this {text-indent:70px}

fieldset {margin-top:1em;}

.fieldlabel {vertical-align:top;}

/* * * * * * * * * * * * * * * * * * * * */
/*           CONTRIBUTION FORM           */
/* * * * * * * * * * * * * * * * * * * * */

.wide-form ul, .personal-info ul, .account-settings ul {
	list-style:none;
	margin:0;
	padding:0;
	display: block;
	float: right;
	overflow: hidden;
	clear: both;
	width: 100%;
}
.personal-info ul {
	float: left;
	clear:none;
}

.wide-form ul li, .personal-info ul li {
	text-align:left;
	display: block;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}
.contribute-form {
	width: 43em;
	display: block;
	position: relative;
	float:left;
	overflow: hidden;
}
/* need for IE 6 */
.contribute-form li {
	list-style-type: none;
	clear: both;	
}

#btnCancel, #btnCancelMedia {
	margin: 0 10% 5% 10%;	
}	

.personal-info ul li {
	width: 330px;
}

.users-become-a-pio .personal-info ul li {
	width: auto;	
}	

#sidebar-right .personal-info ul li {
	width: 300px;	
}


.personal-info #accountinfo ul li, .pio-reg-form ul li {
	width: 100%;	
}


.wide-form label, .personal-info label, .account-settings label {
	display: block;
	float: left;
	vertical-align: middle;
	position: relative;
	width: 120px;
	margin-top: 8px;
}

.personal-info label {
	margin-top: 5px;	
}


.contribute-form .datepick-trigger {
	float: left;
	margin: 6px 4px 0 0;
}

.wide-form fieldset label, 
.article-media-edit .wide-form label,
.article-images-edit .wide-form label  {
	width:108px;
}
.wide-form fieldset label.autowidththis {
	width: auto;	
}

fieldset#publish-dates label {
	width: 160px;
}

#fsUploadProgress, #fsUploadProgressMedia {
	width: 310px;
	margin-bottom: 110px; /* clear right side instructions in safari */	
}
#fsUploadProgress {
	margin-bottom: 55px;
}	

.presspass #fsUploadProgress {
	margin-bottom: 1em;	
}

#divStatus, #divStatusMedia {
	font-size: 0.8em;
	color: #666;	
}
#image-progress, #media-progress, .progressName {
	display: block;
	float: left;
	clear: both;
	padding: 0.2em;
	font-size: 0.9em;
	color: #e17009;	
}

.progressBarStatus {
	display: none;	
}	

.contribute-form ul {
	display:block; clear:right;
}

.upload-widget-textarea {
	overflow:hidden;
}



/*   Tags   */

.contribute-form ul.holder, contribute-form #tags_feed {
	margin: 5px 5px 0 0;
	float: left;
	position: relative;
	width: 220px;
	clear: none;
}
.contribute-form ul.holder li.bit-box {
	padding: 1px 12px 2px 5px;	
}
.contribute-form ul.holder li {
	width: 230px;	
}	
.contribute-form #tags_feed {
	margin-top: 0;
	width: 230px;	
}
.contribute-form #tags_feed li {
	width: 218px;	
}

.contribute-form .facebook-auto {
	left:120px;
	width: 231px;
	top: -18px;
	z-index: 999;
}
.contribute-form textarea {
	z-index: 1;
}

.contribute-form .facebook-auto ul li {
	overflow: hidden;
	width: 218px;
	margin: 0;
	padding: 5px;
}


/* * * * * * * * * * * * * * * * * * * * */
/*    REGISTRATION & PROFILE FORMS       */
/* * * * * * * * * * * * * * * * * * * * */


.personal-info, .account-settings {
	float: left;
}
.account-settings {
	width: 90%;	
}

.account-settings textarea {
	width: 300px;
	font-size: 0.8em;
}
.account-settings li {
	clear: left;
	margin-bottom: 5px;	
	width: 90%;
}
#accountinfo {
	float: left;
	clear: right;
	width:348px;
}
.media #accountinfo {
	width: 300px;	
}	
#accountinfo dd {
	float:left;
	clear: left; 
	width: 280px; 	
}	
.personal-info .column {
	float: left;
	width: 350px;
}

.personal-info ul, .account-settings ul {
	font-family:Helvetica, Arial, sans-serif;  
}

.personal-info .name-fields label {
	width: 110px;
}
.personal-info input, .account-settings input {
	margin: 0 2px 0 0;
	color:#3D444D;
}

.personal-info ul li, ul.name-fields {
	margin-bottom: 10px;	
}

.contact .personal-info ul li {
	margin-bottom: 20px;	
}


.personal-info .name-fields input {
	width: 92px;
}

.personal-info p, .personal-info dl {
	margin: 0.5em 0 1em 0; 
}


.personal-info table  {
	font-size:.85em; 
}

ul.contact-info input {
	float:right;
	width: 320px;
}
.personal-info label, .wide-form label, .account-settings label {
	font-size:0.8em;
}
#sidebar-right .personal-info label {
	font-size: 1em;	
}


.personal-info ul.info-fields input {
	float:left;	
}

ul.info-fields {
	margin-bottom: 0.5em;	
}

.info-fields p {
	margin: 0;	
}

.personal-info dl, .institution-info dl {
	font-size:0.8em; 
	margin:0.75em 0.5em;
}

.personal-info dt, .institution-info dt, .personal-info caption { 
	margin-bottom:0.5em; 
	font-weight:bold; 
}

.personal-info dd, .institution-info dd {
	margin:0 0 1em 1em;
	line-height: 1.2; 
	font-weight: normal;
	display: block;
	position: relative;
	float:left;
	clear: right;
	width: 95%;
}
.institution-info dd {
	float: none;
	clear: none;
	display: inline;
	margin-bottom: 1em;	
}	

.personal-info fieldset {
	width: 300px;
	display:block;
	position:relative;
	float:left;
}
.ui-tabs-panel fieldset {
	clear:right;
	width: 75%;
}
.personal-info fieldset p {
	display: block;
	position:relative;
	clear:left;	
}

.personal-info fieldset label,
.ui-tabs-panel fieldset label {
	width: auto;
	margin: 5px 5px 0 0;
}

.ui-tabs-panel fieldset label
{
	clear: none;
	margin-left:20px;
}
.personal-info fieldset input, 
.ui-tabs-panel fieldset input{
	margin: 0 5px;	
}

.personal-info fieldset legend {
	margin-bottom: -5px;
}


#privtable {
	margin-left: 0.5em;
	width: 300px; /* need for Safari */
}

/*#subscription-table {*/
/*	width: 345px;  need for Safari */
/*	margin-bottom: 1em;
	font-size: 0.75em;
}*/

.account-settings #subscription-table {
	width: 360px;	
}

.privilege-table {
	width: 500px;	
}

/*.privilege-table td {
	padding: 0.5em 1em 0.5em 1em;
	background-color:#F3E8D6;
	border-bottom: solid 5px #FFF;
	vertical-align:middle;
}*/

/*#subscription-table caption {
	text-align:left; 
}*/
#privtable caption {
	text-align:left; 
}

/*#subscription-table td {
	padding: 0.5em 1em 0.5em 0;
	vertical-align:middle;
}*/
#privtable td {
	padding: 0.5em 1em 0.5em 0;
	vertical-align:middle;
}

/*#subscription-table th {
	padding-right:0.2em; 
	text-align:left; 
	width:auto;   
}*/

/*#subscription-table td {
	background-color:#F3E8D6;
	border-bottom: solid 5px #FFF; 
	vertical-align: middle; 
}*/

/*#subscription-table caption {
	padding:1.2em 0 1.2em 0; 
	font-weight: normal; 
	font-size:0.9em;
}*/
.privilege-table caption {
	padding:1.2em 0 1.2em 0; 
	font-weight: normal; 
	font-size:0.9em;
}
/*#subscription-table input{
	margin: 0.2em 0.2em 0.2em 0;
	float:left;
}*/
/*.privilege-table input {
	margin: 0.2em 0.2em 0.2em 0;
	float:left;
}*/
/*#subscription-table label {
	font-size:1em;
	width: auto;
	margin-top:0.3em;
	float:left;
}*/
/*.privilege-table label {
	font-size:1em;
	width: auto;
	margin-top:0.3em;
	float:left;
}
.privilege-table label {
	width: 90%;
	font-size: 0.95em;
	float: left;
	clear: left;		
}*/	

#accountinfo #subscription-table th {
	font-size:0.9em;
}

#accountinfo #subscription-table td {
	background-color:#FFF !important;
	border-bottom: solid 5px #F3E8D6;
}

#accountinfo #subscription-table caption {	
	font-size: inherit;
}


/*  Articles */

.article-list #main, 
.list #main {margin:0 1em 0 10em;}






/*     SIDEBARS              */


.widesidebarbg #sidebar-left {
	width: 12em; 
}

.narrowsidebarbg #sidebar-left {
	width: 8.5em;
}

.article-text #sidebar-right, 
.institutions #sidebar-right,
.tools #sidebar-right {
	width: 335px; 
}

.static-text #sidebar-right { 
	width:12em;
}

.presspass #sidebar-right {
	width: 20em;	
}
.channels-index #sidebar-right,
#categories-sidebar {
	width: 200px;
}


/* Footer */
#footer {
	position:relative; 
	margin:0; 
	padding: 10px 0;
	width: 100%; /* 100% creates horiz scrollbar unless floated */
	bottom: 0;
	overflow:visible;
	float: left;
	clear: both;
	display: block;
}
.footer-content {
	margin: 0 2%;
	overflow: visible;
	text-align: center;
	/* 
	Note IE ignores "display: inline-block" if applied to an element, like a div, that would normally default to block. Best to avoid this and use more standard CSS
	display: inline-block; 
	*/
	display: block;
	white-space: normal;
}


.fixedwidth #footer ul.newswise-site-info {text-align:center; width: 75em; margin:auto;}

.fixedwidthmedium #footer ul.newswise-site-info {text-align:center; width: 80em; margin:auto;}

/* Misc */

.spacer { padding:0.5em;}

.clearleft {clear:left}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 0.5em 1em 0.5em;
}


/* site-wide */
	
.clearfloat:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfloat {display:inline-block;}
/* Hide from IE Mac \*/
 .clearfloat {display:block;}
/* End hide from IE Mac */


/* Thumbnails */
ul.thumbnails {
	width: 100%;
	float: left;	
}

ul.thumbnails li {	
	float: left;
	width: auto;
	padding: 3px;
	display: block;
}

ul.thumbnails li a {
	display: block;	
	text-align: center;
}

/* PHP Debug::dump */
ul.dump {
	font-size: 10pt;	
}

ul.dump ul {
	margin: 5px 20px;	
}

.dump .modifier {
	color: #003366;
}

.dump .string-value, .dump .string-key {
	color: #990066;
	quotes: '"' '"' "'" "'";	
}

.dump .integer-value, .dump .integer-key {
	color: #990000;	
}

.dump .boolean-value {
	color: #0099CC;
}

.dump .string-value:before, .dump .string-key:before {
	content: '"';
	color: #990066;
}

.dump .string-value:after, .dump .string-key:after {
	content: '"';	
	color: #990066;
}
/*CSS by baltech11 starts*/
.media-articles #main{
	width:100%;
	min-height:800px;
	border-right:none;
	padding-right:10px;
	padding-left:10px;
	background:#6ac;
	/*background:transparent;*/
	margin: 0 0 0 0;
}
.media-articles .background{
	background:#6ac!important;
	/*background:none repeat scroll 0 0 rgba(0, 0, 0, 0.2)!important;*/
}
.media-articles #flash{ 
	background:#6ac;
	/*background:transparent;*/
}
.media-articles #container{
	background-color:#6ac!important;
	border:none;
}
.media-articles #sidebar-left{
	display:none;
}
.media-articles #sidebar-right{
	display:none;
}
.media-articles .bx-wrapper .bx-viewport{
	border:none;
	box-shadow: none;
	/*background:#434343;*/
	background:transparent;
}
.media-articles .bx-wrapper .bx-viewport ul{
	margin:0px!important;
	list-style:none!important;
	padding-left:0px!important;
}
.media-articles .bx-wrapper .bx-viewport ul li{
	list-style:none!important;
	padding-left:0px!important;
	background:#000000;
}
.media-articles .bx-controls-direction a{
	border-bottom:none!important;
}
.media-articles .bx-controls-direction a:hover{
	border-bottom:none!important;
}
.media-articles .bx-wrapper .bx-prev{
	left: -47px;
}
.media-articles .bx-wrapper .bx-next{
	right: -37px;
}
.bx-wrapper .bxslider li #slide_caption{
	display:none;
}
.bx-wrapper .bxslider li:hover #slide_caption{
	display:block;
}
.media-articles #main h1{
	text-align:center;
	font-size:1.6em;
}
.media-articles .bxslider #slide_caption{
	background: #000;
    bottom: 0px;
    opacity: 0.72;
    position: absolute;
    width:100%;
    padding:5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.media-articles .bxslider #slide_caption_top{
	background: #000;
    right: 0px;
    opacity: 0.72;
    position: absolute;
    width:4%;
    padding:5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
}
.media-articles .bxslider #slide_caption .image_credit {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    font-style: italic;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.media-articles .bxslider .permalink{
	margin-top:2px;
	padding:0px;
	text-align:left;
	margin-bottom:5px;
	font-size:12px;
}
.media-articles .bxslider .permalink a{
	color:#FFFFFF!important;
	border-color: #FFFFFF!important;
}
.article_links {
    padding: 20px 15px;
    overflow:hidden;
}
.article_links .a_prev {
    float:left;
    font-size:14px;
}
.article_links .a_next {
    float:right;
    margin-right:5px;
    font-size:14px;
}
.article_links .a_prev, .a_next {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  color: #1585b2 !important;
  display: inline-block;
  padding: 10px;
  width:120px;
  text-align:center;
  border:none!important;
  opacity:0.72;
}
.article_links .a_prev:hover, .article_links .a_next:hover {
	opacity:1;
}
.media-articles .bx-wrapper img{
	margin: 0 auto;
    max-height: 600px;
    max-width: 600px;
    min-height: 315px;
}
.bxslider_loader{
	background: url(../images/ajax-loader.gif) center center no-repeat #6ac;
	margin:0 auto;
	width:600px;
	height:600px;
}
.bx-controls-direction{
	display:none;
}
#slide_caption_top .image_fullscreen{
	max-width:14px;
	max-height:14px;
	min-height:14px;
	margin:0px;
}
.media-articles #colorbox{
	top:20px!important;
}
.media-articles .fb_share{
	display:inline-block;
	float:left;
	margin-right:2px;
	border:none!important;
}
.media-articles .fb_share img{
	min-height:16px!important;
	height:16px;
	width:16px;
}
.media-articles .twitter_share{
	display:inline-block;
	float:left;
	margin-right:2px;
	border:none!important;
}
.media-articles .twitter_share img{
	min-height:16px!important;
	height:16px;
	width:16px;
}
.media-articles #cboxContent{
	background:#000;
}
#widgt-social-links {
    display: none;
}
.lib_ee #sidebar-right{
	width:0px;
	display:none;
}
.lib_ee #main{
	padding-left: 0.5em;
    padding-right: 0.5em;
    width: 45.3em;
    border-right:none;
}
.articles-reading-list #container {
    width: 64.375rem;
}
.articles-reading-list #main {
    margin:0px;
}
label.article-content{width:140px;}
/*css for article view page starts*/
.articlesview #main{
	margin-left:9em;
	padding:0;
	margin-right:0;
}
.articles-no-sidebar #main{
	margin-left:0;
}
/*css for article view page ends*/
/*CSS by baltech11 ends*/
