@import url(default.css);
@import url(optiprimus.css);
/** Design **/
#design
{
	background-position: bottom;
}
#showcase
{
	background-color: #F3F3F3;
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
	color: #787878;
	border-top: 1px solid #3D3E3F;
}
#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;
}
.contentcount
{
	font-size: 8px;
	color: #B5B3B3;
}
#column1
{
	width: 600px;
	padding-left: 30px;
	padding-right: 10px;
	border-right: 1px solid #ECECEC;
	float: left;
}
#column2
{
	width: 215px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}
#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;
}
#contentbox IMG
{
	margin-top: 0;
}
.contentfilter A:hover
{
	text-decoration: none;
}
.contentfilter IMG
{
	border: none;
}
.addbox
{
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0 0px 25px 15px;
	text-align: center;
}
.contentfilter
{
	background: url(../images/bg_tag_filter.gif) no-repeat left top;
	text-align: left;
	padding-top: 28px;
	height: 160px;
}
/** calender **/
#calendarx
{
	margin: 0 auto 0px;
}
#calendarx TABLE
{
	border-collapse: collapse;
}
TD.cal
{
	border: none;
	font-size: 11px;
	width: 27px;
	height: 32px;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: right;
	margin: 0px;
}
TD.today
{
	color: #FF0000 !important;
	font-weight: bold;
}
TD.past
{
	background: url(../images/cal_cross_white.gif) no-repeat center right;
}
TD.eve
{
	font-weight: bold;
	color: #4460E3;
}
TH.days
{
	font-weight: normal;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #A6A6A6;
}
TH.linebottom
{
	border: 0px solid #000000;
	border-bottom: 1px solid #DDD;
	padding: 0px;
	padding: 0px;
	height: 10px;
}
TD.lastrow
{
	border: 0px solid #000000;
	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: #999;
}
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: #777;
}
.eventtime
{
	font-style: italic;
	text-align: left;
	letter-spacing: normal;
}
.eventlocation
{
	text-align: left;
	letter-spacing: normal;
	color: #A9A9A9;
}
