/**
 * @version $Id$
 * @author Michael Tierney
 * @package Joomla
 * @subpackage MUS-Accessible-template
 * @copyright Copyright (C) 2007 Arizona Board of Regents. All rights reserved.
 */

body {
	font-family: Helvetica, Arial;
	font-size: 9pt;
}

h2.contentheading {
	margin-bottom: 40pt;
}

#header img, #header a, .topReturn, #peopleSelect, #cfa_critical_alert, #cfa_noncritical_alert, #main_nav, #secondary_info, #noCSS_nav, #ua_logo, #cfa_logo, #footer .moduletable {
	display: none;
}

#header:before {
	display: block;
	content: url(/display/images/som_print_logo_reallysmall.jpg);
}

#header {
}

#footer {
	font-size: 5pt;
	color: #ccc;
}

#footer:before {
	content: "Contact Us";
	font-weight: bold;
	font-size: 8pt;
}

#copyright:before {
	content: "School of Music: P.O. Box 210004 1017 N Olive Rd Tucson, AZ 85721-0004 || phone: 520.621.1655 || fax: 520.621.8118 || musicweb@cfa.arizona.edu";
	display: block;
	margin-top: -5pt;
	margin-bottom: 5pt;
}

#ua, #path_home, .relist {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

h1
{
	font-size: 20pt;
	color: #b7c732;
}

h2
{
	font-size: 16pt;
	color: #b7c732;
	border-bottom: 1px solid #b7c732;
}

h3
{
	font-size: 12pt;
	color: #b7c732;
}

h4
{
	font-size: 11pt;
	color: #634630;
}

h5
{
	font-size: 9pt;
	color: #634630;
}

h1,h2,h3,h4,h5
{
	font-family: "News Gothic Std", "News Gothic MT", "News Gothic", Helvetica, Arial;
	font-weight: bold;
	page-break-after: avoid;
	page-break-inside: avoid;
}

a
{
}

.unseen , p .u2
{
	display: none;
}


#breadcrumbs , #left , #fontsize
{
	display: none;
}

#main2
{
	margin: 0%;
}

#right
{
	display: none;
}

#right .moduletable h3 {
	display: none;
}

#right .menu {
	display: none;
}

#main2:before
{
}

#right:before
{
}

#contactinfo {
	display: none;
}

#contactinfo h4 {
	display: none;
}

/* The following is for the Small Grants application only, and does not need to be duplicated in the School print stylesheets*/
.sg_view { display: none; }
.sg_applicant {
	font-family: "News Gothic Std", "News Gothic MT", "News Gothic", Helvetica, Arial;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
	width: 100%;
	margin-top: 5pt;
	page-break-after: avoid;
	page-break-inside: avoid;
}
.sg_list th {
	font-family: "News Gothic Std", "News Gothic MT", "News Gothic", Helvetica, Arial;
	font-weight: bold;
	page-break-after: avoid;
	font-size: 9pt;
	color: #b7c732;
	text-align: left;
}
.sg_rank { display: none; }
.clearcell { display: none; }
.sg_smalltext {
	padding-bottom: 10pt;
	padding-left: 5pt;
}

.sg_app fieldset {
	border-left: 0;
	border-bottom: 0;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding-left: 10pt;
}

.sg_app table {
	width: 400pt;
	border-spacing: 2pt;
}

.sg_app legend {
	font-family: "News Gothic Std", "News Gothic MT", "News Gothic", Helvetica, Arial;
	font-weight: bold;
	font-size: 11pt;
	color: #634630;
	background-color: #fff;
}

.sg_app tr {
	width: 80%;
}

.sg_app td {
	border-bottom: 1px solid #ddd;
}

.sg_app th {
	text-align: left;
	font-family: "News Gothic Std", "News Gothic MT", "News Gothic", Helvetica, Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #000;
	width: 40%;
	border-bottom: 1px solid #ddd;
}

.sg_dirhead_comments, .sg_attachment { display: none; }

/* ##### Faculty/Staff List Stuff */
#big_peoplelist {
	margin-top: -25pt;
}

#big_peoplelist dl {
	position: relative;
}

#big_peoplelist dt {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	width: 120pt;
	page-break-after: avoid;
	page-break-inside: avoid;
}

#big_peoplelist dd {
	position: relative;
	top: -8pt;
	left: 100pt;
	width: 400pt;
	font-size: 8pt;
	page-break-before: avoid;
	page-break-inside: avoid;
}

#big_peoplelist h3 {
	border-bottom: 1px solid #666;
}

.area {
	font-weight: bold;
}

.title {
	font-style: italic;
}

.rank {
}

.contact {
}

.tel {
	position: absolute;
	left: 120pt;
}

.address {
	position: absolute;
	left: 190pt;
}

/*############## sIFR PRINT RULES - DO NOT MODIFY ##############*/
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}