﻿
 

body
{




}



.Content
{
	
	 width:526px;
	 margin-right:auto;
 margin-left:auto;
	 display:block;
	   position:relative;
	}

.header
{
	 width:526px;
	 height:48px;
	 background-image:url('../images/3_02.gif');
 position:absolute;
  left:0px;
	
	 display:block;
	
	}
.header_alt
{
 width:526px;
 height:20px;
  background-image:url('../images/3_03.png');
  position:absolute;
  left:0px;
  top:48px;
  display:block;	
}

.buttonLeft
{
	 width:293px;
	 height:50px;
	 background-image:url('../images/3_04.png');
	 
	 position:absolute;
	 display:block;
	 top:68px;
	 left:0px;
	}
	
.button
{
	 width:141px;
	 height:40px;
	 background-image:url('../images/3_05.png');
	 float:left;
	  position:absolute;
	 display:block;
	 top:68px;
	 left:293px;
	 cursor:pointer;
}
.buttonAlt
{
	 width:141px;
	 height:10px;
	 background-image:url('../images/3_07.png');
	 position:absolute;
	 display:block;
	 float:left;
	 top:108px;
	 left:293px;
}

.buttonRight
{
 width:92px;
 height:50px;
 background-image:url('../images/3_06.png');
 display:block;
 position:absolute;
	
	 top:68px;
	 left:434px;

}
.ContentFull
{
	 position:absolute;
	 top:110px;
	 left:0px;
	 margin-left:-10px;
	 *margin-top:1px;
	 margin-top:20px;
}

.ContentFull ul
{
 width:520px;
 list-style-type:none;	
	
	}
.ContentFull ul li
{
 width:130px;
 margin-top:20px;
 float:left;
	
	
}
.FormLabel
{
  font-family:Verdana;
  font-size:10pt;
  color:#a5a7a9;
  width:351px;
  text-align:right;
	
}	
.SonucLtr
{
 position:relative; top:180px; *top:160px;
 color:#a5a7a9;
 margin-left:28px;	
 
}
.logo
{
 position:relative;	
 background-image:url('../images/EnflasyonHesaplama.jpg');
  width:526px;
  height:128px;
 display:block;
	top: 0px;
	left: 3px;
}
.grdCss
{font-family:Verdana;
 font-size:10pt;
	
	}
#GridViewTemp {
	border-collapse: collapse;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}

	#GridViewTemp td, #customers th {
		border: 1px solid #ccc;
		padding: 8px;
	}

	#GridViewTemp tr:nth-child(even) {
		background-color: #f2f2f2;
	}

	#GridViewTemp tr:hover {
		background-color: #ccc;
	}

	#GridViewTemp th {

		padding: 12px;
		text-align: center;
		background-color: #83b0ec;
		color: white;
	}