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-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; 
  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;
}

button.msc-but:hover {
  background: #efefef;
}

.msc-active {    
  background: #dfdfdf;
}

select.msc-sel-resources {
  max-width: 100px; 
}