/* Aşağıdaki link buttonları kullanmak için aspx teki linkbutton nesnesini seçip span özelliği ekleyerek aşağıdaki
gibi kullanabiliriz.
    <asp:LinkButton ID="LinkButton1" runat="server" CssClass="buttonsquare_gri" PostBackUrl="~/Default.aspx"
        Style="z-index: 103; left: 103px; position: absolute; top: 212px" Width="168px"><span>fasfsfa</span></asp:LinkButton>
*/


.btn_Kirmizi{
    color:#050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #FFD2EB;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;	
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffffaaaa');}

		
.btn_Yesil{
    color: #050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #CAFFD0;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaddaa');}

.btn_Mavi{
    color:#050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #D4D6FF;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;	
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');}
		
.btn_Gri{
    color:#050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #F0F0F0;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');}

.btn_DosyaSil {
  	background: url(Resim/btn_Nav/dosyasil.gif) no-repeat;
   border:0 none;
	height:18px;
	width:18px;
}


.btn_Mor{
    color:#050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #FFE1FF;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	height:20px;
	width:80px;	
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffddbbee');}
						
.form_liste_button{
   color: #050;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
   background-color: #CAFFD0;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaddaa');}

.button_arama{
	border: 1px solid Black;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight: normal;
	color: Black;
	background-color: #91FEFF;
	height:20px;
	width:80px;
	vertical-align: middle;
}

.button_blue{
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight: normal;
	height:20px;
	width:80px;
	background: url(Resim/btn_Nav/btn_blue_bg.gif) repeat;
	border: 0;
	color: #2d373e;
	}
	
.button_blue_tam{
	font-family: Verdana, Arial;
	font-size:11px;
	height:20px;
	width:80px;
	background: url(Resim/btn_Nav/btn_blue_tam.gif) no-repeat;
	border: 0;
	color: #2d373e;
	}	
	
.button_3d_Turuncu
{
	border: 0px;
	background: url(Resim/btn_Nav/btn_3d_truncu.gif) no-repeat;
	width: 103px;
	height: 23px;
	font-weight: bold;
	font-size: 11px;
	color: #423304;
}

.button_3d_Pembe
{
	border: 0px;
	background: url(Resim/btn_Nav/btn_3d_Pembe.gif) no-repeat;
	width: 103px;
	height: 23px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

/*  İkon button başlanıç
          <a href="#" class="button"><span class="add">Add to your bookmark</span></a>
*/
a.button_ikon {
	background:url(Resim/btn_Nav/ikonbutton/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button_ikon{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(Resim/btn_Nav/ikonbutton/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(Resim/btn_Nav/ikonbutton/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url(Resim/btn_Nav/ikonbutton/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url(Resim/btn_Nav/ikonbutton/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url(Resim/btn_Nav/ikonbutton/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(Resim/btn_Nav/ikonbutton/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.search{
		background:url(Resim/btn_Nav/ikonbutton/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(Resim/btn_Nav/ikonbutton/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
 /*  İkon button bitiş



/* Button Siyah için yapılan tanımlamalar. Kullanım Şekli
        <a class="boldbuttons_siyah" href="http://www.dynamicdrive.com/style/" style="z-index: 102;
        left: 55px; position: absolute; top: 202px"><span>Dynamic Drive CSS Library</span></a>
*/
a.buttonsbold_siyah{
background: transparent url('Resim/btn_Nav/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_siyah span{
background: transparent url('Resim/btn_Nav/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_siyah{ /* Hover state CSS */
text-decoration: underline;
}

/* Button Mavi için yapılan tanımlamalar. */
a.buttonsbold_mavi{
background: transparent url('Resim/btn_Nav/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_mavi span{
background: transparent url('Resim/btn_Nav/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_mavi{ /* Hover state CSS */
text-decoration: underline;
}

/* Button Kırmızı için yapılan tanımlamalar. */
a.buttonsbold_kirmizi{
background: transparent url('Resim/btn_Nav/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_kirmizi span{
background: transparent url('Resim/btn_Nav/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_kirmizi{ /* Hover state CSS */
text-decoration: underline;
}

/* Button Yeşil için yapılan tanımlamalar. */
a.buttonsbold_yesil{
background: transparent url('Resim/btn_Nav/roundedge-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_yesil span{
background: transparent url('Resim/btn_Nav/roundedge-green-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_yesil{ /* Hover state CSS */
text-decoration: underline;
}

/* Button Kahverengi için yapılan tanımlamalar. */
a.buttonsbold_kahverengi{
background: transparent url('Resim/btn_Nav/roundedge-brown-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
color: white; /*button text color*/
}
a.buttonsbold_kahveregi span{
background: transparent url('Resim/btn_Nav/roundedge-brown-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.buttonsbold_kahverengi{ /* Hover state CSS */
text-decoration: underline;
}

 /* Button mavi 3D Gri için yapılan tanımlamalar.
    <a class="button_Mavi_3D" href="#"><span>Submit</span></a>
*/
a.button_Mavi_3D {
    /* Sliding right image */
    background: transparent url('Resim/btn_Nav/btn_mavi_3D_Right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 36px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
a.button_Mavi_3D span {
/* Background left image */
background: transparent url('Resim/btn_Nav/btn_mavi_3D_Left.png') no-repeat;
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
}
a.button_Mavi_3D:hover span{
text-decoration:underline;
}

 /* Button acik mavi 3D Gri için yapılan tanımlamalar.
    <a class="button_Mavi_3D" href="#"><span>Submit</span></a>
*/
a.button_AcikMavi_3D {
    /* Sliding right image */
    background: transparent url('Resim/btn_Nav/btn_acikmavi_3D_Right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 36px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
a.button_AcikMavi_3D span {
/* Background left image */
background: transparent url('Resim/btn_Nav/btn_acikmavi_3D_Left.png') no-repeat;
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
}
a.button_AcikMavi_3D:hover span{
text-decoration:underline;
}


 /* Button gri 3D Gri için yapılan tanımlamalar.
    <a class="button_Mavi_3D" href="#"><span>Submit</span></a>
*/
a.button_Gri_3D {
    /* Sliding right image */
    background: transparent url('Resim/btn_Nav/btn_gri_3D_Right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 36px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
a.button_Gri_3D span {
/* Background left image */
background: transparent url('Resim/btn_Nav/btn_gri_3D_Left.png') no-repeat;
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
}
a.button_Gri_3D:hover span{
text-decoration:underline;
}


 /* Button Kırmızı 3D Gri için yapılan tanımlamalar.
    <a class="button_Mavi_3D" href="#"><span>Submit</span></a>
*/
a.button_Kirmizi_3D {
    /* Sliding right image */
    background: transparent url('Resim/btn_Nav/btn_kirmizi_3D_Right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
a.button_Kirmizi_3D span {
/* Background left image */
background: transparent url('Resim/btn_Nav/btn_kirmizi_3D_Left.png') no-repeat;
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 6px 18px;
}
a.button_Kirmizi_3D:hover span{
text-decoration:underline;
}

  /* Button Mor 3D Gri için yapılan tanımlamalar.
    <a class="button_Mavi_3D" href="#"><span>Submit</span></a>
*/
a.button_Mor_3D {
    /* Sliding right image */
    background: transparent url('Resim/btn_Nav/btn_mor_3D_Right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
a.button_Mor_3D span {
/* Background left image */
background: transparent url('Resim/btn_Nav/btn_mor_3D_Left.png') no-repeat;
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 6px 18px;
}
a.button_Mor_3D:hover span{
text-decoration:underline;
}

  /* Button Yesil 3D Gri için yapılan tanımlamalar.
    <a class="button_Mavi_3D" href="#"><span>Submit</span></a>
*/
a.button_Yesil_3D {
    /* Sliding right image */
    background: transparent url('Resim/btn_Nav/btn_yesil_3D_Right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
a.button_Yesil_3D span {
/* Background left image */
background: transparent url('Resim/btn_Nav/btn_yesil_3D_Left.png') no-repeat;
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
}
a.button_Yesil_3D:hover span{
text-decoration:underline;
}

/* Button oval ince Gri için yapılan tanımlamalar.
     <a class="button" href="#" onclick="this.blur();"> … </a>
*/
a.buttonoval_ince_gri {
    background: transparent url('Resim/btn_Nav/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.buttonoval_ince_gri span {
    background: transparent url('Resim/btn_Nav/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.buttonoval_ince_gri:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.buttonoval_ince_gri:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* Button oval  Gri için yapılan tanımlamalar. */
a.buttonoval_gri{
background: transparent url('Resim/btn_Nav/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_gri span{
background: transparent url('Resim/btn_Nav/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_gri:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_gri:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}



/* Button oval  Gri için yapılan tanımlamalar. */
a.buttonoval_gri{
background: transparent url('Resim/btn_Nav/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_gri span{
background: transparent url('Resim/btn_Nav/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_gri:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_gri:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button oval  blue için yapılan tanımlamalar. */
a.buttonoval_blue{
background: transparent url('Resim/btn_Nav/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_blue span{
background: transparent url('Resim/btn_Nav/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_blue:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_blue:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button oval  green için yapılan tanımlamalar. */
a.buttonoval_green{
background: transparent url('Resim/btn_Nav/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_green span{
background: transparent url('Resim/btn_Nav/oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_green:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_green:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button oval  red için yapılan tanımlamalar. */
a.buttonoval_green{
background: transparent url('Resim/btn_Nav/oval-red-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_red span{
background: transparent url('Resim/btn_Nav/oval-red-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_red:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_red:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button oval  orange için yapılan tanımlamalar. */
a.buttonoval_orange{
background: transparent url('Resim/btn_Nav/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonoval_orange span{
background: transparent url('Resim/btn_Nav/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.buttonoval_orange:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonoval_orange:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square  orange için yapılan tanımlamalar. */
a.buttonsquare_gri{
background: transparent url('Resim/btn_Nav/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_gri span{
background: transparent url('Resim/btn_Nav/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_gri:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_gri:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square green için yapılan tanımlamalar. */
a.buttonsquare_green{
background: transparent url('Resim/btn_Nav/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_green span{
background: transparent url('Resim/btn_Nav/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_green:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_green:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square red için yapılan tanımlamalar. */
a.buttonsquare_red{
background: transparent url(Resim/btn_Nav/square-red-left.gif) no-repeat left top;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_red span{
background: transparent url(Resim/btn_Nav/square-red-right.gif) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_red:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_red:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square blue için yapılan tanımlamalar. */
a.buttonsquare_blue{
background: transparent url(Resim/btn_Nav/square-blue-left.gif) no-repeat left top;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_blue span{
background: transparent url(Resim/btn_Nav/square-blue-right.gif) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_blue:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_blue:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Button square orange için yapılan tanımlamalar. */
a.buttonsquare_orange{
background: transparent url(Resim/btn_Nav/square-orange-left.gif) no-repeat left top;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
color: #494949; /*button text color*/
}
a.buttonsquare_orange span{
background: transparent url(Resim/btn_Nav/square-orange-right.gif) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.buttonsquare_orange:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.buttonsquare_orange:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}