BODY
{
	/*
	background-color: #0c0c0c;
	*/
	background-color: #000000;
	font-family:	Arial;
	font-size:		10px;
	color:			white;
}

A
{
	text-decoration:none;
	color:			orange;
	font-size:		14px;
	font-variant:	small-caps;
	font-weight:	bold;
}

A.MENU
{
	display:		block;
	padding-top:	10px;
	height:			26px;
	width:			120px;
	text-align:		center;
	vertical-align: middle;
	font-size:		12px;
}

A.MENU:HOVER
{
	color:			white;
	background-color: #800202;
}

A.MENUEVIDENZIATO
{
	color:			red;
	display:		block;
	padding-top:	3px; 
	padding-bottom:	4px; 
	height:			26px;
	width:			120px;
	text-align:		center;
	vertical-align: middle;
	font-size:		18px;
}

A.MENUEVIDENZIATO:HOVER
{
	color:			white;
	background-color: #800202;
}

A.MENULINK
{
	font-size:		12px;
	text-decoration:underline;
}

A.MENULINK:HOVER
{
	color:			white;
}


A.COTERIE
{
	color:			green;
	/*
	font-variant:	none;
	*/
	display:		block;
	padding-top:	10px;
	height:			26px;
	text-align:		center;
	vertical-align: middle;
	font-size:		12px;
}

A.COTERIE:HOVER
{
	color:			white;
	background-color: #800202;
}

TD.MENUITEM
{
	vertical-align:	middle;
}


TD.LOGOSU
{
	background-color: #0c0c0c;
	text-align:		right;
	height:			28px;
	font-size:		10px;
	font-weight:	bold;
}

TD.LOGOGIU
{
	height:			103px;
}

.CENTRALTABLE
{
	width:			900px;
	height:			600px;
	vertical-align:	top;
}

.CENTRALTABLESFONDO
{
	width:			900px;
	height:			600px;
	vertical-align:	top;
	background:		url('img/9_092.jpg') no-repeat;
	/*
	background-position:	fixed;
	*/
}

.SXMENU_LOGIN
{
	vertical-align:	top;
	text-align:		right;
	font-size:		10px;
	font-weight:	bold;
}

.SXMENU
{
	width:			125px;
	padding:		5px;
	vertical-align:	top;
}

.DXMENU
{
	width:			125px;
	padding:		5px;
	vertical-align:	top;
}

.TABLEBODY
{
	vertical-align:	top;
}

.TABLEBODYTIME
{
	background-image:		url(img/backnews.gif);
	font-size:		14px;
	font-weight:	bold;
	color:			orange;	
	vertical-align:	top;
	border-left:	1px solid white;
	border-right:	1px dotted white;
	border-top:		1px solid white;
	border-bottom:	1px solid white;
}

.NEWSTD
{
	background-image:		url(img/backnews.gif);
	font-size:		12px;
	font-weight:	bold;
	border-top:		1px solid white;
	border-left:	0px solid white;
	border-right:	1px solid white;
	border-bottom:	1px solid white;
	vertical-align:	top;
}

.NOTE
{
	height:			100px;
	font-size:		10px;
	text-align:		center;
}

.HEADFOOT
{
	vertical-align:	bottom;
}

.CPHEADERS
{
	color:			lightgreen;
	
}

.PLTABLE
{
	width:			98%;
	border:			0px dotted white;
}

.PLTABLECELLHEADER
{
	font-size:		14px;
	border:			1px dotted white;
	font-weight:	bold;
}

.PLTABLECELL
{
	font-size:		14px;
	border:			1px dotted white;
}

.USRCPTOPROW
{
	font-size:		10px;
}

.USRCPTOPROWACTIVE
{
	font-size:		10px;
	color:			cyan;
	text-decoration:underline;
}

.USRTABLE
{
	font-size:		10px;
	width:			98%;
	border:			0px dotted white;
}

.USRTABLECELL
{
	font-size:		10px;
	border:			0px dotted white;
	font-weight:	bold;
	color:			red;
}

.USRTABLECELL2
{
	font-size:		10px;
	border:			0px dotted white;
	font-weight:	normal;
	color:			white;
}

.USRLISTBUTTON
{
	font-size:		10px;
	border:			1px dotted gray;
	color:			white;
	background-color:black;
}

.LOGINTEXT
{
	color:white;
	background-color: black;
	border: 1px solid white;
	font-size:10px;
}

.LOGINBTN
{
	font-size: 10px;
	color: white;
	background: black;
	border: 1px dotted white;
}

.LOGINTXT
{
	font-size:		10px;
	text-align:		right;
	vertical-align:	top;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.yh_datepicker{display:block;height:1.7em;font-size:12px;min-height:27px;text-align:left;}
.yh_datepicker div{/*filter:alpha(opacity:95);*/opacity:0.95;position:relative;top:0em;left:0;clear:both;display:block;background:red;}
.yh_datepicker div div{border:solid 2px #dfdfdf;position:absolute;top:0;left:0;clear:both;display:block;background:red;}

.yh_datepicker div table{z-index:1000;background:white;font-family:Verdana;border:solid 1px #cccccc;border-collapse:collapse;background:#ffffff;border-color:#999999 #cccccc #cccccc #999999;}
.yh_datepicker div table tr{font-size:100%;}
.yh_datepicker div table th{font-size:90%;padding:4px;border:solid 1px #dfdfdf;background:#f0f0f0;}
.yh_datepicker div table td{font-size:90%;padding:0px;border:solid 1px #f0f0f0;}
.yh_datepicker div table td a{padding:4px;width:1.6em;height:1em;vertical-align:middle;display:block;color:#0000bb;text-decoration:none;}
.yh_datepicker div table td.weekend{background:#EBEBEB;}
.yh_datepicker div table td.weekend a{color:red;}

.yh_datepicker div table td a:hover{background:#336699;color:white;}
.yh_datepicker div table td a:active{color:#666666;background:#FFFFCC}
.yh_datepicker div table thead a{border:solid 1px #ccc;background:#dedede;border-color:#f0f0f0 #666666 #666666 #f0f0f0;height:1.3em;}
.yh_datepicker div table td a.today{background:#FF0099;color:white;}
.yh_datepicker:after{content:url(http://tw.yahoo.com/p.gif);display:block;clear:both;height:33px;}
.yh_datepicker button{min-height:20px;cursor:pointer;float:left;vertical-align:middle;font-size:12px;line-height:1.5em;background:buttonface;padding:0;width:2em;height:1.6em;font-family:Verdana;}
.yh_datepicker button:hover{background:#efefef;color:#666666;}
.yh_datepicker button:focus{border:Solid 1px #336699;background:#efefef;color:#666666;}

.yh_datepicker input{min-height:20px;float:left;font-size:12px;padding:0;line-height:1.5;height:1.3em;font-family:Verdana;}

