body 
{
	background-color: #e6e3d9;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

.all
{
	width: 960px;
}

.all_mediacontainer
{
	width: 1300px;
}

.imageleft
{
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.imageright
{
	float: right;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.imageright2
{
	float: right;
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom: 15px;
}


p
{
	margin: 0px;
	padding: 0px;
}

/*** HEADER ***/

.logoTop
{
	width: 960px;
	height: 85px;
	background-color: #f7f6f3;
	text-align: left;
	clear: both;
}

.logoTop img
{
	border: 0px;
}

.logoTop_mediacontainer
{
	width: 1300px;
	height: 85px;
	background-color: #f7f6f3;
	text-align: left;
	clear: both;
}

.logoTop_mediacontainer img
{
	border: 0px;
}

.mediacontainer
{
	width: 1300px;
	background-color: #f7f6f3;
	text-align: left;
	clear: both;
}

.mediacontainer-menu
{
	background-color: #cfcab6;
	background-image: url(../images/bg-mediacontainer-menu.gif); 
	background-repeat: repeat-x;
}

.mediacontainer-menu td
{ 
	white-space: nowrap;
	padding: 0px 12px 0px 12px;
}

.mediacontainer-menu td.vertical
{
	background-color: #cfcab6;
	background-image: url(../images/mediacontainer-menu-vertica.gif); 
	background-repeat: no-repeat;
}
.mediacontainer-menu a{
	text-decoration: none;
	color: #fafaf8;
	font: bold 13px Verdana;
	text-transform: uppercase;
}

.mediacontainer-menu a:hover,
.mediacontainer-menu a.active{
	color: #8b856b;
}

.mediacontainer-search
{
	background-color: #dad7c8;
	margin-bottom: 4px;
}

.mediacontainer-search td
{
	padding:0px 0px 0px 12px;
	font-size:10px;
	color: #ada684;
}

.mediacontainer-search .search-field,
.mediacontainer-search .search-button,
.mediacontainer-search .search-filter{
	background: #ffffff;
	color: #bdb89d;
	border:1px solid #cccccc;
	font: bold 10.5px Verdana;
	vertical-align: middle;
}
.mediacontainer-search .search-field{
	padding:2px 3px 0px 3px;
	height:17px;
	width: 220px;
}
.mediacontainer-search .search-button{
	height:21px;
	width: 74px;
	text-transform: uppercase;
}
.mediacontainer-search .search-filter{
	height:21px;
	width: 146px;
	text-transform: uppercase;
	margin-right: 3px
}

.mediacontainer-content
{
	background-color: #ffffff;
	height: 250px;
	width:490px;
    overflow: auto;	
}

.mediacontainer-content-table
{
	margin:6px 0px 6px 6px;		
}

.mediacontainer-image{	
	background-position: center;	
	background-repeat: no-repeat;
}
.mediacontainer-text{
	width:145px;
	color: #5e5946;
	font-size:9px;	
	padding-top:6px;
}
.mediacontainer-text .author-name{
	font-size:11px;	
	font-weight:bold;
}
.mediacontainer-text a{
	color: #5e5946;
}

.mediacontainer-content-table td.vertical{
	width:12px;
	background-image: url(../images/mediacontainer-vertical.gif); 
	background-repeat: repeat-y;	
	background-position: top;
}
.mediacontainer-content-table td.horizontal{
	height:17px;
	background-image: url(../images/mediacontainer-horizontal.gif); 
	background-repeat: repeat-x;	
	background-position: left;
}

.mediacontainer-description{
	width:100%;
	height: 45px;
	font-size: 12px;
	background-color:#cfcab6;
	color: #8b856b;
	margin-top: 9px;
	padding:9px 0px 0px 13px;
}
.mediacontainer-line{
	width:100%;
	background-color: #fbfcf7;
	font-size: 2px;
	height: 2px;
	margin: 9px 0px 9px 0px;
}

.header_blue_separator
{
	width: 960px;
	height: 4px;
	background-color: #a2d7df;
	font-size: 1px; /**IE BUG**/
}

.headerImage
{
	width: 960px;
	height: 180px;
	background-color: #f7f6f3;
}

.header_bottom
{
	width: 924px;
	height: 32px;
	background-color: #ada684;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.breadcrumbContainer
{	
	background-color: #9e9778;
	width: 565px;
	height: 22px;
	padding: 10px 10px 0px 20px;
	overflow: hidden;
	white-space: nowrap;
}

.breadcrumb
{
	float: left;
	font-size: 11px;
	color: #5c5846;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	overflow: hidden;
	white-space: nowrap;	
}

.newsline
{
	width: 316px;
	float: right;
	height: 24px;
	font-family: Tahoma;
	font-size: 10px;
	color: #5c5846;	
	padding: 0px 0px 0px 18px;
	letter-spacing: 0.01em;
	overflow: hidden;
}



/*** CONTENT ***/


h1
{
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	color: #8b856a;
	border-bottom: 3px solid #efede6;
	padding-bottom: 5px;
	margin-bottom: 20px;
}


h2
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #fd8d3c;
	margin: 0px;
	padding: 0px;
}

h3
{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	color: Black;
}

h4
{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: Black;
}

h5
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

.content_all
{
	width: 960px;
	background-color: #f3f2e2;
}

.content_left
{
	width: 595px;
	background-color: #fbfaf9;
	text-align: left;
	padding: 20px 0px 0px 0px;
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
	vertical-align: top;
}

.content_right
{
	width: 311px;
	background-color: #fbfaf9;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 18px;
}

.content_left a
{
	color: #000000;	
	font-weight: bold;
	font-style: italic;
}

/***NAVIGATION***/

.content_right_title
{	
   padding: 0px;
	margin: 0px;
	width: 305px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 3px solid #dedbce;
	margin-top: 5px;
	font-size: 9px;
	line-height: 11px;
	color: #737373;
	font-variant: small-caps;
	display: block;
	clear: both;
}

.navigation
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

.navigation img
{
	border: 0px;
	padding-right: 5px;
}

.navigation_item_title
{
	font-family: Verdana;
	font-size: 10px;
	color: #808080;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

.navigation_area_info_label
{
	height: 40px; 
	display: block; 
	overflow: hidden; 
	cursor: pointer;
}

.navigation a:hover
{
	color: #928870;
}

.navigation a
{
	text-decoration: none;
	font-size: 10px;
	color: #737373;
	background-image: url(../images/menu_item_inactive.gif);
	display: block;
	margin-bottom: 0px;
	padding: 5px 7px 5px 7px;
}

.navigation a:hover
{
	background-image: url(../images/menu_item_active.gif);
	display: block;
	color: #928870;
}

.subnavigation
{
	list-style-type: none;		
	padding: 0px 0px 0px 5px;	
	margin: 0px 0px 30px 17px;	
	color: #808080;	
	font-family: Verdana;
	font-size: 10px;
}

.subnavigation li
{	
	background: #F5F5F3;
	padding-left: 5px;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.subnavigation a
{
	text-decoration: none;
	font-size: 10px;
	color: #737373;	
}

.subnavigation_item_title
{
	color: #C8C8C8;
	font-family: Verdana;
	font-size: 10px;	
	font-weight: bold;
	margin-left: 20px;
}

/***search***/

.search
{
	width: 304px;
	height: 38px;
	background-image: url(../images/search_bg.gif);
	margin-top: 1px;
	padding-top: 15px;
	padding-left: 7px;
}

.search_text_box
{
	width: 200px;
	height: 15px;
	border: 1px solid #babab8;
}

.search_button
{
	background-color: #d8d8d8;
	height: 19px;
	width: 45px;
	border: 0px;
	font-size: 8px;
	color: #959595;	
}

.complete_list_link, .complete_list_link a
{
	font-size: 8px;
	font-style: italic;
	color: #999999;
	text-decoration: none;
	text-align: right;
}

.benefactors_box
{
	width: 297px;
	background-color: #eae9e0;
	padding: 3px 7px 3px 7px;
}

.right_column_lecture_box
{
	width: 304px;
	background: #f5f4f0;
	padding: 5px 0px 3px 5px;
	margin: 5px 0px 0px 0px;
	vertical-align: top;
	border-top: 3px solid #dedbce;
}

.right_column_lecture_box_headline
{
	margin-top: 10px;
	font-size: 9px;
	line-height: 11px;
	color: #737373;
	font-variant: small-caps;
}

.right_column_lecture_box_image_cell
{
	width: auto;	
}

.right_column_lecture_box_image_div
{
	border: 1px solid #C9CCD1; 
	padding: 3px; 
	background: White;
}

.right_column_lecture_box_text_cell
{
	padding-left: 5px;
	padding-right: 15px;
	color: #5c5846;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	width: 304px;
}

/***ANNOUNCEMENTS***/

.announcements_box
{
	width: 311px;
	background-color: #f5f4f0;
}

.content_bottom
{
	height: 40px;
	background-color: #fbfaf9;
}

.content_list_item, .content_list_item a, .content_list_item a:active, .content_list_item a:visited
{
	list-style-type: none;
	padding: 5px 5px 0px 5px;	
	margin: 0px 0px 3px 0px;	
	color: #737373;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	float:left;
	background: #F5F5F3;
	width: 297px;	
}

.content_list_item_date
{
	padding: 5px 5px 0px 0px;	
	margin: 0px 0px 3px 0px;	
	color: #EFAF72;
	font-weight: bold;
}

.content_list_item_more
{
	padding: 5px 5px 0px 0px;	
	margin: 0px 0px 3px 0px;	
	color: #737373;
	font-weight: bold;
}

/***ACADEMIC PARTNER BOX CONTROLS***/

.academicpartner_boxcontrol_title
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ada684;
	line-height: 13px;
}


/***FOOTER***/

.footer_all
{
	width: 924px;
	padding: 0px 18px 20px 18px;
	margin: 0px;
	background-color: #f3f2e2;
}

.footer_top
{
	width: 924px;
	margin: 0px;
	padding: 0px;
	height: 10px;
	font-size: 1px; /***IE BUG***/
	background-color: #dedbce;
}

.footerMain

{
	clear: both;
	height: 125px;
	width: 924px;
	background-color: #b5af91;
}

.loveSongPhoto
{
	width: 150px;
	height: 125px;
	text-align: left;
}

.loveSong
{
	width: 424px;
	height: 115px;
	padding: 10px 20px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.LoveSongTitleRow
{
	width: 424px;
	height: 17px;
}

.loveSongTitel
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	width: 324px;
}

.loveSongLink
{
	width: 100px;
	float: right;
	text-align: right;
}

.loveSongLink a
{
	color: #E6E4DA;
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}

.loveSongText
{
	clear: both;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	border-top: 2px solid #dad7c8;
	border-bottom: 3px solid #dad7c8;
	background-image: url(../images/love_song_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 15px 0px 10px 0px;
}

.footer_right
{
	width: 307px;
	height: 27px;
	background-color: #ada684;
	text-align: right;
	padding-right: 25px;
	padding-top: 78px;
}

.upcoming_meetings
{
	float: left;
	width: 375px;
	height: 110px;
	background-color: #fbfaf9;
	padding: 10px 43px 0px 15px;
	text-align: left;
}

.upcoming_meetings_title
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ada684;
	line-height: 13px;
}

.upcoming_meetings_list
{
	font-family: Georgia;
	font-size: 11px;
	color: #8b856a;
	line-height: 16px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	margin-top: 5px;
	padding: 5px 0px 10px 0px;
}

.upcoming_meetings_list a
{
	text-decoration: none;
	font-family: Georgia;
	font-size: 11px;
	color: #8b856a;
	line-height: 16px;
}

.logoBottom
{
	width: 491px;
	height: 120px;
	background-color: #fbfaf9;
	float: right;
}

.logoBottom img
{
	border: 0px;
}

.footer_bottom
{	
	height: 28px;
	background-image: url(../images/footer_bottom_bg.gif);
	background-repeat: repeat-x;
	clear: both;
}

/***FOOTER NAVIGATION***/

.footer_navigation
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #8b856a;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	text-transform: uppercase;
}

.footer_navigation a
{
	text-decoration: none;
	color: #8b856a;
}

.footer_navigation li

{
	display: inline;
}


/***STRUCTURE ELEMENTS***/

.OneCell
{
	padding-left: 20px;
}

.OneCellJustified
{
	padding-left: 20px;
	text-align: justify;
}

.GreyBox
{
	width: 555px;
	background-color: #f5f4f0;
	background-image: url(../images/grey_box_bg.gif);
	background-repeat: no-repeat;
	padding: 5px 20px 5px 20px;
	margin-top: 5px;
}

.LineSeparator
{
	height: 3px;
	font-size: 1px; /***IE BUG***/
	background-color: #e2e0d4;
	margin: 20px 0px 10px 20px;
	width: 574px;
}

.ThreeColumns
{
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #5c5846;
}

.ThreeColumns a
{
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	font-weight: bold;
	color: #5c5846;
	text-decoration: none;
}

.ThreeColumns img
{
	margin: 5px 0px 5px 0px;
}

.orangeLink
{
	color: #f95910;
	background-image: url(../images/orange_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 8px;
	margin-top: 7px;
}

.orangeLink a
{
	color: #f95910;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}

.blueLink
{
	color: #346e7f;
	background-image: url(../images/blue_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 3px;
	margin-top: 7px;
}

.greyText10
{
	color: #808080; 
	font-size: 10px;
}

.blueLink a
{
	color: #346e7f;
	background-image: none !important;
	padding-left: 0px !important;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

.italic
{
	 font-style: italic;
}

.center
{
	 text-align: center;  
}

.h2Brown
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #8b856a;
	margin: 0px;
	padding: 0px;	
}

.h2BrownMinus1px
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #8b856a;
	margin: 0px;
	padding: 0px;	
}



.blueListHeaderText,
.blueListHeaderText[href]
{
	color: #346e7f;			
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 15px;
	margin-bottom: 3px;
	margin-top: 7px;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
	padding-right: 10px;
}

.blueListNormalText
{
	color: #346e7f;			
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 3px;
	margin-top: 7px;
	text-decoration: none;
	padding-right: 10px;
}

.orangeLinkListText
{
	color: #f95910;	
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 8px;
	margin-top: 7px;	
	text-transform: uppercase;
}

.listRow1
{
}

.listRow2
{
	background: #F5F5F3;
}

.separator
{
	background: #EFEEEA;
}

.pagerLink
{
	color: #346e7f;	
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 3px;
	margin-top: 7px;
}

.pagerLink a
{
	color: #346e7f;
	background-image: none !important;
	padding-left: 0px !important;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

.searchTable
{
	width: 575px; 
	padding: 5px; 
	margin: 0px 0px 5px 0px;
	background-color: #F5F5F3;	
	border-bottom: 3px solid #efede6;
	border-top: 3px solid #efede6;
}

.searchAreaTextBox
{
	width: 180px;
	border: 1px solid #babab8;
}

.searchAreaButton
{
	background-color: #FFFFFF;
	height: 21px;
	width: 180px;
	border: 1px solid #d8d8d8;
	font-size: 9px;
	font-weight: bold;
	color: #959595;	
	text-transform: uppercase;
}

/* MEETING */

.meetingInfoBox
{
	background: #E9E9DF;
	margin-top: 10px;
	margin-bottom: 22px;
	padding: 10px 10px 10px 0px;
}

.meetingInfoBoxRowLight
{
	background: #F3F2ED;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 20px;
}

.meetingInfoBoxRowDark
{
	background: #E9E9DF;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 20px;
}

.meetingInfoBoxMainLink,
.meetingInfoBoxMainLink[href]
{
	color: #516683;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

.meetingInfoBoxSubLink,
.meetingInfoBoxSubLink[href]
{
	color: #516683;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	background-image: url(../images/meetingInfoBoxSubLinkArrow.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-style: normal;
	font-weight: normal;
}

.meetingDetailsCaption
{
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	color: #516683;
	border-bottom: 3px solid #efede6;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	display: block;
}

.meetingDetailsDescription
{
	margin-left: 20px;
	display: block;
}

.meetingstarter_box_title
{
	width: 595px;	
	float: right;
	margin-top: 5px;	
	margin-bottom: 2px;		
	line-height: 21px;		
	background-color: #eae9e0;	
}

.meetingstarter_box_description
{	
	width: 595px;	
	height: auto;
	float: right;		
	background-color: #eae9e0;	
}


/* COMMUNICATIONS */

.form_button
{
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	background-color: #abda3e;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	border: 0px;
}

.form_button_white
{
	padding-top: 3px;
	padding-bottom: 3px;	
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	background-color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #666666;
	font-weight: bold;
	display: block;	
	border: 2px solid #666666;
}

.founders_assembly{
	color: #808080;
}



/***MEETING PROGRAM***/


.meeting_program_title
{
	font-size: 14px;
	font-weight: bold;	
	color: #8b856a;	
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 30px;		
}


.header_days
{
background-color: #f5f4f0;
padding-left: 3px;
color: #808080;
border-top: 3px solid #ffffff; 
height: 25px;
}

.header_days_label
{
 font-size:11px;
 color: #516683;
}


.white_line_upper
{
height: 3px; 
border-top: 1px solid #e6e4da; 
font-size: 1px; 
line-height: 1px;
}

.white_line_lower
{
height: 3px; 
border-bottom: 1px solid #e6e4da; 
font-size: 1px; 
line-height: 1px;
}


.items_header
{
background-color: #e6e4da;
height: 25px;
color: #9f997a;
font-size: 11px;
}

.items_tr
{
font-size: 11px; 
color: #516683;
height: 25px;
}

.items_tr a,
.items_tr .items_td a
{
color: #516683;
}

.items_td
{
padding-left: 3px;
border-bottom: 1px solid #e4e3e3;
}

.items_td_time
{
	width:60px;
	padding-left: 3px;
	border-bottom: 1px solid #e4e3e3;	
}

.items_td_theme
{
	width:235px;
	padding-left: 3px;
	border-bottom: 1px solid #e4e3e3;	
}

.items_td_theme2
{
	width:515px;
	padding-left: 3px;
	border-bottom: 1px solid #e4e3e3;
}

.items_footer
{
height: 35px; 
border-bottom: 1px solid #e6e4da; 
font-size: 1px; 
line-height: 1px;
}



/***BENEFACTORS***/

.benefactor_title_cell
{
	height: 40px;	
	font-size: 11px; 	
	height: 40px;  
	font-weight:bold;
	Font-Size:18px;
	padding-left: 5px;
	border-bottom: 2px solid White;
	border-right: 2px solid White;
	
	 	
}

.benefactor_cell
{
	border-bottom: 2px solid White;
	border-right: 2px solid White;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight:bold;
	font-size:11px;
	vertical-align: middle;
}


.benefactor_cell2
{
	border-bottom: 2px solid White;
	border-right: 2px solid White;
	text-align: center;	
	font-weight:bold;
	vertical-align: middle;
}

.benefactor_header_row
{
	font-size: 10px; 
	height: 25px;  
	font-weight:bold;
	padding-left: 5px;
	border-bottom: 2px solid White;
	border-right: 2px solid White;
}

.benefactor_header_cell
{
	font-size: 10px; 	
	font-weight:bold;
	padding-left: 5px;
	border-bottom: 2px solid White;	
	border-right: 2px solid White;
	padding-left: 10px;
}

/*** PRESS RELEASES ***/

.watchvideo_link, .watchvideo_link a, .watchvideo_link a:active, .watchvideo_link a:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;		
	padding-top: 0px;	
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;		
}

a.linkMore
{
	color:inherit;
}

.cvInfoText
{
	font-size: 10.2pt;
}

.meetingStarterBoxLink
{
	text-decoration:none;
	color:inherit;
	width:100%;
	display:block;
	cursor:pointer; 
	margin-bottom:5px; 
	margin-top:5px;
}


/*** LAUREATE, COUNCILS PROFILES CV***/
.textJustification
{
	 text-align: justify;
}


.laureateProfileInformationCell
{
	float: left; 
	width: 307px; 
	height:250px; 
	padding:0px 0px 0px 0px; 
	background-color: #f5f4f0;
}

.laureateProfileInformationCell_Text
{
	 color: #9f997a;
	 font-weight:bold;	
}

.laureateMoreInformation
{
	width: 575px; 
	float: left; 
	margin-top: 25px;
}

.blog
{
	margin-top: 10px;	
}

.councilDetailsHeadlineTable
{
	background-color: #EFEEEA;
	padding: 0px 10px 0px 10px;
}

.councilDetailsHeadlineTableNameCellText
{
	color: #808080;
	font-weight: bold;
}

.councilDetailsHeadlineTableHeadlineCellHR
{
	background-color: White; 
	height: 2px; 
	width: 555px;
}

.academicPartnersActiveFilter 
{
	text-decoration : none;
	cursor : default;
}

