﻿.ButtonLeft
{
	font-size: 14px;
	font-weight: bolder;
	color: #7F7F7F;
	font-family: Arial;
	background-color: white;
	border-style: none;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
}

.ButtonLeft:hover
{
	color: Black;
	text-decoration: none;
}
.ButtonLeftBracketsRight
{
	visibility: hidden;
}
.ButtonLeftBracketsLeft
{
	visibility: hidden;
}
.ButtonLeftBracketsRightHover
{
	empty-cells: show;
	visibility: visible;
	border-top: #5594d0 2px solid;
	border-bottom: #5594d0 2px solid;
	border-right: #5594d0 2px solid;
}

.ButtonLeftBracketsLeftHover
{
	empty-cells: show;
	visibility: visible;
	border-top: #5594d0 2px solid;
	border-bottom: #5594d0 2px solid;
	border-left: #5594d0 2px solid;
}


.ButtonBracketsLeft
{
	empty-cells: show;
	border-top: #5594d0 2px solid;
	border-bottom: #5594d0 2px solid;
	border-left: #5594d0 2px solid;
	height: 19px;
	width: 9px;
}

.ButtonBracketsLeftHover
{
	empty-cells: show;
	border-top: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
	border-left: #cccccc 2px solid;
	height: 19px;
	width: 9px;
}
.ButtonBracketsRight
{
	empty-cells: show;
	border-top: #5594d0 2px solid;
	border-bottom: #5594d0 2px solid;
	border-right: #5594d0 2px solid;
	height: 19px;
	width: 9px;
}
.ButtonBracketsRightHover
{
	empty-cells: show;
	border-top: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
	border-right: #cccccc 2px solid;
	height: 19px;
	width: 9px;
}
.ButtonMainGlobal
{
	margin-top: 5px;
	margin-bottom: 4px;
	display: inline;
	margin-right: 5px;
}

.ButtonMain
{
	font-size: 14px;
	font-weight: bolder; /*color: #DAEBFD;*/ /*color: #5694d1;*/
	color: Black;
	font-family: Arial; /*background-color: white;*/
	border-style: none;
	vertical-align: top;
	cursor: pointer;
	min-width: 20px;
	text-decoration: none;
}

.ButtonMain:hover
{
	color: #5694d1;
	text-decoration: none;
}
.MainText
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	cursor: default;
}
.MainTextGlobal
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.MainTextBracketsLeft
{
	empty-cells: show;
	border-top: #7F7F7F 2px solid;
	border-bottom: #7F7F7F 2px solid;
	border-left: #7F7F7F 2px solid;
}
.MainTextBracketsRight
{
	empty-cells: show;
	border-top: #7F7F7F 2px solid;
	border-bottom: #7F7F7F 2px solid;
	border-right: #7F7F7F 2px solid;
}

/*TOP LINK*/
.TopLink
{
	font-size: 14px;
	font-weight: bolder;
	color: Black;
	font-family: Arial;
	background-color: white;
	border-style: none;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
}
.TopLink:hover
{
	color: #5694d1;
	text-decoration: none;
}
.TopLinkBracketsRight
{
	empty-cells: show;
	border-top: #5594d0 2px solid;
	border-bottom: #5594d0 2px solid;
	border-right: #5594d0 2px solid;
}
.TopLinkBracketsLeft
{
	visibility: hidden;
}
.TopLinkBracketsRightHover
{
	empty-cells: show;
	border-top: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
	border-right: #cccccc 2px solid;
}
.TopLinkBracketsLeftHover
{
	empty-cells: show;
	visibility: visible;
	border-top: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
	border-left: #cccccc 2px solid;
}

/*Pulsanti della barra laterale*/
.ButtonLeftBar
{
	background-color: White;
	margin: 4px 0px 4px 0px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	max-width: 120px;
	border: none 0;
	color: #5594d0;
	text-decoration: none;
	cursor: pointer;
}

.ButtonLeftBar:hover
{
	color: #cccccc;
	text-decoration: underline;
}
.TabStripMultiLanguage
{
	background-color: Transparent;
	border: solid 4px blue;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 2px 6px 2px 6px;
	width: 16px;
	height: 16px;
}
.TabStripMultiLanguageSelected
{
	background-color: Transparent;
	border: solid 4px blue;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	padding: 2px 6px 2px 6px;
}

/*Progress bar*/
dl.ProgressBar
{
	width: 100px;
	margin: 0px 0px 0px 0px;
}

dl.ProgressBar dd
{
	width: 100px !important;
	width: /**/ 104px;
	height: 16px;
	line-height: 16px;
	padding: 1px;
	border: 1px solid #CCC;
	margin: 1px 0;
	text-align: center;
}

dl.ProgressBar dd span
{
	display: block;
	width: 100px;
	cursor: default;
	background: #ECECEC url(Images/Arrows/progressBk.png) no-repeat 0 0;
	color: #002F7E;
}
