/* @group reset */

/* RESETTING
// *******************************************
// http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
// *******************************************
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	/*line-height: 1;*/
	margin-bottom: 30px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
/*:focus {
	outline: 0;
}
*/

/* remember to highlight inserts somehow! */
/*ins {
	text-decoration: none;
}
*/

/*del {
	text-decoration: line-through;
}
*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
//
//
END RESETTING ********************************
*/

/* ----  general settings: start ----- */
body {
	background-color: #fff;
	color:#999;
	font-family: Verdana;
}

a, a:hover, a:visited {
	text-decoration:none;
}
/* ----  general settings: end ----- */

#everything {
	margin-left: 15px;
	width: 974px;
}

h1 {
	margin-left: 230px;
	border-bottom: 1px solid #ddd;
	background: transparent url(../images/logo_elever.gif) no-repeat top left;
}

h1 a {
	width: 744px;
	height: 99px;
	display: block;
	text-indent: -5000px;
}

#container {
	margin-top: 50px;
	width: 974px;
	font-size: 10px;
	line-height: 14px;
}

#leftcol {
	float: left;
	width: 215px;
	height: 50px;
}

#leftcol h2 {
	color: #333;
	font-weight: normal;
}

#leftcol ul {
	margin-bottom: 15px;
}

#leftcol a {
	color: #999;
	display: block;
	width: 215px;
}

#leftcol a:hover {
	color: #333;
}

#leftcol a.selected {
	color: #333;
	font-weight: bold;
}

#leftcol a:hover:after, #leftcol a.selected:after {
	content: " «-";
}


#rightcol {
	float: right;
	width: 744px;
}

#rightcol h2 {
	color: #333;
	margin-bottom: 10px;
}

#rightcol h2 span a {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

#rightcol h2 span:before {
	content: " / ";
	color: #999;
	font-weight: normal;
}

#rightcol img {
	border: 1px solid #ececec;
	padding: 1px;
	margin-top: 5px;
}

#rightcol a {
	color: #333;
}

#rightcol a.grey01 {
	color: #999;
}

.grey02 {
	color: #333;
}

.bold {
	font-weight: bold;
}

#rightcol a:hover {
	text-decoration: underline;
}

#rightcol .onecol {
	width: 372px;
}

#rightcol .onecol p.hilite01 {
	font-size: 11px;
	color: #333;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	
}

#rightcol .onecol p.hilite02 {
	font-size: 11px;
	padding-top: 25px;
}

#rightcol .onecol p.hilite02 a {
	color: #999;
}

#rightcol .onecol p.hilite03 {
	font-size: 11px;
}

#rightcol .onecol p.hilite03 a {
	color: #999;
}

#rightcol ul.teamdisplay li {
	float: left;
	margin: 0 30px 30px 0;
}

#rightcol ul.teamdisplay li.rowlast {
	margin-right: 0;
}

#rightcol ul.teamdisplay li a {
	border: 1px solid #ececec;
	width: 102px;
	height: 102px;
	display: block;
	/*color: #999;*/
	font-size: 11px;
	/*cursor: pointer;*/
}

#rightcol ul.teamdisplay li a:hover {
	text-decoration: none;
}

#rightcol ul.teamdisplay li a span {
	display: none;
	position: absolute;
	top: 150px;
	left: 647px;
	width: 322px;
}

#rightcol ul.teamdisplay li:hover span {
	display: block;
}

a.lucacairoli {
	background: transparent url(../images/lucacairoli.jpg) no-repeat 1px 1px;
}

a.egidiacassinese {
	background: transparent url(../images/egidiacassinese.jpg) no-repeat 1px 1px;
}

a.andreavaghi {
	background: transparent url(../images/andreavaghi.jpg) no-repeat 1px 1px;
}

a.maxribuoli {
	background: transparent url(../images/maxribuoli.jpg) no-repeat 1px 1px;
}

a.stefanovaghi {
	background: transparent url(../images/stefanovaghi.jpg) no-repeat 1px 1px;
}

a.lucavinci {
	background: transparent url(../images/lucavinci.jpg) no-repeat 1px 1px;
}

#rightcol .previousnext {
	width: 744px;
	position: absolute;
	top: 100px;
	left: 245px;
}

#rightcol .previousnext a {
	color: #999;
}

#partitaiva {
	margin-top: 50px;
	border-top: 1px solid #ddd;
	width: 744px;
	padding-top: 3px;
}

.clearboth {
	clear: both;
	height: 0;
}

.nodisplay {
	display: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.prevw:before {
	content: " « ";
}

.nextw:after {
	content: " » ";
}
