﻿#top
{
	position:fixed;
	width:100%;
	height:60px;
	top:0;
	right:0;
	bottom:auto;
	left:0;
	padding-left:2px;
	border-bottom: 1px solid #648D29;
}
#topLeft
{
	height:60px;
	width:30%;
	float:left;
}
#topMiddle
{
	height: 60px;
	width: 30%;
	float: left;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #008000;
	vertical-align: middle;
	line-height: 60px;
}
#topRight
{
	float: right;
	background-position: right;
	text-align: right;
	height: 60px;
	width: 30%;
	background-image: url('../Images/topRight.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 60px;
	padding-right: 50px;
}
#leftSide
{
	position:fixed;
	width:150px;
	height:auto;
	top:61px;
	right:auto;
	bottom:0px;
	left:0;
	border:none;
	background-color:#b9c1a0;
}
#leftSide .footer
{
	position:fixed;
	width:150px;
	height:25px;
	top:auto;
	right:0;
	bottom:0;
	left:0;
	border:none;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#main
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	position:fixed;
	/*height:100%;*/
	top:75px;
	right:0;
	bottom:0px;
	left:163px;
	/*overflow: hidden;*/
	overflow-x:hidden; overflow-y:scroll;
}
/*#footer{position:fixed;width:99.15%;height:25px;top:auto;right:0;bottom:0;left:0;border:none;}*/
.link
{
	cursor:pointer;
}
.TopDomini
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.mainTitol
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	height: 25px;
	font-weight: bold;
}
.mainLeft
{
	border-right-style: solid;
	border-right-width: 1px;
	width: 49%;
	/*height: 100%;*/
	float: left;
}
.mainRight
{
	width: 49%;
	/*height: 100%;*/
	float: right;
}
/*___________________*/
.CDigital_Titol
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px 5px 2px 5px;
}
.CDigital_Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.CDigital_Text a
{
	color: #FF0000;
	text-decoration: none;
}
.CDigital_Text a:hover
{
	color: #FF0000;
	text-decoration: none;
}