/* ------------------------------------------------------------------------------------------------------------------------ */
/* GENERAL CSS START ------------------------------------------------------------------------------------------------------ */
	#orientationContent {
		width:750px;
		margin:0;
		margin-left:auto;
		margin-right:auto;
		padding:0;
		background-image:url('http://www.cccc.edu/admissions/orientation/images/background.jpg');
		background-position:right top;
		background-repeat:repeat-y;
		text-align:left;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* STRUCTURE -------------------------------------------------------------------------------------------------------------- */
	/* -LEFT- */
	#orientationLeft {
		float:left;
		width:197px;
		font-family:helvetica, 'Neue Helvetica', 'Helvetica Neue', arial, sans-serif;	
		background-color:#7cb2e0; /*9cb46c*/
	}
	#orientationLeft #mainLinks {
		list-style:none;
		padding:0;
		margin:0;
	}
	#orientationLeft #mainLinks a {
		text-decoration:none;
		color:#000;
	}
	#orientationLeft #mainLinks a:hover{
	}
	#orientationLeft #mainLinks li {
		background-color:#558dc8; /*d8edaa*/
		border-bottom:1px solid #002c49; /*999*/
		padding-top:2px;
		padding-bottom:2px;
		padding-left:10px;

		font-weight:bold;
	}
	#orientationLeft #mainLinks li:hover {
		background-color:#5995c9; /*9cb46c*/
	}
	#orientationLeft img {
		margin-top:10px;
		border:1px solid #002c49; /*333*/
	}





	#orientationLeft #mainLinks li.register {
		line-height:3em;
		background-color:#669900;
	}
	#orientationLeft #mainLinks li.cancel {
		line-height:3em;
		background-color:#cc0000;
	}

	#orientationLeft #mainLinks .register a {
		color:#ccff99;
	}
	#orientationLeft #mainLinks .cancel a {
		color:#ffcccc;
	}




	/* -RIGHT- */
	#orientationRight {
		float:left;
		width:552px;
		border-left:1px solid #002c49; /*#999*/
		margin-bottom:10px;
		background-color:#fff;
	}
	#orientationRight h1 {
		font-size:2.6em;
		text-align:right;
	
		margin:0;
		padding-top:7px;
		padding-bottom:7px;
	}
	#orientationRight p {
		margin:0;
		padding:0;
		padding-top:5px;
		padding-bottom:5px;
	}
	#orientationRight .copy {
		padding-left:15px;
		padding-right:15px;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* FAQs ------------------------------------------------------------------------------------------------------------------- */
	.faqs dt {
		font-weight:bold;
		padding-bottom:4px;
	}
	.faqs dd {
		margin-bottom:10px;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* DATE and TIME ---------------------------------------------------------------------------------------------------------- */
	#dateTime {
		width:500px;
		margin-left:auto;
		margin-right:auto;
		border-top:1px solid #999;
		border-left:1px solid #999;
	}
	#dateTime thead {
		font-weight:bold;
		background-color:#558dc8;
		color:#000;
	}
	#dateTime td {
		border-right:1px solid #999;
		border-bottom:1px solid #999;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------ */
	#registerForm table {
		margin-left:auto;
		margin-right:auto;
	}
	#registerForm td {
		padding-bottom:6px;
	}
	#registerForm .close td {
		padding-bottom:0;
	}
	.fieldName {
		text-align:right;
		padding-right:5px;
	}
	#errorText {
		color:#002c49;
		background-color:#96c4e7;
		border:1px solid #002c49;
		margin:0;
		padding:5px;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:20px;
	}


/* ------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------ */

