#picker {
  width: auto;
  text-align: center;
  background-color: white;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.header_repeat_left,
.header_repeat_right,
.header_repeat_central {
  width: auto;
  background-image: url(../img/header-repeat.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  height: 192px;  
  	font-family: Arial, Verdana, sans-serif;
  color: silver;
  vertical-align: top;
  font-size: 10pt;
}

.header_repeat_left {
	text-align: left;
}
.header_repeat_central {
  text-align: center;
}
.header_repeat_right {
  text-align: right;
}

.footer_repeat,
.footer_left,
.footer_right
{
  background-position: top left;
  height: 108px;  
  background-image: url(../img/footer-repeat.jpg);
  background-repeat: repeat-x;
}

.footer_left {
  width: 231px;
}

.footer_repeat {
  width: 610px;
  text-align: left;
  font-family: Arial, Verdana, sans-serif;
  color: silver;
  font-size: 10pt;
}

.footer_right {
  width: auto;
}

body{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-image: url(../img/background-repeat.jpg);
    background-position: top;
    background-repeat: repeat-x repeat-y;
}

.report_content{
    background-color: white;
    padding: 3px 3px;
    margin: 5px 5px;
    width: auto;
}

.all_content{
    background-color: white;
    width: 100%;
    padding: 3px 3px;
    margin: 5px 5px;
    min-width: 800px;
    max-width: 1980px;
    text-align: left;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

.left_side, .info_utente {
    height: 100%;
    min-width: 170px;
    max-width: 175px;
    width: 170px;
    margin-left: 5px;
    padding-left: 5px;
}

.menu_bar{
    height: 50px;
}

.content {
    height: 100%;
    min-height: 450px;
    width: 100%;
}

.content_column{
    border-left-color: Grey;
    border-left-width: 1px;
    border-left-style: solid;
    min-width: 620px;
}

.info_utente
{
    border-bottom-color: Grey;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.unlogged_content {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    min-height: 500px;
    vertical-align: middle;
}

.info_versione
{
	text-align: left;
	color: Grey;
    font-size: 12px;
	margin-left: 5px;
	padding-left: 5px;
}

.userDisabled{
    background-color: #ff7777;
}