/* CSS Document */

BODY {background-color:#000000;
      margin-top:0px;}

.bkg { 	background-image:url(images/bkg.gif);
		background-repeat:no-repeat; }

.text {	font-family: Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
		 }

.issue_menu {
	background-color: #FF9933;
	font-family: Arial;
	font-size: 12px;
	text-align: center; }
	
.issue_button {
	color: #000000;
	font-weight: bold;
	}

a.issue_button{ text-decoration: none;
				color:#000000;
				font-weight:bold; }
				
a.issue_button:hover{ color: #FFFFFF; }
a.issue_button:visited{ color: #000000; }

#mainContent {
	padding: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContent a, #mainContent a:visited {
	text-decoration: none;
	color: #00F;
}

#mainContent a:hover {
	text-decoration: underline;
	color: #F00;
}

#mainContent img {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 3px;
}

h1 {
	font-size: 1.35em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.2em;
}

/* These work in modern browsers (not IE) that support the 1998 spec. */
a[href$="pdf"]:after { content: " " url(http://www.ucr.edu/images/design6/pdf.gif); }
a[href$="doc"]:after { content: " " url(http://www.ucr.edu/images/design6/doc.gif); }
a[href$="xls"]:after { content: " " url(http://www.ucr.edu/images/design6/xls.gif); }
a[href$="ppt"]:after { content: " " url(http://www.ucr.edu/images/design6/ppt.gif); }
a[href$="vsd"]:after { content: " " url(http://www.ucr.edu/images/design6/vsd.gif); }
a[href$="zip"]:after { content: " " url(http://www.ucr.edu/images/design6/zip.gif); }
a[href$="dwg"]:after { content: " " url(http://www.ucr.edu/images/design6/dwg.gif); }
a[href$="mov"]:after { content: " " url(http://www.ucr.edu/images/design6/qt.gif); }

div.nav a[href$="pdf"]:after,
div.nav a[href$="doc"]:after,
div.nav a[href$="xls"]:after,
a.img_link:after
{ content: ""; }