/* CSS Document */

/* datTable for styling only */
table.dataTable {
    margin: 0 0 0 10px;
    padding: 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

table.dataTable th {
    margin: 0;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	padding: 4px 3px 3px 4px;
 	background: #ccc;
	font-weight: bold;
}

table.dataTable td {
  margin: 0;
	border-right: 1px solid #999;
	border-top: 1px solid #999;	
  padding: 2px 3px 3px 4px
}

/* This makes the scrolling table work */

div.scrollTableContainer {
	height: 430px;	
  overflow: auto;
	width: 800px;
	margin: 10px 0 0 0;
	position: relative;
}

/* The different widths below are due to the way the scroll bar is implamented
we are keeping these here instead of putting them in the IE css file b/c it 
is easier to change the width if both numbers are in the same place. */

/* All browsers accept this, but we are targeting IE with this rule */
div.scrollTableContainer table {
	width: 780px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
html>/**/body div.scrollTableContainer table {
  width: 780px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
html>/**/body div.scrollTableContainer table>tbody	{  
    overflow: auto; 
    height: 400px;
    overflow-x: hidden;
}

div.scrollTableContainer thead tr	{
	position:relative;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer td:last-child {padding-right: 20px;}

div.scrollTableContainer1 {
	height: 145px;	
  overflow: auto;
	width: 800px;
	margin: 10px 0 0 0;
	position: relative;
}

/* The different widths below are due to the way the scroll bar is implamented
we are keeping these here instead of putting them in the IE css file b/c it 
is easier to change the width if both numbers are in the same place. */

/* All browsers accept this, but we are targeting IE with this rule */
div.scrollTableContainer1 table {
	width: 780px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
html>/**/body div.scrollTableContainer1 table {
  width: 780px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
html>/**/body div.scrollTableContainer1 table>tbody	{  
  overflow: auto; 
  height: 135px;
  overflow-x: hidden;
}

div.scrollTableContainer1 thead tr	{
	position:relative;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer1 td:last-child {
  padding-right: 20px;
}

div.scrollTableContainer1 td {
  width: 50%;
}

div.scrollTableContainer2 {
	height: 160px;	
  overflow: auto;
	width: 800px;
	margin: 10px 0 0 0;
	position: relative;
}

/* The different widths below are due to the way the scroll bar is implamented
we are keeping these here instead of putting them in the IE css file b/c it 
is easier to change the width if both numbers are in the same place. */

/* All browsers accept this, but we are targeting IE with this rule */
div.scrollTableContainer2 table {
	width: 780px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
html>/**/body div.scrollTableContainer2 table {
  width: 780px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
html>/**/body div.scrollTableContainer2 table>tbody	{  
    overflow: auto; 
    height: 150px;
    overflow-x: hidden;
}

div.scrollTableContainer2 thead tr	{
	position:relative;
}

div.scrollTableContainer2 td {
  padding-right: 20px;
  font-size: 10px;
  height: 50px; 
}

td.imag1 {
  width: 20px;
}

td.imag2 {
  width: 180px;
}

div.scrollTableContainer2 td img {
  float: left;
}

div.scrollTableContainer2 td h2{
  float: left;
  font-size: 11px;
  font-weight: bold;
  width: 150px;
}

td.firm2attr {
  display: block;
  width: 130px;
  float: left;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer2 td:last-child {
  padding-right: 20px;
}

