/* CSS Document */
div#actioncontent div.actionbar {
  width: 100%;
  height: 30px;
  background-color: #D3D3D3;
  border-bottom: 1px inset;
  float: none;
  position: relative;
}
div#actioncontent div.actionbar_hidden {
  width: 100%;
  height: 5px;
  background-color: #D3D3D3;
  font-size : 0px;
  margin : 0px;
  padding : 0px;
  display: none;
  cursor: pointer;
}

div#actioncontent div.actionicon {
  width:30px;
  height:30px;
  float: left;
  padding: 0px;
  cursor: pointer;
  overflow: hidden;
}

div#actioncontent div.actionicon img {
  width:30px;
  height:30px;
  border:0px;
  margin:0px;
}

div#actioncontent div.actionpageinfo {
  height:30px;
  /*width: 370px;*/
  width: auto;
  background-color: transparent;
  float: left;
  position: relative;
}

div#actioncontent div.actionpageinfo div.actionpageinfotot {
  width: 120px;
  height: 30px;
  line-height: 30px;
  background-color: gray;
  float: left;
  text-align: center;
  background-color: #ECE9D8;
  border: 1px inset #ECE9D8;
  border-bottom: 1px outset #ECE9D8;
  position: relative;
}

div#actioncontent div.actionpageinfo div.actionpageinfopage {
  width: 100px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  background-color: #ECE9D8;
  border: 1px inset #ECE9D8;
  border-bottom: 1px outset #ECE9D8;
  position: relative;
}

div#actioncontent div.actionpageinfo div.actionpageinforighe {
  width: 100px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  background-color: #ECE9D8;
  border: 1px inset #ECE9D8;
  border-bottom: 1px outset #ECE9D8;
  position: relative;
}

div#actioncontent div.actionpageinfo div.actionpageinforighe span {
  width: 50px;
  overflow: hidden;
}

div#actioncontent div.actionpageinfo div.actionpageinforighe input {
  width: 40px;
  text-align: center;
}

div#actioncontent div.navigator {
  height:30px;
  width: 122px;
  float: left;
}

div#actioncontent div.navigator button {
  position: relative;
  top: 1px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-width: 1px;
	font-weight: bold;
	font-size: 0.7em;
	color: #333333;
	font-family: Tahoma;
  float: left;
}

div#actioncontent div.titolo {
  position: relative;
  height: 30px;
  line-height: 30px;
  float: left;
  font-family : Geneva;
  font-weight : bold;
  font-size: 1.2em;
  color : #C40606;
  width: 300px;
  overflow: hidden;
}

div#actioncontent div.actionbtn {
	width: auto;
	height: 30px;
	float: right;
}

div#actioncontent div.actionbtn button {
  position: relative;
  top: 1px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-width: 1px;
	font-weight: bold;
	font-size: 0.7em;
	color: #333333;
	font-family: Tahoma;
}
