/*----LOGIN --*/

#btnLogin
{
    width:50px!important;
}
#divPage {
  width: 100%;
  text-align: center;
 
}

#divLoginBox {
  text-align: left;
  width: 401px;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #ffffff;
 
  background-image:url(../img/login_img.jpg);
  background-position:top;
  background-repeat:no-repeat;
}

#tblLogin {
  margin-top: 218px;
  background-color:#EBEBEB;
  width:401px;
}

#tblLogin td.lbl {
  padding-left:8px;
  text-align: right;
  text-transform: lowercase;
  border-bottom:solid 1px #ffffff;
  background-color:#D6D6D6;
  color:#617282;
}

#tblLogin td.data {
  text-align:Left;
}

#tblLogin td.dataCredits {
  color:#AAAAAA;
  text-align:Left;
}


#tblLogin td {
 padding:2px 8px 2px 0px;
 padding-left:6px;
}

#tblLogin input {
  width: 220px;
}


/*----AMMINISTRAZIONE --*/


#rblEnvironment
{
    text-align:left!important;
   
}


#btnExport
{
    width:100px!important;
}
#rblEnvironment input
{
    width:22px!important;
    padding-left:0px!important;
}
#divPage {
  width: 100%;
  text-align: center;
 
}

#divAdminBox {
  text-align: left;
  width: 401px;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #ffffff;
  background-image:url(../img/login_img.jpg);
  background-position:top;
  background-repeat:no-repeat;
}

#tblAdmin {
  margin-top: 218px;
  background-color:#EBEBEB;
  width:401px;
  text-align:left;
}

#tblAdmin td.lbl {
  padding-left:12px;
  padding-top:5px;
  padding-bottom:5px;
  text-align: left;
  border-bottom:solid 1px #ffffff;
  background-color:#D6D6D6;
  color:#617282;
  width:250px;
}

#tblAdmin td.data {
  text-align:Left!important;
  border-bottom:solid 1px #ffffff;
  width:114px;
  padding-left:12px;
}

#tblAdmin td.radio {
  text-align:Left!important;
  border-bottom:solid 1px #ffffff;
  width:111px;
  padding-left:12px;
  padding-top:3px;
  padding-bottom:3px;
}

#tblAdmin td.dataButton {
  text-align:center!important;
  border-bottom:solid 1px #ffffff;
  height:40px;
}
#tblAdmin td.dataAllert {
  text-align:center!important;
}

#tblAdmin td.dataCredits {
  color:#AAAAAA;
  text-align:Left;
  border-top:solid 1px #ffffff;
}


#tblAdmin td {
 /*padding:2px 8px 2px 16px;*/
 text-align:left;
}

#tblAdmin input, #tblAdmin button {
  width: 100px;
}



/*Comune a tutti*/

body 
{
  background-color:#E1E1E1;
}

#tblBody {
  width: 100%;
  height: 100%;
  margin:inherit;
}



#tblBody tr td {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: left;
}


#divContent 
{
    margin:auto;
    overflow: hidden;
    position: relative;
    width:402px;
    /*height:287px;*/
    background-image:url("../img/bckPres.gif");
    background-color:#FFFFFF;
    text-align: left;
}

#divMenuPres 
{
  width:688px;
  height:29px;
  text-align:right;
  color:#56A700;
  padding:7px 00px 0px 0px;
}
#divMenuPres a
{
color:#3F7700;
}

#divMenuPres a:hover
{
color:#9EB669;
}

html {
	margin: 0px;
	padding: 0px;
  height: 100%;
}

#divAppVersion {
  text-align: right;
  width: 200px;
  margin:4px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #aaaaaa;
  font-style: italic;
}

#divAppVersion span {
  color: #555555;
}