﻿a.info {
	position:relative; /*this is the key*/
	z-index:0;
	color:#000;
	text-decoration:none
	
}
a.info:hover {
	z-index:1;
}
a.info span {
	display: none;
}
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em;
	left:0px;
	border:1px solid black;
	text-align: center;
	background-color:#dedede;
	color:black
}
a.foto {
	position:relative; /*this is the key*/
	z-index:0;
	color:#000;
	text-decoration:none
}
a.foto:hover {
	z-index:1;
}
a.foto span {
	display: none
}
a.foto:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	bottom:2em;
	left:3em;
	border:none;
	text-align: center;
	background-color:#dedede;
	color:black
}
body {
	background:white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,fieldset {

	margin:0;

	padding:0;

}

abbr[title], acronym[title] {

	border-bottom:thin dotted;

	cursor:help;

}

body {

	background:#FFFFFF;

	color:#555;

	font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;

	font-size:12px;

}

h1, h2, h3, h4, h5, h6 {

	font-weight:bold;

	letter-spacing:-0.05em;

	font-family:Arial;

}

h1 {font-size:200%;}

h2 {font-size:170%;}

h3 {font-size:150%;}

h4 {font-size:130%;}

h5 {font-size:110%;}

h6 {font-size:100%;}

img {

	border:1;

}

small {

	font-size:10px;

}

a:hover img.sided {

	border-color:#A6A6A6;

}

a {

	color:#2970A6;

	text-decoration:none;

}

a:hover {

	text-decoration:none;

}
li.advon
{
	background: url(images/tick.png) 0 50%;
	background-repeat:no-repeat;
}
li.advoff
{
	background: url(images/cross.png) 0 50%;
	background-repeat:no-repeat;
}