/***********************************************/
/* Department of Theatre                       */
/* Course List Styles                          */
/*											   */
/* Developed By: Michael L. Brown, CPA         */
/* Last Updated: 12/12/05                      */
/***********************************************/


/***********************************************/
/* Color Definitions                           */
/*                                             */
/* FAU Blue:  002d62                           */
/* FAU Red:   c10435                           */
/* FAU Gray:  c3c8cd                           */
/***********************************************/


/***********************************************/
/* NOTE: precede each id with div to avoid bug */
/*       in IE for Windows                     */
/***********************************************/

div#crs_content {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	line-height: 1.5em; 
	font-style: normal;
	float: left;
	background: url(/theatre/images/bg_808080.jpg) repeat-y 375px 0;
}

div#crs_left {
	width: 375px;
	clear: both;
	float: left;
	background-color: #CCC;
}

div#crs_right {
	width: 374px;
	clear: top;
	float: right;
	background-color: #EEE;
}

div#crs_prefooter {
	clear: both;
	width: 750;
	border-top: 1px solid gray;
	font-size: 12px;
	line-height: 1.5em; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
}

div#crs_left div,
div#crs_right div {
	padding: 12px 12px 12px 12px;
}


/***********************************************/
/* UL styles                                   */
/***********************************************/

div#crs_left ul,
div#crs_right ul {
	margin: 0px;
	padding: 0px;
}

div#crs_left ul.crs,
div#crs_right ul.crs {
	font-size: 11px;
	line-height: 1.5em; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	float: left;
	padding: 12px 0px 0px 0px;
}


/***********************************************/
/* LI styles                                   */
/*                                             */
/* relative positioning will permit list items */
/* to be horizontal                            */
/***********************************************/

div#crs_left ul li,
div#crs_right ul li {
	position: relative;
	list-style: none;
	float: left;
	vertical-align: middle;
}

div#crs_left li.crs_name,
div#crs_right li.crs_name {
	width: 225px;
}

div#crs_left li.crs_number,
div#crs_right li.crs_number {
	width: 125px;
	text-align: right;
}

div#crs_left li.crs_name_alt,
div#crs_right li.crs_name_alt {
	width: 150px;
}

div#crs_left li.crs_number_alt,
div#crs_right li.crs_number_alt {
	width: 200px;
	text-align: right;
}

div#crs_left li.crs_text,
div#crs_right li.crs_text {
	width: 350px;
	font-size: 11px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	vertical-align: middle;
}


/***********************************************/
/* header styles                               */
/***********************************************/
	
.crs_h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	padding: 0px 0px 0px 0px;
}

.crs_h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}


/***********************************************/
/* link styles                                 */
/***********************************************/

div#crs_prefooter a:link {
	color: #003366;
	text-decoration: underline;
}

div#crs_prefooter a:visited {
	text-decoration: underline;
	color: #003366;
}

div#crs_prefooter a:hover {
	text-decoration: underline;
	color: #999999;
}

div#crs_prefooter a:active {
	text-decoration: underline;
	color: #003366;
}

