@charset "utf-8";
/* CSS Document */


/* added elements for Vizibility News */

/* added for blog truncation read more/less */
.truncate_less p{ margin-top:0px; }
 /*#sub_left_column_x{ width:710px; }*/
.clearme{margin-top:0px;}

/* added for twitter mouseover tooltip */

#tooltip{
	position:absolute;
	z-index: 3000;
	border:1px solid #999999;
	font-size: 12px;
	background:#FF6600;
	opacity:0.9;filter:alpha(opacity=90);
	padding:10px;
	margin-top:-50px;
	color:#fff;
	display:none;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;		
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;		
	}

/* added for twitter width adjustment */
#twtr-widget-1{
	width:500px;		
	}	
	
/* added for twitter link so color stays stylized as other header treatments */
.orange_topics a{
color:#FF6600;
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
text-decoration:none;}

/* added to set max width for news container */
#news_content{width:950px; margin-top:0px;}

/* added to setup news sidebar content */
.sidebar-content{float:right; width:180px;margin-left:45px;}

/* added to setup vizibility button width */
.vizibility-button{width:135px}

/* added to setup getting vizibility */
.getting-vizibility{font-size:14px; font-weight:bold; display:none;}
