/* IMPORT GLOBAL SCREEN STYLES */
@import url('https://secure.fsec.ucf.edu/templates_styles/softslate/FSEC_760w_Global_Screen.css');

/* BEGIN DIVISION SPECIFIC SCREEN STYLES */
#FSECHeader {
	height: 154px;
	width: 760px;
	background-image: url(https://secure.fsec.ucf.edu/templates_images/softslate/Header_760x154.jpg);
	background-repeat: no-repeat;
}
#JobList {
	border: 1px dashed #CCCCCC;
	margin-left: 6px;
	margin-top: 12px;
	background: #CCFFCC;
}
#JobList h1 {
	font-size: 12px;
	text-transform: capitalize;
	text-align: center;
	color: #666666;
	margin-bottom: 4px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#Calendar {
	border: 1px solid #CCCCCC;
	margin-left: 6px;
	margin-top: 26px;
	background-image: url(https://secure.fsec.ucf.edu/en/images/CalendarBKG_2x200.jpg);
	background-repeat: repeat-x;
}
#Calendar h1 {
	font-size: 12px;
	text-transform: capitalize;
	text-align: center;
	color: #666666;
	margin-bottom: 10px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	padding-top: 4px;
}
#Calendar th {
	font-size: 10px;
	color: #666666;
	text-align: left;
}
#Calendar table {
	margin-bottom: 4px;
}

#Calendar td {
	font-size: 10px;
}
#Body #FSECInContent {
	width: 740px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}