/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #3297fd; color: #fff; text-shadow: none; }
::selection { background: #3297fd; color: #fff; text-shadow: none; }

a { color: #000; text-decoration: underline; }
a:visited { color: #000; }
a:hover { color: #000; text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-spacing: 0; }
td { vertical-align: top; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

html, body {
	height: 100%;
	min-width: 1000px;
}

/* @group navigation */

#container {
	background: url('../img/tradegroup/nav-bg.jpg') repeat-y;
	width: 200px;
	height: 100%;
	min-height: 750px;
	position: fixed;
	float: left;
	z-index: 100;
}
.ShowMenuBar 
{
	background: url('../img/tradegroup/nav-bg.jpg') repeat-y;
	width: 41px;
	height: 100%;
	min-height: 750px;
	position: fixed;
	float: left;
	z-index: 100;
	vertical-align:bottom text-bottom baseline;
	padding-top: 250px;
}
.Hide 
{
    display: none;
}
.MoveRight 
{
    	padding-left: 210px;
}
.MoveLeft 
{
    padding-left: 41px;
}
/**************************************************************/
/*********  This image is in the bottom of the frame **********/
/*********  Change the background to main-image.png for Oil              *********/
/*********  Change the background to main-image2.png for Transportation  *********/
/*********  Change the background to main-image3.png for Construction    *********/
/*********  Change the background to main-image4.png for Steel 	         *********/
/**************************************************************/
#nav {
	width: 200px;
	background: url('../img/tradegroup/main-image.png') no-repeat left bottom;
	height: 100%;
}
.nav-list {
	margin-right: 10px;
	z-index: 100;
}
.nav-list li a {
	clear: right;
	float: right;
	text-align: right;
	color: #fff;
	display: block;
	padding: 6px;
	padding-right: 7px;
	text-shadow: 1px 1px 1px #333;
	margin-bottom: 1px;
	text-decoration: none;
}
.nav-list li a:hover, a.current {
	background-color: #000;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.nav-listShort li a {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/* @end */

/* @group content */

#content {
	clear: left;
	padding-top: 10px;
	width: 100%;
	height: 100px;
	background: #fff url('../img/tradegroup/content-bg.jpg') repeat-x left top;
	max-width: 85%;
	position:absolute;
}
#title {
	text-align:right;
	width:900px;
}
#title h1 {
	font-size: 2.2em;
}
h1 {
	font-size: 2.5em;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#main-content {
	margin-top: 20px;
	padding: 20px;
}
h3 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #2358a6;
	text-shadow: 1px 1px 1px #ccc;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.btn-green a {
	display: block;
	text-align: center;
	width: 180px;
	height: 50px;
	border: 1px solid #44548f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:  #009900;
	-moz-box-shadow:    3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow:         3px 3px 3px #333;
	color: #fff;
	_position: absolute;
	_top: 50%;
	display: table-cell; 
	vertical-align: middle;
	font-size: 1.1em;
	text-decoration: none;
}
.btn-green a:hover{
	text-decoration: none;
	background-color:#00cc00 ;
}

.btn a {
	display: block;
	text-align: center;
	width: 180px;
	height: 50px;
	border: 1px solid #44548f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/tradegroup/btn-bg.jpg') repeat-x left top;
	-moz-box-shadow:    3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow:         3px 3px 3px #333;
	color: #fff;
	_position: absolute;
	_top: 50%;
	display: table-cell; 
	vertical-align: middle;
	font-size: 1.1em;
	text-decoration: none;
}
.btn a:hover{
	text-decoration: none;
	background: url('../img/tradegroup/btn-bg-hover.jpg') repeat-x left top;
}
.btn input {
	display: block;
	text-align: center;
	width: 180px;
	height: 50px;
	border: 1px solid #44548f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/tradegroup/btn-bg.jpg') repeat-x left top;
	-moz-box-shadow:    3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow:         3px 3px 3px #333;
	color: #fff;
	_position: absolute;
	_top: 50%;
	display: table-cell; 
	vertical-align: middle;
	font-size: 1.1em;
	text-decoration: none;
}
.btn  input:hover{
	text-decoration: none;
	background: url('../img/tradegroup/btn-bg-hover.jpg') repeat-x left top;
}
.under-btn {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}

.form {
	margin-top: 10px;
	width: 600px;
	border: 2px solid #999;
}
.form p {
	padding: 10px;
	font-weight: bold;
	margin: 0;
	background-color: #ccc;
	border-bottom: 2px solid #999;
}
.form label {
	width: 150px;
	padding-top: 3px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: right;
	cursor: default;
}
.form input {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.form textarea {
	width: 400px;
	height: 100px;
}
.form select {
	margin-top: 10px;
}
.form button {
	margin-left: 160px;
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 10px;
}

.form2 {
	margin-top: 10px;
	width: 600px;
	border: 2px solid #999;
}
.form2 p {
	padding: 10px;
	font-weight: bold;
	margin: 0;
	background-color: #ccc;
	border-bottom: 2px solid #999;
}
.form2 label {
	width: 300px;
	padding-top: 3px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: right;
	cursor: default;
}
.form2 input {
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.form2 button {
	margin-left: 230px;
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 10px;
}
/* @end */

/* @group other */

table {
	width: 100%;
}
th {
	height: 50px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
td {
	text-align: left;
/*	height: 30px; */
	padding: 3px;
}
.notes p {
	line-height: 5px;
}
.debtor-table {
	width: 500px;
	font-size: 1.4em;
	float: left;
	margin-top: 20px;
}
#debtor-list {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	list-style: none;
}
#debtor-list li {
	padding-bottom: 10px;
}
#debtor-info {
	float: left;
	clear: left;
}
.group {
	float: left;
	text-align: center;
	font-size: 1.3em;
	margin-right: 30px;
	margin-bottom: 30px;
}
.group img {
	border: 1px solid #333;
	-moz-box-shadow:    2px 2px 4px #666;
	-webkit-box-shadow: 2px 2px 4px #666;
	box-shadow:         2px 2px 4px #666;
	margin-top: 10px;
}
.dash {
	float: left;
	margin-top: 12px;
	margin-left: 2px;
	margin-right: 3px;
}
#little-list {
	margin-left: 150px;
	font-size: 0.7em;
	font-style: italic;
}
#little-list li {
	list-style: none;
	display: inline;
	padding-left: 20px;
	paddig-right: 20px;
}

#main-table table {
	padding: 10px;
}
#main-table td {
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}
#main-table img {
	border: 1px solid #333;
	-moz-box-shadow:    2px 2px 4px #666;
	-webkit-box-shadow: 2px 2px 4px #666;
	box-shadow:         2px 2px 4px #666;
	margin-top: 10px;
}

/* @end */
/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
.PrintShow  {display:none;}
 
@media print {
    html, body {min-width: 600px;}
  * { background: transparent !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  #content { position:relative; }
/*
  a[href]:after { content: " (" attr(href) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
*/
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  span.skype_pnh_container {display:none !important;}
  span.skype_pnh_print_container {display:inline !important;}
  .PrintHide {display : none;}
  .PrintShow  {display:block;}
    #content 
    {
        padding-left:0px;
        width:100%;
        max-width: 100%;
    }
}

#TD_TITLE {
	font-weight: bold;
	font-size: 12pt;
}

.alert {
	font-size:10pt;
	font-family: "Arial Narrow";
}
.alert  table{
	font-size:10pt;
	font-family: "Arial Narrow";
}
.alert  td{
	padding:0px;
	height:15px;
}

.alert a{
	color: #B70000;
}

.ReportSticky {
	position:absolute;
	left:450px;
	top:190px;
}
.ReportSticky2 {
	left:605px;
	top:210px;
}
#REPORT
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Arial
    LINE-HEIGHT: 10pt;
	height: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#REPORTHEADER
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    TEXT-TRANSFORM: uppercase;
    FONT-FAMILY: Tahoma, 'Arial Black', Arial;
    TEXT-DECORATION: underline
    LINE-HEIGHT: 12pt;
	height: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.REPORT
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Arial
    padding-top: 0px;
    padding-bottom: 0px;
	line-height: 1;
    LINE-HEIGHT: 10pt;
	height: 10px;
}
.REPORTHEADER
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    TEXT-TRANSFORM: uppercase;
    FONT-FAMILY: Tahoma, 'Arial Black', Arial;
    TEXT-DECORATION: underline
    padding-top: 0px;
    padding-bottom: 0px;
	line-height: 1;
    LINE-HEIGHT: 12pt;
	height: 12px;
}
.ReportTitle
{
    FONT-SIZE: 14pt;
    TEXT-TRANSFORM: uppercase;
    FONT-FAMILY: Tahoma, 'Arial Black', Arial;
    TEXT-DECORATION: underline;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    color:#0000FF;
    font-weight:bold;
    
}
.ReportTitleWrapper {
    padding:0px;
    margin:0px;
    vertical-align:bottom;
    height:3px;
    line-height:3px;
 }
.ReportTitleWrapper img {
    width:100%;
    height:3px;
    border:0;
    padding:0px;
    margin:0px;
}
.ReportStickyHeader {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
}
.Select:hover {
    background-color: lightsteelblue;
}
.VAlignBottom{
	vertical-align:bottom;
	vertical-align:text-bottom; 
}
.FloatLeft { float:left; }
.FloatRight { float:right; }

#ReportHeaderBar {
	padding:0px;
	margin:0px;
	height:20px;
	
}
#Graph {
	background-image: url(../tradegroup/Images/Common/GraphBackground20.jpg);
	background-repeat: repeat;
	vertical-align:bottom;
	text-align:center;
	align: center;
	VAlign:bottom;
	vertical-align:bottom;
	padding:0px;
	line-height:auto;
	height:auto;	
}


.MonitorSticky 
{
    position:absolute;
    top:190px;
    left:650px;
}
.UpdateSticky
{
    position:absolute;
    top:190px;
    left:550px;    
}

.HighlightRow:hover {background-color:#F4F4F4; }

.stickyheader {
    width:100%;
    position:relative;
    top:0px;
    height:80px;
    margin:0px auto;
    .stick & {
        position: fixed;
        top: 10px;
    }
}

.report-full-col {display: inline; }
.report-short-col {display: none; }
@media only screen and (max-width: 1100px) {
	.report-full-col {display: none;  }
	.report-short-col {display: inline;}
	td {
		padding: 2px;
	}
}
@media only screen and (max-width: 1000px) {
	td {
		padding: 1px;
	}
}
@media only screen and (max-width: 900px) {
	td {
		padding: 0px;
	}
}
