@charset "utf-8";

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

/*------------------------------------------------------------------------------*
	logo titleBG
 *------------------------------------------------------------------------------*/
#newsEvents #logo{ background-image: url(../images/title/t_recruit.jpg); } 
 
#Conferences #logo{ background-image: url(../images/title/t_conferences.jpg); }
#Seminers #logo{ background-image: url(../images/title/t_seminers.jpg); }
#Others #logo{ background-image: url(../images/title/t_others.jpg); }

/*------------------------------------------------------------------------------*
	subtitle
 *------------------------------------------------------------------------------*/

#Conferences #main #subtitleBG{ background-image: url(../images/title/subt_conferences.jpg); }
#Seminers #main #subtitleBG{ background-image: url(../images/title/subt_seminers.jpg); }
#Others #main #subtitleBG{ background-image: url(../images/title/subt_others.jpg); }


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


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



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

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

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

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

#localNavi ul li a.open
{
	background: url(../images/line/borderGB_events.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_events.gif) repeat;
}


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

}

#main .subContent
{
	position:absolute;
	top: 80px;
}

#main h3
{
	color: #A00;
}

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

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

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

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

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

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

#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.rightimg p
{
  text-indent: 0px;
}

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

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

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

#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_events.gif) no-repeat center top #FFF;
}