/*
Style For the Paris Conference
*/
body
{
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	padding: 20px 20px 4em 20px;
}
table
{
	font-family: "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
	color: inherit;
	text-shadow: #909090 3px 3px 3px;
}
a:active, a:hover
{
	color: #0000FF;
	background-color: inherit;
	-webkit-border-bottom-style: dotted;
	-webkit-border-bottom-color: #FF0000;
	-webkit-border-bottom-width: 1px;
	-moz-border-bottom-style: dotted;
	-moz-border-bottom-color: #FF0000;
	-moz-border-bottom-width: 1px;
	-khtml-border-bottom-style: dotted;
	-khtml-border-bottom-color: #FF0000;
	-khtml-border-bottom-width: 1px;
	text-shadow: #FF7070 3px 3px 4px;
}
a:link, a:visited
{
	color: #FF0000;
	background-color: inherit;
}
td
{
	padding: 4px 8px 4px 8px;
}
h1
{
	font-size: 14px;
/*	font-family: "Trebuchet MS", "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;*/
          font-family: Zapfino, Regular, Second variant glyph;
/*font-family: "Zapf-Chancery",  cursive;*/
	line-height: 50px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	text-shadow: #909090 4px 4px 5px;
             color: #0000FF;
	background-color: #AAAAAA;
	padding: 4px 20px 4px 20px;
	text-shadow: #909090 4px 4px 4px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #333333 2px 2px 4px;
	-moz-border-radius: 5px;
	-moz-box-shadow: #333333 2px 2px 4px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: #333333 2px 2px 4px;
}
h2
{
	font-size: 16px;
	font-family: "Zapf-Chancery",  cursive;
	font-style: normal;
            font-weight: normal;
	text-align: center;
	
}
h4 a:hover, h3 a:hover, h2 a:hover, h1 a:hover,
h4 a, h3 a, h2 a, h1 a
{
	color: inherit;
	background-color: inherit;
	-webkit-border-bottom-width: 0px;
	-moz-border-bottom-width: 0px;
	-khtml-border-bottom-width: 0px;
	text-shadow: inherit;
}
a img:hover, h4 a:hover, h3 a:hover, h2 a:hover, h1 a:hover
{
	opacity: 0.7;
}
h3
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
             font-variant: small-caps;
}
a:hover h3, a h3
{
	text-shadow: none;
	color: black;
	background-color: inherit;
}
h4
{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
h5
{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
             font-variant: small-caps;
}
img
{
	border: 0px solid #000000;
}
ul
{
	padding-left: 1.5em;
}
.listing
{
	font-family: "Courier new", Courier, monospace;
	font-size: 10px;
	background-color: #C0C0C0;
	color: #000000;
}
.description
{
	font-family: "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	background: #FFFFFF url(../pictures/OSX_Lines.gif);
	color: #000000;
	text-align: justify;
	padding: 20px;
}
.red_note
{
	color: #ff3030;
	background-color: inherit;
}
.tr_odd
{
	color: black;
#	background-color: #dddddd;
}
.currentVersion {
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
	color: #444444;
	text-shadow: #909090 3px 3px 3px;
}
.currentVersion:hover {
	text-shadow: #909090 3px 3px 3px;
}
.icon {
	width:128px;
	padding-right:20px;
	padding-bottom:10px;
	float:left;
}

.evenline{color : slateblue; } 
.oddline{color: purple;}
.evencol{font-style: italic; } 
.oddcol{font-weight: bold; } 
 .normale{color: pink;}

#bottom
{
	font-size: 9px;
	line-height: 14px;
	color: #808080;
	background-color: #EFEFEF;
	opacity: 0.85;
	border-top: 1px dotted #999999;
	position: fixed; bottom: 0px; left: 0px; width: 100%;
	text-align: center;
	padding: 6px 0px 4px 0px;
}
#scripts
{
	position: fixed; bottom: -50px; right: 0px;
}
.alert { background-color: #fdd; border: 1px solid #d88; color: #922; padding:12px 12px 13px 12px;
							text-shadow: 1px 1px 0 #fff;
							-webkit-border-radius: 2px;
							-moz-border-radius:2px;
							border-radius: 2px;
							-webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.5), inset -2px -2px 2px rgba(0,0,0,.06);
							-moz-box-shadow: inset 2px 2px 2px rgba(255,255,255,.5), inset -2px -2px 2px rgba(0,0,0,.06);
							box-shadow: inset 2px 2px 2px rgba(255,255,255,.5), inset -2px -2px 2px rgba(0,0,0,.06); 
						}
/* EOF */
