/*CSS Document - v0.1*/

/**
 * #bf2025: colore blu delle righe di divisione
 * #bf2025: colore rosso delle scritte
 */

body 
{
	padding: 0px; 
	border: 0px; 
	margin: 0px;
	font-size: 12px;
	font-family: Verdana;
	background-color: #EAE9E9;
	behavior: url("css/csshover3.htc"); 
	text-align: center;
	overflow:-moz-scrollbars-vertical;
}

div#container
{
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin: auto;
	width: 1280px; 
	height: 100%;
}

/*header*/

div#top_menu		
{
	font-size: 12px;
	font-family: Verdana;
}

div#distretto
{
	float: left;
	width: 270px;
	height: 61px;
	border-bottom: solid 1px #bf2025;
	background-image: url("../CMS/default/TopMenuGrad.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

div#nav
{
	float: left;
	width: 730px;
	height: 60px;
	border-bottom: solid 1px #bf2025;
	background-image: url("../CMS/default/TopMenuGrad.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

div#data
{
	float: left;
	width: 270px;
	height: 60px;
	border-bottom: solid 1px #bf2025;
	background-image: url("../CMS/default/TopMenuGrad.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

div#data span
{
	display: block;
	margin-top: 30px;
	height: 30px;
	width: 270px;
	text-align: center;
}

div.navBar
{
	float: left;
	width: 13px;
	height: 60px;
	background-image: url("../CMS/default/MenuVertBar.png");
	background-position: center;
	background-repeat: no-repeat;
}

div.navButton
{
	display: block;
	float: left;
	width: 130px;
	height: 60px;
	background-image: url("../CMS/webalbo/MenuButton.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

div.navButton:hover
{
	background-position: -140px 0px;
	background-repeat: no-repeat;
}

div.navButton span
{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 130px;
	height: 20px;
}

div.navButton a:link, div.navButton a:visited, 
div.navButton a:link:active, div.navButton a:hover
{
	text-decoration: none;
	color: #bf2025;
}

/*i menu*/

div#body
{
	padding: 0px; 
	margin: 0px; 
	width: 1270px; 
	float: left;
	background-color: White;
}

div#container1
{
	width: 1270px;
	overflow: auto;
	background: url(../CMS/webalbo/RightBar.png) repeat-y top right;
}

div#container2
{
	width: 1270px;
	overflow: auto;
	background: url(../CMS/default/LeftBar.png) repeat-y top left;
}

div#left_menu, div#right_menu
{
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	height:100%;
}

div#right_menu
{
	float: right;
	width: 270px;
}

div#left_menu
{
	float: left;
	width: 270px;
}

div#menu1, div#menu2, div#menu3, div#menu4, div#menu5
{
	margin: 0px 0px 0px 0px;
}

div#menu5, div#menu2
{
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

div#menu3
{
	min-height: 300px;
	height: 100% !important;
	height: 300px;
}

div#menu4
{
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

div.headerMenu
{
	width: 268px;
	height: 40px;
	border-top: solid 1px #bf2025;
	background-image: url("../CMS/default/LatMenuGrad.png");
	margin-left: 1px;
	margin-right: 1px;
}

div.titleMenu
{
	width: 245px;
	height: 30px;
	font-size: 14px;
	color: #bf2025;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url("../CMS/default/TitleMenuBar.png");
	background-position: 0px -3px;
}

div.titleMenu span
{
	margin-left: 20px;
	font-weight: bold;
}

/*voci di menu*/

div#topList
{
	width: 267px;
	height: 15px;
	background-image: url("../CMS/default/TopListBar.png");
	background-position: right;
	background-repeat: no-repeat;
}

div#bottomList
{
	width: 267px;
	height: 15px;
	background-image: url("../CMS/BottomListBar.png");
	background-position: right;
	background-repeat: no-repeat;
}

div#bodyList
{
	width: 267px;
	background-image: url("../CMS/default/BodyListBar.png");
	background-position: right;
	background-repeat: repeat-y;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.navMenuContTitle
{
	width: 265px;
	height: 25px;
	font-weight: bold;
	background: url(../CMS/default/BodyListLine.png) no-repeat bottom right;
}

.navMenuContArrow
{
	width: 265px;
	height: 20px;
	background: url(../CMS/default/BodyListLine.png) no-repeat bottom right;
}

.navMenuCont
{
	width: 200px;
	height: 16px;
	margin-left: 30px;
	background: url(../CMS/webalbo/BodyListArrow.png) no-repeat top left;
}

.navMenuCont:hover
{
	background-position: 0px -16px;
}

.navMenuTitle, .navMenuTitle:hover, .navMenuTitle:visited
{
	display: block;
	text-align: left;
	color: #bf2025;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana;
	margin-left: 30px;
	width: 200px;
}

.navMenuLink, .navMenuLink:hover, .navMenuLink:visited
{
	display: block;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-family: Verdana;
	margin-left: 20px;
	margin-top: 2px;
}

.newsData
{
	color: #bf2025;
	text-align: right; 
	background: url(../CMS/default/TitleMenuBar.png) no-repeat bottom center; 
	height: 20px;
}

.newsTitle
{
	display: block;
	font-weight: bold;
	background: url(../CMS/default/TitleMenuBar.png) no-repeat bottom center; 
	padding-bottom: 7px;
}

.newsRead
{
	text-align: right; 
}

/* il corpo centrale */

div#info
{
	margin-top: 0px;
	margin-left: 270px;
	margin-right: 270px;
	margin-bottom: 0px;
	background-color: White;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	width: 720px;
}

div#banner
{
	width: 100%;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

/*footer*/

div#footer
{
	margin-top: 0px; 
	float: left; 
	width: 1270px; 
	height: 100%;
	text-align: center;
	border-top: solid 1px #bf2025;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	background-image: url("../CMS/default/BottomMenuGrad.png");
	background-repeat: repeat-x;
}

div#email
{
	float:left;
	width:270px;
	height: 50px;
	margin-top: 5px;
}

div#copyright
{
	float: left;
	width: 730px;
	height: 50px;
	margin-top: 5px;
}

div#copyright span
{
	display: block;
}

div#top
{
	float:left;
	width: 270px;
	height: 50px;
	margin-top: 5px;
}

div#top span
{
	margin-left: 7px;
}

div#top img
{
	vertical-align: middle;
	border-style: none;
}

.plainLink:link, .plainLink:hover, .plainLink:visited, .plainLink:active
{
	text-decoration: none;
	cursor: pointer;
	color: Black;
}

/*login*/
div#loginInputs
{
	font-size: 14px; 
	color: #bf2025;
}

.loginForms
{
	background-color: Transparent;
	border-color: #bf2025;
	border-style: solid;
	border-width: 1px;
}

.loginPane
{
	text-align: left;
	margin-left: 15px;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 250px;
}

.loginTitle
{
	font-size: 14px;
	color: #bf2025;
}

.loginLine
{
	width: 200px;
	height: 20px;
	margin-left: 10px;
}

.loginLink:link, .loginLink:visited, .loginLink:active
{
	text-decoration: none;
	cursor: pointer;
	color: Black;
}

.loginLink:hover
{
	text-decoration: none;
	cursor: pointer;
	color: #bf2025;
}

/*sitemap*/

.path { color: Black; }

.actual { color: #bf2025; }

.bar { color: #bf2025; }

/*generali*/
:focus {outline-style: none}

.color { color: #bf2025; }

.background { background-color: #EAE9E9; }

.grayBorder { border: solid 1px #A9A9A9; }

.bold { font-weight: bold; }

.smallText { font-size: 10px; }

.bigText { font-size: 14px; }

.normalLink:link, .normalLink:visited, .normalLink:active
{
	text-decoration: none;
	cursor: pointer;
}

.normalLink:hover
{
	text-decoration: underline;
}

/*tabelle*/
.tabella table { table-layout:auto; width:99%; margin: 0; padding: 0; }

.tabella table, .tabella th, .tabella td
{
	border:1px solid #A9A9A9;
	border-collapse: collapse;
	font-size: 12px;
	font-family: Verdana;
}

.tabella td, .tabella th
{
	padding:4px;
	text-align:left;
}

.tabella th { background: #EAE9E9; }
.tabella tr.odd td { background: #f0efef; }
.tabella col.odd { background: #f0efef; }
.tabella tr:hover td { background: #EAE9E9; }
.tabella caption { font-weight:bold }

/* Message control*/
.info, div#col-dx .success, div#col-dx .warning, div#col-dx .warningSummary, div#col-dx .error, div#col-dx .validation {
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../App_Themes/EuriscoWeb/MessageControl/MessageControl/info.png');
    padding:10px 10px 10px 10px
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../App_Themes/EuriscoWeb/MessageControl/MessageControl/success.png');
    padding:10px 10px 10px 10px
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../App_Themes/EuriscoWeb/MessageControl/MessageControl/warning.png');
    padding:10px 10px 10px 10px
}
.warningSummary {
    color: #9F6000;
    background-color: #FEEFB3;
    padding:10px 10px 10px 10px
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../App_Themes/EuriscoWeb/MessageControl/MessageControl/error.png');
    padding:10px 10px 10px 10px
}
.containerMessage
{
}
.info p, div#col-dx .success p, div#col-dx .warning p, div#col-dx .error p {
    padding: 0px 50px;
    font-weight:bold;
}
.info a, div#col-dx .success a, div#col-dx .warning a, div#col-dx .error a {
    float: right;
    padding: 0px;
    cursor:pointer;
}
.containerMessage img {
    border: none;
}