@import url("0_stile.css");

body
{
	text-align: center;
}

#canvas
{
	width: 810px;
	text-align: left;
	position: relative;
	text-align: center;
}
	
#top
{
	top: 0px;
	/*left: 0px;*/
	height: 240px;
}
	
#left
{
	position: relative;
	left: 0px;
	/*top: 200px;*/
	width: 150px;
	float: left;
	margin-right: 3px;
}

#intest
{
	position: relative;
	width: 480px;
	height: 30px;
	float: left;
	display: block;
	margin-right: 3px;
}

#content
{
	position: relative;
	width: 480px;
	float: left;
	margin-right: 3px;
}

#right
{
	position: relative;
	width: 150px;
	float: left;
	display: block;
}

#bottom
{
	position: relative;
	/*left: 0px;
	bottom: 0px;*/
	float: left;
	width: 800px;
	height: 30px;	
}

.rightBox
{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #404040;
	min-height: 80px;
	width: 150px;
	background-color: #000000;
  	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#000000', endColorStr='#404040', gradientType='0');
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#404040,direction=135);
}
.rightBoxTitle
{
	/*width: 100%;*/
	font-family: calibri, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;

	color: White;
	padding: 3px 3px 3px 3px;
}
.rightBoxContent
{
	width: 100%;
	font-family: calibri, Verdana, Tahoma;
	font-size: 8pt;

	color: White;
	padding: 3px 3px 3px 3px;
}


.leftBox
{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #404040;
	min-height: 80px;
	width: 150px;
	background-color: #000000;
  	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#404040', endColorStr='#000000', gradientType='0');
	/*filter:progid:DXImageTransform.Microsoft.DropShadow(color='#202020',offX='3', offY='3');*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#404040,direction=225);

	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;

}
.leftBoxTitle
{
	width: 100%;
	font-family: calibri, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	padding: 3px 3px 3px 3px;
}
.leftBoxContent
{
	width: 100%;
	font-family: calibri, Verdana, Tahoma;
	font-size: 8pt;
	color: White;
	padding: 3px 3px 3px 3px;
}


div.TLSIT
	{
		border-top: 1 solid #404040;
		border-right: 1 solid #404040;
		border-bottom: 1 solid #404040;
	}
.TLSIT
	{ 
		font-size: 10pt;
		font-weight: bolder;
		color: white;
		text-decoration: none;
		text-align: right;
	}

.TLSID
	{ 
		font-size: 7pt;
		color: #DFDFDF;
		text-align: left;
	}