/* CSS Document */
body {
	background-color: #F0EDD5; 
	margin:0; 
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
/* BRANDING */
#topbar {
	position: relative;
	height: 35px; 
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(images/byu_bar_background.gif);
}
#wordmark {
	vertical-align:middle;
}
#BYUBrandLink {
	 font-size: 80%;
	 color: #8495A9;
	 letter-spacing: 4px;
}
#masthead {
	background-image: url(images/department_bar_background_small.gif);
	background-repeat: repeat-x;
	position: relative;
}
#header{
	position: relative;
	height:75px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image:url(images/header.jpg);
}
#header img{
	padding-top: 6px;
	float: right;
	border: 0;
}

#navbar{
	position: relative;
	height: 24px;
	background-color: #8495A9;
	background-image: url(images/bcrumb.jpg);
	background-repeat: repeat-x; 
	vertical-align: middle;
	padding: 0px 7px 0px 7px;
}
#bcrumbs{
	color: #FFF;
	font-size: 95%;
	float: left;
	margin-top: 4px;
	color: #405679;
}
#bcrumbs a{
	text-decoration: none;
	color: #FFFFFF;
	background-image:url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
	margin-right: 3px;
}
#bcrumbs a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
#bcrumbs img{
	padding: 0 3px 0 3px;
}


#logout{
	float: right;
	font-size: 95%;
	color: #FFFFFF;
	margin-top: 4px;
}
#logout a{
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	color: #405679;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #405679;
}
#logout a:hover{
	text-decoration: underline;
}
#searchbar form{
	margin-top: 2px;
	float: right;
}
#searchbar form input.text{
	vertical-align: middle;
	border:1px solid #fff;
	background:#fff url(images/form.gif) repeat-x top left; 
	height: 13px;
	font-size: 10px;
}
#searchbar form label{
	vertical-align: middle;
	color: #DDD;
	font-size: 85%;
	margin-right: 3px;
}
#searchbar #go{
	vertical-align: middle;
	font-size: 8.5px;
	font-weight: bold;
	color:#333; 
	cursor:pointer; 
	height: 17px;
	width: 25px;
	border: 1px solid #CCC;
	background:#CCC url(images/login_submit.jpg) repeat-x top left;
}
#main {
	position: relative;
	margin: 17px 0 15px 0;
}

#leftnav{
	float: left;
	width: 135px;
	margin: 0 0 0 13px;	
	
}
#leftnav ul{
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display: block;
	width: 130px;
}

#leftnav ul li{
	background-image:url(images/link_back.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	text-align: center; 
	padding: 8px 0 0 0;
}
#leftnav ul li:hover{
	background-image: url(images/link_back2.gif);
	color: #FFFFFF;
}
#leftnav ul li:hover a{
	color: #FFFFFF;
}
#leftnav ul li.selected{
	height: 20px;
	width: 121px;
	margin: 2px 0 2px 4px;
	background-image: none;
	border: 1px solid #405679;
	padding-top: 3px;
	color: #405679;
}
#leftnav a{
	color: #405679;
	text-decoration: none;
	font-weight: bold;
}
#leftnav a:hover{
	color: #FFFFFF;
	c\olor: #405679;
}
#tabs{
	margin: 0px 20px 0px 170px;
	border-bottom: 1px solid #405679;
	padding-bottom: 2px;
}

#tabs ul{
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	display: inline;
	font-size: 85%;
	font-weight: bold;
}

#tabs ul li{
	margin-left: 0;
	padding: 2px 15px;
	border: 1px solid #8495A9;
	border-bottom: 0;
	background-color: #8495A9;
	list-style: none;
	display: inline;
	margin-right: 4px;
	color: #FFFFFF;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

#tabs ul li.selected{
	color: #405679;
	/* background-color: #F0EDD5;*/
	border: 1px solid #405679; 
	background-color: #FFFFFF; 
	border-bottom: 1px solid #FFFFFF;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}
#tabs a{
	color: #FFFFFF;
	text-decoration: none;
}
#tabs a:hover{
	text-decoration: underline;
}
#content{
	margin: 0 20px 0 170px;
	background-color: #FFFFFF;
	border: 1px solid #405679;
	border-top: 0;
	/*padding: 5px 15px 15px 15px;*/
}
.notabs{
	margin: 0 20px 0 170px;
	border: 1px solid #405679 !important;
	background-color: #FFFFFF;
}
.popup{
	margin: 10px 20px 0 20px !important;
	border: 1px solid #405679 !important;
	background-color: #FFFFFF;
}
#information{
	padding: 5px 15px 15px 15px;
}
/*GENERAL ELEMENTS*/

img {
	border:none;
}
a {
	color: #003c96;
	text-decoration: none;
}
#content h2 {
	font-size: 160%;
	margin: 0 0 0 0;
	padding: 25px 3px 7px 15px;
	color: #001E4C;
	background-image:url(images/h2back.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-bottom: 1px solid #8495A9;
}
h1, h3, h4, h5, strong {	
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 120%;
	color:  #405679;
	margin: 15px 0 -8px 0;
}
h4 {
	color: #405679;
	font-size: 110%;
}
#content p, #content ul, #content ol {
	font-size: 98%;
	line-height: 1.5em;
	padding-right: 1em;
}
#content ul{
	margin-top: 15px;
	list-style-image:url(images/bullet.gif);
}
#content ul.box{
	list-style-image:url(images/boxbullet.gif);
}
#content ul.boxopen{
	list-style-image:url(images/bulletbox2.gif);
}
#content ol ol {
	font-size: 100%;
	list-style-type: lower-alpha;
}
#content ol ol ol {
	list-style-type: lower-roman;
}
#content ol ol ol ol{
	list-style-type: lower-alpha;
}
#content li{
	margin-bottom: 10px;
}
#content a {
	color: #001E4C;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: underline;
}
#content a:visited{
	color: #8495A9;
	text-decoration: underline;
}

#content ul.formal{
	list-style-image:url(images/bullet.gif);
	padding-top: 6px; 
}
#content li.formal{
	margin-bottom: 10px;
}

table {
	width: 95%;
	border: none;
	margin-bottom: 20px;
	margin-top: 15px;
}
table caption {
	text-align: left;
	font-weight: bold;
	text-transform: none;
}
table thead th {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 2px 5px 2px;
	background-color: #8495A9;
}
table thead th span{
	color: #000;
	text-transform:lowercase;
	font-size: 60%;
	f\ont-size: 80%;
}
#content table span a:visited{
	color: #F0EDD5;
}
table td {
	padding: 3px 5px;
	font-size: 90%;
}
table tr.even {
	background-color: #F0EDD5;
}
table tr.total {
	height: 20px; 
	background-color: #999999;
	color: #000000;
	font-size: 14px;
}


table.border{
	width: 90%;
	border-collapse: collapse;
	line-height: 18px;
}
table.border th {
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0 5px 0;
	background-color: #8495A9;
}
table.border tr td{
	border-bottom: 1px solid  #8495A9;
	
}
table.border tr td.center{
	text-align: center;
}

.QA {
	border-top: 1px solid #8495A9;
	padding-bottom: 10px;
}

.QA h3 {
	margin-bottom: 10px;

}

#content form.login {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-top: 55px;
  padding-left: 5px;
  padding-right: 5px;
  width: 251px; 
  height: 126px;
  background: #FFF url(images/formback.gif) no-repeat;
  border: 0;
}
#content form.login fieldset{
	margin: 7px;
	border: 0px;
	display: block;  
	/*line-height:1.5em;*/
}
#content form.login label{
	clear:left;
	display: block;
	float:left;
	width:80px; 
	text-align:right; 
	padding-right:10px; 
	margin-bottom:0.5em;
	color: #FFF;
}
#content form.login input{
	border:1px solid #8495A9; 
	background:#fff url(images/input.gif) repeat-x top left;
	width: 120px;
	padding-left:0.2em; 
	margin-bottom:0.6em;
	
}
#content #submit{
	display: block;
	margin-top: 0.2em;
	margin-right: 6px;
	float: right;
	font-weight: 300;
	color:#333; 
	cursor:pointer; 
	width:70px;
	border: 1px solid #CCC;
	background:#CCC url(images/login_submit.jpg) repeat-x top left;
}

#content form.search {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  margin-left: 15px;
  margin-bottom: 10px;
  padding-top: 55px;
  padding-left: 15px;
  padding-right: 15px;
  width: 340px; 
  height: 85px;
  background: #FFF url(images/searchback.gif) no-repeat;
  border: 0;
}
#content #search{
	margin-left: 5px;
	font-weight: 300;
	color:#333; 
	cursor:pointer; 
	width:70px;
	border: 1px solid #CCC;
	background:#CCC url(images/login_submit.jpg) repeat-x top left;
}
#content form.search a{
	color: #FFFFFF;
}
#content form.search a:visited{
	color: #405679;
}
hr {
	border: 0;
 	color: #405679;
	background-color: #405679;
	height: 2px;
}
#thesisdata{
	margin: 0 20px 0 20px;
}

#col1{
	position: relative;
	text-align: center;
	
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
	width: 29%;
	padding: 0px 10px 0px 10px;
}
#col2{
	position: relative;
	text-align: center;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 29%;
	padding: 0px 10px 0px 10px;
}
#col3{
	position: relative;
	text-align: center;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 29%;
	padding: 0px 10px 0px 10px;
}
#clearer{
	clear: both;
}
p.note{
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px dashed #FFCC66;
	font-weight: bold;
	font-size: 14px;
	
}
p.editbar{
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #405679;
	text-align: center;
	width: 50%;
}
table.acctdata{
	margin: 0;
}
#addto {
	position: absolute;
	top: 10px;
	right: 5px;
	color: #fff;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: .25em;
	background: transparent url(http://mylibrary.lib.byu.edu/images/add_sm.gif) no-repeat left center;
	padding:0 10px 0 16px;
}
#information ul {
	list-style: none;
}

#information li label{
	padding-right: 2em;
	font-weight: bold;
}


.error, .notice, .success {
    border: 2px solid #DDDDDD;
    margin-bottom: 1em;
    padding: 0.8em;
}
.error {
    background: none repeat scroll 0 0 #FBE3E4;
    border-color: #FBC2C4;
    color: #8A1F11;
}
.notice {
    background: none repeat scroll 0 0 #FFF6BF;
    border-color: #FFD324;
    color: #514721;
}
.success {
    background: none repeat scroll 0 0 #E6EFC2;
    border-color: #C6D880;
    color: #264409;
}
.error a {
    color: #8A1F11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}
