/* -*- mode: css; -*-  */
/* version 0.3 */

* 
{
    margin: 0;
    padding: 0; 
    text-align: left;
}

html
{ 
    margin: 0;
    padding: 0;
    height: 100%;         /* Firefox vertical scrollbar on */
    font-size: 100.01%;   /* IE extreme resizing bug + Opera rounding errors */
} 

body 
{
    margin: 0;
  /*   padding: 1px; seems to be mandatory to allow margin-bottom */
    min-height: 101%;  /* Firefox vertical scrollbar on */
}

img 
{ 
    border: 0; 
}  /* IE hack ? */

fieldset 
{
    border: 0 solid; 
}  /* Opera hack */

ul 
{ 
    list-style-position: inside; 
    list-style: none; 
}

table 
{ 
    font-size: 1em;  /* IE reset table font size */
}


.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
    display: inline-table; /* opera */
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix 
{
    display: block;
}
/* End hide from IE-mac */
    

/* IE 6 Peekaboo Bug */

/* \*/
 * html .gainlayout { line-height: 100%; }
/* */

th.center, td.center 
{ 
    text-align: center;
}

/* IE only              => _properties: value */
/* Gecko only           => body>html #tag */


