﻿/**************************************************************/
/*                                                            */
/* LAGO common styles - applies to all pages of this site.    */
/*                                                            */
/* Author:  Michael Schweitzer, SwisSoft                      */
/* Version: August, 1st, 2008                                 */
/*                                                            */
/**************************************************************/


/**************************************************************/
/*                                                            */
/*    Colors and fonts - main classes                         */
/*                                                            */
/**************************************************************/

.body
{
	/* Colors */
	background-color: white;
	color: black; 	
	
	/* Font */
	font-family:Tahoma;
	font-style: normal;
	font-weight:normal;
}

.top_navi
{
	/* Colors */
	background-color:rgb(138,31,43);	/* Always Lago red! */
	color:white;

	/* Font */
	font-size: 1.1em;
	font-weight:normal;
}


.top_navi_bullet
{
	/* Colors */
	background-color:white;
}

.left_navi
{
	/* Font */
	font-size: 1.0em;
}


.text_area
{
	/* Colors */
	color:black;
	
	/* Font */
	font-size: 1.0em;
}

/***************************************************************************/
/*                                                                         */
/*    Images                                                               */
/*                                                                         */
/***************************************************************************/


/* Persons: Image with float left */

.portrait
{
	float:left;

	/* Dimensions */
	width: 150px;

	/* Margins */
	margin-right: 4px;
	
	/* Border */	
	border-color:white;
	border-width:1px;
	border-style:outset;
}

/* Persons: Image without float */

.portrait_no_float
{
	/* Dimensions */
	width: 150px;

	/* Margins */
	margin-right: 4px;
	
	/* Border */	
	border-color:white;
	border-width:1px;
	border-style:outset;
}

.framed_image
{
	float: left;

	background:white;
	border: 1px solid white;

	margin-right: 8px;
	margin-bottom:4px;
}

.framed_image_no_float
{
	background:white;
	border: 1px solid white;

	margin-right: 8px;
	margin-bottom:4px;
}

/* A logo other than the main logo/seal of LAGO */

.logo
{
	/* */
}

.logo_no_float
{
	/* */
}

/* A poster */

.poster
{
	/* */
}

.poster_no_float
{
	/* */
}

/* Art */

.art
{
	/* */
}

.art_no_float
{
	/* */
}


/***************************************************************************/
/*                                                                         */
/*    Colors                                                               */
/*                                                                         */
/***************************************************************************/

.background_color_red
{		
	/* Lago red */
	background-color:rgb(138,31,43);	
}

.text_color_red
{	
	/* Lago red */
	color:rgb(138,31,43);	
}

.background_color_green
{		
	/* Lago green */
	background-color:rgb(51,102,51);
}

.text_color_green
{	
	/* Lago green */
	color:rgb(51,102,51);	
}

.background_color_blue
{		
	/* Lago blue */
	background-color:rgb(51,51,102);	
}

.text_color_blue
{	
	/* Lago blue */
	color:rgb(51,51,102);	
}

.background_color_grey
{		
	/* Lago grey */
	background-color:rgb(240,240,240);
}

.text_color_grey
{	
	/* Lago grey */
	color:rgb(240,240,240);	
}

.left_navi_background_color
{
	background:white;
}
/***************************************************************************/
/*                                                                         */
/*    HYPERLINKS                                                           */
/*                                                                         */
/***************************************************************************/

/* All hyperlinks */

a:link
{
	text-decoration:none;
	font-style:normal;
	font-weight:normal;	
}

a:visited
{
	text-decoration:underline;
	font-style:normal;
	font-weight:normal;
}

a:hover
{
	text-decoration:underline;
	font-style:normal;
	font-weight:normal;
}

a:focus
{
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}

a:active
{
	text-decoration:underline;
	font-style:normal;
	font-weight:normal;
}


/* Hyperlinks top navigation */

div#top_navi a:link
{
	color:white;
}

div#top_navi a:visited
{
	color:white;
}

div#top_navi a:hover
{
	color:white;
}

div#top_navi a:focus
{
	color:white;
}

div#top_navi a:active
{
	color:white;
}

/* The three hyperlinks in the left navi global links block */

div#left_navi_global_links a:link
{
	font-weight:600;
}

div#left_navi_global_links a:visited
{
	font-weight:600;
}

div#left_navi_global_links a:hover
{
	font-weight:600;
}

div#left_navi_global_links a:focus
{
	font-weight:600;
}

div#left_navi_global_links a:active
{
	font-weight:600;
}

/* Hyperlinks left navigation (user defined links) */

div#left_navi_local_links a:link
{
	font-weight: 600;
}

div#left_navi_local_links a:visited
{
	font-weight:600;
}

div#left_navi_local_links a:hover
{
	font-weight:600;
}

div#left_navi_local_links a:focus
{
	font-weight:600;
}

div#left_navi_local_links a:active
{
	font-weight:600;
}

/* Hyperlinks text area */

div#text_area a:link
{
	font-weight:bold;
	background-color:white;
}

div#text_area a:visited
{
	font-weight:bold;
	background-color:white;
}

div#text_area a:hover
{
	font-weight:bold;
	background-color:white;
}

div#text_area a:focus
{
	font-weight:bold;
	background-color:white;
}

div#text_area a:active
{
	font-weight:bold;
	background-color:white;
}
/***************************************************************************/
/*                                                                         */
/*    PARAGRAPHS                                                           */
/*                                                                         */
/***************************************************************************/


/* Paragraphs left navi block*/

div#left_navi_global_links p
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
}

div#left_navi_local_links p
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
}

/* Paragraphs text area */

div#text_area p
{
	font-size: 1.05em;
	margin-left: 3em;
}

/* Paragraphs text area list items */

div#text_area li p
{
	margin-left: 8px;
}

/* Paragraphs tables */

div#fixed_table p
{
	font-size: 99%;
	margin: 0px;
}

div#scrollable_table p
{
	font-size: 80%;
	margin: 0px;
}

div#indented_fixed_table p
{
	font-size: 99%;
	margin: 0px;
}

div#indented_scrollable_table p
{
	font-size: 80%;
	margin: 0px;
}


/***************************************************************************/
/*                                                                         */
/*    LISTS                                                                */
/*                                                                         */
/***************************************************************************/

div#text_area ul
{
	/*font-size: 1.17em;*/
	margin-left: 78px;
	
}


div#text_area ol
{
	/*font-size: 1.17em;*/
	margin-left: 78px;
	
}

div#text_area li
{
	margin-left:0px;
	padding-left:0px;
		
}

li ul
{
	list-style:disc;
	margin-left:0px;
	padding-left:0px;
}
li ol
{
	list-style:decimal;
	margin-left:0px;
	padding-left:0px;
}

td ul
{
	list-style:disc;
	margin-left:0px;
	padding-left:0px;
}
td ol
{
	list-style:decimal;
	margin-left:0px;
	padding-left:0px;
}

/***************************************************************************/
/*                                                                         */
/*    HEADLINES                                                            */
/*                                                                         */
/***************************************************************************/


div#text_area h1
{
	font-size:200%; /*2.4em;*/
	font-weight:lighter;
}

div#text_area h2 
{
	font-size:150%; /*1.5em;*/
	font-weight:lighter;
}

div#text_area h3 
{
	font-size:133%; /*1.3em;*/
	font-weight:lighter;
}
div#text_area h4 
{
	font-size:115%; /*1.01em;*/
	font-weight:lighter;
}

div#text_area h5 
{
	font-size:97%; /*0.8em;*/
	font-weight:lighter;
}

div#text_area h6 
{
	font-size:80%; /*0.5em;*/
	font-weight:lighter;
}

/***************************************************************************/
/*                                                                         */
/*    TABLES                                                               */
/*                                                                         */
/***************************************************************************/



#fixed_table
{
	
}
#scrollable_table
{
	overflow:auto;
}

#indented_fixed_table
{
	margin-left:78px;
}

#indented_scrollable_table
{
	
}

/***************************************************************************/
/*                                                                         */
/*    Special controls - DON'T MODIFY !                                    */
/*                                                                         */
/***************************************************************************/

.picture
{
	display:none;		/* Header picture: not visible by default */
}

.home_link
{
	display:inline;		/* Link to 'Home': visible by default */
}




