
html,
body,
form,
fieldset {
	margin:0;
	padding:0;
}

body {
	background:#EFF1F3 url(body_bg.png) repeat-y left top;
	font:12px Arial, Helvetica, sans-serif;
	width:942px;
	padding-bottom:20px;
}

.body-report {
	width:1420px;
}

h1, h2 {
	color:#787878;
	font:22px Trebuchet, "Trebuchet MS", serif;
	margin:0 0 10px 0;
}

p { margin:5px 5px 5px 0 }

input,
select {
	font:1em Arial, Helvetica, sans-serif;
	vertical-align:top;
}
a
{
	color:#666;
}
a:hover
{
	text-decoration:none;
}
a,
img,
fieldset { border:0; }

.header { padding:20px 0 20px 20px;}

.content { 
background:#fff;
margin-left:20px;
border: 1px solid #666;
}
.body-report .content { 
background:#fff;
padding:15px;
margin-left:20px;
border: 1px solid #666;
}

.article { padding:1em 2em 3.5em; }

fieldset ol {
	list-style:none;
	margin:0 0 1em;
	padding:0;
}

fieldset li { margin:0 0 0.5em; }

fieldset label {
	display:-moz-inline-box;
	display:inline-block;
	padding-top:3px;
	width:210px;
}

fieldset p { margin:0.25em 0 0.75em; }

fieldset .cb label { width:auto; }

.footer { padding:5px 0 0 5px;}

.js #mediabox { display: none; }

#mediabox { padding:1px 0; }

#popup {
	border:1px solid #D1D4D9;
	display:none;
	position:absolute;
	top:400px;
	left:450px;
	width:450px;
}

#popup .article {
	padding-bottom:1em;
}

.error { color:red; }

/* SLIDESHOW */
#cycler {
	overflow: hidden;
	padding: 0;
}

#slides {
	height: 387px;
	width: 918px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#slides li {
	float: left; height: 387px; width: 918px;
}

table
{
	width: 100%;
	border-collapse:collapse;
	border:0;
	color:#333;
}
table th
{
	text-align:center;
	padding:2px;
	background:#e9e9e9;
	border:1px solid #999;
}
table th.dealer, table th.dealernumber
{
	text-align:center;
	padding:2px;
	background:#e9e9e9;
	border-top:1px solid #999;
	text-align:left;
}
table th.dealer
{
	width: 200px;
}
table th.dealer span
{
	float: right;
}
table th:last-child 
{
	text-align:center;
	padding:2px;
	background:#f9e6e6;
	border:1px solid #999;
}
table th.empty
{
	border: 0;
	background:#FFF;
}
table th.month
{
	background: #CCC;
	border-top:1px solid #999;
	border:1px solid #999;
	border-bottom: 0;
}
table th.week
{
	background:#e9e9e9;
	border-right:1px solid #999;
	border-left:1px solid #999;
	width:17px;
}
table th.weeks
{
	background:#f9e6e6;
	border-right:1px solid #999;
	border-left:1px solid #999;
	width:7px;
}
table th.corner
{
	border-right: 0;
}
table td
{
	text-align:center;
	padding:2px;
	background:#FFF;
	border:1px solid #999;
}
table td.dealernumber
{
	text-align:left;
}
table tr.dealer th
{
	border-top:1px solid #999;
}
table tr:hover td
{
	background:#F9E6E6;
	cursor: pointer;
}
.logout
{
	float: right;
	font-weight:bold;
}
.totalheader
{
	text-align:right;
	border-left: 0;
	border-left:1px solid #999;
}
.action ul
{
	margin: 0;
	padding: 10px 0 0 0;
	height: 20px;
	float:right;
}
.action ul li
{
	list-style: none;
	background:url(disk.png) left no-repeat;
	padding-left:20px;
	margin-right: 10px;
	line-height:20px;
	float: left;
}
.action ul li a
{
	text-decoration: none;
}
.action ul li a:hover
{
	text-decoration:underline;
}
span.title
{
	float:left;
	width:40px;
	font-weight:bold;
	margin-right: 10px;
}
input, select
{
	width:120px;
}
.action
{
	width: 100%;
	height: 20px;
}
.login ul
{
	margin: 0;
	padding: 0;
}
.login ul li
{
	list-style: none;
	margin-right: 10px;
	line-height:20px;
	padding-top:5px;
}
.login ul li span
{
	float: left;
	width:80px;
	font-weight: bold;
}
.checkbox
{
	width: 10px;
}
