@CHARSET "ISO-8859-1";

div#media_library
{
	width: 550px;
}
div#media_library h1
{
	width:250px;
}
div#media_header_links
{
	float:right;
	width:200px;
}
div#media_library a.rss_link
{
	float: right;
	margin: 10px 0 0 0;
	background: url(../Site_Gfx/icon_rss.png) no-repeat 100% 100%;
	padding : 0 20px 0 0;
	color: #002d5f;
}

div#media_library a.twitter_link
{
	float: right;
	margin: 10px 20px 0 0;
	background: url(../Site_Gfx/icon_twitter.png) no-repeat 100% 100%;
	padding : 0 20px 0 0;
	color: #002d5f;
}

/* publication styles - BEGIN */
div.publications div.ml_publication a.title
{
	color: #333333;
	text-decoration: underline;
	font-style: italic;
}
div.publications div.ml_publication span.speaker_name
{
	color: #666666;
}
div.publications div.ml_publication
{
	padding: 0 0 30px 20px;
	/* background: url(../Site_Gfx/icon_interactivereport.png) no-repeat 0 5px; */
}

/* publication styles - END */

/* podcast styles - BEGIN */
div.podcasts div.ml_podcast a.title
{
	color: #333333;
	text-decoration: underline;
}
div.podcasts div.ml_podcast span.speaker_name
{
	color: #666666;
}
div.podcasts div.ml_podcast
{
	
	padding: 0 0 20px 20px;
	background: url(../Site_Gfx/icon_podcasts.png) no-repeat 0 5px;
}

div.podcasts div.left
{
	width: 50%;
	float: left;
}
div.podcasts div.right
{
	width: 50%;
	float: left;
}
/* podcast styles - END */

/* presentation styles - BEGIN */
div.presentations div.ml_presentation .pres_title
{
	font-weight: bold;
}
div.presentations div.ml_presentation .pres_date
{
}
div.presentations div.ml_presentation ul.pres_files
{
	color:#0199da;
	padding-left:25px;
	margin-top:5px;
}
div.presentations div.ml_presentation ul.pres_files span.pres_files_text,
div.presentations div.ml_presentation ul.pres_files span.pres_files_text a
{
	color:#666666;
}
div.presentations div.ml_presentation
{
	
	padding: 0 0 20px 20px;
	background: url(../Site_Gfx/icon_presentations.png) no-repeat 0 5px;
}

div.presentations div.left
{
	width: 50%;
	float: left;
}
div.presentations div.right
{
	width: 50%;
	float: left;
}
/* presentation styles - END */

/* roundtable styles - BEGIN */
div.roundtables div.ml_roundtable .round_title
{
	font-weight: bold;
}
div.roundtables div.ml_roundtable .round_date
{
}
div.roundtables div.ml_roundtable ul.round_files
{
	color:#0199da;
	padding-left:25px;
	margin-top:5px;
}
div.roundtables div.ml_roundtable ul.round_files span.round_files_text,
div.roundtables div.ml_roundtable ul.round_files span.round_files_text a
{
	color:#666666;
}
div.roundtables div.ml_roundtable
{
	padding: 0 0 20px 20px;
	background: url(../Site_Gfx/icon_roundtables.png) no-repeat 0 5px;
}

div.roundtables div.left
{
	width: 50%;
	float: left;
}
div.roundtables div.right
{
	background:#ddebf0;
	padding:18px;
	width: 225px;
	float: right;
}
div.roundtables h2
{
	margin: 0 0 10px 0;
}

div.roundtables div.upcoming_roundtable
{
	padding: 0 0 10px 20px;
	background: url(../Site_Gfx/icon_upcoming_roundtables.png) no-repeat 0 1px;
	line-height:1.2em;
}
div.roundtables div.upcoming_roundtable h3
{
	margin:0 0 5px 0;
}
div.roundtables div.upcoming_roundtable p
{
	margin:0 0 10px 0;
}

/* roundtable styles - END */


/* all content containers class */
div.ml_content
{
	padding-bottom: 30px;
}