
.modalDialog_transparentDivs{	
	filter:alpha(opacity=70);	/* Transparency */
	opacity:0.7;	/* Transparency */
	background-color:#000;
	z-index:1;
	position:absolute; /* Always needed	*/
}


.mLinkOSubLinksRed a, .mLinkOSubLinksRed a:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #BFBFBF;	
}

.mLinkOSubLinksRed a:hover
{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	color: #a10000;
}

.FormObject {
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	color: #6c6c6c;
	border-width: 1px;
	border-style: solid;
	border-color: #D8D8D8;
	width: 180px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}

.tBorderGreyOnly {
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #313131;
        background-color: #191919;
}