/***********************************************/
/* css-fas.css                			        */
/* for html version									  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
	line-height: 1.1em;
	margin-top: 0px;
}

a
{
	white-space:nowrap;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#topNav {
	background-color: #FFFFFF;
	max-width: 100%;
	height: 30px;
	color: #666666;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainNav {
	background-color: #FFFFFF;
	max-width: 100%;
	height: 28px;
	color: #666666;
	position: relative;
	text-align: left;
}

#mainBody {
	background-color: #FFFFFF;
	color: #666666;
	position: relative;
	vertical-align: top;
}

#narrowResults {
	width: 155px;
	height: auto;
	overflow: hidden;
}

#footerMain {
	background-color: #FFFFFF;
	max-width: 100%;
	height: 28px;
	color: #666666;
	position: relative;
	font-size: smaller;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:1px;
}

#footerSub {
	background-color: #FFFFFF;
	max-width: 100%;
	height: 20px;
	position: relative;
	font-size: smaller;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}

#spacer {
	max-width: 100%;
	height: 15px;
}

#spacer15Wide {
	width: 15px;
	max-height: 100%;
}

/***********************************************/
/* Layout styles                               */
/***********************************************/
TD.vaccLogo {
	background-image: url(/Fas/images/vacc-logo.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
}

TD.nav-lhs, TD.footerLHS {
	background-image: url(/Fas/images/navButton-lhs.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 29px;
}

TD.nav-rhs, TD.footerRHS {
	background-image: url(/Fas/images/navButton-rhs.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 29px;
}

TD.nav-bg, TD.nav-bg-right, TD.footerBG 
{
	background-image: url(/Fas/images/navButton-bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
}
TD.nav-bg-right
{
	text-align:right;
}

TD.footerBG {
	text-align: center;
	padding:1px;
}

/***********************************************/
/* mainBody content layout			              */
/***********************************************/

/*
.boxBannerMain {
	display: block;
	width: 100%;
	height: 100px;
}

.boxHomeTopRHS {
	width: 100%;
	height: 174px;
}
*/

.boxHomeBottomLHS {
	width: 100%;
	height: 150px;
}

.boxHomeBottomRHS {
	width: 100%;
	height: 150px;
}

.boxSubLHS {
	width: 815px;
	height: 264px;
}

.resultGreyBG {
	width: 100%;
	height: 30px;
	background-color: #EEEEEE;
	/*padding-top: 6px;*/
	/*padding-bottom: 6px;*/
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

.resultWhiteBG {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

/* curved border layout below here */
.topLeft {
	background-image: url(/Fas/images/topLeft.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.lineTop {
	background-image: url(/Fas/images/lineTop.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	width: 100%;
}

.topRight {
	background-image: url(/Fas/images/topRight.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.lineLeft {
	background-image: url(/Fas/images/lineLeft.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	height: 100%;
	width: 13px;
}

.lineRight {
	background-image: url(/Fas/images/lineRight.jpg);
	background-position: 100% 0;
	background-repeat: repeat-y;
	height: 100%;
	width: 13px;
}

.bottomLeft {
	background-image: url(/Fas/images/bottomLeft.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}

.lineBottom {
	background-image: url(/Fas/images/lineBottom.jpg);
	background-position: 0 100%;
	background-repeat: repeat-x;
	width: 100%;
	height: 13px;
}

.bottomRight {
	background-image: url(/Fas/images/bottomRight.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}

.cube
{
	height: 13px;
	line-height: 13px;
	width: 13px;
}

/* curved border layout above here */

/***********************************************/
/* Hyperlink and anchor tag styles             */
/***********************************************/
A:link, A:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color: #F78E1D;
	font-weight: normal;
	text-decoration: underline;
}

A.linkNavMain:link, A.linkNavMain:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

A.linkNavMain:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

A.linkNormal:link, A.linkNormal:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

A.linkNormal:hover {
	color: #F78E1D;
	font-weight: normal;
	text-decoration: underline;
}

A.linkBoldBlue:link, A.linkBoldBlue:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

A.linkBoldBlue:hover {
	color: #3399CC;
	font-weight: bold;
	text-decoration: underline;
}


A.linkSubUnderline
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
	/*font-size: larger;*/
	line-height: 1.3em;
	text-decoration: underline;
}
A.linkSubUnderline:link, A.linkSubUnderline:visited 
{
	font-weight: 600;
	color: #666666;
}
A.linkSubUnderline:hover 
{
	font-weight: 600;
	color: #3399CC;
}


A.linkFooter:link, A.linkFooter:visited 
{
	font-weight: normal;
}
A.linkFooter:link, A.linkFooter:visited 
{
	color: #666666;
	text-decoration: none;
}
A.linkFooter:hover 
{
	color: #F78E1D;
	text-decoration: underline;
}

A.linkAdmin:link, A.linkAdmin:visited
{
	color: #F78E1D;
	text-decoration:none;	
}
A.linkAdmin:hover
{
	color:Red;
	text-decoration: underline;
}
/***********************************************/
/* Heading tag styles                          */
/***********************************************/
.headingMain {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-weight: 600;
	font-size: larger;
	line-height: 1.7em;
	color: #3399CC;
	margin-bottom: 0.1em;
}

.headingSubUnderline {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: larger;
	line-height: 1.4em;
	color: #666666;
	text-decoration: underline;
}

/***********************************************/
/* Text styles                                 */
/***********************************************/
.textNormal {
	color: #666666;
}

.textBlue {
	color: #3399CC;
}

/***********************************************/
/* Border styles                               */
/***********************************************/
.borderBusiness {
	border: 1px solid #CCCCCC;
}

.borderRight {
	border-right: 1px solid #CCCCCC;
}

.borderBottom {
	border-bottom: 1px solid #CCCCCC;
	padding:0px;
}

/***********************************************/
/* Image display styles                        */
/***********************************************/
.advert120x60 {
	width: 120px;
	height: 60px;
	background-color: #CCCCCC;
}

.advert120x240 {
	width: 120px;
	height: 240px;
	background-color: #CCCCCC;
}

.advert120x600 {
	width: 120px;
	height: 600px;
	background-color: #CCCCCC;
}

.advert180x150 {
	width: 180px;
	height: 150px;
	background-color: #CCCCCC;
}

.advert180x172 {
	width: 180px;
	height: 172px;
	background-color: #CCCCCC;
}

/***********************************************/
/* List tag styles                             */
/***********************************************/


/***********************************************/
/* Form and related tag styles                 */
/***********************************************/
.formStyle, .formStyleLong, .formButton
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

.formStyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff url(/Fas/images/shadeform.gif) no-repeat;
	color: #666666;
}

.formButton {
	background-image: url(/Fas/images/button.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color: #616e84;
	font-size: 11px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	BORDER: #616e84 1px solid
}

.formButtonOver {
	background-image: url(/Fas/images/buttonon.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#F0F0F0;
	color: #FF6600;
	height: 20px;
	font-weight: bold;
	text-align: center;
	BORDER: #FF6600 1px solid 
}

.formStyleLong
{
	width:310px;
}

.shadeform { 
	FONT: 8.5pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(/Fas/images/shadeform.gif);
	background-repeat: no-repeat;
	text-align: left;
	WIDTH: 200px;
	BORDER: #616e84 .5px solid;
	margin-top: 4px
}
 
.quoteform { 
	FONT: 8.5pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(/Fas/images/shadeform.gif);
	background-repeat: no-repeat;
	text-align: left;
	BORDER: #616e84 1px solid
}

/* This was doing ugly things to radio buttons.  Not sure why its here.
INPUT {
	border: 1px solid #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	height:1.1em;
	line-height:1.1em;
}
*/

INPUT.image {
	border: 0px;
	height: auto;
	line-height: normal;
}
/*
select
{
	border: 1px solid #666666;
	height:1.5em;
	line-height:1.6em;
}*/


/* rl:added */

.disabled
{
	color:#aaa;
}

.noWrap
{
	white-space:nowrap;
}

.breadcrumbs
{
	width:750px;
	max-width:750px;
	margin-right:45px;
}


.businessDetails
{
	padding:0.4em 0.3em;
}
.collapse, .breadcrumbs
{
	overflow:hidden;
	white-space:nowrap;
}
