/* style file */

/* Common Settings */
	body {
		color: black;
	}

	A { text-decoration: underline; }
	A:hover { color: red; }

/* Left Sub Area */
	div.Sub {
		float: left;
/*		position : fixed;*/
	}
/* Side Logo */
	div.Logo {
		margin-top: 0em;
	}
/* Side Menu */
	div.Menu2 {
		margin-top: 1em;
	}
	div.Menu2 TD{
		border-width: 3px;
		font-size: 100%;
/*
		font-weight: bold;
*/
		font-family: Arial, Helvetica, sans-serif;
	}

	div.Menu2 A {
		text-decoration: none;
	}

/* Sponsors */
	div.sponsor {
		margin-top: 2em;
		text-align: center;
	}
	div.sponsor_title {
/*
		font-family: Arial, Helvetica, sans-serif;
*/
	}
	div.sponsor_logo {
		margin-top: 1em;
	}
	div.sponsor_logo_05em {
		margin-top: .5em;
	}
	div.sponsor_logo_1em {
		margin-top: 1em;
	}
	div.sponsor_logo_2em {
		margin-top: 2em;
	}
	div.sponsor_logo_3em {
		margin-top: 3em;
	}

/* Bottom Menu */
	div.Menu A {
		text-decoration: none;
	}
	div.Menu BUTTON {
		border-width: 3px;
		font-size: 100%;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
	div.Menu BUTTON.cfp {
		background-color: gold;
		border-color: gold;
		color: red;
	}
	div.Menu BUTTON.home {
		background-color: lightcyan;
		border-color: lightcyan;
		color: darkgreen;
	}
	div.Menu BUTTON.format {
		background-color: greenyellow;
		border-color: greenyellow;
		color: blue;
	}
	div.Menu BUTTON.submission {
		background-color: orangered;
		border-color: orangered;
		color: yellow;
	}
	div.Menu BUTTON.accepted {
		background-color: lightgreen;
		border-color: lightgreen;
		color: blue;
	}
	div.Menu BUTTON.regist {
		background-color: orange;
		border-color: orange;
		color: black;
	}


/* Right Main Area */
	div.main {
		margin-left: 195px;
	}
/* Title */
	div.title {
		background-image: url(image/brazil.png);
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
	}
	/* Title */
	div.title P.PageTitle {
		font-size: 200%;
		font-style: italic;
/*		font-weight: bold;*/
		text-align: center;
	}
	/* Info */
	div.title P.info {
		font-size: 120%;
		font-weight: bold;
		text-align: center;
	}


/* Information */
	div.info {
	}
	/* Info */
	div.info P.info {
		font-size: 120%;
	}
	/* InfoLarge */
	div.info P.infoLarge {
		font-size: 170%;
		color: red;
		font-weight: bold;

	}
	/* Header */
	div.info dt.head {
		font-size: 120%;
		font-weight: bold;
	}
	div.info dd.head {
		font-size: 120%;
	}
	/* Latest News */
	div.info table.latest_news {
		font-size: 100%;
		font-weight: bold;
	}
	/* Important Dates */
	div.info table.imp_dates {
		font-size: 100%;
		font-weight: bold;
		color: green;
	}

/* Body */
	div.body {
		text-indent: 1em;
		margin-right: 10px;
		text-align: justify;
	}
	/* Header */
	div.body dt.head {
		font-size: 120%;
		font-weight: bold;
	}
	/* Header */
	div.body p.head {
		font-size: 120%;
		font-weight: bold;
	}
	/* authors */
	div.body dd.auth {
		font-style: italic;
	}
	/* authors */
	div.body div.auth {
		font-style: italic;
		text-indent: 2.5em;
	}
	/* material */
	div.body div.material {
		font-style: italic;
		font-size: 80%;
	}
	/* note */
	div.body p.note {
		font-size: 110%;
		font-weight: bold;
		color: red;
	}
	/* footnote */
	div.body p.footnote {
		font-size: 75%;
		font-style: italic;
		text-indent: 5em;
	}


/* Oral presentation */
	div.oral th{
	        background: #66ee88;
	        padding: 2px 5px;
        }
	div.oral td{
	        background: #bbffcc;
	        padding: 2px 5px;
        }

/* Poster presentation */
	div.poster th{
	        background: #ffcc77;
	        padding: 2px 5px;
        }
	div.poster td{
	        background: #ffeecc;
	        padding: 2px 5px;
        }

/* Format (paper guidline) */
	div.format {
		text-indent: 1em;
	}
	/* Download */
	div.format td.download {
		font-size: 100%;
		font-weight: bold;
		color: green;
		text-align: left;
	}
