@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_slidingdoor2.css);
@import url(yaml/screen/basemod.css);
@import url(yaml/screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_draft.css);

/* Customizations (overriding default YAML style settings) */

#main {
    padding-top:3px;
}

body {
	background: #F8F8F8 none repeat scroll 0 0;
    padding-bottom:10px;;
}

div,p,h1,h2,h3,h4,h5,h6,a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}



.hlist ul li.active strong, .hlist ul li.active a:focus, .hlist ul li.active a:hover, .hlist ul li.active a:active {
	
}

/* STYLE FOR THE INDEX COLUMNS*/

#col1_index { float: left; width: 70%;  }
#col_right_index { float: right; width: 25%;  margin-right:10px;}


#container_login {
	width:250px;
}

#header {
	background-attachment:  scroll;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url("/images/logo.png");
	padding-top: 60px
}

/* WIDGET SERVICES */
.widget_services_container {
	float:right;
	width:auto;
	height:18px;
	position:absolute;
 	top:0;
 	right:0;
	cursor:pointer;
	margin-right:13px;
	margin-top:4px;
	text-align:left;

}


/* LOGO OF THE PARTNERS IN THE INDEX */
.partners {
	margin-top:10px;	
}


/* PROPIERTIES OF THE WIDGETS. EX RSS */
.widget_tools {
	width:50%;
	position:absolute;
	top:0;
	right:0;
}

/* FEED BACK STYLE */
div#gsfn_list_widget img { border: none; }
div#gsfn_list_widget { font-size: 12px; width: 250px; border: 6px solid #DDD; padding: 10px; }
div#gsfn_list_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_list_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; }
div#gsfn_list_widget .powered_by a { color: #333; font-size: 90%; }
div#gsfn_list_widget div#gsfn_content { }
div#gsfn_list_widget div#gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_list_widget div#gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_list_widget div#gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px }
		
#feedback {
position:absolute;
left:50%;
top:10%;
float:left;
}

.feedback_title {
	color:#009933;
	font-size:16px;
}

#top_header {
	background-color:#4080c0;
	width:100%;
	height:35px;
	top:auto;
	text-align:right;
	
}

.notes_title {
	font-size: 17px;
	font-weight: bold;
	margin-left: 8px;
}

#index_notes {
	margin-top:15px;
}

#quick_search_field {
	display: block;
	padding-top: 5px;
}

.openid_identifier {
	background: white url('/images/openid-icon-small.gif') no-repeat scroll 0pt 50%;
	padding-left: 18px;
}

.formButton {
	width: 6em;
	margin-left: auto;
	margin-right: auto;
	display: inline;
	background-color:#eff6ff;
	border-width:1px;
	border-color:#3399FF;
}



.top_head a:link {text-decoration: none; color:#FFFFFF}
.top_head a:visited {text-decoration: none; color:#FFFFFF; }
.top_head a:active {text-decoration: none; color:#FFFFFF; }
.top_head a:hover {text-decoration: none; color:#666666;}

#impact_table table {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
}

#indexes_schema table {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;	
}

#indexes_schema table tr td span {
	display: inline;
}

#custom_param_sx {
	float: left;
}

#custom_param_sx ul li {
	margin: 0.5em 0 0.5em 0;
}

#custom_param_dx {
	float: right;
}

#bias_panel span {
	display: inline;
}

#subbar ul li {
	display: inline;
}

.topright_list {
	list-style: none;
}

.topright_list li {
	display: inline;
}

.bold {
	font-weight: bold;
}

.underlined {
	text-decoration: underline;
}

.help {
	font-size: smaller;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-bottom: 0.1em;
}

#community_col1 {float: left; width: 25%;  margin:0}
#community_col2 {float: left; width: 75%;  margin:0}

#errorMessages {
	border: thick solid red;
	color: red;
	width: 30%;
	min-height: 10%;
	top: 45%;
	left: 35%;
}

#errorMessagesTitle {
	width: 100%;
	font-weight: bold;
	text-align: center;
	background-color: black;
}

#errorMessagesTitle h3 {
	color: white;
}

#errorMessagesContent {
	width: 100%;
	padding: 5px;
}

#errorMessagesButton {
	width: 100%;
}

#errorMessagesButton span {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}

#errorMessagesButton span button {
	width: 100%;
}

#fancy_sentence {
	font-size: 1.2em;
	text-align: justify;
}

#fancy_sentence img {
	vertical-align: middle;
}