﻿.Messaggio
{
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

.Disclaimer
{
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}

.CampiMancanti
{
	font-size: 11px;
	color: #990000;
}

.TopBarTestoNormal
{
	font-size: 12px;
	color: #FFF;
}

.TopBarData
{
	font-size: 14px;
	color: #FFF;
}

.Textbox_Field
{
    font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.Testo_Gray
{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.Testo_Blue
{
	font-size: 14px;
	line-height: 20px;
	color: #3f7d9c;
}

.Testo_Red
{
	font-size: 14px;
	font-family: Tahoma;
	line-height: 20px;
	color: #990000;
}

.Titolo_Blue
{
	font-size: 20px;
	line-height: 20px;
	color: #3f7d9c;
}

.DatagridTitle
{
	font-size: 11px;
	font-weight:bold;
	color: #990000;
}

.DatagridTitle A
{
	color: #990000;
}
	
.DatagridTesto
{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.DatagridEmptyField
{
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}

/* Corpo Sito Web Centrale */

#BodyPage
{
    background-color: #ffffff;
    width: 960px;
}
#BodyCenter
{
    background-color: Transparent;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}

#BodyPageBottom
{
    height:4px;
    width: 960px;
    background:url(../images/Menu/Body_Bottom.png) no-repeat;
}

#BodySolution
{
    margin-bottom: 65px;
    width: 920px;
    background-image: url(../images/Menu/Body_Center.png);
    background-repeat: repeat-y;
}

#BodySolution_Curriculum
{
    margin-bottom: 65px;
    width: 920px;
    background-image: url(../images/Menu/Body_center_Curriculum.png);
    background-repeat: repeat-y;
}

#BodySolution_Blank
{
    margin-bottom: 65px;
    width: 920px;
    float: left;
}

#BodyTesto_580px
{
    float: left;
    width: 640px;
}

#BodyCurriculum_580px
{
    float: left;
    width: 580px;
}

.Testo_Top_900px
{
    width: 910px;
    font-size: 12px;
	line-height: 20px;
	color: #666666;
	float: left;
}

.Titolo_Top_900px
{
    width: 910px;
    font-size: 14px;
    font-weight: bold;
	color: #366aa8;
	padding-bottom: 20px;
	float: left;
}

.Testo_Top_630px
{
    width: 630px;
    font-size: 12px;
	line-height: 20px;
	color: #666666;
	float: left;
}

.Titolo_Top_630px
{
    width: 630px;
    font-size: 14px;
    font-weight: bold;
	color: #366aa8;
	padding-bottom: 20px;
	float: left;
}

.SottoTitolo_Top_630px
{
    width: 630px;
    font-size: 12px;
	color: #000;
	padding-bottom: 10px;
	float: left;
}

.Testo_Top_560px
{
    width: 560px;
    font-size: 12px;
	line-height: 20px;
	color: #666666;
	float: left;
}

.h1
{
    margin-top: 12px;
    background: #d8e8ea;
    height: 2px;
    overflow: hidden;
    border-top: #84acd1 1px solid;
}

/* ****************** RatingStar ****************** */

.ratingStar
{
	height: 26px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 26px;
    height: 26px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor: pointer;
}

.ratingStar .Filled 
{
    background-image: url(../images/icon24_stars_full.png);
}
.ratingStar .Empty 
{
    background-image: url(../images/icon24_stars_empty.png);
}
.ratingStar .Saved 
{
    background-image: url(../images/icon24_stars_full.png);
}
