/* SUU UGRASP - Handheld Styles - Created by SUU Web Services - January 2007 */

/* UGRASP Navigation Elements */
#ugraspnav {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/* Table Style */
#ugraspcontent table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-bottom: 0;
}
	#ugraspcontent th {
		padding: 5px;
		text-transform: uppercase;
		border-bottom: 1px solid #666666;
		text-align: left;
	}
	#ugraspcontent td {
		padding: 2px 5px;
		border-bottom: 1px solid #666666;
	}
	#ugraspcontent table caption {
		text-align: right;
		font-size: 0.8em;
		font-style: italic;
	}

/* Hide the incompatability notice */
#notice {
	display: none;
}
