﻿/* basic styles
 * $Id$
 */
*, html, body  {
	padding: 0;
	margin: 0;
	}
html, body {
	width:100%;
	height:100%;
	}
body {
	font-size:100.1%;
	font-family:Arial;
	line-height:1.5em;
	color: #000;
	background-color: #fff;
	}
a {
	text-decoration: none;
	}
img {
	border: 0;
	}
html>body sup, html>body sub {
    vertical-align: baseline;
    position: relative;
    }
html>body sup {
    top: -0.4em;
    }
html>body sub {
    bottom: -0.2em;
    }
ul, ol, dd {
	margin-left: 0;
	}
	li {
		margin-left: 25px;
		line-height: 1.5em;
	    }  
label {
	display:block;
	}
.inline {
    list-style: none;
	margin-left: 0;
    }
    .inline li, .inline li {
        display: inline;
		margin-left: 0;
        }
    .inline dt {
        clear: left;
    	float: left;
        }
    .inline dd {
        margin-left: 0;
        }
table {
	border-collapse: collapse;
    border-spacing: 0;
    }
    tr {  
        vertical-align: top;
    	}
    caption, th {
        text-align: left;
        }
/* useful for and shown by JS */
.jsblock, .jsinline {
	display: none;
	}
/* add to floating elements which should not float afterthem */
* html .clearfix { /* IE 5-6 */
    height: 1%;
    }
    .clearfix {
        display: inline-block; /* IE7html */
        }
        .clearfix:not([class='XXX']) { /* Safari */
            display: block;
            }
        @media all and (min-width: 0) {
            .clearfix {
                display: block; /* O */
                }
            }
    .clearfix:after { /* FF, O, etc. */
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }