html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/SiteBg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: justify;
}
#SiteContainer {
	background-color: transparent;
	width: 750px;
	text-align: left;
}
h1 {
	padding: 0px;
	font-size: 18px;
	color: #235B97;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#PageContainer {
	background-color: #FFFFFF;
	background-image: url(../images/ContentHeader.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	min-height: 570px;
	text-align: justify;
}
#FooterContainer {
	background-color: #CCCCCC;
	background-image: url(../images/FooterBg.gif);
	height: 75px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	width: 750px;
}
#SideLeftContainer {
	background-color: transparent;
	background-image: url(../images/LeftSideBg.gif);
	float: left;
	height: 625px;
	width: 255px;
}
#SideLeftTopics {
	background-color: transparent;
	padding: 10px;
}
#HeaderContainer {
	background-color: #235B97;
	text-align: center;
	padding-top: 0px;
	color: #FBEC9A;
}
.TopicContainer {
	background-color: #FFFEE0;
	height: 75px;
	padding: 5px;
	margin-bottom: 20px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #235B97;
	border-right-color: #235B97;
	border-bottom-color: #235B97;
	border-left-color: #235B97;
}
#HeaderContainer img {
	margin-right: 2px;
	margin-left: 2px;
}
.TopicHeader {
	background-color: #235B97;
	background-image: url(../images/TopicsTopCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
.TopicContainer img {
	float: left;
	margin-right: 10px;
	height: 75px;
	width: 50px;
}
.TopicContainer h2 {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #5E8745;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.TopicContainer a {
	color: #235B97;
	text-decoration: none;
	font-weight: bold;
}
.TopicContainer a:hover {
	color: #235B97;
	text-decoration: underline;
	font-weight: bold;
}
#Flags img {
	margin: 5px;
	border: 1px solid #333333;
}
#Flags {
	text-align: center;
}
#Topics td {
	width: 50%;
	padding-left: 20px;
}
#Topics a {
	background-image: url(../images/TopicsBoxOver.gif);
	height: 80px;
	width: 295px;
	display: block;
	text-align: left;
	color: #235B97;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#Topics img {
	float: left;
	margin-right: 10px;
	border: 2px solid #235B97;
}
#Topics a:hover {
	background-image: url(../images/TopicsBox.gif);
	height: 80px;
	width: 295px;
	display: block;
	text-align: left;
	color: #1B4878;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.ImgFloatLeftBorder {
	float: left;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	margin-right: 15px;
}
#PageContainer ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 30px;
}
#PageContainer li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#TopicDetails {
	padding-right: 50px;
	padding-left: 50px;
}
.ImgFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
/*.TxtChapelet {
	font-size:10px;
}*/
.TxtChapeletRouge {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}
.TxtChapeletBold {
	font-weight:bold;
}
.TxtTemoignagesRouge {
	font-size:14px;
	font-weight:bold;
	color:#990000;
}
.RegistrationTable td {
	padding:8px;
}
.RegistrationTable th {
	background-color:#CCCCCC;
	font-weight:bold;
	padding:8px;
}
.RedNotice {
	font-weight:bold;
	color:#FF0000;
}
.GreenNotice {
	font-weight:bold;
	color:#00FF00;
}
#lang_select {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#Print {
	text-align: right;
	display: block;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.Pagination {
	text-align: center;
	background-color: #EEE;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Pagination a {
	text-decoration: none;
	padding: 5px;
}
.Pagination a:hover {
	text-decoration: none;
	padding: 5px;
	background-color: #CCCCCC;
}
#OrderContainer ul {
	list-style-type: none;
}
#OrderContainer img {
	float: left;
	margin-right: 10px;
	clear: both;
	margin-bottom: 40px;
}
/* The 4 FlagsTable class is only for page 1 in category 23 from section 1*/
.FlagsTable th {
	color: #235B97;
	background-color: #C8DDF0;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #235B97;
	text-align: center;
}
.FlagsTable {
	margin-bottom: 50px;
}
.FlagsTable img {
	height: 30px;
	width: 45px;
	margin-bottom: 5px;
}
.FlagsTable td {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.error_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	background-color: #FF0000;
}
.AdminLink {
	color: #CC0000;
	background-color: #FFFFCC;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#AdminTopics td {
	/*width: 100%;*/
	background-color:#E1F0FF;
	padding: 5px;
	border: 1px solid #235B97;
}
.AdminTopicsTdPhoto {
	width: 50px;
	background-color:#E1F0FF;
	/*padding: 5px;*/
}
#AdminTopics a {
	/*border: 1px solid #235B97;*/
	/*height: 80px;*/
	/*display: block;*/
	text-align: left;
	color: #235B97;
	text-decoration: none;
	/*background-repeat: no-repeat;*/
	/*padding: 15px;*/
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
#AdminTopics a:hover {
	text-align: left;
	color: #CC0000;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFCC;
}
#AdminTopics img {
    /*float:left;
	margin-right: 10px;
	border: 2px solid #235B97;*/
	border: none;
	vertical-align: middle;
}
.AdminTextField {
    text-align: left;
	color: #235B97;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
