@CHARSET "UTF-8";

/**************/
/**************/
/**************/
/**************/
table.cszebra {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px rgba(77,102,129,1);
}

table.cszebra thead {
  vertical-align: bottom;
	background: #002A57;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F8CAF), to(#002A57));
	background: -moz-linear-gradient(top,  #7F8CAF,  #002A57);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
	font-weight: bold;
	font-size: 105%;
	color: #FFFFFF;
}

table.cszebra th {
	padding: 0.25rem;
	text-align: left;
	font-weight: bold;
	background: #002A57;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F8CAF), to(#002A57));
	background: -moz-linear-gradient(top,  #7F8CAF,  #002A57);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F8CAF', endColorstr='#002A57');
}

table.cszebra tbody {
    vertical-align: top;
}

table.cszebra td {
	text-align: left;
	margin-left: 0;
  margin-right: auto;
	padding: 0.25rem;
}

/**************/
/**************/
table.cszebra tr:nth-child(2n) {
	background: #D6D6D6 !important;
}
/*table.cszebra tr:nth-child(2n) tr,
table.cszebra tr:nth-child(2n+1) tr {background: inherit !important;}*/
table.cszebra tr td:first-child{
    width:100%;
    /*white-space:nowrap;*/
}
/**************/
/**************/
.heat-error-block {
  font-size: 1.5em;
  font-weight: bold;
  color: red;
}
/**************/
/**************/
.heat-willbelink {
  cursor: default !important;
}
/**************/
/**************/
/* no border table */
table.heat-borderless-table {
  float: left;
	border-collapse: collapse;
  border: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
}
table.heat-borderless-table tbody {
  vertical-align: top;
  text-align: left;
}
table.heat-borderless-table td {
  border: 0;
  padding: 2px !important;
  margin: 0 !important;
  vertical-align: top;
  text-align: left;
}
/**************/
/**************/
.heat-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 102px;
	float: left;
	background-color: #002A57;
	background-image: url('../images/heatlinks_banner_001.png');
	background-repeat: no-repeat;
}
