/* basic styles
 * $Id$
 */
* {
	padding: 0;
	margin: 0;
	}
body {
	font: normal 69%/1.5 verdana;
	color: #000;
	background-color: #fff;
	}
a {
	color: #00f;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
img {
	border: 0;
	}
textarea {font: normal 100%/1.5 verdana;}

ul, ol, li {
	xmargin-left: 20px;
	list-style: none;
	}
	li {
		line-height: 1.2em;
		xpadding-bottom: 0.2em;
		}  
ul.inline, ol.inline {
	list-style: none;
	margin-left: 0;
	}
	ul.inline li, ol.inline li {
		display: inline;
		margin-left: 0;
		line-height: inherit;
		padding-bottom: 0;
		}
dl.inline dt {
	float: left;
	margin-right: 0.5em;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
tr {  
	vertical-align: top;
	}
caption, th {
	text-align: left;
	}

/* overwritten in js.css */
.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: 0px) {
		.clearfix {
			display: block; /* O */
			}
		}
.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html  #content p, * html #content ul li {
	height: 1%;
}
#content p,#content ul li {
	display: inline-block; /* IE7html */
}
#content p:not([class='XXX']),#content ul li:not([class='XXX']) { /* Safari */
	display: block;
}
@
media all and (min-width: 0px) {
	#content p, #content ul li {
		display: block; /* O */
		}
}

#content ul:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
