body
{
  background-color: #FFFFFF;
  
  margin: 0 auto;
  padding: 5px; 
  
  text-align: center;
  padding: 0px;
  font-family: Verdana,Arial, Helvetica, Sans Serif;
  line-height: 150%;
  font-size: 11px;
  color:#404040;
  
}

.global{
}

.top{
  position:relative;
  width: 996px;
  /*height:110px;*/
  /*background-image:url('/images/header2.jpg');*/
  background-repeat:no-repeat;
  height:156px;
}

.content
{
	background-color: #FFFFFF;
	text-align:justify;
	width:996px;
	position:relative;
  min-height : 450px;
  /*
  border-top: 1px #000000 solid;
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
	*/
}

hr
{
  border: 0;
  /*background-color: #6C733F;*/
  background-color: #5CA43E;
  height: 1px;
}

.floatingLeft{
	position:absolute;
	top:10px;
	left:30px;
	bottom:0px;
	width:228px;
	
	/*border-right: 1px dotted #E0E0E0;*/
	
	text-align: center;
	
}

.floatingLeftImage
{
  left:30px;
}

.floatingRight
{
	position:absolute;
	top:10px;
	right:30px;
	bottom:0px;
	width:200px;
	border-left: 1px dotted #E0E0E0;
}

.floatingRightContact
{
	position:absolute;
	top:10px;
	right:30px;
	bottom:0px;
	width:200px;
	border-left: 1px dotted #E0E0E0;
  font-family: Verdana,Arial, Helvetica, Sans Serif;
  line-height: 150%;
  font-size: 13px;
  padding-left:5px;
}

.mainContent
{
  padding-top:10px;
  padding-bottom:10px;
  margin-right:240px;
  margin-left:265px;
  height:100%;
	text-align:justify;
}

.mainContentNoRight
{
	padding-top:10px;
	padding-bottom:10px;
	margin-right:0px;
	margin-left:265px;
	height:100%;
	text-align:justify;
}

.mainContentNoLeft
{
	padding-top:10px;
	padding-bottom:10px;
	margin-right:240px;
	margin-left:40px;
	height:100%;
	text-align:justify;
}

.mainContentNoLeftNoRight
{
	padding-top:10px;
	padding-bottom:10px;
	margin-right:50px;
	margin-left:40px;
	height:100%;
	text-align:justify;
}
.mainContentAdmin
{
  padding-top:10px;
  padding-bottom:10px;
  margin-right:40px;
  margin-left:30px;
}

.footer
{
  color:#000000;
  font-size:7pt;
  padding-top:10px;
  background-image:url(/images/footer-inovadia.jpg);
  background-repeat:no-repeat;
  
  width: 996px;
  /*border-top: 1px dotted #E0E0E0;*/
  border-top: 1px dotted #E0E0E0;
  
  /*
  text-align:right;
  margin-right:100px;
  */
}

/* Pages */
.pages{

}
.pagesTop{

}
.pagesTopText{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			  : 10px;
	font-weight			: bold;
	text-decoration	: none;
	white-space			: normal;
	padding-left:0px;
}
.pagesMiddle{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			  : 10px;
	text-decoration	: none;
	white-space			: normal;
	padding-left:0px;
	padding-right:5px;
	height:100%;
	text-align:left;
}
.pagesMiddle ul {
	list-style-type:none;
	margin-left:-40px;
	_margin-left:0px; /* ie 6 fix */
	*margin-left:0px; /* ie 7 fix */
}

.pagesBottom{
	height:50px;
}
.floatingWindow{
	padding-left:10px;
	padding-right:10px;
}
.floatingTop{
}
.floatingTopText
{
}

.floatingTopText h2
{
	font-size			  : 12px;
	font-weight			: bold;
	text-decoration	: none;
  white-space			: normal;
}

.floatingMiddle
{
  font-size			  : 10px;
	text-decoration	: none;
	white-space			: normal;
	text-align:left;
}

.floatingBottom{
}

a:link, a:visited
{
  color: #6DB448;
  /*color:#801A28;*/
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

li.currentPage a:hover, li.pageLink a:hover
{
}

h1.home
{
	
  font-size: 18px;
  text-align:center;
  /*color:#801A28;*/
  color:#6CB44E;
}

h1
{
  color:#5CA43E;
  font-size:11pt;
}

h2
{
  color:#5CA43E;
	font-size:10pt;
}

table.agenda
{
	border-width: 1px;
	border-spacing: ;
	border-style: hidden;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
	
	width:100%;
}

li {
 color: #404040;
 display : list-item;
 list-style-image : url(/images/puce.gif);
} 



/* ------------------------ CHROME MENU -------------------------------- */
.chromestyle{  
  
  
  /*position:relative;*/
  background-color: #FFFFFF;
  color:#404040;
  height:32px;
  width:996px;
  /*border: 1px dotted #E0E0E0;*/
  text-align: center;
  
  /*left:510px;*/
  /*padding-left:250px;*/
}

.chromestyle:after
{
  /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.chromestyle ul
{
  position:relative;
  left:0px;
  top:5px;
  width: 100%;
  padding: 4px 0;
  margin: 0 auto;
  text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
  display: inline;
}

.chromestyle ul li a{
  /*color: #ffffff;*/
  color:#404040;
  
  padding: 4px 7px;
  margin: 0;
  text-decoration: none;
}

.chromestyle ul li a:hover
{

  text-decoration: underline;
}

.chromestyle ul li a.selected{
/*font-weight: bold;*/
}

.selected_menu
{
	font-weight:900;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font-family: Verdana,Arial, Helvetica, Sans Serif;
line-height: 150%;
font-size: 10px;
text-align:left;
font-weight: normal;
z-index:100;
/*background-color: #FEFEE3;*/
background-color: #FFFFFF;
width: 200px;
visibility: hidden;
/*
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
/*border-bottom: 1px solid #BBB; *//*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
text-indent: 1px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #E2E3B9;*/
background-color: #F0F0F0;
}
