/*
 * Style sheet for the L'Elibé association
 * Format global divisions
 * $Id: div.css,v 1.1.1.1 2002/10/25 23:15:59 maxx Exp $
 */


/* Properties that both side lists have in common */
div.link-list {
        position:absolute;
        top:1%;
        font-size:80%;
        padding-left:0%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}



/* we leave some place on the side using the margin-* properties */
#main {
	/* margin-top:1em; */
        margin-left:10em;
        margin-right:1em;
        padding-left:1em;
        padding-right:1em;
	/*background-image: url(images/sfondoelibe.jpg);*/
}

/* and then we put each list on its place */
#list1 {
	width:10.2em;
        top:12em;
        left:0.3%;
}
#list2 {
	position:absolute;
        width:10em;
        top:12em;
        left:0.2%;
	background: orange;
	padding: 0em 0.2em 0em 0.2em;
	font-weight: bold;
} 
/*#list3	{
	width:10.2em;
        top:12em;
        left:10;
	background: orange;
} */

/* End of div.css */

/* Begin main.css */

/*
 * Style sheet for the L'Elibé association
 * $Id: main.css,v 1.7 2003/03/11 21:00:37 maxx Exp $
 */


/* Global defaults */ 
BODY 		{
	color:		black;
	background:	white;	
	font-family:	verdana, arial, helvetica, sans-serif;
	font-size:	1em;
	margin:		2em;
}

p 	{
	text-align:	justify;
}
p.pL	{
	text-align:	left;
}

p.author	{
	text-align:	right;
	font-family:	times, serif; 
	font-style:	normal;
	font-weight:	bold;
	font-size:	0.8em;
	margin:		0px 30px 0px 60px;
	padding:	0px 30px 0px 60px;
}

p.fineprint-left	{
	text-align:	left;
	font-family:	times, serif; 
	font-style:	normal;
	font-weight:	normal;
	font-size:	0.8em;
}

p.fineprint		{
	text-align:	center;
	font-family:	times, serif; 
	font-style:	normal;
	font-weight:	normal;
	font-size:	0.8em;
}

p.blockquote {
	/*     Top Right Bottom Left*/
	margin: 30px 30px 0px 30px;
	padding: 0px 30px 0px 30px;
	font-family:	times, serif;
	font-style:	italic;
	font-size:	0.8em;

}


h1 {
	color:		maroon;
	background:	white;
	font-size:	1.8em;
	font-weight:	bold;
	text-align:	center;
}


h2 {
	color:		maroon;
	background:	white;
	font-size:	1.2em;
	font-style:	normal;
	text-align:	left;
}


h3 {
	color:		black;
	background:	white;
	font-size:	1em;
	text-align:	center;
}	
	
/* This is the title box */
.TTL {
	color:		black;
	background: 	white;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 	1.5em;
	text-align:	left;
	/* margin: 	0px 0px 0px 0px; */
	/* padding: 	0px 3px 3px 3px; */
}

.TL2 {
	color:		black;
	background: 	white;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 	1.5em;
	text-align:	center;
	/* margin: 	0px 0px 0px 0px; */
	/* padding: 	0px 3px 3px 3px; */
}

pre {
	color:		black;
	background: 	white;
	text-align:	left;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 	1.5em;
	/* margin: 	0px 0px 0px 0px; */
	/* padding: 	0px 3px 3px 3px; */

}


/* Special fonts for spettacolo.html */

.titolo {
	color:		black;
        background:	white;
        font-family: 	times, serif;
        font-size:	1.5em;
        /*font-weight:	bold;*/
	font-style:	italic;
}

/* no underlines for links within paragraphs */
.cntlnk	{
	text-decoration:	none;
	font-size:	0.8em;
	text-align:	right;
}



/* Emphasis style for section points */

.emph	{
	background:	white;
	color: 		#636;
	font-weight:	bold;
	font-size:	1.1em;
	font-style:	italic;
}

/* Span italics */
.italic	{
	font-style:	italic;
	font-size:	1em;

}

/* Short centered HR */
.smhr	{
	width:	40%;
	text-align:center;
}
/* List box -- use for link list */
UL {
	color:		black;
        background: 	white;
        /*margin: 	12px 12px 12px 12px; */
        padding: 	0px 0px 0px 0px;
                                     /* No borders set */
}

LI {
        color: 		#696969;                /* text color is not black */
        background: 	white;            /* Content, padding will be this color */
        /*margin: 	12px 12px 12px 12px;*/
        padding: 	5px 0px 3px 0px; /* Note 0px padding right */
        list-style: 	none             /* no glyphs before a list item */
                                     /* No borders set */
}

LI.withborder {
	color:		black;
	background:	white;
        border-style: 	dashed;
        border-width: 	medium;        /* sets border width on all sides */
        border-color: 	black;
}

.lnktbl {
	/*color:		#696969;
	background:	white;*/
	font-family:	helvetica, sans-serif;
	font-size:	0.8em;
}
A:link {
	color:		#696969;
	background:	white;
	font-weight:	bold;
	text-decoration:	none;
}
A:hover {
	color:		#008000;
	background:	white;
}
A:visited {
	color:		#696969;
	background:	white;
	font-weight:	bold;
	text-decoration:	none;
}
A:active {
	color:		navy;
	background:	green;
	font-weight:	bold;
}

/* Definition list -- use for program-sala */
dl {
	color:		black;
        background: 	white;
}
dt {
        color:		black;                /* text color is black */
        background: 	white;
	font-weight:	bold;
        margin: 	4px /*12px 12px 12px;
        padding: 	10px 5px 0px 0px;*/
}
dd {
	color:		black;
	background:	white;
}

/* Border and padding for inline images */

.inlimgR {
	margin:		0em 0.6em 0em 0.6em;
	padding:	.2em;
	color:		black;
	background:	#696969;
	float:		right;
}
.inlimgL {
	margin:		0em 0.6em 0em 0.6em;
	padding:	.2em;
	color:		black;
	background:	#696969;
	float:		left;
}

/* No border for  top img and valid img */
.topimg  {
	float:		right;
	text-decoration:	none;
	border:		0;
}
.valimg	 {
	float:		left;
	text-decoration:	none;
	border:		0;
}
