﻿/* CSS for Hyperion, search */


html { overflow: -moz-scrollbars-vertical; } /* firefox scroll bar fix*/


body {
background: #fff;
font-family:Arial, Helvetica, Sans-Serif;
}
a:link {
color: #000;
}
a:visited {
color: #000;
}
a:hover, a:focus {
color: #000;
}
a:active {
color: #000;
}

a img {
border: 0;
}



/* Title Bars */
#greyblue_title {
background: transparent;
position:relative;
font-weight:bold;
color: #000;
padding: 2px 0 5px 10px;
margin: 5px 0 10px 0;
font-size: 115%;
border-bottom: 2px solid #000;
}

a.printbutton {
display: none;
}

table.CourseDetailTable {
margin: 0 10px 10px 10px;
background: #fff;
border: 1px solid #333;
width: 99%;
}
table.CourseDetailTable td {
padding: 5px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
table.CourseDetailTable th {
border-bottom: 1px solid #666;
padding: 5px;
font-size: 125%;
text-align: left;
}
table.CourseDetailTable td.LeftCol {
background: #f5f5f5;
}
table.CourseDetailTable td.RightCol {
border-right: 1px solid #333;
background: #f5f5f5;
}
table.CourseDetailTable td.RightColAlt {
border-right: 1px solid #333;
}
table.CourseDetailTable td.Footer {
display: none;
}
