/* ===========================

      CSS : for IReNe-AFF

=========================== */


/* ----------------------
 common styles
---------------------- */


a:link {
	color: #0B3;
}
a:visited {
	color: #0B3;
}
a:hover {
	color: #F36;
}

body {
	font-size: 100%;
	line-height: 1.0;
	text-align: left;
	color: #333;
	background-color: #FFF;
  }

div {
	padding: 0;
	margin: 0;
}


div.main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

	#head {
		padding-bottom: 20px;
		text-align:left;
	}

	#content {
		padding-bottom: 10px;
	}

	#credit {
		padding-top: 10px;
		padding-bottom: 20px;
		clear: both;
		text-align: right;
		font-size: 82%;
		color: #999;
	}

img#logo {
	vertical-align:bottom;
}

span#toplink {
	vertical-align:bottom;
	margin-left:300px;
}

div.titlebar {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}


h1 {
    margin: 5px;
    border-width: 1px 18px;
    border-style: solid;
    border-color: #2B4F2D;
	font-size: 16pt;
	line-height: 120%;
	text-align: center;
	color: #2B4F2D;
}

h2 {
	font-size: 14pt;
	text-align: center;
	padding-top: 10px;
	margin: 5px;
	color: #2B4F2D;
	border-bottom: 1px solid #2B4F2D;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	padding-top: 0.1em;
	text-indent: 0.5em;
	margin: 10px;
	color: #2B4F2D;
	border-left: 10px solid #2B4F2D;
	border-bottom: 1px solid #2B4F2D;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-size: 10pt;
	padding-top: 0.1em;
	margin: 10px;
	border-bottom: 1px solid #2B4F2D;
	color:#2B4F2D;
	font-weight: bold;
	text-align: left;
}


p {
	font-size: 84%;
	line-height: 120%;
	padding-left: 10px;
	padding-right: 0px;
}

p.error {
	text-align: center;
	color: #F00;
	font-weight: bold;
}

em {
	color: #F36;
	font-style: normal;
}

.note {
	color: #093;
}


ul,ol li {
    font-size: 84%;
    line-height: 120%;
	}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
td {border: 1px solid #060;
	background-color: #FFF;
	font-size: 84%;
	line-height: 120%;
	padding: 2px 3px;
}
th {border: 1px solid #060;
	background-color: #DFB;
	font-size: 84%;
	line-height: 120%;
}
caption{
	margin-left: auto;
	margin-right: auto;
	font-size: 84%;
	font-weight: bold;
	margin-bottom: 3px;
}

/* added for AutoCompleter */
div#list {
	position: absolute;
	width: 240px;
	background-color: #fff;
	border: 1px solid #333;

}
div#list ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#list li.selected {
	background-color: #ffc;
}

ul {
	text-align: left;
}
	ul li {
	text-indent: 0.5em;
	line-height: 125%;
	margin: 0.2em 0 0 0;
	}


/* ----------------------
 styles for keyword checkboxes
---------------------- */

table.keywords td {
	width: 25%;
}

div.input {
	float: left;
	width: 20px;
}
div.cat {
	margin-left:21px;
}
div.c_parent {
	color: #090;
	font-weight: bold;
	padding: 5px;
}


/* ----------------------
 styles for 'index'
---------------------- */

div.index_block {
	width: 100%;
	font-size: 90%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0px;
}

div.contact{
	border: 1px solid #2B4F2D;
	padding:8px;
}
/* 2 column setting for 'Browse' and 'Input' */

div.col1 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	width : 500px;
}
div.col1:after {
	content: "";
	display: block;
	clear: both;
}

div.col1 div{
	float: left;
	width: 250px;
}

/* 2 column setting for 'Statistics' */

div.col2 {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	width: 780px;
}
div.col2:after {
	content: "";
	display: block;
	clear: both;
}

div.col2 div{
	float: left;
	width: 390px;
}

/* ----------------------
 styles for 'list' and 'matching'
---------------------- */

span.o {	/* Organization */
	color: #333;
}
span.d {	/* Department */
	color: #093;
}
span.p {	/* Responsible Person */
	color: #060;
}

/* ----------------------
 styles for 'map'
---------------------- */

table.abbr {
	width: 720px;
}
table.abbr td{
	border: none;
	padding: 1px;
    vertical-align: top;
}

table.about td, table.about th {
	text-align:center;
	width:90px;
}

p.about {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}