/* CSS Document */

/* Begin of General Settings */
body {	
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;	
	font-size: 14px;	
	color: #FFCF00;
/*	
	line-height: 2em;	
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
*/
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}
/* End of General Settings */

/* Container Layer */
#main {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:1000px; 
	height:560px; 
	z-index:1; 
	background-image: url(../images/sfondo1024.jpg); 
/*	border: 2px solid red;*/
}
/* End of Container Layer */

/**** Begin of newsbar classes ****/
#newsbar {
	position:absolute; 
	left:223px; 
	top:14px; 
	width:549px;
	height: 21px;
	overflow: hidden;
	border:1px solid #002142;
	background-color: #FFCF00;
	color: 002142;
	font-size: 12px;
	font-weight: bold;
}

.news{
	position:absolute;
	height:20px;
	width:auto;
	overflow:hidden;
	padding:3px 0px 3px 0px;
}

.news a{
	text-decoration:none;
	color:red;
}

.news a:hover{
	text-decoration:underline;
}

.news a:visited{
	color:red;
}

.news a:visited:hover{
	text-decoration:underline;
}
/**** End of newsbar classes ****/

/**** Begin of Panel (sx & dx) classes ****/
#leftpanel {
	position:absolute; 
	left:14px; 
	top:106px; 
	width:178px; 
	height:439px; 
	z-index:2;
	/*border: 2px solid green;*/
}

#rightpanel {
	position:absolute; 
	left:806px; 
	top:10px; 
	width:182px;
	height: 538px;
	/*border: 2px solid green;*/
	}

#time_box {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 350px;
	width: 100%; 
	height: auto; 
	/*background-color: #FFFFFF;*/
	/*border: 2px solid black;*/
	font-weight: bold;
}

#support {
	position: absolute;
	left: 0px;
	top: 250px;
	/*border: 2px solid cyan;*/	
}

.MENlevel1
{
 	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color: #FFFFFF; /*FFCF00;*/
	font-weight: bold;
	margin:5px 0px 0px 0px;
	background-image: URL(../images/menu/l1.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 10px;
}

.MENlevel1 a
{
	color: #FFCF00;
 	font-weight:bold;
 	text-decoration:none;
}

.MENlevel2
{
 	font-family:Verdana, Arial, sans-serif;
 	font-size:12px;
 	color: #FFCF00;
 	margin:3px 0px 0px 10px;
	background-image: URL(../images/menu/l2.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 10px;
}

.MENlevel2 a
{
	color: #FFCF00;
 	text-decoration:none;
}

.PNLdetail{
	text-align: center;
	font-size:12px;
	color: #FFCF00;
}

ul.PNLdetail {
	text-align: left;
	font-size:12px;
	color: #FFCF00;
	font-weight: bold;	
	list-style-image: URL(../images/menu/l2.gif);
}

img.PNLdetail {
	text-align: center;
	border: 1px solid black;
}

.PNLsection
{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;	
	color: #FFFFFF;
}

.PNLsmall {
	font-size: 11px;
}

.PNLtext{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;	
	font-size: 12px;
	font-weight: bold;	
	color: #FFFFFF;
}

.PNLtext a {
	color: #FFCF00;
}
/**** End of Panel (sx & dx) classes ****/

/**** Begin of Box classes ****/
#box {
	position:absolute; 
	left:212px; 
	top:46px; 
	width:571px; 
	height:504px; 
	overflow: hidden;
	/*border: 2px solid yellow;*/
}

#section {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:auto; 
	overflow: visible;
	/*background-color: #CCCCCC;*/ 
	/*border: 2px solid yellow;*/
}

.BOXcontainer {
	background-color: #282896;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	text-align: left;
	color: #FFFFFF;
	border: 2px solid Black;
	padding: 2px;
}

.BOXcontainer a {
	text-decoration: underline;
   color: white;
}

.BOXcontainer a:visited {
	text-decoration: underline;
   color: white;
}

.BOXcontainer a:active {
	text-decoration: underline;
   color: #FFCF00;
}

.BOXcontainer a:hover {
	text-decoration: none;
   color: red;
}

.BOXtitle {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
}

.BOXtext1 {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 14px;
   color: #FFFFFF;
}

.BOXtext2 {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 14px;
   color: #FFCF00;
}

.BOXhighlight {
   color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
/**** End of box classes ****/

.credits {
   color: #FFCF00;
	font-size: 9px;
	text-align: left;
	font-weight: normal;
}
