/* Copyright Muchachamaca SCP, Spain - All rights reserved */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body, td, th, p, h1, h2, h3, h4, h5  {
	color: #000000;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background-color: #000000;
	text-align: center;	/* IE way to center blocks */
	margin: auto;		/* firefox way to center blocks */
	margin-top: 0px;
	width: 100%;
	position: relative;	/* make absolutely positioned children calculate their co-ordinates from the centered body, not the window */
}

td { vertical-align: top; }

#page {
	text-align: left;
	margin: 20px;
}

#section {
	width: 100%;
}

a			{ font-size: inherit; }
a:link		{ text-decoration: underline; }
a:visited	{ text-decoration: underline; }
a:hover		{ text-decoration: underline; }

#top_menu {
	text-align: left;
	border-top: 1px solid #333388;
	border-bottom: 1px solid #333388;
	background-color: #E8F8FF;
	width: 100%;
	margin: 20px 0 20px 0;
	letter-spacing: 1.2px;
	padding: 4px 0;
}
#top_menu a {
	padding: 4px 10px;
	font-size: 12px;
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333388;
	text-decoration: none;
}
#top_menu a:link	{ }
#top_menu a:visited	{ }
#top_menu a:hover	{ background-color: #C0E0FF; }

a.menu_selected { background-color: #B0D0F0; }

h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}

.section_box {
	padding: 0 20px 20px 20px;
	border: 1px solid #B0D0F0;
	margin-bottom: 20px;
	background-color: #FCFCFF;
}
.section_box legend {
	color: #333388;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.section_box p {
	margin-bottom: 0.4em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-------------*/

.article_list {
	margin-top: 20px;
	font-size: 11px;
}

.article_list a			{ color: black; text-decoration: none; }
.article_list a:link	{ }
.article_list a:visited	{ }
.article_list a:hover	{ color: #0000FF; }

.article_list p {
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.article_entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.article_title {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
}

.article_info {
	display: none;
}

.article_authors {
	font-size: 11px;
	color: #888888;
	margin-left: 10px;
}
.article_authors a {
	color: #888888;
}

.article_emails {
	overflow: hidden;
	font-size: 11px;
	color: #888888;
	margin-left: 10px;
}

.article_institute {
	overflow: hidden;
	font-size: 11px;
	color: #888888;
	margin-left: 10px;
}

.article_keywords {
	font-size: 11px;
	color: #888888;
	margin-left: 10px;
	margin-top: 5px;
}

.article_abstract {
	margin: 10px 0 10px 10px;
}


/*-------------*/

.robots_overview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
}

.robots_overview a			{ color: black; text-decoration: none; }
.robots_overview a:link	{ }
.robots_overview a:visited	{ }
.robots_overview a:hover	{ color: #0000FF; }

.robots_overview td {
}

.robot_entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.robots_entry_descr {
	display: inline-block;
}

/*-------------*/

#dhtmltooltip {
	position: absolute;
	left: -300px;
/*	width: 150px;*/
	border: 1px solid black;
	padding: 8px 12px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	opacity: 0.8;
	filter: alpha(opacity=80);
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*-------------*/


