html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
}

body,
table {
	/*font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: #000000;
}
table tbody,
table tbody tr,
table tbody tr td,
table tbody tr th {
	border-spacing: 0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
.red {
	color: red !important;
}
.orange {
	color: orange !important;
}
.yellow {
	color: yellow !important;
}
.green {
	color: green !important;
}
.bold {
	font-weight: bold;
}
table.center,
div.center {
	margin-left: auto;
	margin-right: auto;
}
td.right {
	text-align: right;
}
td.center {
	text-align: center;
}
td.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none;
}
div#overflow {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	color: #000000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
form#user_login {
	position: fixed;
	left: 40%;
	top: 40%;
	width: 200px;
	height: 100px;
	display: block;
	margin: 0px;
	padding: 0px;
}
form#user_logout {
	margin: 0px;
	padding: 0px;
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	/*width: 100px;*/
	float: right;
}
form#user_logout fieldset {
	display: block;
	margin: 0px;
	padding: 5px;
	border: none;
}

.client_width {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
div.company {
	float: right;
	padding: 15px 0px 15px 0px;
}
div.company > div {
	text-shadow: 0 0 1px #FFFFFF;
	font-weight: bold;
}

div#filter {
	display: block;
	clear: both;
	overflow: hidden;
}
div#filter form {
	float: left;
}
div#filter form fieldset {
	margin: 0px;
	padding: 15px 0px 15px 0px;
	border: none;
	display: block;
}

div#total {
	padding: 15px 0 15px 0;
}