@import url("../webfonts/Amaranth/stylesheet.css");
@import url("../webfonts/AmaranthItalic/stylesheet.css");
@import "/css/csmTxtBtn.css";

/*table { table-layout: fixed; width: 100%; }*/

/***********************************/
/* Mobile Layout: 480px and below. */
/***********************************/
.doNotDisplay {
	display:none;
}

.preview-overlay{
	/*display: none;*/
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.1;
	opacity:.10;
	filter: alpha(opacity=10);
}

body {
	background-color: #FFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	
/* 	margin-left: 25%; */
/* 	margin-right: auto; */
/* 	-moz-transform-origin: 0 0 ; */
/* 	transform-origin: 50% 50% ; */
/* 	-moz-transform-origin: 50% 50% ; */
		
}
.headerimage {
	position: relative;
	text-align: center;
}
.textimage {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.conteneur { 
  text-align:center; /* centrage horizontal */
}
div.bloc { 
  width:inherit;
  height:inherit;
  border:1px solid #000;
  display:inline;
  vertical-align:middle;
  zoom: 1;
  /*text-align:left; *//* on rétablit l'alignement du texte */
}
.gridContainer.clearfix #TopMenuDiv {
	text-align: center
}
.fibTitle {
	text-decoration: none;
	font-family: Amaranth;
	font-size: 18px;
	color: #09F;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#TopMenuDiv {
	border-bottom: 5px solid;
	background: #F6F6F6;
}
.TopMenuBtn {
	border: 2px solid;
	border-radius:6px;
	margin: 3px;
	padding: 3px;
}
.gridContainer.clearfix #TopMenuDiv .TopMenuBtn {
	color: black;
/* 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	text-rendering: optimizelegibility;
/* 	font-weight: bold; */
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
/* 	letter-spacing: -0.1em; */
	text-align: center;
	color: #6A6A6A;
/* 	background-color: #FFF; */
	
/* 	border-bottom: 5px solid; */
/* 	border-left: 5px solid #F6F6F6; */
/* 	border-right: 5px solid #F6F6F6; */

/* 	border-top-width: large; */
/* 	border-right-width: thin; */
/* 	border-bottom-width: thin; */
/* 	border-left-width: thin; */
/* 	border-color: #9CF; */
/* 	border-style: solid  ; */
/* 	border-top-style: inset        ; */
	
/* 	border-right-style: none; */
/* 	border-bottom-style: none; */
/* 	border-left-style: none; */

	font-size: 12px;
/* 	line-height:1; */

/* 	-moz-border-radius:6px; */
/* 	-webkit-border-radius:6px; */
/* 	border-radius:6px; */
/* 	padding: 1%; */
	margin-left: 3px;	
/* 	margin-top: 0.1%;	 */

/* 	padding-right: 2%; */
/* 	padding-left: 2%; */
/* 	padding-top: 2%; */
/* 	padding-bottom: 2%; */
/* 	margin-right: 1%; */
/* 	margin-left: 1%; */
/* 	margin-bottom: 1%; */
}
.gridContainer.clearfix #TopMenuDiv .TopMenuBtnActive {
	background-color: #D9F5FF;
	border-color: #208FFF;
	color: white;
}
.gridContainer.clearfix #TopMenuDiv .TopMenuBtn:hover {
	background-color: #EFEFEF;
	border-color: #0000CE;
}
.footerTd {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	width: 70%;
}
.footerTable {
	width: 220px;
}
.footerTableSmall {
	width: 32px;
}
.int {
	height: 50%;
	vertical-align: bottom;
	
}
ul.int {
	padding-top: 8px;
	list-style-type: none;
	text-align: center;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
ul.int li {
/* 	margin: 0%; */
	display: -moz-inline-stack;   	/* regle proprietaire  FF2 et inf */
	display: inline-block;			/* modification du contexte de formatage ou layout pour certaine version de IE */
/* 	vertical-align: middle; 			ou autre .. */
/* 	padding-top: 10px; */
/* 	padding-bottom: 10px; */
/* 	padding-left: 50px; */
/* 	padding-right: 50px; */
/* 	margin-top: 10px; */
/* 	margin-bottom: 10px; */
	margin-left: 3%;
	margin-right: 3%;
}
ul.int li:first-child {
/* 		padding-left: 0px; */
/* 		margin-left: 0px; */
}
ul.int li:last-child {
/* 		padding-right: 0px; */
/* 		margin-right: 0px; */
}
.dynamicColor {
	font-family: Amaranth;
	color: #90cbf5;
	text-align: left;
/* 	font-weight: normal; */
}
/* enfin simulons le float:right; des listes */
ul.int.droite {
	direction: rtl;
}
<!--[if lte IE 7]><!-->  
ul.int li {
display:inline;
zoom:1;
}
<![endif]-->  

.footerTableSmall {
}
.footerContainer {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #A5A5A5;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
	float: none;
	margin-right: 10px;
	margin-left: 10px;
}

.flashTitle {
	color: tomato;
	display: block; 
	text-align: center; 
	padding-bottom: 1%;
	font-size: 16px;
	font-weight: bold;
}
.flashInfoBox {
	font-family: Amaranth;
	font-weight: normal;
	color: #333;
	width: 100%;
	position: relative;
	border: 1px solid #90cbf5;
/* 	height: 200px;
	max-height: 200px;
	min-height: 200px;
 */	
 	overflow: visible;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*background-image: url(../images/flashBackGround.gif);*/
	text-align: left;
	float: left;
 	padding-top: 1%;
 	padding-bottom: 1%;
	clear: none;
/* 	float: left; */
/* 	width: 96%; */
}

.detailedDescription {
	font-family: Amaranth;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	width: 98%;
	padding: 1%;
	margin: auto;
	margin-top: 1%;
	position: relative;
	border: 1px solid #90cbf5;
/* 	height: 200px;
	max-height: 200px;
	min-height: 200px;
 */	
 	overflow: visible;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	float: left;
/* 	padding: 2%; */
	clear: none;
/* 	float: left; */
/* 	width: 96%; */
	
}
.wsite-text {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	margin: 7px 0 5px 15px;
}
.separator0 {
	clear: both;
	border-bottom: 1px solid #6CA9D5;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 2px;
	height: 2px;
}
.emptySeparator {
	clear: both;
	height: 0px;
}
.ContentContainer {
	clear: none;
	float: left;
	width: 96%;
	text-align: justify;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
/* 	margin-right: auto; */
/* 	margin-left: auto; */
/* 	font-family: Amaranth; */
	font-size: 14px;
	font-weight: normal;
	color: #333;
/* 	border: 1px solid #C5D7EF; */
/* 	-moz-border-radius: 10px; */
/* 	-webkit-border-radius: 10px; */
/* 	border-radius: 10px; */
/* 	background-color: #F2F2F2; */
}
.ImageTextLeft {
	padding-right: 15px;
	padding-left: 3px;
	float: left;
	width: auto;
	text-align: justify;
}
.centeredImage {
	position: relative;
	text-align: left;
	padding-bottom: 8px;
}

/*--------------------------------------------*/
/*------ RSS BOXES ---------------------------*/
/*--------------------------------------------*/
.rss-box {
	background-color: #E5ECF9;
	border: 1px solid #C5D7EF;
	text-align: left;
	width: 100%;
	float: left;
	max-height: 360px;
	min-height: 360px;
	overflow: auto;
	border-radius: 16px;
}
p.rss-title {
	line-height: 16px;
	padding: 5px;
	margin: 0;
	text-align: center;
}
.rss-title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	font-weight: 700;
	text-align: left;
	margin: 0;
	padding: 0;
}
a.rss-title, a:visited.rss-title, a:hover.rss-title {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	border: none;
}
.rss-items {
	color: #000;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5D7EF;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #C5D7EF;
	border-bottom-color: #C5D7EF;
	border-left-color: #C5D7EF;
}
.rss-item {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	background: #FFF;
	list-style: none;
/* 	line-height: 16px; */
	border-bottom: 1px solid #C5D7EF;
	padding: 8px;
}
ul.rss-items {
/* 	margin: 0 0 5px; */
}
ul li.rss-item {
	background: #FFF;
	padding: 8px;
}
.rss-item a {
	text-decoration: underline;
	color: blue;
	font-size: 12px;
	font-weight: 700;
	font-family: arial, sans-serif;
	border: none;
	padding: 0;
}
.rss-item a:visited {
	color: blue;
}
.rss-date {
	font-size: 85%;
	font-weight: 400;
	color: #F60;
}

/*--------------------------------------------*/
/*------ EDIT MODE BUBBLE --------------------*/
/*--------------------------------------------*/
.editionBubbleDiv {
	border-left-style:solid;
	border-left-width:10px;
	border-left-color:blue;
	text-align:left;
	position:absolute;
	left:5%;
	bottom:0px;
}
.editionRowsControlDiv {
	position:relative;   
}
.editionRowsBubblelDiv {
	position:relative;
	background-color:lightblue;
	margin-right:1%;
	margin-left:1%;
	display:block;
	min-height:10px;
}
.editionRowsBubblelDiv:hover {
	background-color:LightCoral;
}
.editionRowsBubblelDiv div {
	display: none;
}

 .csmImage:hover {
	display:none;
}
.editionColumnsControlDiv {
		min-height: 20px;   
}

.editionColumnsBubbleDiv {
	position:relative;
	background-color:lavender;
	margin-right:1%;
	margin-left:1%;
	display:block;
	min-height:10px;
}
.editionColumnsBubbleDiv:hover {
	background-color:lightpink;
}
.editionColumnsBubbleDiv div {
	display: none;
}

 .editionBubbleObjectDiv {
	position:relative;
	background-color: #EEE;
	display:block;
}
.editionBubbleObjectDiv:hover {
	background-color:#FFE;
	color:red;
}
.editionBubbleObjectDiv div {
	display: none;
}
.editionBubbleObjectDiv:hover div {
	display: block;
	z-index:100; 
}

/**
 *	CKEditor editables are automatically set with the "cke_editable" class
 *	plus cke_editable_(inline|themed) depending on the editor type.
 */

/* Style a bit the inline editables. */
.cke_editable.cke_editable_inline
{
	cursor: pointer;
}

/* Once an editable element gets focused, the "cke_focus" class is
   added to it, so we can style it differently. */
.cke_editable.cke_editable_inline.cke_focus
{
	box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000;
	outline: none;
	background: #eee;
	cursor: text;
}

/* Avoid pre-formatted overflows inline editable. */
.cke_editable_inline pre
{
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*--------------------------------------------*/
/*------ EDIT MODE BUTTONs -------------------*/
/*  http://css-button-generator.com/          */
/*--------------------------------------------*/
.css_blue_btn_class {
	font-size:14px;
	font-family:Comic Sans MS;
	/*font-weight:bold;*/
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0px solid #84bbf3;
	padding:3px 12px;
	margin:5px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
}.css_blue_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.css_blue_btn_class:active {
	position:relative;
	top:1px;
}

.css_red_btn_class {
	font-size:14px;
	font-family:Comic Sans MS;
/* 	font-weight:bold; */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0px solid #d83526;
	padding:3px 12px;
	margin:5px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe1a00), color-stop(100%, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background:-ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	color:#ffffff;
	display:inline-block;
}.css_red_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background:-ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.css_red_btn_class:active {
	position:relative;
	top:1px;
}

.css_green_btn_class {
	font-size:14px;
	font-family:Comic Sans MS;
/* 	font-weight:bold; */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0px solid #74b807;
	padding:3px 12px;
	margin:5px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #89c403), color-stop(100%, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	background:-ms-linear-gradient( top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	color:#ffffff;
	display:inline-block;
}.css_green_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #77a809), color-stop(100%, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	background:-ms-linear-gradient( top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.css_green_btn_class:active {
	position:relative;
	top:1px;
}

.css_orange_btn_class {
	font-size:14px;
	font-family:Comic Sans MS;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0px solid #eeb44f;
	padding:3px 12px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffce79), color-stop(100%, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	background:-ms-linear-gradient( top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	color:#ffffff;
	display:inline-block;
}.css_orange_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #eeaf41), color-stop(100%, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	background:-ms-linear-gradient( top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}.css_orange_btn_class:active {
	position:relative;
	top:1px;
}

/* Generic Button */
/* This imageless css button was generated by CSSButtonGenerator.com */
.genericButton {
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:Trebuchet MS;
	font-size:0.9em;
	
	font-weight:bold;
	padding: 5px 10px;
	text-decoration:none;
	
	/* 	word-spacing: normal; */
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	cursor: pointer;
	
}
.genericButton:hover {
	background-color:#468ccf;
}
.genericButton:active {
	position:relative;
	top:1px;
}
/* table { table-layout: fixed; width: 100%; } */

.csmSideMenuIn {
}
.csmSideMenuContent {
	
}
.csmSignaletic{
	border: solid thin;
	border-color: grey;
	width: auto;
	padding:1%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#f8f8f8;
	margin: 0px;
	margin-bottom: 1%;

/* 	background-image:url('/images/newLogo.png'); */
	background-repeat:no-repeat;
	background-position:20% 28%;
	background-size:8% auto;  
}
	
.csmSignaleticSpaced{
  padding-left:10px;
  padding-right:10px;
  padding:0px;
/*background-color:#f8f8f8;*/
/*   background-color:transparent; */

 margin-top: 0px;
 margin-bottom: 0px;
}

.csmSignaleticTable {	
width: 100%;
}

td.csmSignaleticTitle  {
  font-size:12px;
}

.csmSignaleticTable {
	table-layout: fixed; 
	width: 100%; 
}
/*.table th,*/
.csmSignaleticTable td {
	
/*   padding-top: 1%; */
  /*
  line-height: 20px;
  */
  vertical-align: middle;
/*   border-top: 2px solid #111111; */
  margin: 0px;
  white-space: nowrap;
  text-align: center;
/*   padding: 1%; */
}

.csmSignaleticTable td:first-child {
/* 	  padding-top: 1%; */
	
/* 	   width: 40%; */
}

table.csmSignaleticTable-bordered {
  width: 100%;	
/*   overflow: hidden; */
   background-color:#ffffff; */
  filter : alpha(opacity=50);
   opacity : 0.8;
/*   table-layout: auto; */
  border: 1px solid  #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-spacing:0;
  border-collapse: separate;
  }

.csmSignaleticTable-bordered th {
  border: 1px solid  #dddddd;
  border-bottom: 2px solid #dddddd;
  font-size: 8px;
/*   -moz-border-radius: 5px; */
/*   -webkit-border-radius: 5px; */
/*   border-radius: 5px; */
}
.csmSignaleticTable-bordered td {
  border: 1px solid  #dddddd;
  	font-size: 0.8em;
 }

/*
/  Events Specific
*/
.pageListRowsTableDiv {
	width:98%;
	margin:auto;
	display: inline-block;
		background-color: #ededed;
	border-radius: 10px;  
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
		
}
.pageListRowDiv {
	color: black;
/*     width:98%; */
	background-color: #ededed;
/* 	margin-top: 5px; */
	border-style: solid;
	border-width : 1px;
	border-color: grey;
	border-radius: 10px;  
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	font-size:18px;
	font-weight: bold;
	background-color: Gainsboro;
/* 	padding: 4px; */
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.pageListRowBackground {
	background: url("/images/more-info.gif") no-repeat scroll 99% center / 15% auto transparent;
}

.pageListRowColDiv {
	width:100%; 
	float:left;
	margin: 3px 0px;
	text-align: center; 
}
.pageListRowForm {
	width:90%; 
	margin: auto;
	text-align: center; 
}
.pageListRowField {
	border: 1px solid grey;
		background-color: #f4f4f4;
	border-radius: 5px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2%;
}

.pageListRowColDiv ul {
	margin: 0px;
	text-align: center; 
}
.pagesListTable {
	table-layout: fixed; 
	width: 100%; 
	color: black;
    width:98%;
	background-color: #ededed;
	margin: auto;
	margin-top: 5px;
/* 	border-style: solid; */
/* 	border-width : 1px; */
	border-color: grey;
	border-radius: 10px;  
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-collapse: separate;
}
.pagesListTable th {
	border-color: grey;
	border-style: solid;
	border-width : 1px;
	border-radius: 10px;  
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	font-size:18px;
	background-color: Gainsboro;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	text-align: center;
}
.pagesListTable tr {
  	border-collapse: separate;
}
.pagesListTable td {
	font-size:14px;
	padding : 0px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
}


.csmSideMenu{
	font-family: amaranth;
	border: ridge;
	border-color: grey;
	width: 120px;
/* 	padding:10px; */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#f8f8f8;
/* 	margin: 10px; */
	margin-right: 30px;
}
.csmSideMenuIn{
	margin:1% 5% 1% 5%;
	padding-left: 1%;
	padding-right: 1%;
	border: thin solid;
	border-color: silver;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#f0f0f0;
}

div.csmSideMenuIn {
	font-family: serif;
	font-style: italic;
/* 	font-variant: normal; */
	font-weight: bold;
/* 	font-size: medium; */
	line-height: 100%;
/* 	word-spacing: normal; */
/* 	letter-spacing: normal; */
/* 	text-decoration: none; */
/* 	text-transform: none; */
/* 	text-align: center; */
/* 	text-indent: 0ex; */
/* 	color: #888888; */
}

div.csmVSpace {
  height: 5px;
}

h2 {
		font-size:12px;
}
h3 {
		font-size:18px;
		line-height: 1;
}

/* .activityDescriptionText { */
/* /* 	text-align:justify; */ */
/* 	text-align:left; */
/* 	margin:2%; */
/* 	font-family: Amaranth; */
/* 	font-size: 13px; */
/* 	font-style:italic; */
/* 	font-weight:100; */
/* } */
/* .activityDescriptionText h2{ */
/* 	font-style:normal; */
/* 	font-size:15px; */
/* } */
.activityTextPage {
	text-align:justify;
	font-family: Amaranth;
	font-size: 14px;
	font-style:italic;
	font-weight:100;
	margin: 2%;
}

.csmPictureImg {	
	max-height:150px;
}

/* .activityDescriptionDiv { */
/* 	text-align:center; center horizontal */
/* } */

#left_inflash{
/* display:block; */
font-size: 12px;
text-align: left;
/* padding: 1%; */
width: 100%;
text-align: center;
/* padding: 2% 0% 2% 0%; */
overflow: hidden;
margin: auto;

}
#right_inflash{
/* display:block; */
font-size: 12px;
text-align: left;
/* text-align: justify; */
/* padding: 1%; */
width: 95%;
padding: 2% 0% 2% 0%;
overflow: hidden;
/* text-indent: 3%; */
margin: auto;

}
.FlashHeader {
	text-align: center;
}
.FlashHeader a {
	color: LightSalmon;
	text-decoration: none;
}
.editionColumnsInflashDiv {
}


/***********************************************************************/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/***********************************************************************/
@media only screen and (min-width: 481px) {
/*	
body {
background-color: #F00;
}
*/
.gridContainer.clearfix #TopMenuDiv .TopMenuBtn {
	font-size: 15px;	
/* 	padding: 1%; */
/* 	margin: 1%;	 */
/* 	margin-top: 0.1%;	 */
	
}
	
div.csmVSpace {
  height: 8px;
}

/* .csmSignaleticTable-bordered th, */
/* .csmSignaleticTable-bordered td { */
/* 	width: 14%; */
/* 	font-size:14px; */
/* } */

.csmSignaleticTable-bordered th {
  border: 1px solid  #dddddd;
  border-bottom: 2px solid #dddddd;
  font-size: 12px;
/*   -moz-border-radius: 5px; */
/*   -webkit-border-radius: 5px; */
/*   border-radius: 5px; */
}
.csmSignaleticTable-bordered td {
  border: 1px solid  #dddddd;
  	font-size: 0.9em;
  
/*   -moz-border-radius: 5px; */
/*   -webkit-border-radius: 5px; */
/*   border-radius: 5px; */
}

.csmSignaleticTable td:first-child {
/* 	   width: 50%; */
}
td.csmSignaleticTitle  {
  font-size:14px;
}

.csmSignaletic {
	background-position:28% 28%;
	background-size:6% auto;  
}

.genericButton {
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:Trebuchet MS;
	font-size: 1.0em;
	
	font-weight:bold;
	padding: 5px 10px;
	text-decoration:none;
	margin-left: 3%;
	margin-right: 3%;
	
		/* 	word-spacing: normal; */
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	
}

h2 {
	font-size:14px;
	font-size: 1.0em;
}

/* .activityDescriptionText { */
/* 	font-size: 15px; */
/* } */
/* .activityDescriptionText h2{ */
/* 	font-size:17px; */
/* } */

.activityTextPage {
	font-size:15px;
	text-align:justify;
	font-family: Amaranth;
	font-style:italic;
	font-weight:100;
	margin: 2%;	
}

.csmPictureImg {	
	max-height:250px;
}

.flashTitle {
	font-size: 20px;
}

.flashInfoBox {
/* 	height: 300px; */
/* 	max-height: 300px; */
/* 	min-height: 300px; */
}

#left_inflash{
font-size: 14px;
width: 100%;
}
#right_inflash{
font-size: 14px;
}

.detailedDescription {
	font-size: 14px;
}
.pageListRowColDiv {
	width:100%; 
	float:left;
	margin: 3px 0px;
}
.pageListRowColDiv ul {
	margin: 0px;
	text-align: left; 
}

}

/*****************************************************************************************************/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/*****************************************************************************************************/
@media only screen and (min-width: 769px) {

.gridContainer.clearfix #TopMenuDiv .TopMenuBtn {
	font-size: 18px;
/* 	line-height:1; */
	padding: 1%;
/* 	padding-top: 0.5%; */
/* 	padding-bottom: 0.5%; */
/* 	margin: 1%;	 */
/* 	margin-top: 0.1%;	 */
}
	
div.csmVSpace {
/*   height: 20px; */
}
	
.genericButton {
	font-size:1.0em;
	padding: 5px 10px;
		
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	
}

/* .csmSignaleticTable td:first-child { */
/* 	   width: 50%; */
/* } */
td.csmSignaleticTitle  {
  font-size:16px;
}

.csmSignaletic {
	background-position:30% 12%;
	background-size:6% auto;  
}

.csmSignaleticTable-bordered th {
  border: 1px solid  #dddddd;
  border-bottom: 2px solid #dddddd;
  font-size: 14px;
/*   -moz-border-radius: 5px; */
/*   -webkit-border-radius: 5px; */
/*   border-radius: 5px; */
}
.csmSignaleticTable-bordered td {
  border: 1px solid  #dddddd;
  	font-size: 1.0em;
  
/*   -moz-border-radius: 5px; */
/*   -webkit-border-radius: 5px; */
/*   border-radius: 5px; */
}

h2 {
		font-size:18px;
}

/* .activityDescriptionText { */
/* 	max-height:400px; */
/* 	font-size: 16px; */
/* } */
/* .activityDescriptionText h2{ */
/* 	font-size:18px; */
/* } */
.activityTextPage {
	font-size:16px;
	text-align:justify;
	font-family: Amaranth;
	font-style:italic;
	font-weight:100;
	margin: 2%;
}

.csmPictureImg {	
	max-height:300px;
}
.flashTitle {
	font-size: 24px;
}

.flashInfoBox {
/* 	display: table; */
	
/* 	height: 400px; */
/* 	max-height: 400px; */
/* 	min-height: 400px; */
}

#left_inflash{
float: left;
/* display: table-cell; */
text-align: center;
vertical-align: middle;
font-size: 16px;
width: 48%;
padding: 1%;
/* max-width: 10px; */
/* max-height: 200px; */
/* padding: 1% 0; */
/* overflow: hidden; */
}
#right_inflash{
float: left;
/* display: table-cell; */
vertical-align: top;
font-size: 16px;
width: 48%;
padding: 1%;

/* padding: 1% 0; */
/* overflow: hidden; */
/* text-indent: 3%; */
}
.detailedDescription {
	font-size: 16px;
}

/*
/  Events Specific
*/
.pageListRowColDiv {
	width:33%; 
	float:left;
	margin: 10px 0px;
}
.pagesListTable {
	color: black;
    width:100%;
}
}

@media only screen and (min-width: 1100px) {
/*
body {
background-color: #00F;
}
*/
.genericButton {
	font-size:0.85em;
		padding: 5px 6px;
	
	}
}
@media only screen and (min-width: 1180px) {
/*
 body { 
 background-color: #F0F; 
 } 
 */
	
.genericButton {
	font-size:0.9em;
	}
}
@media only screen and (min-width: 1270px) {
/*
body {
background-color: #0FF;
}
*/
.genericButton {
	font-size:1em;
	}
}
