@charset "UTF-8";

.Stile4 {
	color: #CD1006;
	font-weight: bold;
	font-size:13;
}

.Stile44 {
	color: #404040;
	font-weight: bold;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #F5F5F5;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #2860BD;
}
a:active {
	text-decoration: none;
}
.Stile1 {
	color: #2860BD;
	font-weight: bold;
}
.Stile2 {color: #2860BD}
.Stile3 {color: #f5f5f5;
font-weight: bold;
}

.link{color:#CD1006;}
.link1{color:#CD1006;}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 99%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2860BD;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	/*border-bottom: solid 1px #999;*/
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {
	background-color: #CCC;
}


.TabbedPanelsTabSelected {
	background-color: #F5f5f5;
	/*border-bottom: 1px solid #000;*/
	border-TOP: 1px solid #8395AC;
	border-left: 1px solid #8395AC;
	border-right: 1px solid #8395AC;
	
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #8395AC;
	border-top: solid 1px #8395AC;
	border-bottom: solid 1px #8395AC;
	border-right: solid 1px #8395AC;
	background-color: #F5F5F5;
	height: 298px;
	OVERFLOW-Y: hidden;
	OVERFLOW-X: hidden;
}


.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position:fixed;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
