@charset "utf-8";

.csstable {
	line-height: 1;
	font-size: 10pt;
	color: #FFFFFF;
	background: #eaebec;
	margin: auto;
	border: #ccc 1px solid;
	width:100%;
	box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25);
}

.csstable th {
	vertical-align:middle;
	height: 30px;
	cursor: default;
	line-height: 1;
	font-size: 10pt;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #4c4c4c;
	padding-left: 10px;
	padding-right: 10px;
}

.csstable tr{
	cursor:pointer;
	color: #333333;
	text-align: left;
}
.csstable tr td:first-child{
	text-align: center;
	border-left: 0;
}
.csstable tr td {
	vertical-align:middle;
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
}
.csstable tr.even td{
	background: #f6f6f6;
}
.csstable tr:last-child td{
	border-bottom:0;
}

.csstable tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.tdcenter{
	text-align:center;
}

.box_resim {
	width:60px;
	height:43px;
	margin-left:auto;
	margin-right:auto;
	border: 0px;
}