/*
	#####################################################
	Layout styles
*/

#main {
	width: 100%;
}

#nav, #sidebar {
	width: 190px;
	vertical-align: top;
	padding: 0 5px;
}

#content {
	vertical-align: top;
	padding: 0 10px;
}

#sidebar {
	border-left: 1px solid #000;
}

#nav {
	border-right: 1px solid #000;
}

#header {
	height: 100px;
}

#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*
	########################################################
	Visual styles
*/

body {
	padding: 0;
	margin: 0;
	font-size: 76%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#header h1, #header p, #footer p {
	margin: 0;
	padding: 0;
}
#header {
	font-family: Georgia, "Times New Roman", serif;
	background: #fff;
	border-bottom: 1px solid #000;
	background: url('/images/logo.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4, h5 {
	font-size: 1em;
}

#content h3, #content h4 {
	margin-bottom: .1em;
}

#content p {
	margin-top: .1em;
}

#nav h3, #sidebar h3 {
	border-top: 1px solid #666;
	text-align: center;
	font-size: 1.2em;
	margin: 10px 0 5px 0;
}

#sidebar h3.first {
	border-top: 0px solid #fff;
	margin-top: 5px;
}

#content h2.first {
	margin-top: 5px;
}

#nav a:link, #sidebar a:link {
	color: #003373;
}

#nav a:visited, #sidebar a:visited {
	color: #31699f;
}

#nav, #sidebar {
	background: #dbcdae;
}

#nav ul, #sidebar ul {
	margin: 5px 0;
	padding: 0 0 0 1.2em;
}

ul#dates li {
	list-style-type: none;
	text-indent: -1.2em;
}

#navLinks li {
	font-size: 1.2em;
	font-family:  "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 3px 0;
}

#content {
	background: #fff;
}

#footer {
	padding: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #abbccd;
	text-align: center;
	font-size: .8em;
}

table.formtbl th, table.formtbl td {
	vertical-align: top;
}

table.formtbl th {
	text-align: left;
}

/*
	Informational message classes
*/
tr.error td, td.error, th.error {
	color: #c00;
}
tr.alert td, td.alert, th.alert {
	color: #c60;
}
tr.note td, td.note, th.note {
	color: #00c;
}
tr.mesg td, td.mesg, th.mesg {
	color: #0c0;
}

div.error, div.mesg, div.alert, div.note {
	border: 2px solid #f00;
	background: #fdd;
	padding: 5px;
	margin: 5px 0;
}

b.error {
	color: #c00;
}

div.mesg {
	border: 1px solid #0c0;
	background: #dfd;
}

b.mesg {
	color: #060;
}

div.note {
	border: 1px solid #00c;
	background: #ddf;
}

b.note {
	color: #009;
}

div.alert {
	border: 2px solid #fc0;
	background: #ffd;
}

b.alert {
	color: #c60;
}

/* Ruled table styles */
table.hrule, table.formTbl {
	border-collapse: collapse;
}

table.hrule caption {
	text-align: left;
	font-weight: bold;
}

table.hrule td, table.hrule th {
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 2px 4px;
	vertical-align: top;
}

table.formTbl td, table.formTbl th {
	padding: 2px 3px 2px 1px;
}

table.hrule th, table.formTbl th {
	background: #dbcdae;
}

table.hrule tr.top td, table.hrule tr.top th {
	border-top: 2px solid #000;
}	

table.hrule tr.title td, table.hrule tr.title th, tr.section th {
	font-family: Arial, Helvetica, sans-serif;
	background: #001e4c;
	color: #fff;
}

table.hrule tr.sub td, table.hrule tr.sub th {
	border-top: 2px solid #fff;
	background: #fff;
	color: #009;
	padding-top: 0;
}	

table.hrule tr.noBorderTop td, table.hrule tr.noBorderTop th, table.hrule td.noBorderTop {
	border-top: 2px solid #fff;	
	padding-top: 0;
}

table.hrule tr.head th {
	border-top: 2px solid #000;
}

table.hrule tr.noborder td, table.hrule td.noBorderBot, table.hrule td.grouped {
	border-bottom: 0px solid #fff;
}

table.hrule tr.firstRowGroup td, table.hrule td.forceBorderTop {
	border-top: 1px solid #000;
	border-bottom: 0px solid #fff;
}

table.hrule tr.rowGroup td {
	border-top: 1px solid #ccc; 
	border-bottom: 0px solid #fff;
}

table.hrule tr.rowGroup td.grouped {
	border-top: 1px solid #fff;
}

table.hrule.botBorder {
	border-bottom: 1px solid #000;
}

table.hrule td.action, table.hrule th.action {
	width: 1%;
	white-space: nowrap;
}

.wrap {
	white-space: normal;
}

.noWrap {
	white-space: nowrap;
}

table.hrule td.action {
	vertical-align: middle;
}

/* Nabbed from the Mosaic template */
#ByuBar
{
	position: relative;
	height: 35px;
	width: 100%;

	background-image: url(/images/byu_bar_background.gif);
	background-repeat: repeat-x;
	background-color: #001e4c;
}

#ByuBar a
{
	display: inline;
	position: relative;
	height: 16px;
	padding-left: 69px;
	top: 9px;

	background-image: url(/images/byu.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	
	color: #8495A9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 4px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
}

#Search
{
	position: absolute;
	right: 5pt;
	top: 10px;
	
	color: #8495A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	white-space: nowrap;
}

#Search INPUT
{
	vertical-align: middle;
	margin-top: -3px;

	font-size: x-small;
}

#Search INPUT[type=submit]
{
	width: 26px;
	height: 19px;

	border: 0;

	background-image: url(/images/go.gif);
}
/* end Mosaic */

#content ul {
  padding-left: 1em;
  margin-left: 1em;
}

