/*
 * Lipsiasadmin
 * Copyright(c) 2007-2008, LipsiaSoft s.r.l.
 * info@lipsiasoft.com
 * 
 * http://www.lipsiasoft.com
 */
body                          { font-size:12px; font-family:"Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif; padding:0; margin:0; color:#222; }
table                         { font-size:12px; font-family:"Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif; }
table.form                    { padding:10px; }
table.form td                 { padding:1px; }
table.form th                 { padding:1px; }
th                            { font-weight:bold; }
h1                            { margin:10px 0px 5px 0px; }
a.black                       { text-decoration:none; color:#222; }
a:hover.black                 { text-decoration:none; color:#663900; }
a.white                       { text-decoration:none; color:#FFF; }
a:hover.white                 { text-decoration:none; color:#663900; }
img                           { border:none; }
form                          { display: inline; }
.fixed                        { width:150px; line-height:25px; }
.full                         { width:100%; }
.half                         { width:50%; }
.left                         { float:left; }
.right                        { float:right; }
.clear                        { clear:both; }
.align-center                 { text-align:center; }
.align-left                   { text-align:left; }
.align-right                  { text-align:right; }
.align-top                    { vertical-align:top; }
.through                      { text-decoration: line-through;}
.small                        { font-size:0.9em; }
.super-small                  { font-size:0.8em; }
.big                          { font-size:1.1em; }
.bold                         { font-weight:bold; }
.underline                    { border-bottom:1px solid #000;}
.italic                       { font-style: italic; }
.red                          { color:red; }
.padding-left                 { padding-left:5px; }
.padding-right                { padding-right:5px; }
.padding-top                  { padding-top:5px; }
.padding-bottom               { padding-bottom:5px; }
.padding                      { padding:5px; }
.bordered                     { border:1px solid #FF8D35; }
.border-top                   { border-top:1px solid #FF8D35; }
.border-bottom                { border-bottom:1px solid #FF8D35; }
.no-space                     { font-size:0em; }
.no-margin-top                { margin-top:0px; }
.no-margin-bottom             { margin-bottom:0px; }
.margin-top                   { margin-top:10px; }
.margin-bottom                { margin-bottom:10px; }
.margin-left                  { margin-left:10px; }
.margin-right                 { margin-right:10px; }
.exception                    { padding:10px; }
.test                         { border: 1px solid red;}
/* Default Style for inputs
.x-form-field{margin:0;font:normal 12px tahoma,arial,helvetica,sans-serif;}
.x-form-text,textarea.x-form-field{padding:1px 3px;background:#fff url(../images/ext/default/form/text-bg.gif) repeat-x 0 0;border:1px solid #B5B8C8;}
.x-form-invalid,textarea.x-form-invalid{background:#ffa4b2 url(../images/ext/default/grid/invalid_line.gif) repeat-x bottom;border:1px solid #dd7870;}
textarea.x-form-field{padding:2px 3px;}
.x-form-text{height:22px;line-height:18px;vertical-align:middle;}
*/