#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#B6CEE1;
  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: #12609F;
}

#CalendarControl .weekday {
  background-color: #DBE9F2;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFCC99;
  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;
  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: #CBDFED;
  border: 1px solid #FFF;
}


/* CALENDAR ADMIN STYLES */
/* ------------------------------------------------------------------------------ 
#add-edit {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: "Trebuchet MS", verdana, sans-serif;
}

#add-edit a {
	color: #12609f;
	
}

#add-edit h1 {
	font-size: 28px;
	background-color: #12609f;
	color: #fff;
	margin: 30px 0 10px 0;
	padding: 2px 8px;
}

#add-edit .button {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px;
	color: #12609f;
	background-color: #b6cee1; 
	text-align: center;
	font-size: 16px;
}

#add-edit .button span {
	border: 1px solid #fff;
	display: block;
	padding: 5px;
}

#add-edit a:hover.button {
	color: #fff;
}

#add-edit .add {
	width: 150px;
}

#add-edit .edit {
	width: 150px;
	position: absolute;
	left: 230px;
	top: 0px;
}

.edit-event {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 14px;
	border-bottom: 1px dashed #b6cee1;
	width: 100%;
}

.edit-event ul {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.edit-event ul li {
	padding-bottom: 5px;
	line-height: 16px;
}

#editEvent {
	font-size: 16px;
}

#editEvent label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#editEvent p.extra-help {
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0 0 10px 0;
}

#editEvent textarea {
	width: 375px;
}

#editEvent input#link {
	width: 375px;
}

#editEvent #save {
	font-weight: bold;
	display: block;
	color: #12609f;
	background-color: #b6cee1; 
	text-align: center;
	font-size: 16px;
	border: 4px double #fff;
	font-family: "Trebuchet MS", verdana, sans-serif;
	width: 155px;
	height: 40px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#editEvent #delete {
	font-weight: bold;
	display: block;
	color: #12609f;
	background-color: #b6cee1; 
	text-align: center;
	font-size: 16px;
	border: 4px double #fff;
	font-family: "Trebuchet MS", verdana, sans-serif;
	width: 155px;
	height: 40px;
	float: left;
	margin-bottom: 10px;
}

h2.saved {
	width: 370px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0;
	font-size: 28px;
	color: #4dda00;
	padding-left: 30px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	background-image: url(scimages/check-saved.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}*/


