html {
	background: #999999;
}

body {
	background: #999999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#999999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #999999); /* for firefox 3.6+ */	
}

.nav-wrap {
    margin-top: 0;
}

#data {
	margin:0 20px;
	padding:15px 0;	
	color: #333333;
    font-family: Helvetica Neue,Helvetica,Lucida Grande,Lucida,Arial,sans-serif;
	font-weight:normal;
	background:none;
	font-size:13px;
}
#data img {
	border:0;
}
#data a {
	color:#9db5ff;
	text-decoration:underline;
}
#data a:hover {
	text-decoration:none;
}
#data .clear {
	clear:both;
}
#data input.text,
#data textarea {
  background:#eee;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.03, #F0F0F0),color-stop(1, #FFFFFF));
  background-image: -moz-linear-gradient(center bottom,#F0F0F0 3%,#FFFFFF 100%);
  border: 1px solid #AAAAAA;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:inset 1px 1px 4px #DDDDDD;
  -webkit-box-shadow:inset 1px 1px 4px #DDDDDD;
  box-shadow: 1px 1px 4px #DDDDDD inset;
  color: #666666;
  display: block;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 5px;
  font-family:Helvetica Neue,Helvetica,Lucida Grande,Lucida,Arial,sans-serif;
}
#data input.button {
	display: inline-block;
	zoom: 1;
    *display: inline;
	width: auto;
	border:1px solid #aaaaaa;
	background:#B5B5B5;
	color:#333333;
	font-weight:bold;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	cursor:hand;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size: 12px;
	line-height: 100%;
	padding:5px 0;
	width:100%;
	font-family:Helvetica Neue,Helvetica,Lucida Grande,Lucida,Arial,sans-serif;

	background-image: linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	background-image: -o-linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	background-image: -moz-linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	background-image: -webkit-linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	background-image: -ms-linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#B5B5B5, endColorstr=#F2F2F2)";
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.16, rgb(181,181,181)),
		color-stop(0.72, rgb(219,219,219)),
		color-stop(0.86, rgb(242,242,242))
	);
}
#data .chzn-container {
    font-size: 10px;
}
#data  .chzn-container-single .chzn-single {
	color: #444444;
	text-decoration: none;
}

#data-title {
	font-size:20px;
	font-weight:bold;
	/* color:#a40000; */
	text-align:center;
	margin:10px 0;
}

#data-filter .column.hide label,
#data-filter .column.hide select {
	display: none;
}

#data-filter {
	padding:5px;
	background:#dddddd;
	border-width:1px;
	border-style:solid;
	border-color:#aaaaaa;
	text-align:center;
}
#data-filter .row {
	margin: 10px 0;
}
#data-filter .column-group {
	display:inline-block;
	zoom: 1;
    *display: inline;
	text-align:center;
	vertical-align:top;
}
#data-filter .column {
	display:inline-block;
	zoom: 1;
    *display: inline;
	margin:0 10px;
	text-align:left;
	vertical-align:top;
	width: 200px;
}
#data-filter .column-button {
	padding-top:0;
	width:50%;
}
#data-filter label {
	display:block;
	font-weight:bold;
	font-size:11px;
}
#data-filter-data-group .chzn-container,
#data-filter-level-of-detail .chzn-container,
#data-filter-manufacturers .chzn-container,
#data-filter-segment .chzn-container,
#data-filter-report .chzn-container {
	vertical-align:top;
	width: 170px!important;
}
#data-filter-data-group .chzn-drop,
#data-filter-level-of-detail .chzn-drop,
#data-filter-manufacturers .chzn-drop,
#data-filter-segment .chzn-drop,
#data-filter-report .chzn-drop {
	width: 168px!important;
}
#data-filter-year {
	padding-top:2px;
}
#data-filter-year .chzn-container {
	vertical-align:top;
	width: 130px!important;
}
#data-filter-year .chzn-drop {
	width: 128px!important;
}
#data-filter-year a.prev,
#data-filter-year a.next {
	color:#333333;
	text-decoration:underline;
	font-size:11px;
	display:inline-block;
	zoom: 1;
    *display: inline;
	vertical-align:top;
	margin-top:3px;
	background-position:left top ;
	background-repeat:no-repeat;
	width:20px;
	height:19px;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity:0.4;	
	cursor:default;
}
#data-filter-year a.prev {
	background-image:url(../images/prev.gif);
}
#data-filter-year a.next {
	background-image:url(../images/next.gif);
}
#data-filter-year a.prev.active,
#data-filter-year a.next.active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;		
	cursor:hand;	
	cursor:pointer;
}
#data-filter-limit {
	/* display:none !important; */
	padding-top:2px;
}
#data-filter-limit label {
/*	display:none;*/
}
#data-filter-limit .chzn-container {
	vertical-align:top;
	width: 80px!important;
}
#data-filter-limit .chzn-drop {
	width: 78px!important;
}
#data-content {
	border-width:1px;
	border-style:solid;
	border-color:#aaaaaa;
}
.data-buttons {
	text-align:right;
}
.data-buttons a {
	display: inline-block;
	zoom: 1;
    *display: inline;
	width: auto;
	border:1px solid #aaaaaa;
	background: #B5B5B5;	
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size: 12px;
	line-height: 100%;
	padding:5px 15px;
	font-family:Helvetica Neue,Helvetica,Lucida Grande,Lucida,Arial,sans-serif;	
	margin:5px;

	background-image: linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	background-image: -o-linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	background-image: -moz-linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	background-image: -webkit-linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	background-image: -ms-linear-gradient(bottom, rgb(181,181,181) 16%, rgb(219,219,219) 72%, rgb(242,242,242) 86%);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#B5B5B5, endColorstr=#F2F2F2)";
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.16, rgb(181,181,181)),
		color-stop(0.72, rgb(219,219,219)),
		color-stop(0.86, rgb(242,242,242))
	);
}
#data .data-buttons a {
	color:#333333;
	text-decoration:none;
}
.data-table {
	float:left;
	width:100%;	
	min-height:500px;
	height:auto !important;
	height:500px;
}
.data-table table {
	width:100%;
	border-spacing:0;
	border-collapse: separate;
	margin:0;
	border:0;
}
.data-table th {
	font-weight:bold;
	background:#3B70A1;
	color:#ffffff;
	padding:3px 5px;
	font-size:13px;
	
	background-image: linear-gradient(bottom, rgb(59,112,161) 10%, rgb(35,84,128) 52%, rgb(53,113,166) 85%);
	background-image: -o-linear-gradient(bottom, rgb(59,112,161) 10%, rgb(35,84,128) 52%, rgb(53,113,166) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(59,112,161) 10%, rgb(35,84,128) 52%, rgb(53,113,166) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(59,112,161) 10%, rgb(35,84,128) 52%, rgb(53,113,166) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(59,112,161) 10%, rgb(35,84,128) 52%, rgb(53,113,166) 85%);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3B70A1, endColorstr=#3571A6)";
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(59,112,161)),
		color-stop(0.52, rgb(35,84,128)),
		color-stop(0.85, rgb(53,113,166))
	);
}
.data-table th.my-left {
	text-align:left;
}
.data-table th.my-right {
	text-align:right;
}
.data-table th a {
	display:inline-block;
	zoom: 1;
    *display: inline;
	width:13px;
	height:11px;
	overflow:hidden;
	text-indent:999px;
}
.data-table th a.asc {
	background:url(../images/arrow-up.png) left top no-repeat;
	margin-left:5px;
}
.data-table th a.desc {
	background:url(../images/arrow-down.png) left top no-repeat;
}
.data-table tr.odd td {
	background:#e2e2e2;
}
.data-table tr.even td {
	background:#f8f8f8;
}
.data-table td {
	padding:2px 5px;
	font-size:12px;
	text-align:center;
	color:#333333;
}
.data-table td.my-left {
	text-align:left;
}
.data-table td.my-right {
	text-align:right;
}

.data-table tr.data-group-head td {
	background:#494949;
	color:#ffffff;
	font-size:13px;
	text-align:left;
	font-weight:bold;
}
.data-table tr.data-group-subhead td {
	background:#2a8fdc;
	color:#ffffff;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	padding-left:4%;
}
.data-table tr.data-group-mdlhead td {
	background:#acdcff;
	color:#333333;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	padding-left:8%;
}
.data-table tr.data-group-foot td {
	color:blue;
	font-weight:bold;
}
.data-table tr.data-group-subfoot td {	
	color:blue;
}
.data-table tr.data-group-mdlfoot td {
	font-style:italic;
	color:#008ffd;
}
.data-table tr.data-group-grandfoot td {
	font-style:italic;
	color:#cccccc;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	background:#cccccc;
}

#data-footer-info {
	margin:10px 0;
	text-align:center;
}
.data-error {
	font-size:16px;
	font-weight:bold;
	padding:20px;
	color:red;
	text-align:center;
}