/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{ margin: 0;padding: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #3A7CC2;text-decoration: none;}
#TB_window a:visited {color: #3A7CC2;text-decoration: none;}
#TB_window a:hover {text-decoration: underline;}
#TB_window a:active {text-decoration: underline;}
#TB_window a:focus{text-decoration: underline;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background: rgba(0, 0, 0, 0.50);
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.5;
}

* html #TB_overlay {
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); /* ie6 hack */
     position: absolute;
}

#TB_window {
	position: fixed;
	background: #FFF;
	z-index: 102;
	color:#000;
	display:none;
	border: none;
	text-align:left;
	top:50%;
	left:50%;
}

.TB_closeWindowButton {
	float: right;
}

* html #TB_window {
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); /* ie6 hack */
position: absolute;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#000;
	height:27px;
	display: none;
}

#TB_ajaxContent{
	clear:both;
	padding: 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load {
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); /* ie6 hack */
position: absolute;
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect {
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); /* ie6 hack */
     position: absolute;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#article-related,
#sidebar,
.hidden {
	display: none;
}
#container {
	width: 980px;
}

#stub #content {
	width: 909px;
	position: relative;
	margin-right: 0;
	padding-right: 0;
}

#innercontent {
	margin-right: 0;
}

.social-links,
.share-label {
	position: absolute;
	right: 0;
	top: 8px;
}
.share-label {
	position: absolute;
	right: 100px;
	top: 8px;
}

.aclu-vra img.banner {
	float: left;
	margin: 140px 40px 140px 0;
	width: 380px;
}
.aclu-vra {
	font-size: 16px;
	line-height: 22px;
}

#stub #body .body-content {
	padding: 22px;
	background-image: url('/sites/all/themes/aclu/images/vra/background.jpg');
}
.aclu-vra img.divider {
	clear: both;
	margin: 5px 0;
	width: 100%;
}

.left-side,
.right-side {
	width: 430px;
	float: left;
}
.right-side {
	padding-top: 60px;
}

.center {
	font-size: 1px;
	line-height: 0;
	height: 2000px;
	width: 5px;
	float: left;
	background-image: url('/sites/all/themes/aclu/images/vra/timeline.png');
}

.clear {
	clear: both;
}

.left-side .vra-element,
.right-side .vra-element {
	position: relative;
	margin-bottom: 20px;
}
.left-side .arrow {
	background: transparent url('/sites/all/themes/aclu/images/vra/arrow-left.png') no-repeat right 10px;
	position: absolute;
	right: -1px;
	top: 5px;
	width: 14px;
	height: 100%;
}
.right-side .arrow {
	background: transparent url('/sites/all/themes/aclu/images/vra/arrow-right.png') no-repeat left 20px;
	position: absolute;
	left: -1px;
	top: 5px;
	width: 14px;
	height: 100%;
}
.left-side .vra-content {
	background: #fff url('/sites/all/themes/aclu/images/vra/checkmark.png') no-repeat left top;
	border: 1px solid #E2E2E2;
	width: 416px;
	height: 158px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.left-side .vra-content h3,
.right-side .vra-content h3 {
	margin: 0 0 0 20px;
}
.left-side .vra-content p,
.right-side .vra-content p {
	margin: 0 20px 0 20px;
}
.right-side .vra-content {
	background: #fff url('/sites/all/themes/aclu/images/vra/checkmark.png') no-repeat left top;
	border: 1px solid #E2E2E2;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 416px;
	height: 158px;
	line-height: 16px;
	margin-left: 12px;
}
.left-side .vra-content a,
.right-side .vra-content a {
	color: #000000;
}
.left-side .vra-content:hover,
.right-side .vra-content:hover,
.left-side .vra-content a:hover,
.right-side .vra-content a:hover {
	color: #2292D4;
	text-decoration: none;
}

.vra-content .thumbnail {
	float: right;
	padding: 10px;
}

.vra-text {
	height: 100%;
	display: table;
}
.vra-center {
	display: table-cell;
	vertical-align: middle;
}

#TB_window .full {
	float: left;
}

#TB_window .modal-banner {
	float: left;
	width: 210px;
	margin-left: 20px;
}

#TB_window .vra-text {
	float: left;
	width: 250px;
	height: 300px;
	margin-left: 20px;
}
#TB_window .vra-text {
	float: left;
	width: 250px;
	height: 300px;
	margin-left: 20px;
}
#TB_window .disclaimer {
	position: absolute;
	padding: 5px;
	font-size: 11px;
	bottom: -15px;
	left: 0;
	width: 520px;
}
