/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
.mioBody {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #c3c3c3 none repeat scroll 0 0;
	border: 0 none;
	color: black;
	direction: ltr;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.form-noindent {
	background-color: #FFFFFF;
}

#container {
	left: 50%;
	margin-top: 10px;
	margin-left: -500px;
	position: absolute;
	width: 1000px;
}

#logo {
	height: 40px;
	position: relative;
	width: 990px;
	background-image: resources/ images/ logo.png;
}

#banner {
	height: 60px;
	position: relative;
	width: 100%;
	margin-top: 5px;
}

#menu {
	height: 25px;
	position: relative;
	width: 990px;
	margin-top: 5px;
}

#content {
	position: relative;
	width: 100%;
	margin-top: 5px;
	height: 100%;
}

#contentLeft {
	position: absolute;
	width: 750px;
	top: 5px;
}

#contentLeft3a {
	position: absolute;
	width: 520px;
}

#contentLeft3b {
	position: absolute;
	width: 230px;
	left: 540px;
}
#contentRight {
	position: absolute;
	width: 200px;
	top: 5px;
	left: 780px;
}

.font-libri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}

.titolo-libri {
	color: #FF0000;
}

.link-libri {
	text-decoration: underline;
}

.cursor-pointer {
	cursor: pointer;
}

.icon_info {
	background-image: url(resources/icons/Info.gif);
}

.icon_pdf {
	background-image: url(resources/icons/pdf_icon_16.jpg);
}

.icon_map {
	background-image: url(resources/icons/googlemaps-icon.gif);
}

.icon_lens {
	background-image: url(resources/icons/lens.png);
}

.icon_send {
	background-image: url(resources/icons/icon_message_send_16px.gif);
}

.icon_link {
	background-image: url(resources/icons/icon_editor_url.gif);
}

.icon_book {
	background-image: url(resources/icons/book_icon.jpg);
}

.x-label {
	-x-system-font: none;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.x-label-red {
	color: Red;
	font-weight: bold;
}