﻿/* GENERALI */

:focus { outline-style: none !important; }
textarea { resize: none !important; }

.noWidth { width: auto !important; }
.fullWidth { width: 100% !important; }
.fullHeight { height: 100% !important; }

.cursorPointer { cursor: pointer !important; }
.cursorDefault { cursor: default !important; }
.cursorHelp { cursor:help !important; }

.floatLeft { float: left !important; }
.floatRight { float: right !important; }
.clearFloat { height: 0; clear: both !important; }

.overflowHidden { overflow: hidden !important; }

.relative { position: relative !important; }
.absolute { position: absolute !important; }

.top { top: 0 !important; }
.bottom { bottom: 0 !important; }
.left { left: 0 !important; }
.right { right: 0 !important; }

/* TESTO */

.boldText { font-weight: bold !important; }
.italicText { font-style: italic !important; }

.centerAlign { text-align: center !important; }
.leftAlign { text-align: left !important; }
.rightAlign { text-align: right !important; }

.smallText { font-size: 0.8em; }

/* FORMS */

.row-padding { padding: 5px 0 5px 0; }
.row-header { border-bottom: 1px solid #000000; }
.body-form { padding: 10px; }
.help-tooltip { text-decoration: underline; cursor: help }

/* colors */
.errorcolor { color: #bb0000; }