/* IcLoopInfoButtonDiv server control Stylesheet */
.iCaption, .iClose, .eCaption, .eClose, .iContent, .eContent, .iTitle, .eTitle
{
	text-align: left;
	font-family:Arial;
	font-size:11px;
}

.iTitle, .eTitle
{
	float: left;
}

.iClose, .eClose
{
	cursor: pointer;
	float: right;
}

.iContent, .eContent
{
	clear:both;
	border-width:0px;
}

.iContainer
{
	background-color:#59C56E; 
	border-width:0px;
}

.eContainer
{
	background-color:#E31810;	
}

.iImage
{
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.iTitle, .iCaption, .iClose
{
	font-weight:bold;
	background-color:#59C56E;
	color:White;
}

.eTitle, .eCaption, .eClose
{
	font-weight:bold;
	background-color:#E31810;
	color:White;
}

.iContent
{
	background-color: #C4EACB;
	color: black;
	font-weight : normal;
}

.eContent
{
	background-color: #FDF3F3;
	color: #CA0000;
}
