
/*
Table Style - This is what you want
------------------------------------------------------------------ */
.table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
        
}
.table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table a:active,
.table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.table {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin-left: 2px;
	border:#ccc 1px solid;
	width: 100%;
}
.table th {
	
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	
}

.table tr td:first-child{
	
	
	border-left: 0;
}
.table tr td {
	/*padding:5px 5px 5px 5px;*/
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;

}
.table tr.even td{
	background: #f6f6f6;

}
.table tr:last-child td{
	border-bottom:0;
}

   


.data-table1 {
	border: none; /* Turn off all borders */
	border-top: 1px solid #ccc;
	width: 100%;
        margin: 10px 10px 10px 10px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:.8em;
}
.data-table1 caption {
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
.data-table1 thead {
	background: #f0f0f0;
}
.data-table1 th{
    	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	/*text-align: left;*/
        font-size: 12px;
}
.data-table1 td{
	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;

}
.data-table1 a {
	  text-decoration: none;
          color: black;

}
.data-table1 a:hover {
	  text-decoration: underline;
          color: black;

}


.data-table2 {
	border: none; /* Turn off all borders */
	border-top: 1px solid #ccc;
	margin: 2px 2px 2px 2px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
}
.data-table2 caption {
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
.data-table2 thead {
	background: #f0f0f0;
}

.data-table2 th{
    	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	/*text-align: left;*/
        font-size: 12px;
        
}
.data-table2 td{
	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px;

}   
