body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #fff;
	}
#ribbonLogo {
	margin-right: 3px;
	border-right: 1px solid #999999;
	padding-right: 6px;
	
}
#ribbon {
	background: #003366; 
	width: 100%;
	height: 35px;
	padding-top: 0px;
	margin-bottom: 20px;
	clear: both;
	color: #FFFFFF;
}

.ribbonBorder {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	border-right: 1px solid #999999;
	padding-right: 6px;

}
#ribbon a:link {
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 3px;
	/*border-right: 1px solid #999999;*/
	padding-right: 6px;
}
#ribbon a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: 3px;
	/*border-right: 1px solid #999999;*/
	padding-right: 6px;
}
.ribbonBorderLast {
	color: #FFFFFF;
	font: 11px Calibri, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 6px;
	border-style: none;
}
#ribbon a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: 3px;
	/*border-right: 1px solid #999999;*/
	padding-right: 6px;
}
#ribbon a:active {
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: 3px;
	border-right: 1px solid #999999;
	padding-right: 6px;
}
.quote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    color: #900;
}

#shareThis {
    float: right;
    margin-right: 40px;
    margin-top: 10px;			
   }

/* ========================= 



#ribbon div {
	margin-bottom: 5px;
	border-style: none;
	
}

   ==========================  */

/* Action icons */

/* If the url ends with the following file extentions, add these icons */
a[href $='.pdf'] {
   background: url(/images/homepageimages/pdfIcon.jpg) center right no-repeat;
   padding-right: 15px;
   /*padding-bottom: 10px;*/
}
a[href $='.PDF'] { 
   background: url(/images/homepageimages/pdfIcon.jpg) center right no-repeat;
   padding-right: 15px;
   /*padding-bottom: 10px;*/
}

a[href $='.zip'] { 
   background: url(/images/homepageimages/zipIcon.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.txt'] { 
   background: url(/images/homepageimages/textIcon.gif) center right no-repeat;
   padding-right: 18px;
}
a[href $='.doc'] { 
   background: url(/images/homepageimages/wordIcon.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.xls'] { 
   background: url(/images/homepageimages/xls.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.wav'] { 
   background: url(/images/homepageimages/wav.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.mov'] { 
   background: url(/images/homepageimages/quicktime.gif) center right no-repeat;
   padding-right: 20px;
}
a[href $='.csv'] { 
   background: url(/images/homepageimages/csvImage.jpg) center right no-repeat;
   padding-right: 20px;
}
/* This code touches the "view front and back matter" link on journals tocs */
a[href $='print-matter.pdf'] {
       background: url(/images/transparent.gif) center right no-repeat;
       padding-right: 0px; 
}

/* End if the url ends with the following file extentions, add these icons */

/* If the url starts with the following items, add these icons */
a[href ^="mailto:"] {
   background: url(/images/homepageimages/mailto.gif) center right no-repeat;
   padding-right: 20px;
}

a[href ^="http://"] {
       background: url(/images/homepageimages/externalIcon.gif) center right no-repeat;
       padding-right: 13px;
}

a[href ^="http://www.ams.org"] {
       background: url(/images/transparent.gif) center right no-repeat;
       padding-right: 0px;
       }
/* This code touches the "view front and back matter" icon on journals tocs */ 
img[longdesc="http://www.ams.org"]{
       }

a[href ^="https://"] {
       background: url(/images/homepageimages/lock_icon.gif) center right no-repeat;
       padding-right: 18px;
}
a[href ^="http://www.addthis.com"] {
       background: url(/images/transparent.gif) center right no-repeat;
       padding-right: 18px;
}

a[href ^="http://translate."] {
       background: url(/images/transparent.gif) center right no-repeat;
       padding-right: 18px;
}


/* End if the url starts with the following items, add these icons */
/* End action icons */






