@charset "UTF-8";

h1 a {
	background-image: url(/icon/kcl_logo.png);
}

ul.sys_accordianMenu .sys_selected a,
.sys_col_one h3,
.sys_col_two h3,
.sys_col_three h3,
.sys_col_four h3,
#content_column a,
#content_column_wide a,
#content_right a,
h2.page_title {
	color: #006369;
}
#header,
#navigation,
table tr th {
	background-color: #006369;
}

#navigation ul li ul {
	background-color: #88ADAF;
}

ul.sys_accordianMenu li ul,
table tr td {
	background-color: #C5D7D8;
}


#content_column button {
	background-color: #E5E2DD;
	border: 1px solid #231F20;
	color: #231F20;
	font: bold 11px/11px Georgia,"Times New Roman",Times,serif;
	margin: 0 10px 0 0;
	padding: 6px 5px 5px;
	width: 110px;
	cursor: pointer;
}
.sys_form-submit {
	background-color: #231F20;	
	color: #FFFFFF;
}
.sys_form-item.sys_buttons {
	padding-left: 1%;
}
.sys_cms-form-control {
	padding: 10px;
	background-color: #88ADAF;
	border: 1px solid #B5CBD8;
}
.sys_cms-form-body {
	margin: 0 !important;
}
#content_column input[type="text"], #content_column textarea {
	background-color: #EEF6FD;
	padding: 4px 0 !important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#content_column input[type="text"]:focus, #content_column textarea:focus {
	background-color: #fff;
}
.sys_cms-form-control ul.sys_cms-form-body li.sys_sectionbreak .sys_sectionbreak-header {
	font-weight: bold !important;
	margin: 0 0 5px !important;
}

#content_column_wide table th a {
          color: #FFFFFF;
}

#content_column_wide table th a:hover {
          color: #c5d7d8;
}

/* ******************************************* */
/* The containing DIV element for the Calendar */
/* ******************************************* */
#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 150px;
  width: 150px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  text-align: center;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}

#account_nav {
float: right;
padding-bottom: 20px;
}

#navigation ul li ul b {
  background-color: #972023;
  color: white;
}

#newbooks {
   margin-bottom: 10px;
}


#newbooks h3 {
	background-color: #006369;
	color: #FFFFFF;
        padding: 4px;
        font-size: 25px;
	font-family: 'BureauGrotesqueThreeSeven', Impact, Arial, Helvetica, sans-serif;
	margin-top: 13px;
	margin-bottom: 10px;
	font-weight:normal;
	line-height: 29px;
}
