.calendar_regular
{
	/*width: 800px;*/
	font-family: Verdana;
	font-size: 12pt;
}

.calendar_cal_regular
{
	background: #000;
	width: 100%;
	border-collapse: collapse;
}

.calendar_calhead_regular
{
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 12pt;
}

.calendar_calhead_regular img
{
	border: none;
}

.calendar_dayhead_regular
{
	height: 25px;
	background: #EEE;
}

.calendar_dayhead_regular td
{
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.calendar_dayrow_regular
{
	background: #FFF;
	height: 75px;
}

.calendar_dayrow_regular td
{
	width: 100px;
	color: #000;
	font-size: 10pt;
}

.calendar_date_regular
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.calendar_today_regular
{
    color: #FF0000;
    font-weight: bold;
}

.calendar_dayover_regular
{
	background: #EEE;
}

.calendar_dayout_regular
{
	background: #FFF;
}

.calendar_eventover_regular
{
	background: #ffffcc;
	cursor: pointer;
}

.calendar_eventout_regular
{
	background: #ffff99;
}

.calendar_blanksquare_regular
{
    background: #EEE;
}

.calendar_details_day_regular
{
    width: 100%;
    height: 200px;
    background-color: #ffffcc;
    overflow: hidden;
    display: none;
    padding: 10px;
}

.calendar_details_default_regular
{
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 8pt;
    padding-top: 75px;
}

.calendar_large_link_regular
{
    font-size: 8pt;
}

.calendar_single_event_regular
{
    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
{
    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
{
    margin-left: auto;
    margin-right: auto;
}
