﻿/*=STYLES for the COLLEGE TRANSFER CENTER web site=*/

@import url("/css/p7pmm/p7PMMv02-1.css");

#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-transfer {
	background: url(/images/title_transfer_center.gif) no-repeat left top;
	float: right;
	width: 339px;
	height: 50px;
	top: 24px;
	position: relative;
	border: 0;
	}

	#header .titlebar-transfer p {
		text-indent: -9000px;
		border: 0;
		position: relative;
		margin:0;
		padding:0;
		}
	
	#header .titlebar-transfer a, #header .titlebar-transfer a:link, #header .titlebar-transfer a:visited, #header .titlebar-transfer a:hover, #header .titlebar-transfer 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 {
	width: 140px;
	height: 176px;
	margin: 12px 0 12px 22px;
	padding: 0;
	background: url(/ce/images/schedules/ce-schedule.jpg) no-repeat top left;
	font-size: 11px;
	clear: both;
	}
	
	#schedule-cvr a, #schedule-cvr a:link {
		width: 140px;
		/*height: 176px;*/
		display: block;
		margin: 0;
		padding-top: 180px;
		text-align: center;
		color: #ffffcc;
		text-decoration: none;
		}
		
	#schedule-cvr a:hover {
		text-decoration: underline;
		}
		
/*========================================
	BREAD CRUMBS
=========================================*/

body#transfer-home .section_crumbs,            /* This hides the bread crumb string by default */
body#transfer-deadlines .section_crumbs,
body#transfer-openhouses .section_crumbs,
body#transfer-connect .section_crumbs,
body#transfer-foreign-language-req .section_crumbs,
body#transfer-step1 .section_crumbs,
body#transfer-step2 .section_crumbs,
body#transfer-step3 .section_crumbs,
body#transfer-fairs .section_crumbs,
body#transfer-gazette .section_crumbs,
body#transfer-workshops .section_crumbs,
body#transfer-univ-reps .section_crumbs {           
	display: none;
	}
	
body#transfer-home .transfer_crumb1,                /* This shows only a certain bread crumb based on the page ID */
body#transfer-deadlines .transfer_crumb2,
body#transfer-openhouses .transfer_crumb3,
body#transfer-connect .transfer_crumb4,
body#transfer-foreign-language-req .transfer_crumb5,
body#transfer-step1 .transfer_crumb6-1,
body#transfer-step2 .transfer_crumb6-2,
body#transfer-step3 .transfer_crumb6-1,
body#transfer-fairs .transfer_crumb7,
body#transfer-gazette .transfer_crumb8,
body#transfer-workshops .transfer_crumb9,
body#transfer-univ-reps .transfer_crumb10 {
	display: block;
	}
	
/*========================================
	IMAGE STYLES
=========================================*/
	
.border_4 {
	margin: 0;
	padding: 4px;
	border: 1px solid #ccc;
	}

.border_6 {
	padding: 6px;
	border: 1px solid #ccc;
	}	
	
.right-image, div.right {
	margin: 4px 0 12px 16px;
	float: right;
	width: auto;
	height: auto;
	}
	
.left-image, div.left {
	margin: 4px 16px 12px 0;
	float: left;
	width: auto;
	height: auto;
	}
	
.right-image em, .left-image em {
		font-size: 11px;
		color: #666;
		margin: 0;
		padding: 0;
		}
