div.msc-calendar {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding: 0px;
	margin: 0px;
  position: relative; 
  border: 1px solid #000; 
  background: #fff;
  color: #333; 
  overflow: hidden;
}

div.msc-calendar A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

div.msc-calendar A:hover {
	color: #222;
}

div.msc-headers {
  position: relative; 
  text-align: center;
  border-bottom: 1px solid #ddd;  
  overflow: hidden;
}

div.msc-headers-left {
  float: left;
}

div.msc-headers-right {
  float: right;
}

div.msc-header:hover {
  background: #eee !important;
  cursor: pointer;
}

div.msc-day-box:hover {
  background: #eee !important;
  cursor: pointer;
}

div.msc-header.selected {
  background: #aaa !important;
  cursor: pointer;
}

div.msc-event {
  box-shadow: #aaaaaa40 -3px 1px 4px,#aaaaaa40 0 -1px 4px;
}

div.msc-event-content {
  height: 100%;
  position: relative;
}

div.moveevent div.msc-event-header {
  height: 4px;
  width: 100%; 
  background-color: #222;   
  cursor: move;
}

div.moveevent div.msc-event-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 100%;
  background-color: #222;  
  cursor: ns-resize;
}

div.msc-cal {
  position: relative; 
  overflow-y: auto; 
  overflow-x: hidden;
}

span.msc-title {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}

.msc-but {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  -moz-appearance: none;
  border-radius: 5px;
  font-family: Verdana;
  color: #333;
  font-size: 11px;
  background: #fff;
  padding: 0px 1px;
  margin: 2px 1px;
  height: 21px; 
  width: 60px;
  text-decoration: none;
  border: 1px solid #cecece; 
}

select.msc-but {
  background: #fff url(./images/select-arrow.png) no-repeat scroll 98% center;
  padding: 1px 10px 1px 1px;
  width: 100px;
}

button.msc-but:hover {
  background: #efefef;
}

.msc-active {    
  background: #dfdfdf;
}

select.msc-sel-resources {
  max-width: 100px; 
}