#aggregate {
    width: 300px;
}

.aggregate_header {
    height: 84px;
    width: 285px;
    padding: 0px 5px 5px 10px;    
    float: left;
    background-image: url(../img/aggregate/header.png);
    background-repeat: no-repeat;
    border-bottom: 1px #cc9900 solid;
}

.aggregate_minimize_btn {
	float: right;
	width: 30px;
	text-align: center;
	cursor: pointer;
	position:relative;
	z-index: 2;
	margin-top: 5px;
}

.ambassador_name {
    font-size: 16px;
	width: 145px;
    font-weight: bold;
    color: #000;
    display: block;
    padding-top: 5px;
}

.ambassador_title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
	width: 145px;
    display: block;
	float: left;	
}

.aggregate_helpme_btn {
    cursor: pointer;
    margin-top: 5px;
}

.aggregate_menu {
    border-top: 1px solid #ffcc33;
    width: 295px;
    height: 20px;
    float: left;
    background-color: #ffcc00;
    padding-bottom: 5px;
	padding-left: 5px;
}

.aggregate_menu ul li {
    display: block;
	float: left;
    font-size: 12px;
    padding: 5px 10px;
}

.aggregate_menu ul li:hover, .aggregate_menu ul li.active {
	background-image: url(../img/aggregate/menu_on.gif);
	background-repeat: repeat-x;
	color: #fff;	
}

.aggregate_menu ul li:hover a, .aggregate_menu ul li.active a {
	color: #fff;
}

.aggregate_menu a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.aggregate_toggle {
	display:block;
	float: left;
}

.aggregate_body {
    background-color: #000;
    height: 243px;
    float: left;
    width: 300px;
}

.aggregate_slider {
    background-color: #ffcc00;
    float: left;
    width: 280px;
    height: 20px;
    padding: 4px 10px;
}

.info {
    float: left;
    font-size: 12px;
    color: #000;
    width: 250px;
    padding: 0 5px;
    text-align: center;
}

.next, .prev {
    padding-top: 0px;
    float: left;
    cursor: pointer;
}

.aggregate_footer {
    float: left;
    width: 300px;
    height: 48px;
}

.aggregate_menu .blue {
  color: #206CFF
}

#agenda_pic,
#agenda_pic img {
  width: 293px;
  height: 180px;
}

#agenda_title {
  font-weight: bold;
  color: #ffcc00;
}

#agenda_title, #agenda_time {
  margin-left: 10px;
}

#aggregate #ambassadeurs {
  float; left;
  height: 48px;
  width: 300px; 
}
/*
#aggregate #ambassadeurs a {
  background: url(../img/aggregate/amb_aggregate_bw_300.png) no-repeat;  
  height: 48px;
}

#aggregate #ambassadeurs a:hover,
#aggregate #ambassadeurs a.active {
  background: url(../img/aggregate/amb_aggregate_colored_300.png) no-repeat;  
}

#aggregate #ambassadeurs a.amb_tim_akkerman {
  background-position: 0 0;
  width: 55px;
}

#aggregate #ambassadeurs a.amb_pierre_wind {
  background-position: -55px 0;
  width: 55px;
}

#aggregate #ambassadeurs a.amb_soumiya_abalhaya {
  background-position: -110px 0;
  width: 52px;
}

#aggregate #ambassadeurs a.amb_lex_immers {
  background-position: -162px 0;
  width: 38px;
}

#aggregate #ambassadeurs a.amb_dennis_weening {
  background-position: -200px 0;
  width: 50px;
}

#aggregate #ambassadeurs a.amb_jessica_mendels {
  background-position: -250px 0;
  width: 50px;
}
*/
.left {float:left;}
.right {float:right;}

.aggregate_footer a {
  background-image: url(../img/aggregate/widgets_bottom.gif);
  background-repeat: no-repeat;
  height: 48px;
}

.aggregate_footer a.left {
  width: 150px;
  background-position: 0 0;
}

.aggregate_footer a.right {
  width: 150px;
  background-position: -150px 0;
}

.aggregate_menu div.right {
  background: #ffffff;
  padding: 3px 0;
  margin: 2px 10px 0 0;
}

.aggregate_menu div.right a {
  padding: 3px 15px;
}

.aggregate_menu div.right a:hover {
  color: #ffffff;
}

.aggregate_menu div.right:hover {
  background: #000000;
}
/*
#aggregate #ambassador_head {
  background: url(../img/aggregate/amb_headers3.png) no-repeat;
  height: 87px;
  width: 130px;
  float: left;
  position: absolute;
  margin: -6px 0 0 150px;
  background-position: -288px 0;
  z-index: 1;
}*/

#aggregate #ambassador_head {
	height: 89px;
	width: 128px;
}

#ambassadeurs ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#ambassadeurs ul {
	padding: 0;
	margin: 0;
}

