﻿/***************************************************************************
	Faq Style 3 NB hardcode background images...
/**************************************************************************/
a.fqstyle3:link
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height: 23px; 
	font-weight: normal; 
	vertical-align: middle; 
	color: #A5A3A3;
	text-decoration: underline; 
	display: block;
	padding-left: 2em;
	background-image: url(/custom/0000/img/calendar/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em
}
a.fqstyle3:visited, a.fqstyle3:active
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height: 23px; 
	font-weight: normal; 
	vertical-align: middle; 
	color: #C3C1C1;
	text-decoration: underline; 
	display: block;
	padding-left: 2em;
	background-image: url(/custom/0000/img/calendar/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em
}

a.fqstyle3:hover
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height: 23px; 
	font-weight: normal; 
	vertical-align: middle; 
	color: #ffffff;
	text-decoration: underline; 
	display: block;
	padding-left: 2em;
	background-image: url(/custom/0000/img/calendar/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em
}

a.fqstyle3more:link,a.fqstyle3more:visited, a.fqstyle3more:active
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #A5A3A3;
	text-decoration: none; 
}

a.fqstyle3more:hover
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #ffffff;
	text-decoration: none; 
}

/* changes for print */
@media print
{
	a.fqstyle3:link,
	a.fqstyle3:visited, a.fqstyle3:active
	{  
		background-image: url(/custom/0000/img/calendar/prntarrow_off.gif);
	}
	a.fqstyle3:hover
	{  
		color: #000000;
		background-image: url(/custom/0000/img/calendar/prntarrow_on.gif);
	}
}

#ulFaq a
{
	font-family: tahoma, sans-serif;
	font-size: 13px; 
}
