body { background-image:url(img/header_24.jpg); margin-top: 0px; margin-bottom: 0px; }
.body { background-color:#87337c; }
.brd1 { border-bottom: #515151 1px solid; border-left: #515151 1px solid; background-color: #252525; border-top: #515151 1px solid; border-right: #515151 1px solid; }
.brd1:hover { background-color:#333333; }
.brd2 { border-bottom: #23271a 1px solid; border-left: #23271a 1px solid; background-color: #343a27; border-top: #23271a 1px solid; border-right: #23271a 1px solid; }
.brd2:hover { background-color:#23271a; }
.wrd { color:#000000; font-size:15px; }
td { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; color: #4e4c4c; font-size: 8pt; }
a { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; color: #ff9900; font-size: 9pt; font-weight: bold; text-decoration: none; }
a:hover { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; color: #ffc977; font-size: 9pt; font-weight: bold; text-decoration: underline; }
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
