/* Table CSS used for tables on the PredicitisLLC site */

table {
text-align: left;
	/*padding: 10px 65px 15px 10px;*/
	margin: 30px auto 20px auto;
	margin-left:  210px;
	border: 1px solid /*#eee*/#16256b /*#9a9a9a*/;
	font: 1em "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 720px;
	/*float: left;*/
	margin-bottom: 50px;
	  } 
  

  
  td, th { 
  padding:12px;
  vertical-align: top;
  }
  
  th {
	text-align:center;
	font-size: 1.2em;
	color: #fff;

	background-color:#2851d4;
	border-style: solid;
	border-width:1px;

  	border-color:#ccc #666 #000 #ccc;
	vertical-align: middle;
	  }
  

  td {
  background-color:#eeeeee;
  border-style:solid;
  border-width:1px;
  border-color:#fff #aaa #666 #fff;}
  
  
/* Images placed within Tables
 */
  
  .check{
  background:#eee url(images/check.gif) center no-repeat;
  }
  
  .x{
  background:#eee url(images/x.gif) center no-repeat;
  }

.logo{
  padding-right:15px;
  background: #2851d4 url(images/whiteTextLogo.gif) center no-repeat;
  }
  
  .logoP{
	background: #2851d4 url(images/tablelogoP.gif) center no-repeat;
	width: 40px;
  }
  
  .summary{
  padding-right:35px;
  background: #2a6fb6 url(images/summary.gif) center no-repeat;
  }
  

