@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	margin: 40px;
	padding: 0px;
}
.authors {
	text-transform: none;
	text-align: center;
}

.title1 {
	font-weight: bold;
	text-align: center;
	font-size: larger;
}
.title2 {
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
}

.title3 {
	font-style: normal;
	font-weight: bold;
}
.title4 {
	font-style: italic;
}
.caption {
	text-align: center;
}
.captionF {
	text-align: center;
	padding-bottom: 20px;
}
table {
	background-color: #FFFFFF;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}
td {
	color: #000000;
}
a {
	color: #028FD6;
	text-decoration: none;
}
a:link {
	color: #028FD6;
}
a:hover {
	color: #028FD6;
}
a:visited {
	color: #028FD6;
}
.summary  {
	font-weight: normal;
}
.address {
	text-align: center;
}
.textbox {
	margin-right: 60px;
	margin-left: 60px;
}
.figure {
	background-color: #EBFBFF;
	margin-right: 200px;
	margin-left: 200px;
}
.table-basic {
	background-color: #EBFBFF;
	text-align: center;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
th {
	background-color: #B2E9FF;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.top {
	font-style: normal;
	margin-left: 40px;
	text-transform: none;
	font-weight: normal;
}
.table-basic td {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.table-fig {
	background-color: #EBFBFF;
	padding: 10px;
}
/* CSS POPUP */
a.tooltip {
	outline:none; 
} 
a.tooltip strong {
	line-height:20px;} 
a.tooltip:hover {text-decoration:none;} 
a.tooltip span { z-index:10;display:none; padding:4px 10px; margin-top:20px; margin-left:-100px; width:240px; line-height:14px; font-size: 9px !important; text-align: left; overflow:hidden; } 
a.tooltip:hover span{
	display:inline;
	position:absolute;
	color:#111;
	border:1px solid #306699;
	background-color: #EBFBFF;
} 
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} 
/*CSS3 extras*/ 
a.tooltip span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; }
