a.bluelink:link { color: #5281b2; text-decoration:underline; }
a.bluelink:active { color: #5281b2; text-decoration:underline; }
a.bluelink:visited { color: #5281b2; text-decoration:underline; }
a.bluelink:hover { color: #5281b2; text-decoration:none; }

a.greenLink:link{color:#596527; text-decoration:underline;}
a.greenLink:active{color:#596527; text-decoration:underline;}
a.greenLink:visited{color:#333333; text-decoration:underline;}
a.greenLink:hover{color:#333333; text-decoration:none;}

/* Changes/additions to CSS made on or after 01/01/2008 */

/*___ SPAN _________________________________________________________________*/

span.spnConfirm
{ 
	float		: left;
	width		: 125px;
	font-weight : bold;
	display		:block;
}

iframe.flippingIconHm 
{
	background:transparent url(/uploads/Images/clickSampleIssue.gif) no-repeat scroll 30px top;
	padding:40px 0 0 20px;
	position:relative;
	margin-right: -40px;
	
}

.dropmenu.list
{
	margin			: 0;
	padding			: 0;
	list-style-type	: none;
	position		: relative;	
	font-size		: 1em;
	zoom			: 1;
}

.dropmenu.list ul
{
	display			: none;
	margin			: 0;
	padding			: 0;
	list-style-type	: none;	
	position		: absolute;
	top				: 0;
	left			: 100%;
	zoom			: 1;
}

.dropmenu.list li:hover ul,
.drommenu.list li a:hover+ul
{
	display			: block;
}

.dropmenu.list li
{
	width			: 200px;	
	position		: relative;
	zoom			: 1;
}

.dropmenu.list > li
{
	width			: auto;	
}

.dropmenu.list a,
.dropmenu.list > li > a:hover,
.dropmenu.list > li:hover > a
{
	display			: block;
	border			: solid 1px #D6E2A2;	
	background-color: #EAF1CF;
	padding			: 8px 5px;
	text-decoration : none;
	zoom			: 1;
}


.dropmenu.list > li > a
{
	font-weight		: bold;
	background-color: Transparent;
	border			: none;
	padding			: 9px 6px;
	cursor			: inherit;
}

.dropmenu.list ul a:hover
{
	background-color: #FAFCEF;
}

.dropmenu.list > li > a span {
	position	: absolute;
	right		: 25px;
	font-size	: .7em;
}


h3 { font-size : 1.8em;}

.noBullet 
{
    list-style-type:none;        
}

.strong { font-weight: bold;}

.contentCell ul.tight li {margin-top:.3em; }