.tg-table-light { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
.tg-table-light td, .tg-table-light th { 
	text-align: center; 
	background-color: #fff; 
	border: 1px #bbb solid; 
	color: #333; 
	font-family: sans-serif; 
	font-size: 100%; 
	padding: 10px; 
	vertical-align: top; 
}
.tg-table-light .tg-even td  { 
	background-color: #eee;
	height:100px;
}
td img{
	height:100px;
}
.tg-table-light th  { 
	width:200px; 
	background-color: #ddd; 
	color: #333; 
	font-size: 12px; 
	font-weight: bold; 
}
.tg-table-light tr:hover td, .tg-table-light tr.even:hover td  { 
	color: #222; 
	background-color: #FCFBE3; 
}
.tg-bf { 
	font-weight: bold; 
} 
.tg-it { 
	font-style: italic; 
}
.tg-left { 
	text-align: left; 
} 
.tg-right { 
	text-align: right; 
} .tg-center { 
	text-align: center; 
}
.btn {
	width:200px;
	height:30px;
	border: none;
	background-color:#C7C7C7;
	margin-top:5px;
	font-weight: 600;
	border: solid 1px #888;
	margin-bottom:10px;
}
.btn:hover {
	background-color:#EEE;
}
a.button {
    background-color: #999999;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 6px 0px;
    text-align: center;
	width:198px;
	background-color:#C7C7C7;
	font-weight: 600;
	border: solid 1px #888;
	text-decoration: none;
	vertical-align: bottom;
	font-size:12px;
	clear: both;
	margin-bottom: 10px;
}
.button:hover {
    text-decoration: none;
	background-color:#EEE;
}