@import '/inc/modules/events/stylesheets/common.css';

.calendar-border
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	width: 600px;
	margin: auto;
	background: #fff;
	border: 1px solid #686868;
	-moz-box-shadow: 0px 0px 5px #555;
	box-shadow: 0px 0px 5px #555;
}
.calendar {height: 500px;}

.calendar-border .section
{
	width: auto;
}

.calendar-border #events-list
{
	width: auto;
}

.calendar-border #events-list th.long, 
.calendar-border #events-list td.long
{
	width: 50%;
}

.createFrm h3
{
	color: #000;
}

.createFrm textarea
{
	width: 70%;
}
