body, html {
	width: 100%;
	height: 100%;
	background: #FFF;
	font-family: Helvetica, sans-serif;
	font: 12px sans-serif;
	color: rgb(130, 130, 130);
	margin: 0;
	color: #666;
}

.container {
	background: #FFF;
	padding: 20px 0 0 20px;
	width: 980px !important;
	height: 622px;
	margin: 0px auto;
}

.download {
	padding: 1.33em;
	background: #F0F0F0;
	margin-right: 1em !important;
	margin-bottom: 1em !important;
	float: left;
	width: 400px;
}

.download:hover {
	background: #DDD;
}

a {
	color: #666;
	text-decoration: none !important;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20pt;
	color: rgb(0, 83, 155);
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 20pt;
	color: rgb(64, 158, 210);
}

.panel {
	/*margin: 8em 0;*/
	padding: 2em 0;
	border-top: 1px solid #BBB;
}

.panel h2 {
	margin-bottom: 1em;
}

a, a:active, a:link, a:visited {
	color: rgb(130,130,130);
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #222;
}

h4 {
	font-size: 12px;
	color: #444;
	line-height: 1.4;
}

.selected, .selected:hover {
	font-weight: bold;
}

.button {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 5px 7px;
	margin: 10px 0 5px 0;
	display: block;
	float: left;
	cursor: pointer
}

.button:hover {
	background: #F0F0F0;
}

#reset {
	color: rgb(214, 13, 140) !important;
	font-weight: bold;
	padding-left: 10px;
}

input[type='text'] {
	font-family: "Helvetica Neue LT Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	padding-left: 24px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #999;
	-moz-box-shadow: inset 0 0px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 0px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 5px rgba(0,0,0,.24);
	background: #FFF url(../img/loupe.png) left center no-repeat;
}

#table_info {
	display: none;
}

.dataTables_filter {
	padding: 1em;
	font-size: 14px;
}

.dataTables_scroll, .ui-autocomplete {
	border-top: 1px solid #DDD;
}

.ui-autocomplete {
	background: #FFF;
	width: 160px;
	max-height: 240px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 240px;
}

.ui-autocomplete {
	padding: 0px !important;
	border: 1px solid #999;
	-moz-box-shadow: inset 0 0px 5px rgba(0,0,0,.24);
	-webkit-box-shadow: inset 0 0px 5px rgba(0,0,0,.24);
	box-shadow: inset 0 0px 5px rgba(0,0,0,.24);
}

.ui-autocomplete li {
	border-top: 1px solid #DDD;
}

.dataTables_scrollBody tr, .ui-autocomplete li {
	cursor: pointer;
}

.dataTables_scrollBody tr:hover, .ui-autocomplete li:hover {
	background: #DDEEFF !important;
}

.ui-autocomplete li a {
	display: block;
	float: none;
	padding: 4px 6px;
}

.ui-autocomplete li:hover a {
	color: #222 !important;
}

td {
	padding: 8px 10px 7px !important;
	vertical-align: top !important;
}

.infoTip {
	position: absolute;
	z-index: 2;
	top: 0;
	font-size: 11px;
	left: 0;
	background: #FFF;
	padding: 4px 3px;
	font-weight: bold;
	border: 1px solid #CCC;
	color: #555;
}