/* For developers:  For easy upgrades, put any custom styles here.  Then, when you upgrade the theme, simply overwrite the custom.css file with this one to put your changes back in */

.courses {color: #ffffff; font-size: 1.35em; font-weight: normal; line-height: 1; margin: 0 0 15px}

.courses_date {color: #000000; font-size: 1em; font-weight: normal; line-height: 1; margin: 0 0 15px}

.courses_detail_title {color: #000; font-size: 1.8em; font-weight: bold; line-height: 1; padding: 1px; margin: 10px;  }

.courses_outline_title{color: #fff; font-size: 1.0em; font-weight: bold; line-height: 1; padding: 1px; margin: 10px;  }

.Big_Text {font-size: 24px; font-style: normal; font-weight: normal; }

.Medium_Text {font-size: 18px; font-style: normal; font-weight: normal; }

h4 {color: #181818; font-size: 1.8em; font-weight: bold; line-height: 1; margin: 0 0 20px; important;}
/*Used for Details Rollover Buttons on Courses Page*/
a.rollover {
    display: block;
    width: 140px;
    height: 22px;
    text-decoration: none;
	margin-left:6px;
    background: url("http://www.thecgschool.com/wp-content/uploads/2009/10/b_details_0.gif");
    }
a.rollover:hover {
    background-position: -140px 0;
	margin-left:6px;
	background: url("http://www.thecgschool.com/wp-content/uploads/2009/10/b_details_1.gif");
	}
.displace {
    position: absolute;
    left: -5000px;
    }
/* End of Details Rollover Buttons */