
input, select, button {
  margin: 2px;
  }

td.outerMonth {
  background-color: #c0c0c0;
}

td.innerMonth {
  background-color: #fff;
}

td.innerMonth h3, td.outerMonth h3 {
  margin-top: 0px;
}

th {
  font: normal bold 12px arial,serif; color: #000;
  text-align: right;
}

th span.noBold {
  font-weight: normal;
}

div#event ol.tabs
{
  list-style:none;
  padding:0px;
  margin:0px;
}

div#event ol.tabs li
{
  border:outset 1px #eee;
  width:120px;
  float:left;
  padding:2px;
  margin:0px 4px 0px 0px;
  font:normal bold 11px arial;
}

div#eventa ol.tabs li.active
{
  border:inset 1px #eee;
  border-bottom:solid 1px #aaa;
  background-color:#aaa;
  color:#fff;
}

div#event table
{
  clear:both;
  border:outset 1px #ddd;
  border-top:solid 3px #aaa;
}

div#event .date
{
  background-color:white;
  border:1px solid #aaa;
  padding:1px;
  width: 80px;
  	padding-right:20px;
	background-image:url(/js/calendar/img.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

div#event table table
{
  border:none;
}



/*
.selday
{
    background: #EFA9A4;    
}
*/

.today
{
    background: #9F8C8B;
}

.eventday
{
    background: #c0c0c0;
}

.ocal_notice 
{
    background: #F4F7FB;
    border: 1px solid #C9D9EA;	
    clear: both;
    padding: 10px;
}

.notice 
{
	background: #F4F7FB;
	border: 1px solid #C9D9EA; 
}

#calendar, #calendar td
{
    border-left: 1px solid #ddd; 
    border-top: 1px solid #ddd; 
    border-right: 1px solid #888; 
    border-bottom: 1px solid #888;
}

.innerMonth, .outerMonth
{
	height: 100px;
}

#calendar table td
{
	border: none;
}

.eventadd
{
	float: right;
	display: none;  
}


