@charset "UTF-8";
/*
Custom local styles...
*/
#schedule {
border: 1px solid #ccc;
border-collapse: collapse;
}
#schedule th {
background: #333;
color: #fff;
}
#schedule td { border: 1px solid #ccc; }
ul#homeBtns li {
background: #eee url(http://www.reed.edu/global_assets/images/gradient/v.50px.fff-eee.gif) repeat-x;
border: 1px solid #ccc;
border-radius: 15px;
margin-bottom: 1px;
}
ul#homeBtns {
list-style: none;
padding: 0;
}
ul#homeBtns li {
background: #eee url(http://www.reed.edu/global_assets/images/gradient/v.50px.fff-eee.gif) repeat-x;
border: 1px solid #ccc;
border-radius: 15px;
margin-bottom: 1px;
}
ul#homeBtns li a {
display: block;
border-radius: 15px;
padding: 15px 0 15px 40px;
}
ul#homeBtns li.btnSchedule a {background: url(http://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/time.png) 15px 50% no-repeat;}
ul#homeBtns li.btnTravel a {background: url(http://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/building.png) 15px 50% no-repeat;}
ul#homeBtns li.btnMaps a {background: url(http://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/map.png) 15px 50% no-repeat;}
ul#homeBtns li a:hover {background-color: #fff; text-decoration: none;}