@charset "utf-8";

/******************************************************************************
	news.css for MANA
 ******************************************************************************/

/*------------------------------------------------------------------------------*
	logo titleBG
 *------------------------------------------------------------------------------*/
#news #logo{ background-image: url(../images/title/t_news_news.jpg); }
#press #logo{ background-image: url(../images/title/t_news_press.jpg); }
#publications #logo{ background-image: url(../images/title/t_news_publications.jpg); }


/*------------------------------------------------------------------------------*
	subtitle
 *------------------------------------------------------------------------------*/
 
#news #main #subtitleBG{ background-image: url(../images/title/subt_news_news.jpg); }
#press #main #subtitleBG{ background-image: url(../images/title/subt_news_press.jpg); }
#publications #main #subtitleBG{ background-image: url(../images/title/subt_news_publications.jpg); }


/*------------------------------------------------------------------------------*
	content
 *------------------------------------------------------------------------------*/
#content
{
}


/*------------------------------------------------------------------------------*
	container
 *------------------------------------------------------------------------------*/
#container
{
}


/*------------------------------------------------------------------------------*
	localNavi color
 *------------------------------------------------------------------------------*/
#localNavi ul li a,
#localNavi ul li span
{
	background: url(../images/line/borderGB_news.gif) no-repeat center bottom #FFF;
}

#localNavi li.parent a
{
	background: url(../images/line/borderGB_news.gif) no-repeat center bottom #FFF;
}

#localNavi ul li a.active
{
	background: url(../images/line/borderGB_news.gif) repeat;
}

#localNavi ul li.parent a.active
{
	background: url(../images/line/borderGB_news.gif) repeat;
}

#localNavi ul li a.open
{
	background: url(../images/line/borderGB_news.gif) no-repeat center bottom #FFF;
}

#localNavi ul li a:hover,
#localNavi ul li a:hover span,
#localNavi ul li a.current
{
	background: url(../images/line/borderGB_news.gif) repeat;
}



/*------------------------------------------------------------------------------*
	main
 *------------------------------------------------------------------------------*/
#main
{
}

#main h3
{
	color: #A00;
}

#main #pagetitle
{
	background: url(../images/line/borderGB_news.gif) no-repeat left bottom;
	color: #3C6EAC;
 }
 

#main table.schedule
{
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-spacing:0px;
}

#main table.schedule td
{
  padding-left: 5px;
  padding-right:5px;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  vertical-align: top;
}

#main dl.desc dt
{
  margin-top: 8px;
}

#main dl.desc dd
{
  text-indent: 30px;
}

#main dl.references
{
  margin-top: 16px;
  margin-bottom: 8px;
}

#main table.desc td
{
  padding-right: 10px;
  vertical-align: top;
}

#main dl.workshop
{
	width: 300px;
	border: 1px solid red;
}

#main div.workshop
{
	width: 500px;
}

#main table.workshop
{
  margin-bottom: 15px;
  border-spacing: 0px;
}

#main table.workshop tr.session
{
  background-color: #dddddd;
}

#main table.workshop tr td
{
	vertical-align:	top;
	/*
  */
  padding-left: 5px;
  padding-right: 10px;
}

#main table.workshop tr td span
{
	font-weight: bold;
}

#main table.publicationlist tr td
{
  padding-left: 5px;
  padding-right:5px;
}


#main div.affiliation p
{
  text-align: right;
}

#main .album
{
  float: left;
  padding: 10px;
}

#main .alibum img
{
  width: 240px;
}

#main h4.information
{
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	background: url(../images/sectionLine2BG.gif) repeat-x left top transparent;
	font-size: 110%;
}

#main h4.date
{
	font-size: 110%;
}

#main h5
{
	font-size: 110%;
	font-weight: 600;
	margin-top: 1em;
	margin-bottom:0.3em;
}

#main h6
{
	color:#966;
  font-size: 100%;
	margin-bottom:5px;
}

div.noteSection {
}

#nnSubject #container h3 {
	border:none;
}

#main p {
	line-height: 140%;
	border: inherit;
}

/*------------------------------------------------------------------------------*
	footer
 *------------------------------------------------------------------------------*/
#footer
{
	background: url(../images/line/borderGB_news.gif) no-repeat center top #FFF;
}