﻿/*ibox.css ibox controls -- most of this shouldn't be touched */
#ibox { z-index: 1000000; }
#ibox_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:1000000;
    /* we use a background image because mac firefox bugs */
	background: url('http://crs.org/_images/bg.png') repeat;
}
#ibox_progress {
    position:absolute;
    z-index:1000001;
}
#iBox-banner{background:url('http://crs.org/_images/YearEnd-Popup.jpg') no-repeat; width:600px; height:300px; display:block;text-indent:-9999px;}
#ibox_wrapper { 
	 position:absolute;
    top:0;
    left:0;
    z-index:1000001;
    padding:2px 2px 2px 2px;
}
#ibox_wrapper, #ibox_footer_wrapper a {
	background-color: #FFF;
}
#ibox_content {
	
	border: 1px solid #ccc; 
	margin: 1px 1px 20px 1px;	
}
#ibox_content h2{ color:#990000; font-size:18px;}
#ibox_content h2 a {text-decoration: none;}

#ibox_content h3{ color:#000; font-size:16px;}



#ibox_footer_wrapper {

	bottom: 5px;
	top: auto;
}
#ibox_footer_wrapper a {
	text-indent: -100000px;
	border: 0;
	background: #fff url('http://crs.org/_images/closelabel.gif') center center no-repeat;
	width: 66px;
	padding: 0;
	height: 22px;
	line-height: 22px;
}
#ibox_footer_wrapper a:hover {
	background-color: #fff;
}
#ibox_loading {
	text-indent: -100000px;
	width: 200px;
	height: 200px;
	background: #fff url('http://crs.org/_images/loading.gif') center center no-repeat;
}

