.event_calendar
{
	background:#f2f2f2;	

}

.event_calendar .calendar_table
{
	margin-top:12px;
}

/***************************************************************
table template - specify component dimensions here
****************************************************************/

.event_calendar .table_template_content
{
	background:white;
	padding:8px;
	position:relative;
}



.event_calendar .a .table_template_content
{
	height:112px;
	height:auto;
}

.event_calendar .b .table_template_content
{
	height:256px;
	height:auto;
}

.event_calendar .c .table_template_content
{
	height:400px;
	height:auto;
}


.event_calendar .width_3_1 .table_template_content
{
	width:256px;
}

.event_calendar .width_4_1 .table_template_content
{
	width:208px;
}

.event_calendar .table_template_content
{
	
}


/**************
Table Template
**************/
.event_calendar .table_template_top_left
{
	width:8px;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/top_left.gif) no-repeat;
	overflow:hidden;
}

.event_calendar .table_template_top
{    
	width:auto;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/top.gif) repeat-x;
	overflow:hidden;	
	padding:0px;
	margin:0px;
}


.event_calendar .table_template_top_right
{
	width:8px;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/top_right.gif) no-repeat;
	overflow:hidden;	
}

.event_calendar .table_template_right
{
	width:8px;
	height:auto;	
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/right.gif) repeat-y;
	overflow:hidden;	
}


.event_calendar .table_template_left
{
	width:8px;
	height:auto;	
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/left.gif) repeat-y;
	overflow:hidden;	
}


.event_calendar .table_template_bottom_left
{
	width:8px;
	height:auto;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/bottom_left.gif) no-repeat;
	overflow:hidden;	
}

.event_calendar .table_template_bottom
{
	width:auto;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/bottom.gif) repeat-x;
	overflow:hidden;	
}

.event_calendar .table_template_bottom_right
{
	width:8px;
	height:8px;
	background:url(../../../includes/table_template_dropshadow_on_f2f2f2/bottom_right.gif) no-repeat;

	overflow:hidden;	
}


/************************************
Text Header Styling (component size)
************************************/
.event_calendar .text_header 
{
	margin-top:3px;
	margin-bottom:0px;
	padding-bottom:0px;
}


.event_calendar .a .text_header 
{	
}

.event_calendar .b .text_header 
{	
}

.event_calendar .c .text_header 
{	
}

.event_calendar .width_4_1 .b .text_header 
{	
	margin-top:3px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.event_calendar .b .text_header_large
{	
	font-size:16px;
	margin-top:0px;
}


/**************************
Text Header Styling (brand)
**************************/
.event_calendar .dm .text_header 
{
	color:#006644;
}

.event_calendar .fda .text_header 
{
	color:#005cab;
}

.event_calendar .mp .text_header 
{
	color:#006644;
}

.event_calendar .dm .text_header_large 
{
	color:#006644;
}

.event_calendar .fda .text_header_large
{
	color:#005cab;
}

.event_calendar .mp .text_header_large 
{
	color:#006644;
}


/**************************
HR Styling
**************************/
.event_calendar .hr_double
{
	width:100%;
	height:8px;

	margin-top:6px;
	margin-bottom:3px;
}


.event_calendar .dm .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}

.event_calendar .fda .hr_double
{
	background:url(../../global/hr_double_bbddff.gif) repeat-x;
}	

.event_calendar .mp .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}	


/**************************
HR Styling
**************************/
.event_calendar .text
{

}






/**************************
Link Styling
**************************/
.event_calendar .dm a 
{
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

.event_calendar .dm a:hover 
{
	text-decoration: underline;
}

.event_calendar .fda a 
{
	font-weight: bold;
	color: #deb406;
	text-decoration: none;
}

.event_calendar .fda a:hover 
{
	text-decoration: underline;
}

.event_calendar .mp a 
{
	font-weight: bold;
	color: #b39659;
	text-decoration: none;
}

.event_calendar .mp a:hover 
{
	text-decoration: underline;
}


/************************************
events calendar alternating rows
*************************************/
.event_calendar .calendar_data
{
	width:256px;
	
}

.event_calendar .row_0,
.event_calendar .row_1
{	
	
	padding:4px 8px 4px 8px;
	
}


.event_calendar .row_0
{
	background:#ffffff;	
}

.event_calendar .row_1
{	
	background:#f2f6f6;	
}


/************************************
btn_more
*************************************/
.event_calendar .btn_more
{
	position:absolute;
	bottom:18px;
	right:8px;
}

.event_calendar .slug
{
	height:40px;
}