/* basic styles
 * $Id: base.css 115 2008-07-18 11:25:20Z christofh $
 */
* {
	padding: 0;
	margin: 0;
	}
body {
	font: normal 75%/1.5 sans-serif;
	color: #000;
	background-color: #fff;
	}
a {
	text-decoration: none;
	}
img {
	border: 0;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
sup, sub {
    vertical-align: baseline;
    position: relative;
    }
sup {
    top: -0.4em;
    }
sub {
    bottom: -0.2em;
    }
/*ul, ol, li, dd {
	margin-left: 20px;
	}*/
	li {
		line-height: 1.25em;
	    }  
.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;
        }
/* overwritten with JS */
.jsonly, .jsonlyinline {
	display: none !important;
	}
/* 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;
        }
