/* Start of CMSMS style sheet 'CMSMSBanquetFriut : Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(uploads/CMSMSBanquetFriut/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(uploads/CMSMSBanquetFriut/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/CMSMSBanquetFriut/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'CMSMSBanquetFriut : Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'CMSMSBanquetFriut : CMSMSFrutitopiaStyle' */
/*
Copyright: Ludger Merkens
based on works of Darren Hester 2006 http://www.designsbydarren.com, Mark Challoner and others
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
have a look at Open Source Web Design Hompage
*/

body {
  text-align: center;
  background: #D5D0B0;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #FF6600; text-decoration: none
}
A:visited {
	COLOR: #FF6600; text-decoration: none
}
A:active {
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #FF6600; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 85%;
  text-align: left;
  background: #F8FEF4;
  border: 1px solid #586F31;
}

#page_header {
  height: 120px;
  background: #739240 url('images/fruitopia/lauteREShadeB3.jpg') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #3A4A26;
}

#menu_bar {
  height:30px;
  background: url('images/fruitopia/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600 url('images/fruitopia/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #FF6600 url('images/fruitopia/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}
#menu_bar ul li.activeparent a
{
background: #FF6600 url('images/fruitopia/menu_bg_active.gif') top left repeat-x;
}
#menu_bar ul li.currentpage h3
{
  margin : 0;
   padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
background: #FF6600 url('images/fruitopia/menu_bg_active.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
  display: inline;
}

#menu_bar ul li a:hover
{
  background: #FF6600 url('images/fruitopia/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

#menu_bar dfn
{ display:none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

#menu_vert ul li
{
  margin-left:0px;
  list-style-type: bullet;
font-family: verdana, arial, sans-serif;
  font-size:12px;
  font-weight: bold;
}

#menu_vert ul li a
{
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0 px;
  display:block;
  font-weight: bold;
/*  color: #FFFFFF; */
color:903E11;
/*background: #FF6600 url('images/fruitopia/menu_bg.gif') top left repeat-x;
border: 1px solid #AAE5A4; */
   background: url('images/fruitopia/RedArrow.gif') top left fixed no-repeat;
}

#menu_vert ul li a:hover
{
/* color: #FFFFFF; */
/* background: #FF6600 url('images/fruitopia/menu_hover_bg.gif') top left repeat-x; */
  color: #171A09;
  font-decoration: none;
}

#menu_vert ul li.currentpage h3
{
  margin : 0px;
   padding-top:4px;
  padding-bottom:4px;
  padding-left: 0px;
/* background: #FF6600 url('images/fruitopia/menu_bg_active.gif') top left repeat-x; */
/*  color: #EFEFEF; */
  color: #171A09;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
  font-size:12px;
  font-weight: bold;
  display:block;
 border: 0px solid #AAE5A4; 
 background-color: #FAF8E9;
}


#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
 overflow:hidden;
}

#right_side {
/*  margin-top:5px;*/
  float: left;
  width:26%;
  border: 1px dashed #D5D0B0;
  background-color: #FAF8E9;
  padding-left : 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF6600;
  padding:4px;
  border: 1px solid #739240;
/*#AAE5A4; */
  background-color:#F4FDE5;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: right;
  width:69%;
  background-color: #F8FEF4;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#F8FEF4;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#left_side h4 {
text-align: left;
font-family: verdana, arial, sans-serif;
   color:#303B1D;
  font-size:14px;
/*  border: solid #303B1D 0px;*/
  border: solid  0px #739240;
  border-left-width:1em;
  border-top-width:1px;
  padding-left: 1em;
/*  width:100%; */
/*display:block;*/
}


#left_side p {
text-align: left;
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
  padding-left:4px;
}

#left_side ul {
  list-style-image : url('images/fruitopia/GreenBullet.gif');
/*  border: solid blue 1px;*/
}

#left_side li {
text-align: left;
font-family: verdana, arial, sans-serif;
font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 17px;
  margin-bottom:5px;
}

#left_side img {
  border : 0px;
}

#left_side img.right {
  float: right;
  padding-left: 1em;
  width: 50%;
  height: auto;
}


.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

blockquote {
  font-family: verdana, arial, sans-serif;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin:10px;
}

blockquote h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  border: solid 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#page_footer {
  height: 60px;
  background-color: #739240;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

.spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(uploads/CMSMSBanquetFriut/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

p { text-align:left}

#presse {
   font-family: arial,helvetica,sans-serif,Verdana
   color : black;
}

#presse h3 {
  font-family: arial,helvetica,sans-serif,Verdana
   color : black;
  font-size:20px;
}

#presse p {
   font-size:13px;
}

#presse p.author {
  font-size: 11px

}

#presse p.teaser {
    font-weight: bold;
}

fieldset label {
   width:160px;
   display:block;
   float:left;
   font-family:verdana;
   font-size:12px;
}

fieldset div {
  display:block;
  width:100%;
  clear:left;
  margin-top:4px;
}
.copyadress input {
float:left;
}

fieldset label.label {
 display:inline;
  font-size:10px;
}
/* End of 'CMSMSBanquetFriut : CMSMSFrutitopiaStyle' */

/* Start of CMSMS style sheet 'CMSMSBanquetFriut : News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
  display:none;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
  display:none;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
   display:none;
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  display:none;
  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
*/
#NewsPostDetailPrintLink {display:none}
/*
#NewsPostDetailReturnLink {}
*/
/* End of 'CMSMSBanquetFriut : News' */

/* Start of CMSMS style sheet 'UpcomingCalendar' */
#upcoming h1 {
 display:none;
margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#F8FEF4;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#upcoming {
margin:0;
padding:0;
font-family: verdana, arial, sans-serif;
color:green;
}

#upcoming h2 {
margin:0;
padding:0;
display: block;
text-align:left;
font-size:15px;
width:66%;
float:right;
}

#upcoming .calendar-event {
/*border:solid red 1px;*/
width:92%;
  display:block;
  margin:auto;
/*  border: solid red 1px;*/
  padding-top: 10px;
  clear:both;
}

#upcoming .calendar-date-from {
/*border:solid blue 1px;*/
margin-top:3px;
display: inline;
width: 28%;
font-size:11px;
font-weight:bold;
float:left;
}

#upcoming .calendar-date-title {
display:none;
}
#upcoming .calendar-summary-title {
display:none;
}

#upcoming .calendar-date-time {
  display:none;
}

.calendar-details-title {
  display:none;
}
#upcoming .calendar-summary {
font-family : times, helvetica;
font-family: verdana;
display: inline;
font-size:13px;
color:#333333;
width:66%;
float:right;
/*border:solid black 1px;*/
}

#upcoming a {
display:inline;
float:left;
clear:both;
font-size:12px;
}
/* End of 'UpcomingCalendar' */

