
/* *************************************************/
/* *************************************************/
/*                                                 */
/*   Classi per lo stile delle Tab view     */
/*                                                 */
/* *************************************************/
/* *************************************************/


.TabView
{
	padding: 0px;
	margin: 0px;
	border-top: solid #99bbe8 1px;
	border-bottom: solid #99bbe8 1px;
	background-color:#dee7f6;
	color: #808080;
	font-weight: bold;
	font-size: 10pt;
	white-space: nowrap;
	background-image: url(images/tabbg.gif);
}

.SelTabView
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: #004D89;
	font-weight: bold;
	font-size: 10pt;
	border-top: solid #99bbe8 1px;
	border-bottom: solid white 1px;
	white-space: nowrap;
}


/* *************************************************/
/* *************************************************/
/*                                                 */
/*   Classi per lo stile delle MESSAGE TOOLTIP     */
/*                                                 */
/* *************************************************/
/* *************************************************/

/* ****************************************************/
/* Classe applicata al frame contenitore della MSGTIP */
/* ****************************************************/
.messagetooltip-frame-container
{
  z-index: 200;
	position: absolute;
	background-color: #FFFFE8;
	border: solid #8EAACE 1px;
	color: #202020;
	font-size: 10pt;
}

.messagetooltip-frame-container-info
{
}

.messagetooltip-frame-container-warning
{
}

.messagetooltip-frame-container-error
{
}

.messagetooltip-border-top
{
  position: absolute;
  height: 3px;
}

.messagetooltip-border-right
{
  position: absolute;
  width: 3px;
}

.messagetooltip-border-bottom
{
  position: absolute;
  height: 3px;
}

.messagetooltip-border-left
{
  position: absolute;
  width: 3px;
}

.messagetooltip-whisker
{
  position: absolute;
}

.selected-tab-caption-0, .tab-caption-0, .tab-caption-hl-0
{
  font-size: 10pt;
}

.form-caption-text
{
font-size: 10pt;
}
.book-span-radio-text
{
  margin-right: 10px;
}
