﻿/**************************************
INFO BOX
**************************************/
.InfoBoxWrapper
{
	clear: both;
	display: none;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	z-index: 200000;
}
.InfoBoxWrapper .InfoTop
{
	position: relative;
	display: block;
	height: 4px;
}
.InfoBoxWrapper .InfoTop .InfoTopLeft
{
	background-image: url(../Images/bg_infobox_tl.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 4px;
}
.InfoBoxWrapper .InfoTop .InfoTopCenter
{
	background-image: url(../Images/bg_infobox_tc.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin: 0 4px 0 16px;
	overflow: hidden;
}
.InfoBoxWrapper .InfoTop .InfoTopRight
{
	background-image: url(../Images/bg_infobox_tr.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 4px;
}
.InfoBoxWrapper .InfoMid
{
	position: relative;
}
.InfoBoxWrapper .InfoMid .InfoMidLeft
{
	background-image: url(../Images/bg_infobox_ml.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.InfoBoxWrapper .InfoMid .InfoBoxArrow
{
	clear: both;
	position: absolute;
	top: 19px;
	left: 0;	
	_left: -17px; /*IE6 hack */
	width: 16px;
	height: 17px;
	background-image: url(../Images/bg_infobox_arrow_l.gif);
}
.InfoBoxWrapper .InfoMid .InfoMidRight
{
	background-image: url(../Images/bg_infobox_mr.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.InfoBoxWrapper .InfoMid .InfoContentDiv
{
	background-color: #DEDEDE;
	min-height: 50px;
	_height: 50px;
	margin: 0 4px 0 16px;
	font-size: 8pt;
	color: #666666;
	padding: 3px;
	text-align: left;
}
.InfoBoxWrapper .InfoMid .InfoContentDiv .TextTitle
{
	text-decoration: underline;
}
.InfoBoxWrapper .InfoBtm
{
	height: 4px;
	position: relative;
}
.InfoBoxWrapper .InfoBtm .InfoBtmLeft
{
	width: 16px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../Images/bg_infobox_bl.gif);
	background-repeat: no-repeat;
}
.InfoBoxWrapper .InfoBtm .InfoBtmCenter
{
	height: 4px;
	margin: 0 4px 0 16px;
	background-image: url(../Images/bg_infobox_bc.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
.InfoBoxWrapper .InfoBtm .InfoBtmRight
{
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../Images/bg_infobox_br.gif);
	background-repeat: no-repeat;
}
