/***** Description: used to clear floats (hide the right *****/
/***** hand container with the calendar and filter) *****/
.calendar_right_panel
{
	display: none;
}

/***** Description: Defines the padding amount *****/
.event_area
{
	padding-top: 0.5em;
}

/***** Description: Styles the text explaining the event type *****/
.event_type
{
	margin-left: 0.5em;
	font-weight: bold;
}

/***** Description: Defines the margins/paddings of the content *****/
/***** area for the events *****/
.event_content
{
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-top: 0em;
}

/***** Description: Specifies the position of the link *****/
.event_details_link
{
	text-align: right;
	display: inline-block;
}

/***** Description: Style the events header *****/
.events_header
{
	font-size: 1.5em;
	font-weight: bold;
}

/***** Description: Style the main header for the calendar area *****/
.calendar_main_header
{
	font-size: 1.2em;
	font-weight: bold;
}

/***** Description: Enlarge the sub header font *****/
.calendar_sub_header
{
	font-size: 1.1em;
}

/***** Description: Style the table as required *****/
#event_table
{
	margin: 1em 0 0 0;
	width: 100%;
	border: 0;	
}

/***** Description: Align text left within the table *****/
#event_table tr td
{
	text-align: left;
	border: 0;
}

/***** Description: Styles the HR tag (the page break seperator) *****/
.event_content hr
{
	height: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px;
	border-top-style: solid;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-top-color: #000000;
}

/***** Description: Style the list of links *****/
.event_links
{
	list-style-type: square;
}

/***** Description: Style a seperator between each event item *****/
.event
{
	border-bottom: solid 1px #000000;
	margin-bottom: 1em;
}
