@import url(default.css);
@import url(optiprimus.css);
div#addsignup
{
	border: 1px solid #C5C5C5;
	padding: 5px 10px 10px;
	background-color: #EBEBEB;
	margin: 7px 15px 5px 0px;
	display: block;
	position: absolute;
	bottom: 15px;
}
textarea.signup
{
	border: 1px solid #CCC;
	background-color: #F7F7F7;
}
input.signup
{
	border: 1px solid #CCC;
	background-color: #F7F7F7;
}
h4#addsignup
{
	font-size: 12px;
	margin: 4px 0px;
}
/** Design **/
#design
{
	background-position: bottom;
	background: url(../images/design_workshop.jpg) no-repeat;
}
#showcase
{
	background-color: #F3F3F3;
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
	color: #787878;
}
#showcasecontent
{
	height: 160px;
	padding: 20px;
	display: none;
}
#showcasetoolbar
{
	background-image: url(../images/bg_showcase2.png);
	height: 22px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #F3F3F3;
}
/**Content Area**/
#contentbox
{
	background-color: #FFF;
	padding-top: 10px;
	background-image: url(../images/bg_content.png);
	padding-top: 24px;
}
#column1
{
	padding-left: 20px;
	padding-right: 10px;
}
.eve_time strong
{
	font-size: 10pt;
	color: #333333;
}
.eve_td
{
	border-left: 1px solid #F5EDED;
	padding: 23px 2px 0px;
	vertical-align: top;
	background-image: url(../images/bg_events.gif);
}
.eve_event
{
	background-color: #CAE8FF;
	padding: 0px 5px;
	font-size: 9px;
	overflow: hidden;
	height: 24px;
	border: none;
}
.weekdays td
{
	width: 110px;
	text-align: center;
	font-weight: bold;
	font-size: 10.2pt;
	line-height: 1.2;
}
td.eve_timelabel
{
	width: 60px;
}
.eve_time
{
	height: 32px;
	padding: 12px 12px 0 0;
	text-align: right;
	color: #BDBDBD;
}
#row2
{
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg_archive.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #A3A3A3;
	min-height: 150px;
}
h1
{
}
#contentbox img
{
}
/** calender **/
#calendarx
{
	margin: 0 auto 0px;
}
.calbuttons
{
	text-align: right;
	width: 100%;
	position: relative;
	right: 20px;
	color: #DFDDDD;
	top: -49px;
}
.calbuttons a
{
}
#calendarx table
{
	border-collapse: collapse;
}
td.cal
{
	border: none;
	font-size: 11px;
	width: 27px;
	height: 27px;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: right;
	margin: 0px;
}
.today
{
	color: red !important; /*[e]red*/
	font-weight: bold;
}
td.past
{
	background-image: url(../images/cal_cross_white.gif);
	background-position: right;
	background-repeat: no-repeat;
}
td.eve
{
	font-weight: bold;
	color: #FEE475;
}
th.days
{
	font-weight: normal;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #A6A6A6;
}
th.linebottom
{
	border: 0px;
	border-bottom: 1px solid #DDD;
	padding: 0px;
	padding: 0px;
	height: 10px;
}
td.lastrow
{
	border: 0px;
	border-top: 1px solid #DDD;
	padding: 0px;
	text-align: center;
}
td.lastrow a
{
	color: #777;
	font-size: 10px;
}
.caltitle
{
	color: #4B4B4B;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}
.thismonth
{
	margin-top: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDDDD;
}
span.calnext
{
	cursor: pointer;
	color: #FFF;
}
span.clickthismonth
{
	cursor: pointer;
	color: #A9A9A9;
	font-size: 10px;
}
.eventcontainer
{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.eventheader
{
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	color: #4461E3;
}
.eventheader:hover
{
	color: #FFFFFF;
}
.eventtime
{
	font-style: italic;
	text-align: left;
	letter-spacing: normal;
}
.eventlocation
{
	text-align: left;
	letter-spacing: normal;
	color: #A9A9A9;
}
