/*-------------------------------------------
	FCP
	- - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles
	Filename:		style.css
	Date:			Dic, 2007	
	Company:        ExpertWeb
	Please:         You may adapt elements of this CSS in your own projects, 
					but the unique combination of layouts, styles, sizes, typography, 
					and positioning ("the design") is copyright 2007 at Expertweb.it 
					and may not be reproduced.
-------------------------------------------*/

div, p, ul, h1, h2, h3, form, img
{
	padding: 0px;
	margin: 0px;
}
*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.font-small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div#container
{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 0px solid;
	width: 990px;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	background-image: url(img/back_testata.jpg);
}

div#Testata
{
	height: 167px;
	width: 100%;
	background-image: url(img/back_testata.jpg);
	border: 0px solid;
	background-repeat: no-repeat;
}

.Intestazione
{
	font-weight: bold;
	margin: 2px;
}

.IntestazioneSmall
{
	font-size:smaller;
	font-weight: bold;
	margin: 2px;
}

.SmallHeader{
	font-weight: bold;
	margin: 2px;
	padding:0px;
	border:0px solid;
}
.GrassettoRosso
{
	color: #aa1e22;
	font-weight: bold;
}

.Blu
{
	color: #171A77;
	font-size: 10px;
	font-weight: bold;
}

.GrassettoRosso
{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 8px;
}

.LabelGraficoDisabilitato
{
	color: #497095;
}

.LinkSecondario
{
	color: #D9DFE5;
}

.GraficoSelezionato
{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.CheckBoxGrafico
{
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

.LinkSecondario a:hover
{
	/* color:#C0C0C0; */
	color: #FF7E66;
}

#db_Label td, #db_LabelComparison td
{
	padding: 0px;
}

.Pulsante
{
	border-right: #5d90be 1px solid;
	border-top: #5d90be 1px solid;
	font-size: 10px;
	border-left: #5d90be 1px solid;
	color: black;
	border-bottom: #5d90be 1px solid;
	background-color: #dcdcdc;
	cursor: pointer;
	text-align: center;
}

#Calendars
{
	margin-left: 100px;
}

#DashboardSources, #DashboardBrandFilter
{
	margin-left: 10px;
}

#DashboardBestWorst
{
	margin-left: 190px;
}

#DashboardStatistics
{
	margin-left: 120px;
}

#DashboardStatistics td,
#SubSourcesTableDiv td,
#SubSourcesTableDiv th
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#ZoomVotesTable td,
#ZoomVotesTable th
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#GridViewSources
{
	margin-left:auto;
	margin-right:auto;
}

.Lista
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 10px;*/
	background-color: #F7F5F5;
	padding-top: 2px;
	padding-left: 2px;
	border: 1px solid;
}

.TitoloGrafico
{
	padding-top: 50px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

div#CorpoPagina
{
	margin-left: 0px;
	height: auto;
	margin-top: 0px;
	border: 0px solid;
	background-image: url(img/back_corpo_nav.gif);
	background-repeat: repeat-y;
	margin-top: -10px;
}
.TestoCorpoPaginaHome
{
	border: 0px solid;
	position: absolute;
	left: 311px;
	top: 540px;
	color: #58002b;
	font-weight: bold;
	font-size: 14px;
	width: 404px;
}
div#areaGrafici
{
	border: 0px solid #cccccc;
	padding: 0px 0px 0px 0px;
	background-image: url(img/back_inf_sf.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	min-height: 300px;
}

.boxGrafico /* IE6 e precedenti */
{
	position:inherit;
	margin-left: 140px;
	padding-top: 5px;
}

html>body .boxGrafico /*firefox and IE7 only */
{
	position: inherit;
	margin-left: 140px;
	padding-top: 40px;
}
div#Footer
{
	border: 0px solid #cccccc;
	padding-top: 30px;
	margin-bottom: -30px;
	background-image: url(img/img_footer.jpg);
	background-repeat: no-repeat;
	height: 28px;
	clear:both;
	background-color:#FFF;
}
div#Footer2
{
	border: 0px solid #cccccc;
	padding-top: 30px;
	margin-bottom: -30px;
	background-image: url(img/img_footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
	clear:both;
	background-color:#FFF;
}

h3
{
	font-family: Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}


a
{
	color: #fff;
	text-decoration: none;
}
a:hover
{
	color: #FF7E66;
}

.ClassicLink,
div#posts a
{
	color: #000;
	text-decoration: underline;
}

div#sources a
{
	color: #000;
	text-decoration: none;
}

p
{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
	border: 1px solid #FFFFFF;
}
#wrapper
{
	position: relative;
	width: 768px;
	top: -45px;
	margin-left: 120px;
	margin-bottom: -50px;
	border: 0px solid;
}
html > body #wrapper
{
	margin-bottom: -82px;
}
.box
{
	background: #fff;
	display: none;
}
.boxholder
{
	clear: both;
	padding: 5px;
	background: #FFFFFF;
}
.tab, .BlueTab, .RedTab
{
	float: left;
	height: 32px;
	width: 102px;
	margin: 0 1px 0 0;
	text-align: center;
}

.BlueTabLarge, .RedTabLarge
{
	float: left;
	height: 32px;
	width: 144px;
	margin: 0 1px 0 0;
	text-align: center;
}

.BlueTab
{
	background: #3B699C url(img/blue_tab.gif) no-repeat;
}

.BlueTabLarge
{
	background: url(img/blue_tab_large.gif) #3b699c repeat-x;
}

.RedTab
{
	background: #aa1e22 url(img/red_tab.gif) no-repeat;
}

.RedTabLarge
{
	background: #aa1e22 url(img/red_tab_large.gif) repeat-x;
}

.tabtxt
{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}

#Layer1
{
	position: absolute;
	left: 565px;
	top: 126px;
	width: 148px;
	height: 21px;
	z-index: 1;
}
#Layer2
{
	position: absolute;
	left: 715px;
	top: 126px;
	width: 31px;
	height: 22px;
	z-index: 2;
}
#Layer3
{
	position: absolute;
	left: 754px;
	top: 131px;
	width: 121px;
	height: 22px;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #171A77;
}
#Layer4
{
	position: relative;
	left: 694px;
	top: -34px;
	z-index: 4;
	margin-bottom: -22px;
	width: 50px;
}
#Layer5
{
	position: relative;
	left: 714px;
	top: -26px;
	z-index: 5;
	margin-bottom: -22px;
	width: 50px;
}
#Layer6
{
	position: absolute;
	left: 33px;
	top: 68px;
	width: 63px;
	height: 138px;
	z-index: 1;
}

label
{
	margin-left: 5px;
}

/*************************tabs***********************/

/*
 * PARTE DRILL-DOWN E POP-UP POSTS
 */

div#posts
{
	margin-top: 10px;
}

#s_ShortPosts,
#s_TallPosts
{
	height: 250px;
	width: 730px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll; /* overflow: auto; */
}

#s_ShortPosts
{
	height: 250px;
}

#s_TallPosts
{
	height: 465px;
}

div#sources
{
	height: 167px;
	margin: 10px;
	
}

div#sources li
{
	list-style-type:none;
	margin-left: 35px;
}

div#posts td
{
	padding: 5px;
}

div#posts .even
{
	background-color: #fff;
}
div#posts .odd
{
	background-color: #F5F5F7;
}

.PostText
{
	overflow:hidden;
}

.PreQuote, .Quote, .SourceOrAuthor
{
	font-size: smaller;
}

.PreQuote, .Quote
{
	font-style: italic;
}
.Quote
{
	color: #696969;
}
.Highlight
{
	background-color: #ffff00;
}

/* HighlightUnderline è stata introdotta per ovviare ad un problema con Firefox che non sottolineava
   il testo di un link se era applicata la classe Highlight
 */
.HighlightUnderline
{
	background-color: #ffff00;
	text-decoration: underline;
}

.PostsPagination
{
	padding: 5px;
}

.PostProgressiveNumber
{
	border:solid 1px;
	padding:3px;
}


/*
 * ETL DRILL-DOWN
 */

.SubMenu
{
	width: 100%;
	height: 20px;
	background-color: #f5f5f5;
	text-align: center;
}

.SubMenu td
{
 vertical-align:middle;
 padding :10px; 
}

.SubMenu a
{
	color: #171a77;
}

div#Brands,
div#Services,
div#Products,
div#FeaturesAndParts,
div#Qualities,
div#Ratings,
div#Dealers,
div#Places
{
	margin-top: 10px;
}

div#Brands
{
  display: block;
}

div#Services,
div#Products,
div#FeaturesAndParts,
div#Qualities,
div#Ratings,
div#Dealers,
div#Places
{
  display: none;
}

/*
 * POP-UP POSTS (SOLO DASHBOARD)
 */

#s_PopUpPostsInnerTitle
{
	padding-right: 5px;
	padding-left: 5px;
	overflow: visible;
	padding-top: 5px;
	height: 30px;
	width: 700px;
}

.ThumbUpVote
{
	background-color:#00ff00;
	margin:1px;
}

.ThumbDownVote
{
	background-color:#ff0000;
	margin:1px;
}

.bestWorst
{
 text-align:center;
}

.source
{
	margin-top: 5px;
	margin-left: 50px;
	margin-bottom: 20px;
}

.graphs_class 
{
	position: absolute; 
	left: 850px;
	top: 146px;
}


/*.transparent_class:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}*/

.btn
{
cursor:pointer;
cursor:hand;
text-decoration:none;
}

.btn_disabled
{
cursor:default;
text-decoration:none;
}

.RadioButtonWidth label
{
	margin-right:10px;
} 

/*************************************** GRIDVIEW *******************************/
.Grid { border: solid 1px #FFFFFF; }
.Grid td
{
border: solid 1px #FFFFFF;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
text-align: left;
}
.GridHeader
{
font-weight: bold;
background-color: #dcdcdc;
}
.GridItem
{
background-color: #e6e6e6;
}

.GridAltItem
{
background-color: white;
}
/*************************************** GRIDVIEW *******************************/
.modalBackground
{
	background-color: #e6e6e6;
	filter: alpha(opacity=60);
	opacity: 0.60;
}