/* ITHelp popup menu's styles*/

#plainLoadingBox{
	width : 80px;
	height : 16px;
	background-color : red;
	font: normal 11px Arial, sans-serif;
	color : white;	
}

.ith_PopUp{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	border: 1px solid #5D84AF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-color: white;
	font-family: Verdana;
	font-size: 
}

.ith_PopUp table {
	font-family: Arial;
	font-size: 11px;
}

.ith_PopUp_frame{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 499;
}

.needOpacity{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.needOpacity_frame{
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
}

.ith_PopUp tr{
	cursor: pointer;
	cursor: hand;
}

.ith_PopUp tr.popuptrover{
	background-color: #FFF3CF;
}

.PopUp_hide{
	display: none;
}

.ith_script {
	display:none;
}

DIV.script {
	display:none;
}

.msgloading {
	width : 170px;
	_width :200px;
	position : absolute;
	background-color: #FFFFFF;
	border: 1px solid #003E80;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
	font-family : Arial;
	font-size : 13px;
    font-weight : bold;
	display:block;
	-moz-user-select: none;

}

div.excelReport {
	background: URL(../Images/xls.gif) no-repeat;
	border: 1px solid #003E80;
}