﻿.ajax__scroll_auto
{
	overflow: hidden !important;
}
.ajax__tab_body
{
	width: 632px;
	/* max-height: 500px; */
	height: 500px;
	padding: 0px 0px 20px 1px;
	overflow: hidden !important;
}
.TableHeaderContainer
{
	overflow: hidden;
	background-color: #D9DFE1;
	color: #666666;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
	border-top: solid 1px #525252;
	border-left: solid 1px #525252;
	border-right: solid 1px #525252;
	margin-right: 3px;
}
.noTextWrap
{
	white-space: nowrap;
}
.GridViewContainer
{
	overflow: scroll !important;
	/* max-height: 400px; */
	height: 370px;
	width: 630px;
}
.FootNotesContainer
{
	margin-top: 10px;
	width: 630px;
	height: 80px;
	overflow: scroll !important;
}

.FootNotesContainer a
{
	text-decoration: none;
	color: #525252;
	font-size: 10px;
}

/*
// Styles out the Columns in the GridView Sort Tables
*/
.pdficon a
{
	background-image: url("/industrial/images/icon-pdf.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 4px;
	margin-right: 20px;
}
.checkicon a
{
	background-image: url("/industrial/images/checkMark.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 4px;
}
.checkicon
{
	text-align: center;
	vertical-align: middle;
}
.mGrid
{
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #525252;
	border-collapse:collapse;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	/*white-space: pre;*/
}
.mGrid tbody
{
	font-size: 1.1em;
}
.mGrid td
{
	padding: 2px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
.mGrid th
{
	padding: 10px 16px 10px 16px;
	background-color: #D9DFE1;
	/*background: #424242 url(/industrial/images/content/grd_head.png) repeat-x top;*/
	border-left: solid 1px #CCCCCC;
	font-size: 1.1em;
	vertical-align: bottom;
}
.mGrid td.td50px
{
	min-width: 50px;
}
.mGrid td.td100px
{
	min-width: 100px;
}
.mGrid td.td200px
{
	min-width: 200px;
}
.mGrid .alt { background: #fcfcfc url(/industrial/images/content/grd_alt.png) repeat-x top; }
.mGrid .pgr { background: #424242 url(/industrial/images/content/grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }
