#ir_box{

}

#ir_portal{
	display: block;
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index:25;
	background-color:#666;
	margin-bottom:15px;
}

/* IR does not work in Accordion. Tell it not to come to the party. */
#ir_portal_accordion {
	display:none;
}
#ir_portal_accordion img {
	display:none;
}
/* End accordion */

#ir_default{
	position: absolute;
	z-index: 0;
}

.irLink{
	display: block;
	position: absolute;
	height: 20px;
	width: 15px;
	border: 1px solid black;
	background-color: #999;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
}

.ir_shade{
	background-color: black;
	color: black;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:500px !important;
	z-index: 50;
	padding: 10px;
}

.ir_shade_bg, .ir_shade_fg {
	
	padding-right: 90px; 
	/*
	width: 500px !important;
	*/
}

.ir_shade_bg {
	opacity: 0.5; 
}

.ir_shade_fg {
	background-color: transparent; 
}

.ir_text{
	opacity: 1;
}

/* IE does not correctly interpret padding.*/
/* Set a proper width for ir_shade_bg by giving ir_title a width and right margin.*/

.ir_title{
	opacity: 1;
	font-size: 200%;
	width:500px;
	margin-right:90px;
}
