/**
 * ASP Stats Generator - Powerful and reliable ASP website counter
 *
 * This file is part of the ASP Stats Generator package.
 * (c) 2003-2008 Simone Carletti <weppos@weppos.net>, All Rights Reserved
 *
 * 
 * COPYRIGHT AND LICENSE NOTICE
 *
 * The License allows you to download, install and use one or more free copies of this program 
 * for private, public or commercial use.
 * 
 * You may not sell, repackage, redistribute or modify any part of the code or application, 
 * or represent it as being your own work without written permission from the author.
 * You can however modify source code (at your own risk) to adapt it to your specific needs 
 * or to integrate it into your site. 
 *
 * All links and information about the copyright MUST remain unchanged; 
 * you can modify or remove them only if expressly permitted.
 * In particular the license allows you to change the application logo with a personal one, 
 * but it's absolutly denied to remove copyright information,
 * including, but not limited to, footer credits, inline credits metadata and HTML credits comments.
 *
 * For the full copyright and license information, please view the LICENSE.htm
 * file that was distributed with this source code.
 *
 * Removal or modification of this copyright notice will violate the license contract.
 *
 *
 * @category        ASP Stats Generator
 * @package         ASP Stats Generator
 * @author          Simone Carletti <weppos@weppos.net>
 * @copyright       2003-2008 Simone Carletti
 * @license         http://www.weppos.com/asg/en/license.asp
 * @version         SVN: $Id: style.css 123 2008-04-22 20:06:08Z weppos $
 */

/* 
 * Any disagreement of this license behaves the removal of rights to use this application.
 * Licensor reserve the right to bring legal action in the event of a violation of this Agreement.
 */


input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  margin: 2px;
}

.normaltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
}

.smalltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  padding: 2px 2px;
}
a.linksmalltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}
a.linksmalltext:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}
a.linksmalltext:visited  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}
a.linksmalltext:visited:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}


.largetext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
}

.bartitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #0066CC;
  font-weight: bold;
  margin: 3px;
}


.largetitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
}


/* Titolo - Titoli Tabelle Output */
.normaltitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  margin: 2px;
}

/* Footer */
.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
}
a.linkfooter {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
  text-decoration: none;
}
a.linkfooter:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
  text-decoration: underline;
}
a.linkfooter:visited  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
  text-decoration: none;
}
a.linkfooter:visited:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
  text-decoration: underline;
}

/* Spaziatura laterale immagini */
img {
  margin: 0px 1px;
}

/* Text - Note or Info */
.notetext {
  color: #0000FF;
}

/* Text - Highlighted */
.highlighted {
  background-color: #FFFF00;
}

/* Image Icon */

.def-icon {
    border: 1px solid #CCCCCC;
}

