﻿/*link generico*/
a:link,
a:visited
{
    color: #7394ca;
}

.WordSection {
    padding:5px;
}
/*titoli*/
.WordSection h1.title, .WordSection p.margin_10
{
    margin:10px 0;
}
.WordSection .margin_bottom_50 {
    margin-bottom: 50px;
}
.WordSection h1.title, .WordSection h2, h3, h4
{
    color: #7394ca;
}
.WordSection h1.title, .WordSection h2
{
    border-bottom-color: #7394ca;
}
.WordSection ul.instructions 
{
    margin-bottom:20px;
}
.WordSection ul.instructions li
{
    font-style:italic;
}
.WordSection ul.actions
{
    margin:15px;
    font-family: Tahoma, Geneva, sans-serif;
}
.WordSection ul.actions li.actions
{
    display:block;
    border:1px solid #CCC;
    height:40px;
    overflow:hidden;
    cursor:pointer;
}
.WordSection ul.actions li.actions.selected {
    height:auto;
}
.WordSection ul.actions li.actions span.width_250 {
    display:inline-block;
    width:250px;
}
.WordSection ul.actions li.actions.selected h4 {
    background:url(../images/Img/minus.gif) left center no-repeat;
}
.WordSection ul.actions li.actions:hover h4
{
    color:#900;
}
.WordSection ul.actions li h4 {
    text-transform: uppercase;
    padding-left: 25px;
    background: url(../images/Img/plus.gif) left center no-repeat;
    padding: 5px 0 5px 25px;
}
.WordSection ul.actions li span 
{
    display:block;
}

.WordSection ul.actions li span.line
{
    height: 5px;
    border-bottom: 1px dotted #7394ca;
    margin-bottom: 10px;
}
.WordSection ul.actions li span.image 
{
    text-align:center;
    margin:20px 0;
    padding-bottom:20px;
    border-bottom:1px solid #7394ca
}
.WordSection p
{
    line-height:20px;
    font-size:14px;
}

/*tabelle*/
table.grids
{
	border: 1px solid #7394ca;
}
table.grids th
{
	background-color: #7394ca;
}
tr.alterneTd td
{
	background-color: #c7d7f1;
}
.functionalTxt
{
    border: solid 1px #7394ca;
}

.info_lamp {
    border:1px solid #CCC;
    padding:10px 10px 10px 60px;
    background:url(../images/Img/iconmonstr-info-6-icon-32.png) 15px center no-repeat;
}
.info_lamp p {
    font-size:12px;
    text-align:justify
}