/* Definitons for text, images,... in the content area */

h4, h5, h6 {
	font-family: arial, helvetica;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;

}

h1, h2,h3 {font-family: "Times New Roman", serif;}

h1  {
	font-size: 18px;
	line-height: 130%;
	color: #A01717;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


h2 {
	font: bold 15px/16px Arial, Helvetica;
	margin: 0 0 8px 0;
}

h3 {
	font-size: 14px;
	text-transform:uppercase;
	line-height: 120%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 14px;
	line-height: 120%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 14px;
	line-height: 120%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p {
	font-size: 12px;
	line-height: 130%;
}

div.page_content img {
	border-color: gray;
	border-style: solid; 
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 2px;
	padding: 0px;
}

div.page_content img.left_float {
	float:left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 4px;
}

div.page_content img.no_float {
	float:left;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

div.border_element {
	border: 0px;
	border-top: 1px solid #787876;
	padding-top: 7px;
}

div.border_element h1, h2, h3, h4, h5 {
	margin-top: 0px;
}

div.border_liturgie {
	text-align: center;
}

a:link, a:visited {color: #A01717; text-decoration:none;}
a:hover {text-decoration: underline; }

a img {border: 0;}

ul {margin: 0px; list-style-type: square;}
ol {margin: 0px; list-style-type: upper-roman;}

div#wrap_all_content ul {
	padding-left: 25px;
}

div#wrap_all_content ol {
	padding-left: 25px;
}

ul.border_content_today {
	padding-left: 15px !important;
	margin-bottom: 15px;
}

hr {
	width: 500px;
	height: 4px;
	text-align: left;	
}

table.month-small {
	margin-bottom: 15px;
}

/* FCE - 2 column */

div.fce_2column {
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
	width: 100%;
}

table.fce_2column {
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
	width: 100%;
	border-collapse: collapse;
}

td.fce_2column_left {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 50%;
	vertical-align: top;
}

td.fce_2column_right {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 50%;
	vertical-align: top;
}

/* Calendar */

dt.pa_cal_event_list {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 3px;
}

ul.cal_border {
	padding-left: 15px !important;
	margin-bottom: 15px;
}