@charset "UTF-8";
/* CSS Document */


/* body */
body{
	margin:0px;
	background-color:white;
}

body, td, tr{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color:#666666;
}

img{
	border:0px;
}

.btnBg00{
	padding-right:15px;
	padding-bottom:5px;
}

.btnBg01{
	background-color:#666666;
	width:175px;
	height:25px;
	line-height:25px;
	margin-bottom:5px;
}
.btnBg02{
	background-color:#EB6B00;
	width:175px;
	height:25px;
	line-height:25px;
	margin-bottom:5px;
}
.btnBg03{
	background-color:#FD9C00;
	width:175px;
}

.btnBg03Cnt{
	width:175px;
	background-color:#F5F5F5;
}

.contetHolder{
	margin:10px;
}

.contetHolderMenu{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.menuItemWrapper{
	margin-bottom: 7px;
}

a.menu{
	color:white;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	display:block;
	line-height:normal;
	height:auto;
	
}
a.menu:visited{
	color:white;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	display:block;
	line-height:normal;
	height:auto;
}
a.menu:hover{
	color:white;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:underline;
	display:block;
	line-height:normal;
	height:auto;
}



a.menuSelected, a.menuSelected:visited{
	color:#FD9C00;
		font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:underline;
	display:block;
	line-height:normal;
	height:auto;
}


a.menuw{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a.menuw:visited{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
a.menuw:hover{
	color:#FD9C00;
	font-weight:bold;
	text-decoration:underline;
}

.menuwSelected{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a{
	color:#EB6B00;
	font-weight:bold;
	text-decoration:none;
	
}
a:visited{
	color:#EB6B00;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}



.normalText{
	font-size:12px;
	line-height:15px;
}

.textBlack{
	color: Black;
	font-weight: bold;
}

.titolo{
	font-size: 13px;
	font-weight: bold;
	color: Black;
	
}

.titolo2{
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

.titoloGrande{
	font-size: 14px;
	font-weight: bold;
	color: #EB6B00;
}

.errorRow {

	background-color: #cc0000;
	height: 30px;
	vertical-align: middle;
	color: white;
	padding: 10px;
}
.errorRow b {
	font-weight: bold;
	font-size: 14px;
}

.btnBg03Cnt{
margin-bottom:5px;
}