.calendar_regular_detail
{
	/*width: 800px;*/
	font-family: Verdana;
	font-size: 12pt;
}

.calendar_cal_regular_detail
{
	background: #000;
	width: 100%;
	border-collapse: collapse;
}

.calendar_calhead_regular_detail
{
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 12pt;
}

.calendar_calhead_regular_detail img
{
	border: none;
}

.calendar_dayhead_regular_detail
{
	height: 25px;
	background: #EEE;
}

.calendar_dayhead_regular_detail td
{
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.calendar_dayrow_regular_detail
{
	background: #FFF;
	height: 75px;
}

.calendar_dayrow_regular_detail td
{
	width: 100px;
	color: #000;
	font-size: 10pt;
}

.calendar_date_regular_detail
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.calendar_today_regular_detail
{
    color: #FF0000;
    font-weight: bold;
}

.calendar_dayover_regular_detail
{
	background: #EEE;
}

.calendar_dayout_regular_detail
{
	background: #FFF;
}

.calendar_eventover_regular_detail
{
	background: #ffffcc;
	cursor: pointer;
}

.calendar_eventout_regular_detail
{
	background: #ffff99;
}

.calendar_blanksquare_regular_detail
{
    background: #EEE;
}

.calendar_details_day_regular_detail
{
    width: 100%;
    height: 200px;
    background-color: #ffffcc;
    overflow: hidden;
    display: none;
    padding: 10px;
}

.calendar_details_default_regular_detail
{
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 8pt;
    padding-top: 75px;
}

.calendar_large_link_regular_detail
{
    font-size: 8pt;
}

.calendar_single_event_regular_detail
{
    /*width: 100px;*/
    /*height: 18px;*/
    /*overflow: hidden;*/
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    /*white-space: nowrap;*/
}

.calendar_single_eventover_regular_detail
{
	/*width: 100px;*/
	/*height: 18px;*/
	/*overflow: hidden;*/
	font-size: 12px;
	margin-left: 2px;
	margin-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	/*white-space: nowrap;*/
	/*cursor: pointer;*/
}

.calendar_filter_controls_regular_detail
{
    margin-left: auto;
    margin-right: auto;
}

.calendar_event_time_regular_detail
{
}

.calendar_event_title_regular_detail
{
	font-weight: bold;
}

.calendar_event_description_regular_detail
{
}