/*
 * $Id: style.css,v 1.10 2010-11-16 23:04:57 sven Exp $
 */
body {
	background:#E3E9F5;
	font-family:'Trebuchet MS', arial, verdana, helvetica, sans-serif;
	font-size:0.9em;
	border:0;
	margin:0;
}
body, html {
	height: 100%;
}


html, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	border:0;
	margin:0;
	padding:0;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	vertical-align:baseline;
}

html {
	padding-bottom:1px;
}

em, i {
	font-style:italic;
}

p {
	margin-bottom:15px;
}
li p {
	margin:0;
	padding:0;
}
b, strong {
	font-weight:800;
}
i {
	font-style:italic;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	color:#111111;
}

table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
td, th {
	text-align:left;
	vertical-align:top;
	padding:0;
	margin:0;
}
a {
	color:#990000;
	color:#4579FF;
	color:#0079FF;
	outline:none;
	text-decoration:none;

}
a:hover {
	text-decoration:underline;
}
input, select, textarea {
	font-family:Arial,Verdana,sans-serif;
	font-size:13px;
}
input.inputRadio {
	vertical-align:middle;
	margin:0 16px 0 4px;
}
input, textarea {
	padding:2px;
}

div.clear {
	clear:both;
}

a.button {
	font-family:arial;
	font-size:11px;
	color:#444;
	float:left;
	line-height:120%;
	margin:0 6px 0 0;
	outline:medium none;
	text-align:left;
	text-decoration:none;
	white-space:nowrap;
}
a.button b {
	background:url(/file_handler/modules/FRONTEND/houseManagement/images/stats/button.gif) left top repeat-x;
	background-color:#dedede;
	border-color:#AAAAAA;
	border-style:solid;
	border-width:1px 0;
	display:block;
	font-weight:normal;
	margin:0 1px;
	padding:0;
}
a.button b b {
	background:none repeat scroll 0 0 transparent;
	border-width:0 1px;
	margin:0 -1px;
	padding:0 5px;
}
a.button b b b {
	border-width:0;
	cursor:pointer;
	margin:0;
	padding:2px 0.2em;
}
a.button:hover b {
	border-color:#888888;
}

ul.menu {
	margin:0;
	padding:0;
}
ul.menu li {
	list-style-type:none;
	float:left;
}
