﻿/* ------------------------------------------------------------------------------------ */
/* ACCORDION																
/* ------------------------------------------------------------------------------------ */
.headerMain { background-image:url(../images/blade-top.jpg); padding:12px 32px 0 32px; border:0; height:30px; overflow:hidden; width:994px; } 
.headerMain a { display:block; cursor:hand; border:0; }
.headerMain a:link {color: #FFF; text-decoration: none;}
.headerMain a:visited {color: #FFF; text-decoration: none;}
.headerMain a:hover {color: #FFF; text-decoration: none;}
.headerMain a:active {color: #FFF; text-decoration: none;}

.headerSelected { background-image:url(../images/blade-middle.jpg); padding:12px 32px 0 32px; margin:0; border:0; height:30px; overflow:hidden; width:994px; }
.headerSelected a { display:block; cursor:hand; border:0; }
.headerSelected a:link {color: #FFF; text-decoration: none;}
.headerSelected a:visited {color: #FFF; text-decoration: none;}
.headerSelected a:hover {color: #FFF; text-decoration: none;}
.headerSelected a:active {color: #FFF; text-decoration: none;}

.contentAccordion { background:url(../images/blade-repeat.jpg) repeat-y; padding:0 32px 0 32px; margin:0; border:0; overflow:hidden; width:994px; }


/* ------------------------------------------------------------------------------------ */
/* Textbox Watermark
/* ------------------------------------------------------------------------------------ */
.unwatermarked {	width:80px; height:12px; font-size:10px;	}

.watermarked {
	height:14px;
	width:82px;
	font-size:10px;
	border:1px solid #BEBEBE;
	background-color:#FFF;
	color:gray;
	font-style:italic;
}	

.enewsUnwatermarked {	width:133px; height:12px; font-size:10px;	}

.enewsWatermarked {
	height:14px;
	width:134px;
	font-size:10px;
	border:1px solid #BEBEBE;
	background-color:#FFF;
	color:gray;
	font-style:italic;
}	

/*Modal Popup*/
.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.7;
}
