
body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:30px; 
}

/*  ana tablo */
/* .outertable{ */
/* 	height:248px; */
/* } */


/* içerideki ikinci tablo */
.snapshotdata {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	width:408px;
/* 	height:124px; */
	
}

/* .snapshotdata th { */
/* 	font-size: 11px; */
/* /* 	background-color: #0B0B61; */ */
/* 	background-color:#ffffff; */
	
	
/* } */

/* .snapshotdata td { */
/* 	font-size: 11px; */
/* 	background: #fff; */
/* 	border: 0 none; */
/* } */

.snapshotdata tr:nth-child(2n+1)>td {
/* 	background: #F7F2E0; */
	background-color: #ffffff ;
}

.snapshotdata>tbody>tr:nth-child(2n+1)>td {
/* 	background-color: #f3f2ec; */
	background-color: #ffffff ;
}


/* tüm tabloların ortak cssi */
.outertable, .snapshotdata, .bistdelayed{
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
	width:408px;
	
	border-collapse: collapse;
	border-spacing: 0;

	
}

.outertable tr td table tr td p {
	font-size: 10px;
	line-height: 30px;
	margin: 0;
	float: left;
	padding:0;
}



.outertable thead{
	font-weight:bold;
}

.outertable tr td table tr td {
	height: 30px;
/* 	width: 20%;*/
	width:82px;
	padding:0;
	line-height: 30px;
}

/* .outertable tr td table tr td { */
/* 	height: 30px; */
/* 	width: 20%; */
/* } */

.thtitle {
/* 	height: 30px; */
/* 	width: 20%; */
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.outertable tr td table thead td {
/* border-top: 1px solid #ebebeb; */
	border-bottom: 1px solid #ebebeb;
}

.outertable tr td table tbody td {
	border-bottom: 1px solid #ebebeb;
}

.snapshotdata tbody td{
	border-bottom: 1px solid #ebebeb;
}

.snapshotdata tbody{
/* 	color: #808080; */
/* 	font-family: Arial, Helvetica, sans-serif; */
	font-size:10px;
}

.bodytd{
	
	color:#808080;
	
	font-weight:normal;
	font-size:10px;
	
	margin: 0;
/* 	float: left; */
	
}

.snapshotdata thead{
	font-size:10px;
}

.tcmb, .kapalicarsi, .parite{
	font-size: 12px;
	font-weight: bold;
}

table tr td table tr td:first-child p {
	font-size: 12px;
	font-weight: bold;
}

.bistdelayed{
	height:122px;
}

.bistdelayed thead tr .bisttitle{
	font-size:12px;
	font-weight:bold;
	
}

.outertable tr td .bistdelayed tr td p {
	font-size: 10px;
	line-height: 30px;
	margin: 0;
	float: left;
}

.outertable tr td .snapshotdata tr td p {
	font-size: 10px;
	line-height: 30px;
	margin: 0;
	float: left;
}

/* .outertable tr td table tr:first-child td { */
/* 	width: 82px; */
	
/* } */

.outertable table tr td {
	width: 82px;
	height:30px;
	
}

/* iki tablonun altına border eklemek için */
/* .outertable tbody tr { */
/* border-bottom: 1px solid #ebebeb; */
/* } */

.elem.up {
	background: url("../images/upmini.png") no-repeat;
	background-position:16% 50%;
	height:6px;
}

.elem.down {
	background: url("../images/downmini.png") no-repeat;
	background-position:16% 50%;
	height:6px;
}

.elem.equal {
	background: url("../images/equal.png") left center no-repeat;
	background-position:16% 50%;
	height:6px;
}

.downred{
	color:#f05353;
}

.upgreen{
	color:#8bc837;
}	

.equalyellow{
	color:#ecea43;
}