.mask_box, .list_box, .tab_box {
    PADDING: 2px;
    border: 1px outset #FFFFCC ;        
}

.modulo_box {
	height: 100% ;
	width: 100% ;
}

.modulo_title {
	border-top: 1px solid #808066 ;
	background-color: #e0bf93;
	font-family: Arial, sans ;
	font-size: 13px ;
	color: black ;
	width: 100% ;
	height: 18px ;
	font-weight: bold ;
	padding: 2px ;
        margin-bottom: 4px ;
}

/*.tab_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	WIDTH: 100%;
	height: 20px ;
	padding: 1px ;
	COLOR: white;
	BACKGROUND-COLOR: #660000;
	TEXT-ALIGN: center
}*/
/*.mask_title_inactive, .list_title_inactive {
	BACKGROUND-COLOR: #baa0a9 ;
}*/
.mask_buttons, .list_buttons {
	TEXT-ALIGN: center ;
}

.border_box {
        width: 100% ;
        height: 100% ;
	font-size: 9px ;
}

.border_left_top {
	background: url('bordi/border_left_top.gif') no-repeat right bottom ;
}

.border_top {
	background: url('bordi/border_h.gif') repeat-x bottom ;
	font-size: 9px ;
	height: 8px ;
}

.border_right_top {
	background: url('bordi/border_right_top.gif') no-repeat left bottom ;
}

.border_right {
	background: url('bordi/border_v.gif') repeat-y left ;
	width: 8px ;
}

.border_right_bottom {
	background: url('bordi/border_right_bottom.gif') no-repeat left top ;
}

.border_bottom {
	background: url('bordi/border_h.gif') repeat-x top ;
	height: 8px ;
}

.border_left_bottom {
	background: url('bordi/border_left_bottom.gif') no-repeat right top ;
}

.border_left {
	background: url('bordi/border_v.gif') repeat-y right ;
	width: 8px ;
	height: 100% ;
}

.border_corner {
	width: 8px ; height: 8px ;
}

.border_title {
	font-size: 11px ;
	font-weight: bold ;
	font-style: italic ;
	white-space: nowrap ;
	padding: 0px 5px ;
	color: #808066 ;
        cursor: pointer ;
}

