@charset "utf-8";
/* CSS Document */


body {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	line-height: 20px;
	text-align:justify;
}
a:link {
	text-decoration:none;
	color: #006600;
}
a:visited {
	text-decoration:none;
	color: #006600;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
a.comment:link {
	color: #0099FF;
}
.img_middle {
	vertical-align:middle;
}
.img_pad {
	padding: 5px;
}
.smaller {
	font-size: 13px;
}
.title {
	color: #b25526;
	background-color: #f1e3c4;
	font-size: 22px;
	font-weight:bold;
	padding: 20px;
	text-align: right;
}
.subtitle {
	color: #ffffff;
	background-color: #b25526;
	font-size: 22px;
	padding: 20px;
	text-align: center;
}
.text_title {
	color: #b25526;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
}
.tags {
	background-color: #f1e3c4;
	font-size: 18px;
	padding: 5px;
	margin-right: 5px;
	text-align:center;
	width: 180px;
}
.caps {
	color: #b25526;
	font-size: 60px;
}
.top_title {
	border-bottom: 1px solid #b25526;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
.comments {
	border: 2px solid #b25526;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	padding: 5px;
	width: 150px;
}
.border {
	border: 1px solid #000000;
}
fieldset {
	border:2px solid #cccccc;
	padding: 10px;
}
legend {
	padding:10px;
	border:2px solid #cccccc;
	background-color:#CCCCCC;
	color: #b25526;
	font-size: 22px;
	font-weight: bold;
	text-align:center;
	width: 825px;
}

/*------Publication info------*/	
div.pub_info {
	font-family:Roboto, Tahoma, Geneva, sans-serif;
	border:1px solid #000;
	text-align:center;
	padding:6px;
	font-size:15px;
	line-height:120%;
	margin:40px;
}
div.pub_info > span {
	background: #fff;
    padding: 5px 23px;
    position: relative;
    top: -20px;
    font-size: 18px;
    font-weight: bold;
}
.contributors {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	text-align: left;
	color: #000;
	line-height:140%;
}
.contributors td, .contributors th {
}
.contributors th {
	width:35%;
	text-align:right; 
	border-right:#000 2px solid; 
	padding-right: 20px; 
	vertical-align:top; 
	color:#000; 
	font-size:15px;
	font-weight:bold;
	padding:8px 16px;

}
.contributors td {
	/*width:65%;*/
	text-align:left;
	vertical-align:top; 
	padding-left:20px;
	padding:8px 16px;
	font-size:15px;
}

table.fund {
	border:1px solid #000;
	border-collapse:collapse;
	width:90%;
	margin:20px;
}
.fund th {
	text-align: center;
	font-weight:normal;
	font-size:15px;
	padding:8px 0;
}

.fund td {
	padding:5px;
	vertical-align:top;
	text-align:left;
	font-size: 15px;
}
.fund tr td:first-child {
	width:35%;
    padding-left: 10px;	
	padding-bottom: 10px;
}
.fund td[colspan="2"] {
	text-align: center;
	font-size:14px;
}

p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
    padding: 12px;
    font-size: 14px;
    margin: -16px 4px;
}
.repub_info img {
	padding-left: 30px;
}
.repub_appr {
    font-size: 14px;
    padding: 12px 0 3px;
    margin-bottom: 0;
}
.publication_rights {
	margin:0 auto;
	text-align:justify;
	padding:120px 165px;
	vertical-align:middle;
	line-height:150%;
}


.first_pages {
	text-align:center;
	}
.pub {font-size:18px;margin-bottom:40px;}

.tableline {
	border: thin solid #000000;
}

.ta-left{
	text-align: left;
}