@charset "utf-8";
/* CSS Document */

/* ***************************************

Note: cs_template_for_app_styles_is_only_screen.css contains styles that are only brought into play for IE8+.

Note: inc_jquery_scripts.js includes code that updates some of the more problematic styles after the page is rendered...so if something seems odd, check there as well.

***************************************** */
body.popUpApp {
	margin: 0;
	padding: 25px;
	font: 100% Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
h2, h2 a:link, h2 a:visited {
	color: rgb(37, 57, 82) !important;
	text-decoration: none !important;
}
h2 a:hover, h2 a:active {
	color: black !important;
	text-decoration: none !important;
}

.popUpApp th {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.popUpApp p, p, .popUpApp td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover, a:active {
	color: #7596E5;
	text-decoration: underline;
}
#block-kent-state-blocks-group-header a {
	color: #FFF;
	text-decoration: none !important;
	cursor: pointer;
}
#block-kent-state-blocks-group-header a:hover, #block-kent-state-blocks-group-header a:active {
	color: #007BA0;
	outline: 0px none;
	text-decoration: none !important;
	transition: color 0.2s ease-out 0s, border 0.2s ease-out 0s;
}



/* SCHEDULER STYLES */

/*table#schedulerEventCalendarTable, #schedulerEventCalendarTable  {*/
table#schedulerEventCalendarTable {
	border-collapse: collapse;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 0 !important;
	padding: 0 !important;
}

#schedulerEventCalendarTable {
	margin-left: 0 !important;
	border-collapse: collapse;
	border-left: 1px solid #000000;
}
#schedulerEventCalendarTable2 {
	margin-left: 0 !important;
	border-collapse: collapse;
	border-left: 1px solid #000000;
}
/*
#schedulerEventCalendarTable th {
	padding: 4px 8px !important;
	text-align: left;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
*/
#schedulerEventCalendarTable td {
	vertical-align: top;
	text-align: left;
}
/*
#schedulerEventCalendarTable2 th {
	padding: 4px 8px !important;
	text-align: left;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
*/
#schedulerEventCalendarTable2 td {
	vertical-align: top;
	text-align: left;
}
#schedulerEventCalendarTable td.rightAlign, #schedulerEventCalendarTable2 td.rightAlign {
	text-align: right;
}
#schedulerEventCalendarTable th.rightBorder, #schedulerEventCalendarTable2 th.rightBorder {
	border-right: 1px solid #999999;
}
#schedulerEventCalendarTable td.rightBorder, #schedulerEventCalendarTable2 td.rightBorder {
	border-right: 1px solid #CCCCCC;
}


#theMonthNav {
	width: 40% !important;
	display: block;
	float: left;
}
th.monthName {
	text-align: center !important;
	background: #E8E8E8 !important;
	padding: 4px 0 !important;
	border-top: 1px solid #000000 !important;
}
th.dayName {
	text-align: center !important;
	background: #D2D2D2;
	font-size: 10px;
	padding: 2px 0 !important;
}
.leftArrow {
	float: left;
	text-align: right;
}
.rightArrow {
	float: right;
	text-align: left;
}
a.calNavArrow {
	text-decoration: none !important;
	width: 30%;
	display: block;
	font-size: 16px;
}

.day {
	vertical-align: top;
	border-right: 1px solid black !important;
	width: 14% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.otherMonth {
	background: #EFF3FA;
}

.dateBanner {
	background: #DDE4F4;
	margin: 0 !important;
	padding: 3px 5px !important;
	font-size: 12px;
	border-bottom: 1px solid silver;
}

.dateNum {
	font-size: 10px;
	width: 15px;
	height: 10px;
	display: block;
	text-align: right;
	margin: 0 0 0 -4px !important;
	padding: 2px 0 4px 0 !important; 
	background: none !important;
	border: 0 !important;
}
a.dateNum:link, a.dateNum:visited {
	color: #4670B5;
	display: block;
	text-decoration: none;
}
a.dateNum:hover, a.dateNum:active {
	color: #4670B5;
	background: #D2F0FF;
	display: block;
	text-decoration: underline;
}
.markToday {
	background: #FFFBDF;
}
.hoursCell {
	font-size: 10px !important;
	margin: 0 !important;
	padding: 0;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	text-align: left !important;
}
p.dailyEvent {
	border-bottom: 1px solid silver;
	margin: 0px !important;
	padding: 10px 0 !important;
}
.dailyEvent span, .dailyEvent a {
	margin-left: 10px !important;
}
#main table td p {
	margin: 0;
	padding: 10px 0 0 10px;
}
.rowOdd {
	background-color: #EFF2FA;
}
.eventType {
	font-size: 10px;
	color: #727272;
	display: block;
	text-decoration: none !important;
}
a.eventLink:hover, a.eventLink:active {
	text-decoration: none !important;
}
a.eventLink:hover .eventType, a.eventLink:active .eventType {
	color: #000000;
	text-decoration: none !important;
}
.sessionTime {
	font-size: 11px;
	color: #727272;
	text-decoration: none !important;
}
a.eventLink:hover .sessionTime, a.eventLink:active .sessionTime {
	color: black !important;
	text-decoration: none !important;
}
.eventTitle {
	font-size: 12px;
	text-decoration: none !important;
	display: block;
	color: #000000 !important;
}
a.eventLink:hover .eventTitle, a.eventLink:active .eventTitle {
	text-decoration: none !important;
	color: black !important;
}

a:hover .alreadyRegistered, a:active .alreadyRegistered {
	text-decoration: none;
	color: red !important;
}
.alreadyRegistered {
	color: red !important;
}

a:hover .blocked, a:active .blocked {
	text-decoration: none;
	color: #CC0000 !important;
}
.blocked {
	color: #CC0000 !important;
}

a:hover .eventFull, a:active .eventFull {
	text-decoration: none;
	color: gray !important;
}
.eventFull {
	color: gray !important;
}
.dontDisplay {
	display: none !important;
}
.ttEventType {
	font-size: 10px;
	margin-bottom: 3px;
}
.ttEventTitle {
	font-weight: bold;
	display: block;
	border-bottom: 1px solid gray;
	margin-bottom: 4px;
}

.bd {
	background: #FFF0C1 !important;
	border: 3px solid #666666 !important;
	padding: 5px 10px !important;
	text-align: left !important;
}

.signUp {
	font-size: 10px;
}
a:link .signUp, a:visited .signUp {
}
a:hover .signUp, a:active .signUp {
}
p#limitTypePicker {
	font-size: 12px !important;
}
p#limitTypePicker a:link, p#limitTypePicker a:visited {
	color: #0033cc !important;
}
p#limitTypePicker a:hover, p#limitTypePicker a:active {
	color: #7596e5 !important;
}
p#limitTypePicker #thisLimitPick {
	color: black !important;
}

.Sun {
	border-left: none !important;
}
td.rangesEmpty {
	border-left: 1px solid white !important;
}
.rangesEmptyPulldown {
	padding-bottom: 4px; 
}
.displayRangesEmpty {
	border: none;
}
.displayRanges {
	background-color: #E1E6EC;
	text-align: center !important;
	font-size: small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A0AEC2;
	border-right-color: #A0AEC2;
	border-left-color: #A0AEC2;
	vertical-align: middle !important;
}
.selected {
	background-color: #C4CDD9;
}
.selected a {
	color: #000000 !important;
	text-decoration: none !important;
}


.groupStudyRoomsTable {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse: collapse;
}
.groupStudyRoomsTable th {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse: collapse;
	font-size: small;
	text-align: center !important;
	background-color: #CEDBF0;
}
.groupStudyRoomsTable td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse: collapse;
	padding: 2px !important;
}
td.timeOfDay {
	padding: 3px 4px !important;
	font-size: smaller !important;
}
.groupStudyRoomsTable p {
	margin: 2px !important;
}

p.notFirstEvent {
	border-top: 1px solid silver;
	margin-top: 6px !important;
	padding-top: 6px !important;
}


/*
.regTimer {
	width: 200px;
	float: right;
	margin-top: 15px;
	margin-left: 10px;
}
*/
#eventSignUpForm {
	margin-bottom: 20px;
}
#eventSignUpForm th {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	width: 200px;
}
#eventSignUpForm td {
	padding: 4px;
}
#bottomOfFormCounter {
	text-align: left;
	padding: 0 !important;
	margin: 10px 0;
}
#bottomOfFormCounter p {
	margin: 0 0 0 -10px !important;
	padding: 0 !important;
}





.genericLayoutTable {
}
.genericLayoutTable td {
}

td#leftCol {
	vertical-align: top !important;
	width: 150px;
	padding: 0 !important;
}

#leftColNav {
	background-color: #FFFFFF;
	border: 3px solid #E4E4E4;
	padding: 12px 0;
	-moz-border-radius: 20px;
	border-radius: 20px;
	list-style: none;
}

#leftColNav li {
	font-size: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftColNav li:hover, #leftColNav li:active {
	background: #F5F5F5;
}
#leftColNav a {
	display: block;
	padding: 12px 8px;
}
#leftColNav a:hover, #leftColNav a:active {
	text-decoration: none;
}




td#mainCol {
	vertical-align: top !important;
}
#mainCol h1 {
	margin: 0 15px 15px;
}
#mainCol p {
	margin: 15px;
}
#mainCol ul, #mainCol ol {
	margin-bottom: 20px;
}
#mainCol li {
	margin: 0 10px 15px 10px;
}
.roundedCornersForTable {
	margin: 5px 15px;
	background-color: #FFFFFF;
	border: 3px solid #CCC;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 14px 0px;
}
.tableStyleOne {
	margin: 25px 15px;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	border-collapse: collapse;
	/*
	-moz-border-radius: 20px;
	border-radius: 20px;
	*/
}
.tableStyleOneNoCurves {
	width: 100% !important;
}
.tableStyleOneNoCurves th {
	text-align: left;
}
.tableStyleOne td {
	vertical-align: top !important;
	padding: 8px 6px !important;
	margin: 0;
}
.tableStyleOneNoCurves td {
	vertical-align: top !important;
	padding: 10px 8px;
	margin: 0;
}
.noRoundedCorners {
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.appCloser {
	background: url(http://apps.library.kent.edu/resources/graphics/x.png) no-repeat right;
	width:200px;
	height:29px;
	display:inline;
	z-index:9900;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	font-size: 10px;
	font-variant: normal;
	color: #000;
	vertical-align: middle;
	text-transform: uppercase;
	padding-top: 14px;
	text-align: right;
	padding-right: 30px;
}

.appCloser .hover {
	z-index: 9999;
	display: block;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #FFF;
	}
/*
.appCloser:hover, .appCloser:active {
	background: url(http://apps.library.kent.edu/resources/graphics/x.png) no-repeat right;
	color: #999;
}
*/

.selectedNewMaterialsNav, .selectedSerialsNav {
	background: #E4E4E4;
}


span.navPipe {
	margin: 0 6px;
}

#loggedInStatus {
	margin: 0 0 10px 0;
	padding: 0;
}
#loggedInStatus p {
	margin: 0;
	padding: 0;
}
.attention {
	color: #CC0000;
}

#timesUp {
	z-index: 9999;
	display:none;
	position:fixed;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 0 0;
	width:200px;
	height:50px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border: 4px solid #FFF;
	background: #000;
	-moz-box-shadow:    0 0 3px 5px #999;
	-webkit-box-shadow: 0 0 3px 5px #999;
	box-shadow:         0 0 3px 5px #999;
}

#registrationScrollContainer {
	overflow: auto !important;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
	top: -30px;
}


/* ******************************** */
/*  PRE-ILS / SELECTION MANAGER     */
/*
#pils p {
	padding: 15px 0 15px 15px !important;
}
*/

/*
.pilsScrollableContent {
	overflow: auto !important;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
	top: -30px;
}
*/
#pils {
}
#pils h1 {
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
}

#pils h2 {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	font-size: 18px !important;
}

#pils h3 {
	margin: 5px 0 10px 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-style: italic !important;
}
#pils p {
	margin: 12px 0 !important;
	padding: 0 !important;
}
#detailsInterface h3 {
	padding: 3px 20px !important;
}
#detailsInterface p {
	padding: 3px 20px !important;
}
.loginLogout {
	height: 36px;
	margin: 0 !important;
	padding: 0 !important;
}
#addButton {
	margin: 2px !important;
}
#addButton form {
	margin: 2px !important;
}
#addButton p {
	padding-bottom: 8px !important;
	margin: 2px !important;
}
#tabs {
	position: relative;
	left: 10px;
}
#tabs ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs li {
	list-style: none;
	display: inline;
	margin: 0 !important;
	padding: 10px !important;
	width: 120px;
	list-style-type: none !important;
	display: inline !important;
	float: left !important;
	text-align: center;
	vertical-align: middle !important;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	font-size: 13px !important;
	min-height: 70px;
}
.tabContent {
	width: 920px;
	display: block;
	clear: both;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	position: relative;
	left: 10px;
	border: 1px solid #aaaaaa;
	/*
	-moz-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	*/
}
.tabContent p {
	margin: 6px 6px 6px 25px !important;
}
/*
#pilsFooter {
	margin: 0;
	padding: 3px 10px;
	background: #EAEAEA;
	display: block;
	border-top: 1px solid #CCC;
	height: 20px;
}
*/
.requestDisplayDetailsTable {
	width: 920px;
}

.requestDisplayDetailsTable th {
	width: 200px;
	font-weight: bold;
}

#pilsFooter {
	margin: 10px 10px 0;
	padding: 3px 10px;
	background: #EAEAEA;
	display: block;
	border: 1px solid #CCC;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 30px;
	width: 900px;
	position: relative;
	bottom: 0px;
}
#pilsFooter p {
	margin: 2px;
	font-size: 12px;
}
.firstTab {
	-moz-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
}
.lastTab {
	-moz-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	border-right: 1px solid #aaaaaa;
}
#mainEditForm {	
	border: 1px solid #aaaaaa;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left: 20px;
}
#mainEditForm input {
	margin-bottom: 5px;
}
.plainTable {
	margin: 0 !important;
	padding: 0 !important;
}
.formTable {
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #aaaaaa;
	/*width: 75%;*/
}
.formTable th {
	padding: 10px 12px 6px;
	vertical-align: top;
	text-align: left;
}
.formTable td {
	padding: 6px 12px;
	vertical-align: top;
}
.formTable .formFieldRow {
	vertical-align: middle;
	height: 25px !important;
	display: block;
	margin-bottom: 4px;
}
.formTable .formFieldButton {
	position: relative;
	top: 8px;
}
.copyFrom {
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #aaaaaa;
}
.formTableNoBorder {
	/*margin: 10px 0 0 10px;*/
	margin-left: 0 !important;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	/*width: 75%;*/
}
.formTableNoBorder th {
	padding: 10px 12px 6px;
	vertical-align: top;
	text-align: left;
}
.formTableNoBorder td {
	padding: 6px 12px;
	vertical-align: top;
}
.formTableNoBorder .formFieldRow {
	vertical-align: middle;
	height: 25px !important;
	display: block;
	margin-bottom: 4px;
}
.formTableNoBorder .formFieldButton {
	position: relative;
	top: 8px;
}
.required, .rowEvenRequired, .rowOddRequired {
	color: #CC0000;
}
.rowOdd {
	background: #F4F8FB !important;
}
.rowEven {
	background: #DEEBF7 !important;
}
.deemphasize{
	font-size: 12px !important;
	font-weight: normal !important;
}
.emphasize {
	color: #CC0000 !important;
	font-weight: bold !important;
}
.pilsSearchResultsTable th {
	border-bottom: 1px solid gray;
}
.pilsSearchResultsTable th, .pilsSearchResultsTable td {
	vertical-align: top;
	font-size: 12px;
	padding: 4px 6px;
}
.pilsResultsReqNumCol {
	width: 40px;
}

.rowHover {
	background: #FFE9BB;
}

/* ****************** Reserves Requests ******************** */

.RequestButtonTable {
	margin: 5px 15px 15px;
	border-collapse: collapse;
}
.reservesRequestCourseList th {
	padding: 10px 6px;
	text-align: left;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	vertical-align: top;
}
th.preSessionSpacer {
	padding: 15px;
}
.reservesRequestCourseList th.semesterLabel {
	padding: 4px 6px;
	border-top: 2px solid silver;
	background: #EFEFEF;
}
.reservesRequestCourseList th.courseInfoLabel {
	padding: 4px 6px;
	background: #F3F3F3;
	vertical-align: bottom
}
.reservesRequestCourseList th.RequestSessionLabel {
	background: #E4E4E4;
}
.reservesRequestCourseList td {
	padding: 6px 6px;
	text-align: left;
	vertical-align: top;
}
.courseDetailsRow td {
	border-bottom: 1px solid silver;
}
td.reservesRequestListFooter {
	padding: 15px 6px 0;
	border-top: 1px solid silver;
}
.notProcessedAlert {
	color: #C00;
}
.notSubmittedAlert {
	color: #C00;
}
.testing {
	color: silver;
}

#library-askus {
	display: block !important;
	margin-left: -785px !important;
}

.pilsSearchResultsLetterTable {
	width: 100%;
}
.pilsSearchResultsTypeTable {
	width: 100%;
}


	.mw { color:#000000;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none; }
	a.mw:link	{color:#000000;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none;}
	a.mw:visited	{color:#000000;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none;}
	a.mw:hover	{color:#0000FF;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none;}
	
	
	
	/* Calendars */
.calendarContainer {
	margin: 0 0 15px;
	padding: 0;
	position: relative;
}
.odd {
	background: #EEEEEE;
}
.calendarDetails {
	font-style: italic;
}

.calendarDisplay {
	width: 540px !important;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font: Verdana, Arial, Helvetica, sans-serif;
}
table.calendarDisplay {
	width: 540px !important;
}
.calendarDisplay .calendarMonth, .calendarMonth {
	width: 540px !important;
	color: #FFFFFF;
	background: #2B5580;
	text-align: left;
	margin: 0;
	padding: 4px 10px 4px 4px;
	border: 1px solid #333333;
	height: 30px;
	vertical-align: bottom;
	font: bold Verdana, Arial, Helvetica, sans-serif;
}
table.calendarMonth td {
	vertical-align: top;
}
.calendarDisplay .calendarDaysofWeek th {
	color: #FFFFFF;
	margin: 0;
	padding: 2px 0 2px 6px;
	font: bold Verdana, Arial, Helvetica, sans-serif;
	background: #336699;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.calenderHeaderNote {
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
}
.Sun {
	border-left: 1px solid #333333;
}
.day {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.dateNum {
	margin: 0;
	padding: 2px 6px 4px 4px;
	background: #FFFFFF;
	width: 15px;
	height: 10px;
	display: block;
	text-align: right;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
a.dateNum:link, a.dateNum:visited {
	color: #4670B5;
	display: block;
	text-decoration: none;
}
a.dateNum:hover, a.dateNum:active {
	color: #4670B5;
	background: #D2F0FF;
	display: block;
	text-decoration: underline;
}
.markToday {
	background: #FFFBDF;
}
.thisMonth {
	color: #000000;
}
.otherMonth {
	color: #666666;
	background: #E5E5E5;
}
.hoursCell {
	margin: 0;
	padding: 5px 10px;
	text-align: center;
}
.hoursCell a:link, .hoursCell a:visited {
	color: #4670B5;
	text-decoration: none;
}
.hoursCell a:hover, .hoursCell a:active {
	color: #003399;
	text-decoration: underline;
}
form.calNav {
	right: 50px;
	margin: -4px 0 0 0;
	padding: 0;
	display: inline;
}
#calendarNavigation {
	vertical-align: middle;
}
#calendarNavigation a:link, #calendarNavigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#calendarNavigation a:hover, #calendarNavigation a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
form.calNav select, form.calNav input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.dateBanner {
}
.wks110 {
	background: #D7F2FF;
}
.wks1115 {
	background: #D2E0FF;
}
.labor, .veterans, .martin, .memorial, .independence, .xmas, .newyears {
	background: #FFE6E6;
}
.thanksgiving {
	background: #EBE1CD;
}
.finals {
	background: #EAF9CC;
}
.intersession {
	background: #C6ECCB;
}
.springbreak {
	background: #FDE6BB;
}
.summer {
	background: #FFF0C1;
}


.calendarLegend {
	margin: 0;
	padding: 4px 5px 0 8px !important;
	color: #000000;
	background: #F5F5F5;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.calendarLegend ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 450px !important;
}
.calendarLegend ul li {
	margin: 0;
	padding: 0 8px 0 0;
	list-style-type: none;
	vertical-align: bottom;
	display: inline;
	text-align: left;
}
.calendarLegend ul li.first {
	margin: 0 8px 0 0 !important;
	padding: 0 !important;
}
.calendarLegend>ul li {
	padding: 0 8px 0 0;
}
.calendarLegend>ul li.first {
	margin-left: 8px !important;
}
.calendarLegend ul li img {
	margin-right: 8px;
}
.calendarLegend ul li span {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
ul.calendarLegendList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.calendarLegendList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: bottom;
	display: inline;
}
ul.calendarLegendList li img {
	margin: 0;
	padding: 0;
}
ul.calendarLegendList li span {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.calendarLegendList img {
	margin-right: 5px !important;
}
#ulTemplateContent {
    background-color: rgb(252, 247, 241);
	background-image: none !important;
    /*
	background-image: url("http://www.kent.edu/interface_img/subContentNav.jpg");
    background-repeat: repeat-y;
    background-position: left center;
    width: 950px;
    */
	width: 992px;
    clear: both;
    overflow: hidden;
	padding-bottom: 20px;
}

#ulTemplateContent #mainCol .calendarLegend p {
	margin-top: 4px !important;
	margin-bottom: 5px !important;
}

#mainContent {
    /*float: right !important;*/
    /*
	width: 950px !important;
    */
	width: 992px !important;
    /*background-color: rgb(252, 247, 241);*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    /*min-height: 379px;*/
    /*height: auto !important;*/
}

.calendarTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
}
th.calendarTableNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #2B5580;
	text-align: left;
	margin: 0;
	padding: 0 10px 4px 4px;
}
.calendarTable th {
	margin: 0;
	padding: 10px 10px 5px 10px;
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
}
.calendarTable td {
	vertical-align: top;
	margin: 0;
	padding: 8px 20px 5px 10px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#maincontent h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
}
div.actionItem_links {
	margin: 0 0 0 20px !important;
}
.landingoptb #left_rc h1 {
	border-top: none !important;
	padding-top: 0 !important;
}
#search_field {
    border: none !important;
    font-size: 12px;
    margin: 2px;
    width: 168px !important;
    height: 20px !important;
    float: left;
    padding: 2px;
    color: rgb(102, 102, 102);
}

#cse-search-box {
    margin: 10px 0px 0px;
    background: url("http://www.kent.edu/interface_img/search_bg.gif") no-repeat scroll 0% 0% transparent;
    height: 24px;
    width: 201px;
    float: left;
}

.tableStyleOne {
	margin: 5px 10px 30px 0;
	padding: 0;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	position: relative;
	left: 10px;
}

.tableStyleOne tr {
	padding: 4px 10px 4px 4px;
	margin: 0;
}

.tableStyleOne th {
	margin: 0;
	padding: 4px 8px 4px 4px;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	background-color: #D5DCEC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.tableStyleOne th a {
	color: #FFFFFF;
}

.tableStyleOne th a:hover, .tableStyleOne th a:focus {
	color: #C7F088;
}


.tableStyleOne td {
	margin: 0 !important;
	/*padding: 0 4px 3px !important;*/
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}


.noInnerBorders th, .noInnerBorders td {
	padding: 6px !important;
	border: none !important;
}
.tableStyleOne .h1 {
	margin: 0 !important;
	padding: 4px 8px 3px 4px !important;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}

tr.headerRow.firstCell {
	-moz-border-top-left-radius: 20px !important;
	border-top-left-radius: 20px !important;
}
tr.headerRow.lastCell {
	-moz-border-top-right-radius: 20px !important;
	border-top-right-radius: 20px !important;
}

.tableStyleOne p, .h1 p {
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
	font-size: 14px;
	vertical-align: top;
}

.tableStyleOne .styleOneParagraph {
	margin: 0 !important;
	padding: 5px 0 0 5px !important;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
}

.tableStyleOne .italicized {
	margin: 0 !important;
	padding: 5px 0 3px 5px !important;
	font-size: 14px;
	vertical-align: bottom;
	font-style: italic;
}

.tableStyleOne .note {
	margin: 0 !important;
	padding: 5px 0 3px 5px !important;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	vertical-align: top;
}

.tableStyleOne .smallerFont, .tableStyleOne .smallerFont p {
	margin: 0;
	padding: 1px 0 3px 2px;
	font-size: 11px !important;
	vertical-align: top;
}

.tableStyleOne img.checkbox {
	margin: 2px 0 0 0 !important;
}

.tableStyleOne .tableHeader {
	text-transform: none;
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.tableStyleOne .rowOdd {
	background-color: #EFF2F8;
}



#scrollContainer h2 {
	padding: 15px 0 0 15px;
	font-size: 18px;
}
#scrollContainer h3 {
	padding: 15px 0 0 15px;
	font-size: 16px;
}
#footer_outside_of_content {
	padding: 15px 0 20px 20px;
	margin: 0 auto !important;
	display: block;
	width: 952px;
	text-align: center;
	margin: 0 auto !important;
}