/* For the Catalog Homepage
 */
#catalog_searchbox {
    width:350px;
    float: right;
    text-align: left;
}

/* For comments in development
 */
.catalog_dev {
    background-color:#F00;
    color:#FFF;
    font-size: 1.4em;
    font-weight: bold;
}

/* Catalog Program Page
 */

#catalog_program_list {
	width: 768px;
}

#catalog_program_list tr * {
	margin: 1em 0;
	border-bottom-color: white;
}

#catalog_program_list tr.heading * {
}


#catalog_program_list th {
	vertical-align: bottom;
/*	color: #fff;
	background-color:  #000;*/
    font-weight: normal;
    text-align: left;
    padding:  0.5rem;
}
#catalog_program_list th.letter {
    font-size: 4em;
	font-weight: lighter;
    vertical-align: top;
    text-align: center;
	line-height: 1.3;
	background-color: #eee;
	color:  #666;
}
#catalog_program_list th.school {
    padding-top: 1em !important;
    font-size: 1.8em;
    font-variant: small-caps;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    line-height: 1.25;
}
#catalog_program_list th.dept {
    font-weight: bold;
    background-color: #000;
    color: #fff;
}
#catalog_program_list td {
	vertical-align: top;
	padding:  0.5rem;
}

#catalog_program_list p {
	margin: 0;
	padding: 0;
	padding-top: 0.2em;
}

#catalog_program_list .ug, #catalog_program_list .gr {
	width: 50% !important;
}

#catalog_program_list th.ug, #catalog_program_list th.gr {
	color: black;
	background-color: white;
	font-weight: bold;
	border-bottom-style: none;
	border-bottom-color: white;
}

h1 #program_nav {
  font-size: 60% !important;
}

div.error {
	color:red;
}
/* Program Page */


/*
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; }
.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0);}
.modal-backdrop, .modal-backdrop.fade.in { opacity: 0.6; filter: alpha(opacity=60); }
.modal { position: fixed; top: 50%; left: 50%; z-index: 1050; overflow: auto; width: 670px; margin: -260px 0 0 -335px;
	background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box;
	background-clip: padding-box; padding: 0px;}
.modal.fade { -webkit-transition: opacity .3s linear, top .3s ease-out; -moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out; transition: opacity .3s linear, top .3s ease-out; top: -25%; }
.modal.fade.in { top: 50%; }
.modal.hide { display: none; }
.close { background: none repeat scroll 0 0 transparent; border: 0 none; cursor: pointer; position: absolute;
	padding: 0; color: #000000; font-size: 20px; font-weight: bold; line-height: 20px; opacity: 0.2;
	filter: alpha(opacity=20); text-shadow: 0 1px 0 #FFFFFF; top:5px; right: 5px; width: 20px; height: 20px;}
.close:hover { opacity: 0.4; filter: alpha(opacity=40); }
.modal-body { max-height: 400px; margin: 20px; color: #000000; font: 14px Arial,Helvetica,sans-serif; }
.modal-body > p{ margin: 0px;}
.fade { opacity: 0; filter: alpha(opacity=00); -webkit-transition: opacity 0.15s linear; 
	-moz-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; s
	transition: opacity 0.15s linear; }
.fade.in { opacity: 1; filter: alpha(opacity=100); }

nav.sidebar ._indent, nav.sidebar ._email {
	margin-left: 1rem;
	display: inline-block;
}

nav.sidebar ._nav_label {
	font-variant: small-caps;
	font-family: Raleway, sans-serif;
	display: inline-block;
	margin-top: 0.5rem;
	color: #dccfb2;
}

nav.sidebar ._email {
/*	font-size: smaller;*/
}

nav.sidebar h3 {
	font-size: 1.2rem;
}

nav.sidebar h4 {
	font-size: 0.95rem;
}

nav.sidebar li {
	border-bottom-width: 1px !important;
	border-top-width: 1px;
}

nav ul.link-list li:last-child

nav.sidebar li a
 {
	margin: 0;
	padding-top: 0.2rem;
	padding-bottom: 0.2px;
}

.bg-blue.callout a:hover {
	color: #dccfb2;
	text-decoration: none;
}
