.table-1
{

	 margin-left:auto; 
    margin-right:auto;
  padding: 0;
  /*margin: 0;*/
  border-collapse: collapse;
  border: 2px solid #333;
  font-family:  'IMFELLEnglishPRORegular';
  font-size: 1.0em;
  color: #000;
  background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, #EFE58D),
	color-stop(0.76, #EFD843)
);
background-image: -o-linear-gradient(top, #EFE58D 30%, #EFD843 76%);
background-image: -moz-linear-gradient(top, #EFE58D 30%, #EFD843 76%);
background-image: -webkit-linear-gradient(top, #EFE58D 30%, #EFD843 76%);
background-image: -ms-linear-gradient(top, #EFE58D 30%, #EFD843 76%);
background-image: linear-gradient(to top, #EFE58D 30%, #EFD843 76%);
  width: 1000px;
}

.table-1 caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.table-1 th, .table-1 td
{
  
  border: 1px solid #666;
  padding: 1em;
  
  text-align: left;
  color:  #000000;/*#632a39;*/
}

.table-1 th[scope=col]
{
  color: #000;
  background-color: #CCC516;
  
  font-size: 1em;
  border-top: 8px solid #333;
  border-bottom: 3px solid #333;
  border-right: 1px solid #333;
  
}	
/*
.table-1 th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}		*/	

.table-1 th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.table-1 tr.alt th, .table-1 tr.alt td
{
  color: #000000;/*#2a4763;*/
}
/*
#table-1 tr:hover th[scope=row], .table-1 tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}	*/
