  @charset "utf-8";
/* CSS Document */


.clear { clear:both; }

table.deans_table {
   width: 100%;
}
table.deans_table tbody  {
   width: 100%;
}

table.deans_table tbody tr th {
   width: 100%;
}

p.sort_by { float:left; font-weight:bolder; padding-right:10px; }
ol.deansort {
   margin: 0;
   padding: 0;
   text-align:center;
   list-style:none;
   list-style-type: none;
   height:30px;
}

.deansort li {
   float:left;
   height:30px;
   padding:10px;
   display:inline !important;
   background-color: #ddd;
}

.deansort li a {
   text-decoration: none;
   display:block;
   background-color: transparent;
   color: #222;
   width: 130px;
}

.deansort li a:hover {
   color: #C10909;
   text-decoration:none;
}

.selected { color:#C10909 !important; text-decoration: none !important; font-weight:700; }

table.faculty_profiles {
   width:100%;

}
table.faculty_profiles tbody tr th {
   width:100%;
}

ul.faculty_profiles, ul.generic_list {
   border-bottom-color: -moz-use-text-color;
   border-bottom-style: none;
   border-bottom-width: 0;
   list-style-image: none;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
   vertical-align:baseline;
}
ul.faculty_profiles li, ul.generic_list li {
   border-bottom-color: #ECECEC;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   font-style: normal;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
}
ul.faculty_profiles li.odd, ul.generic_list li.odd {
   background-color: #FAFAFA;
}
ul.faculty_profiles p, ul.generic_list p {
   float: left;
   display:block;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
}
ul.faculty_profiles p a, ul.generic_list p a {
}
.faculty_profiles .name, ul.generic_list .title {
   color: #B72226;
   font-weight: bold;
}

ul.faculty_profiles li img {
   float: right;
   display:block;
   margin-bottom: 5px;
   margin-left: 10px;
   margin-right: 0;
   margin-top: 0;
}

ol.alphabet {
   list-style: none;
   list-style-type: none;
}

ol.alphabet li {
   float: left;
   list-style: none;
   list-style-type: none;
}

ol.alphabet li a {
   padding: 3px;
}

ol.alphabet li a:hover {
   background-color: #eecccc;
}

ol.alphabet li a.selected {
   background-color: #e0e0e0;
}

#filterLinks { border-top: 1px solid #222; border-bottom: 1px solid #222; padding-bottom:5px; }
#filterLinks span { float:left;padding-right: 20px; }

a.faculty {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8102e;
	color: #333333;
	position: relative;
}


