/* 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  */



	
	        a.icon_external {
               background: transparent url(http://www.pacific.edu/images/icons/ico-external-link.gif) 0px center no-repeat;
               padding-left: 22px; /* image width is 18px*/           
        }
       a.icon_newwin {
               background: transparent url(http://www.pacific.edu/images/icons/ico-newwin.gif) 0px center no-repeat;
               padding-left: 17px; /* image width is 13px*/
        }
        a.icon_email {
               background: transparent url(http://www.pacific.edu/images/icons/ico-mailto.gif) 0px center no-repeat;
               padding-left: 18px; /* image width is 14px*/
        }
        a.icon_inside_pacific {
               background: transparent url(http://www.pacific.edu/images/icons/ico-inside-pacific.gif) 0px center no-repeat;
               padding-left: 20px; /* image width is 16px*/
        }
        a.icon_facebook {
               background: transparent url(http://www.pacific.edu/images/icons/social-media/facebook.gif) 0px center no-repeat;
               padding-left: 19px; /* image width is 15px*/
        }
        a.icon_twitter {
               background: transparent url(http://www.pacific.edu/images/icons/social-media/twitter.gif) 0px center no-repeat;
               padding-left: 18px; /* image width is 14px*/
        }
        a.icon_file_pdf {
               background: transparent url(http://www.pacific.edu/images/icons/ico-acrobat.gif) 0px center no-repeat;
               padding-left: 17px; /* image width is 13px*/
        }
        a.icon_file_word {
               background: transparent url(http://www.pacific.edu/images/icons/ico-word.gif) 0px center no-repeat;
               padding-left: 17px; /* image width is 13px*/
        }
        a.icon_file_excel {
               background: transparent url(http://www.pacific.edu/images/icons/ico-excel.gif) 0px center no-repeat;
               padding-left: 17px; /* image width is 13px*/
        }
        a.icon_file_powerpoint {
               background: transparent url(http://www.pacific.edu/images/icons/ico-ppt.gif) 0px 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 */