/*
	base css file
	try to make browser think alike
	
	some rights apply
*/

* {
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }
body { font-size: 76%; }

/* elements */

a, p, span { font-size: 1em; }
a:hover { font-size: 1em; }

img { border: none; }
img.left { float: left !important; display: inline; }
img.right { float: right !important; display: inline; }

input.submit { font-weight: bold;}
input.submit:active { border: 1px solid #000 }
input.checkbox { width: auto !important; height: auto !important; background: none !important; border: none !important; }

strong {
	font: inherit;
	font-weight: bold;
}
td, th {
	vertical-align: top;
}
ul {
	list-style: none;
}

.hr {
	height: 1px !important;
	width: 100%;
	
	margin: 6px 0 5px 0 !important;
	padding: 1px 0;
	
	clear: both !important;

	font-size: 0.01em !important;
	
	border-bottom: 1px solid #ffeae0;
}

	.hr hr { display: none !important; }

.clear {
	height: 1px !important;
	
	margin: 0 !important;
	padding: 0 !important;
	
	clear: both !important;
	display: block !important;
	
	font-size: 0.01em !important;
	overflow: hidden !important;
}

.inline,
.notice .inline {
	display: inline !important;
}

.invisible {
 	display: none !important;
}

.visible {
	display: block !important;
}

#accessibility {
	display: none;
}

#page {
	text-align: left;
}