/*
* Lipsiasadmin
* Copyright(c) 2007-2008,LipsiaSoft s.r.l.
* info@lipsiasoft.com
* 
* http://www.lipsiasoft.com
*/


body                      { background-color: #808080;}
a                         { text-decoration:none; color:#444; }
a:hover                   { text-decoration:none; color:red; }
h1                        { margin:0; padding: 0; font-size: 11px; color: #DDD;}

#container                { width:910px; margin: 0 auto; background-color: #FFF;}
#top                      { width:900px;background-image: url("/images/frontend/top-bg.png"); margin-left: 5px; margin-right: 5px;}
#top ul                   { list-style-type:none; }
#top li                   { float:left; text-align:center; margin:0px; padding:0 30px 0px 0px; }
#center                   { margin-top: 10px; margin-left: 5px; margin-right: 5px;}
#bottom                   { background-color: #f2f2f2; margin-left: 5px; margin-right: 5px; border-top: 5px solid #e5e5e5; margin-top: 35px; width:900px;}
#bottom ul                { color: #333; margin-top:5px;}
#footer                   { width:900px; background-image: url("/images/frontend/footer-bg.png"); background-color: #e6e6e6; text-align: center; margin-left: 5px; margin-right: 5px; height:75px;}

.loader                   { width:100px; height:100px; background: #FFF url(/images/frontend/ajax-loader.gif) no-repeat center center;}

/* Text Field */
.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;border:1px solid #B5B8C8;}
textarea.x-form-field{padding:2px 3px;}
.x-form-text{height:20px;line-height:18px;vertical-align:middle;}

/* Paginazione */
.pagination a, .pagination span { padding: .2em .3em; }
.pagination span.disabled { color: #AAA; } 
.pagination span.current { font-weight: bold; }
.pagination a { text-decoration: none; color: black; }
.pagination a:hover, .pagination a:focus { text-decoration: underline; }