﻿/*=STYLES for the CONTINUING EDUCATION web site=*/

@import url("/css/p7pmm/p7PMMv02-1.css");

body#ce-primetime .see-also-ce {
	display: none;
	}

#header {
	background-image: url(/images/grcc_sprite-02-18-09.gif);
	background-repeat: no-repeat;
	background-position: 0px -128px;
	width: 768px;
	height: 126px;
	margin: 0;
	padding:0;
	clear:both;
	text-align: left;
	}
	
	#header .titlebar-ce {
	background: url(/images/title_ce.gif) no-repeat left top;
	float: right;
	width: 322px;
	height: 50px;
	top: 24px;
	position: relative;
	border: 0;
	}

	#header .titlebar-ce p {
		text-indent: -9000px;
		border: 0;
		position: relative;
		margin:0;
		padding:0;
		}
	
	#header .titlebar-ce a, #header .titlebar-ce a:link, #header .titlebar-ce a:visited, #header .titlebar-ce a:hover, #header .titlebar-ce a:active {
		display: block;
		height: 50px;
		border: 0;
		text-decoration: none;
		}
		
.navbar { 
	width: 176px;
	background: url(/images/nav_bottom4.gif) no-repeat;
	background-position: bottom right;
	margin: 0 0 12px 0;
	padding:  0 0 18px 0;
	font-size: 12px;
	float: right;	
	}
	
#schedule-cvr, #schedule-cvr-primetime, #ENschedule-cvr {
        width: 140px;
        height: 182px;
        margin: 12px 0 12px 22px;
        padding: 0;
        background: url(/ce/images/schedules/CESchedule.jpg) no-repeat top 
left;
        font-size: 11px;
        clear: both;
        }
        	
#schedule-cvr-primetime {
	background: url(/ce/images/schedules/prime-time-cover.jpg) no-repeat top left;
	}
	
	#schedule-cvr a, #schedule-cvr a:link,
	#schedule-cvr-primetime a, #schedule-cvr-primetime a:link {
		width: 140px;
		display: block;
		margin: 0;
		padding-top: 186px;
		text-align: center;
		color: #ffffcc;
		text-decoration: none;
		}
		
	#schedule-cvr a:hover, #schedule-cvr-primetime a:hover {
		text-decoration: underline;
		}
		
		#ENschedule-cvr{
	background: url(/ce/images/schedules/ENschedule.jpg) no-repeat top left;
	}
	
	#schedule-cvr a, #schedule-cvr a:link,
	#ENschedule-cvr a, #ENschedule-cvr a:link {
		width: 140px;
		display: block;
		margin: 0px;
		padding-top: 186px;
		text-align: center;
		color: #ffffcc;
		text-decoration: none;
		}
		
	#schedule-cvr a:hover, #ENschedule-cvr a:hover {
		text-decoration: underline;
		}

		
.announce_on {
	width: 100%; 
	margin: 4px 0 12px 0; 
	padding: 0; 
	text-align: left; 
	border-bottom: 6px solid #1db749; 
	background: #fff6bf; 
	color: #333;
	}
	
.announce_off {
	display: none;
	}
