/* TABLE */

.datetop {
  width: 55px;
  background-color: #FF8000;
  border: 1px solid #eee;
  border-bottom: none;
  color: #FFFFFF;
  text-align: center;
}

.datemiddle {
  width: 55px;
  border: 1px solid #eee;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.datebottom {
  background-color: #F4F4F4;
  border: 1px solid #eee;
  font-size: 11px;
  text-align: center;
}

#event th {
  width: 120px;
}

/* FORM */
#event textarea {
  width: 98%;
}

/* EVENT */
#event .rounded {
  margin-top:5px;
  margin-bottom:5px;
}
#event .rounded .title {
	margin:0 0 0 0;
	padding:0 8px 0 0;
}
#event .rounded .title h3 {
	margin:0;
	padding:0;
	font-weight:bold;		
}
#event .filled-gray-box {
	background:url(../images/filled-gray-corner-box.gif) no-repeat 0 100%;
}
#event .filled-gray-box .title {
	background:url(../images/filled-gray-corner-box.gif) no-repeat 100% 0;
}
#event .filled-gray-box .title h3 {
	background:url(../images/filled-gray-corner-box.gif) no-repeat 0 0;
	color:#0066CC;
}
#event .filled-gray-box .content {
	background:url(../images/filled-gray-corner-box.gif) no-repeat 100% 100%;
}
#event .rounded .title h3 {
	padding:5px 5px 4px 12px;
}
#event .rounded .content {
	padding: 0px 5px 5px 0px;
	margin-left: 5px;
}

.dotted {
  background:url(../images/dotted-line.gif) repeat-x 0 100%;
  padding: 5px;
}

.hand {
  cursor: pointer;
  cursor: hand;
}

