/* Created 7/31/06 Brian Phelps */
/* CMS Pacific styles            */

.search
{
	font-size: 7pt;
	color: black;
	font-weight:normal;
	font-family: Verdana;
	text-decoration: none;
}

.footer
{
	font-size: 7pt;
	color: #908774;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*  begin forms */ 

.FormField_Highlight {
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

/*  end forms */ 

.Caption {
	font-family: "Times New Roman", Times, serif;
	font: italic normal x-small;
}

/* begin tables */

#TableStandard {
	padding: 4px 4px 4px 4px;
	margin: 5px 0px 5px 4px;
	width: 390px;
	border: 0;
	left: auto;
}
#TableStandard td {
	padding-left: 4;
	padding-right: 4;
	margin: 0px 0px 0px 0px;
}

#TableWide {
	padding: 2px;
	width: 540px;
	border: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	left: auto;
}

.header-bg-color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #939871;
	color: #FFFFFF;
	line-height: normal;
	padding: 5px 3px;
}

.TableRowHighlight {
	background: #EDE8DD;
}


/* end tables */

.RunInSubheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.RunInSubheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.LinkButton {
	display: block;
	border: thin outset #CF7600;
	margin: 2px;
	padding: 2px 2px 2px 2px;
	background-color: #695C54;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	background-position: center;
	border-color: #F4EFDD #000000 #000000 #F4EFDD;
}

.LinkButton:hover{
	border: thin inset #908774;
	color: #FFFFFF;
	background-color: #EDE8DD;
}

/* begin AtoZ page */

.boldOrangeAtoZ
{
	font-weight: bold;
	font-size: 9pt;
	color: #E1810D;
	font-family: Verdana;
	text-decoration: none;
}

.sitemapSecondLvl
{
	font-size: 7pt;
	color: black;
	font-weight:normal;
	font-family: Verdana;
	text-decoration: none;
}
A.sitemapSecondLvl:hover
{
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	text-decoration: underline;
}
.sitemapFirstLvl
{
	font-size: 10pt;
	color: black;
	font-weight:bold;
	font-family: Verdana;
	text-decoration: none;
}

/* end AtoZ */


/* Created 5/17/07 Brian Phelps */
/* icon-specific styles  */

@media screen {
	
	#left_area_new a.icon_external {
		background: transparent url(icons/ico_external_link.gif) 2px center no-repeat;
		padding-left: 22px; /* image width is 18px*/		 
	}
	#left_area_new a.icon_email {
		background: transparent url(icons/ico-mailto.gif) 2px center no-repeat;
		padding-left: 18px; /* image width is 14px*/
	}
	
	#left_area_new a.icon_file_pdf {
		background: transparent url(icons/ico-acrobat.gif) 2px center no-repeat;
		padding-left: 17px; /* image width is 13px*/
	}
		
}

/*** Show Destinations of links in Offline Media ***/
@media print {
	
	#left_area_new a.icon_external:after {
		content: " [" attr(href) "]";
	}
	
}

/* end icon-specific styles */