/* CSS Document */

#piyasa {	
	width: 734px;
	height: 169px;		
	background: url(images/piyasa-bg.png) top no-repeat;		
}

#piyasa #piyasa-gelismeleri,
#piyasa #arastirma,
#piyasa #duyurular,
#piyasa #ajanda 	
{
	padding-top: 37px;	
	width: 175px;
	height: 124px;
	float: left;		
}

#piyasa #piyasa-gelismeleri,
#piyasa #arastirma,
#piyasa #duyurular	
{
	padding-left: 7px;
}

#piyasa #ajanda 
{		
	padding-left: 6px;
	padding-right: 5px;
}

#piyasa .piyasa-data {
	margin-left: 3px;
}

#piyasa .arastirma-data {	
	padding-left: 8px;
	padding-right: 7px;
}

#piyasa #arastirma-uyelik {				
	padding-left: 8px;
	padding-right: 7px;	
	font-size: 10px;
	text-align: left;				
}

#piyasa, #piyasa td, #piyasa th {
	font-size: 11px;
	font-family: 'Arial Narrow', sans-serif;
}
#up {
	background:url(images/tri-up.png);
	width:8px;
	height:12px;
}
* html body  #up{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/css/images/tri-up.png',sizingMethod='scale');
}
#down {
	background:url(images/tri-down.png);
	width:8px;
	height:12px;
}
* html body  #down{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/css/images/tri-down.png',sizingMethod='scale');
}
.alter{
 background-color:#FFFFFF;
 /*background-color:#EEEEEE;*/
}

#piyasa a {
	color: #303030;
}

#piyasa .piyasa-data table {
	width: 98%;
}

#piyasa #arastirma-uyelik a:hover
{
	color: #ED2E38 ;
	text-decoration: none;
}

#piyasa #arastirma-uyelik a {
	text-decoration: underline;
}

#ajanda table {
	width: 96%;
	margin-left:8px;
}

#ajanda table th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid white;
}

#ajanda table td {
	background: #ffffff;	
	text-align: center;
	border-bottom: 1px solid white;
}

#ajanda table td.aktif {
	background-color: #4db7ec;
	border: 2px solid white;
}

*+html .ruler		/*7.0*/
{
	clear: both;
	margin: -7px 0;
	display: block;
}

* html .ruler		/*ie 6.0*/ 
{
	clear: both;
	margin: -7px 0;
	display: block;
}
.ruler				/*firefox, ie 8*/
{	
	/*border-color:#e3e8e9;*/
	border-style:solid;
	border-width:0 0 1px;
	color: #e3e8e9;
	height:0;
	margin:0;
	padding:0;
}


