﻿table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;
	margin: auto;
	width:600px;
}

.table1 thead th{
	padding:12px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    text-align: center;
	border:1px solid #3896e0;
    border-bottom:3px solid #3896e0;
    background-color:#3896e0; 
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#f1f7fb;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;

	}



table.table3{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;
	margin: auto;
	width:800px;
}
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;
	margin: auto;
	width:800px;
}

.table1 thead th{
	padding:12px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    text-align: center;
	border:1px solid #3896e0;
    border-bottom:3px solid #3896e0;
    background-color:#3896e0; 
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#f1f7fb;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;

	}



.table2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align: left;
color: white;
}

.table2 th {
font-size: 14px;
font-weight:bold;
font-family: “Trebuchet MS”, Arial;
}

.table2 td {
font-size: 10px;
}



#scroll {
	overflow:scroll;
	height:300px;
	width:800px;
	overflow-x: hidden;
}
