﻿
A:Visited {color:GrayText; text-decoration:underline; font-style:normal}

body 
{
    background-color:Silver;
}

.MasterTable
{
    background-color:White;
}
    
.MenuItem 
{
    font-size:small;
    font-family: Verdana;
    font-weight: bold;
    background-color:Silver;
    color: Black;
    /*background-image: url(img/MenuItem.jpg);
    background-repeat:no-repeat;
    background-position:left;
    */
    vertical-align:top;
}    

.Menu
{
    background-color: White;
}

.Carrello_elenco
{
    background-image: url(img/carrello_elenco.gif);
    height: 20px;
    width: 20px;
    border-style:none;
}

.NormalText
{
    font-family: Verdana;
    font-size: small;
}   

.NormalTextBold
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.Pannello
{
    border-style: none;
    border-width: thin;
    border-color: Gray;
    
}

.bottoni{
	width:100px; 
	height:30px; 
	vertical-align: top; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px;	
	font-weight:normal;	
	
	cursor: pointer;
}

.rbroundbox { background: url(img/nt.gif) repeat; }
.rbtop div { background: url(img/tl.gif) no-repeat top left; }
.rbtop { background: url(img/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { margin: 1em auto; }

.bodyPanel {background-image: url(img/roundedBox.gif);}
.bodyPanelWithTitleAndCommand {background-image: url(img/roundedBoxTitleCommand_840.gif);}
.bodyPanelWithTitle {background-image: url(img/roundedBoxTitle_840.gif);}
.bodyPanel, .bodyPanelWithTitleAndCommand, .bodyPanelWithTitle
{
    height: 620px;
    width: 840px;
    background-repeat: no-repeat;
}

.bodyPanelTitle
{
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 30px;
    text-align: left;
}

.bodyPanelBody {height: 540px;}
.bodyPanelBodyWithCommand {height: 505px;}
.bodyPanelBody, .bodyPanelBodyWithCommand
{
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    overflow: scroll;
}

.oldpanelSmall
{
    background-image: url(img/roundedBoxTitle_small.gif);
    background-repeat: no-repeat;
    height: 300px;
    width: 230px;
}

.panelSmall
{
    background-repeat: no-repeat;
    height: 300px;
    width: 230px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:Gray;

    border-right-style:solid;
    border-right-width:1px;
    border-right-color:Gray;
}

.panelSmallBody
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
     
.panelSmall2
{
    
    background-repeat: no-repeat;
    width: 100px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:Gray;
}

.panelSmallBody2
{
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}

.panelSmall2Title
{
    width: 100px;
    height: 40px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:Gray;
    color:Red;
    font-weight:bold;
    font-family: Verdana;
    font-size:medium;
    overflow:visible;
}
     