﻿/* ================================
    CSS Stilleri
   ================================
*/   

.menuaracmarka_a
{
	font-family:Verdana;
	font-size:8pt;
	background:#efefef;
}

.menuaracmarka_b
{
	font-family:Verdana;
	font-size:8pt;
}

.menuaracmarka_c
{
	font-family:Verdana;
	font-size:8pt;
}

/* sayfanin ustundeki baslik kisminin arkaplan rengi */
.HeadBg {
    background-color: white;
}
.grirenk
{
    background-color: #b8b8b8;
}

.DLSatir2

{
    background-color: green;
}
.DLSatir1

{
    background-color: yellow;
}
.DLSutun
{
    background-color: red;
}
/* sayfa iceriklerinin arkaplan rengi */
Body
{
    background-color: #3D3A3D;
}

/* secili tab arkaplan rengi */
.TabBg
{
	background-color: white;
}

.PaneSplit
{
	background-color: #242223;
	}


.HeaderPane
{
	background-color: #242223;
	}


.SiteMiddlePanes
{

}

.SiteMiddlePanes_tr
{
	 	
}

	
.FooterPane
{
	background-color: #1A191A;
	padding:20px;
	}	

.LeftPane  { 
	background-color: #1A191A;
	padding:20px;
}

.ContentPane  { 
	background-color: #1A191A;
	padding:20px;
}

.RightPane  { 
	background-color: #242223;
}


.modules1
{
	margin:8px;
}



.genel_text
{
	font-family :Tahoma;
	color:white;
	font-size:10pt;
	}
	
.genel_text_baslik
{
	font-family :Tahoma;
	color:white;
	font-size:14pt;
	}
	
	
.genel_text_baslik_red
{
	font-family :Tahoma;
	color:red;
	font-size:14pt;
	}		

/* Anasayfadaki arama motoru */
.ao_arama1
{
	font-family :Tahoma;
	color:red;
	font-size:14pt;
	}
	
.ao_arama1w
{
	font-family :Tahoma;
	color:white;
	font-size:12pt;
	}	


.ao_arama2
{
	font-family :Tahoma;
	color:White ;
	font-size:10pt;
	font-weight:bold;
	}
	
	
.ao_arama3
{
	font-family :Tahoma;
	color:White ;
	font-size:9pt;
	}	
	
.ao_arama4
{
	font-family :Tahoma;
	color:gray ;
	font-size:8pt;
	width:238px;
	}		


.loginlabel
{
	font-family :Tahoma;
	color:White ;
	font-size:10pt;
	font-weight:bold;
	}


/* secili tablar icin text stili */
.SelectedTab {
    font-weight: normal;
    font-size: 8.5pt;
    color: black;
    font-family: Arial,Tahoma, Helvetica;
    text-decoration: none;
}

/* secili tablar icin link stili */
/* Buradasınız bölümünün linkleri */
A.SelectedTab:link {
    text-decoration:    none;
    color:dimgray;
}
/* üyenin kendi ismine basma linki */
A.SelectedTab:visited  {
    text-decoration:    none;
    color:maroon;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#999999;
}


/* secili olmayan tablar icin text stili */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* secili olmayan tablar icin link stili */
A.OtherTabs:link {
    text-decoration:    none;
    color:maroon;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#999999;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#999999;
}

A.OtherTabs:hover    {
    text-decoration:underline;
    color:maroon;
}

/* module baslik stili */
.Head   {
    font-family: Tahoma;
    font-size:  10px;
    font-weight:    bold;
    color: white;
}

/* admin ve edit sayfalarinda kullanilan ana basliklar icin */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #003366;
}

/* admin ve edit sayfalarinda kullanilan alt basliklar icin */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}



.beyazNormal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:white;
}

/* modullerde kullanilan textler icin */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:white;
}

/* admin ve edit sayfalarinda kullanilan text kutulari icin */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* admin sayfalarinda kullanilan butonlar icin */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* admin sayfalarinda kullanilan linkler icin */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

TR {
}

TD {
    border: 0;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


/* MODULLERLER ILGILI */

/* Tartisma modulu mesajlari */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* Duyuru modulunun basliklari */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}





/* ----------------------------------------------------------------------------------------------------
		SONRADAN EKLENEN STILLER 
   ---------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------
	Forum modulu stilleri
-------------------------------------------------- */

.ForumDataGrid
{
	border-style:solid;				
	border-width:1px;
	border-color:lavender;
	background-color: White;		
 	
	/* font stil */
	color: white;					
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;						
	text-align: center;				
	text-decoration:none;			
	text-transform: none;
	/*text-indent:3px;*/
}

.ForumDgHeaderStyle
{
	background-color: lightsteelblue;

	/* font stil */
	color: "#F7F7F7";
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;				
	text-align: left;				
	text-decoration:none;			
	text-transform: none;			
}

.ForumDgItemStyle
{
	background-color: white;		
	
	/* font stil */
	color: "#4A3C8C";				
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;				
	text-align: left;				
	text-decoration:none;			
	text-transform: none;			
}

.ForumDgAlternatingItemStyle
{
	background-color: "#F7F7F7";	
	
	/* font stil */
	color: black;					
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;					
	text-align: left;				
	text-decoration:none;			
	text-transform: none;			
}

.ForumDgSelectedItemStyle
{
	background-color: "#738A9C";	
	
	/* font stil */
	color: "#F7F7F7";				
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;				
	text-align: left;				
	text-decoration:none;			
	text-transform: none;			
}
	
.ForumDgFooterStyle
{
	background-color: "#B5C7DE";	
	
	/* font stil */
	color: "#4A3C8C";				
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;				
	text-align: center;				
	text-decoration:none;			
	text-transform: none;			
}

.ForumDgPagerStyle
{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: white;
	font-style: normal;
	font-family: arial;
	background-color: steelblue;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}


/*	DataGrid Style Forum Cevaplar*/

.ForumTitle
{
	background-color: lightyellow;
}

.ForumYazar
{
	background-color: aliceblue;
}

.ForumBody
{
	background-color: whitesmoke;
}

.ForumYazarAdi
{
	font-weight: bold;
	font-size: 9pt;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: arial;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}

.ForumSoru
{
	font-weight: bold;
	font-size: 9pt;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: arial;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}

.ForumSoruGondermeTitle
{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: arial;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}

.ForumSoruGondermeTarih
{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: maroon;
	font-style: normal;
	font-family: arial;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}

.ForumSoruAciklama
{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: arial;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}


/*Forum Soru Butonu */

.ForumCevaplaButton
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

A.ForumCevaplaButton:link 
{
	text-decoration: underline;
	color: #003366;
}

A.ForumCevaplaButton:visited  
{
	text-decoration: underline;
	color: #003366;
}

A.ForumCevaplaButton:active   
{
	text-decoration: underline;
	color: #003366;
}

A.ForumCevaplaButton:hover    
{
	text-decoration: underline;
	color: maroon;/*#ff0000*/
}

/*Forum Soru Butonu */

.ForumSoruButton
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

A.ForumSoruButton:link 
{
	text-decoration: underline;
	color: #003366;
}

A.ForumSoruButton:visited  
{
	text-decoration: underline;
	color: #003366;
}

A.ForumSoruButton:active   
{
	text-decoration: underline;
	color: #003366;
}

A.ForumSoruButton:hover    
{
	text-decoration: underline;
	color: maroon;/*#ff0000*/
}

/*Forum Kategorilerin Butonu */

.ForumKategoriButton
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

A.ForumKategoriButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.ForumKategoriButton:visited  
{
	text-decoration: underline;
	color: #003366;
}

A.ForumKategoriButton:active   
{
	text-decoration: underline;
	color: #003366;
}

A.ForumKategoriButton:hover    
{
	text-decoration: underline;
	color: maroon;/*#ff0000*/
}

.ForumKategoriDetay
{	
	font-weight: bold;
	font-size: 9pt;
	text-transform: none;
	color: gray;
	font-style: normal;
	font-family: arial;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}

/* --------------------------------------------------
	Forum modulu stil sonu
-------------------------------------------------- */


/* --------------------------------------------------
	Emlak modulu stilleri
-------------------------------------------------- */

.EmlakDataGrid
{
	border-style:solid;				
	border-width:1px;
	border-color:lavender;
	background-color: White;		
 	
	/* font stil */
	color: white;					
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;						
	text-align: center;				
	text-decoration:none;			
	text-transform: none;
	/*text-indent:3px;*/
}

.EmlakDgHeaderStyle
{
	background-color: lightsteelblue;

	/* font stil */
	color: "#F7F7F7";
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;				
	text-align: left;				
	text-decoration:none;			
	text-transform: none;			
}

.EmlakDgItemStyle
{
	background-color: white;		
	
	/* font stil */
	color: "#4A3C8C";				
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;				
	text-align: left;				
	text-decoration:none;			
	text-transform: none;			
}

.EmlakDgHeaderStyle
{
	background-color: lightsteelblue;

	/* font stil */
	color: "#F7F7F7";
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;				
	text-align: left;				
	text-decoration:none;			
	text-transform: none;			
}

.EmlakDgAlternatingItemStyle
{
	background-color: "#F7F7F7";	
	
	/* font stil */
	color: black;					
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;					
	text-align: left;				
	text-decoration:none;			
	text-transform: none;			
}

.EmlakDgSelectedItemStyle
{
	background-color: "#738A9C";	
	
	/* font stil */
	color: "#F7F7F7";				
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;				
	text-align: left;				
	text-decoration:none;			
	text-transform: none;			
}
	
.EmlakDgFooterStyle
{
	background-color: "#B5C7DE";	
	
	/* font stil */
	color: "#4A3C8C";				
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;				
	text-align: center;				
	text-decoration:none;			
	text-transform: none;			
}

.EmlakDgPagerStyle
{
	font-weight: normal;
	font-size: 9pt;
	text-transform: none;
	color: white;
	font-style: normal;
	font-family: arial;
	background-color: steelblue;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
}


/* --------------------------------------------------
	Emlak modulu stil sonu
-------------------------------------------------- */



/* --------------------------------------------------
	kontrol stilleri
-------------------------------------------------- */

/* text style for buttons and link buttons used in the portal admin pages */
.LinkButton {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
A.LinkButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.LinkButton:visited  {
    text-decoration:    underline;
    color: #003366;
}
A.LinkButton:active   {
    text-decoration:    underline;
    color: #003366;
}
A.LinkButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* XP Button stili 
   background-color ve border stili vermeyin, xp ozelligi kaybolur */
.XPButton 
{
	font-family: Verdana; 
	font-size: 8pt;
	color: Navy;
}

/* SoftButton stili */
.SoftButton 
{
	font-family: Verdana; 
	font-size: 8pt; 
	border-style: outset; 
	border-width: 1; 
	background-color: #E3E3E3;
	color: Navy;
	cursor:hand;
}

/* SoftTextBox stili */
.SoftTextBox 
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

/* ComboBox stili */
.NormalComboBox 
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: black;
	background-color: white;
}

/* Option (RadioButton) stili */
.Option 
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: black;
	background-color: white;
}

/* CheckBox stili */
.CheckBox
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: black;
	background-color: white;
}

/* Image stili (marginleri 0) */
.Image_NoMargin
{
	border:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

/* ------------------------------------------------ */



/* --------------------------------------------------
	link stilleri
-------------------------------------------------- */

.PreviewLink     
{
    font-family:  Tahoma;
    font-size: 11px;
    font-weight: normal;
	color: navy;
}
A.PreviewLink:link 
{
    text-decoration: none;
    color: #003366;
}
A.PreviewLink:visited  
{
    text-decoration: none;
    color: #003366;
}
A.PreviewLink:active   
{
    text-decoration: none;
    color: #003366;
}
A.PreviewLink:hover
{
	/*filter: dropshadow(color=#f4f1fa,offX=3,offY=3);*/
	color: navy;
	text-decoration: underline;
}

/* ----------------------------------------------- */



/* --------------------------------------------------
	horizontal rule stilleri
-------------------------------------------------- */

/* modul basliklarindaki HR'ler icin */
.ModuleHR {
	color: gainsboro;
	height: 1pt;
	text-align: left;
}

/* hizmet, urun gibi itemlerdeki HR'ler icin */
.ItemHR {
	color: gainsboro;
	height: 1pt;
	text-align: left;
}

/* ----------------------------------------------- */



/* --------------------------------------------------
	tarih stilleri
-------------------------------------------------- */

.Date
{
	font-weight: normal;
	font-size: 8pt;
	color: dimgray;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}

/* ------------------------------------------------ */



/* --------------------------------------------------
	mesaj stilleri
	
	sonuc, uyari, hata mesaji stilleri
-------------------------------------------------- */

.SonucMesaji
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: maroon;
}

.UyariMesaji
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: maroon;
}

.HataMesaji
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: maroon;
}

.Error
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: maroon;/*#ff0000*/
}

/* ----------------------------------------------- */



/* --------------------------------------------------
	datalist_Preview stilleri
	
	hizmetler, urunler gibi modullerde item'lerin en
	uzerinde ve aralarinda gozuken bookmark linkleri
	iceren datalist'lerin stilleri
-------------------------------------------------- */

.datalist_Preview
{
	background-color: #fafafa;
	margin: 10px;
	border-right: #f5f5f5 1px solid;
	border-top: #f5f5f5 1px solid;
	border-left: #f5f5f5 1px solid;
	border-bottom: #f5f5f5 1px solid;
	width:100%;
	text-align:left;
}

.datalist_Preview_sub
{
	background-color: #fafafa;
	margin: 10px;
	border-right: #f5f5f5 1px solid;
	border-top: #f5f5f5 1px solid;
	border-left: #f5f5f5 1px solid;
	border-bottom: #f5f5f5 1px solid;
	width:100%;
	text-align:center; 
}



/* ------------------------------------------------ */


.SPMenuStyle
{
	z-index:2
}

/* ListBox stili */
.ListBox
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: whitesmoke;
}


/* --------------------------------------------------
     Solpart Menu Styles
-------------------------------------------------- */

/* Solpart Menu Styles */
/* menu arka plan   */
.banner_ctlmenu_spmbctr {
	/*border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid; */
	background-color: white;
} 
.banner_ctlmenu_spmbar {
	cursor: hand; 
        height:15;
        width:200;
} 
/* Menu isimleri  */
.banner_ctlmenu_spmitm {
	cursor: hand; 
	color: black;
	font-family: Verdana,Arial, Tahoma, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
        /*border-left: #000099 0px solid; 
	border-bottom: #000099 1px solid; 
	border-top: #000099 1px solid; 
	border-right: #000099 0px solid;*/
} 
/* alt menu ikon bölümleri */
.banner_ctlmenu_spmicn {
	cursor: hand; 
	background-color: white;
	text-align: center; 
	width: 15;
	height: 20;
        /*border-left: #000099 0px solid; 
	border-bottom: #000099 1px solid; 
	border-top: #000099 1px solid; 
	border-right: #000099 0px solid;*/
} 
/* Alt menuler */
.banner_ctlmenu_spmsub{
	border-right: darkgray 1px solid;
	border-top: whitesmoke 1px solid;
	border-left: whitesmoke 1px solid;
	border-bottom: darkgray 1px solid;	
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background-color: white;
} 

/* Anlamadım */
.banner_ctlmenu_spmbrk {
	/*border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid; */
	background-color: white;
	height: 1px;
} 

/* OnMouse over renkleri */
.banner_ctlmenu_spmitmsel {
	background-color: white; 
	cursor: hand; 
	color: black;
	font-family: Verdana, Arial, Tahoma, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
} 

/* Alt sayfalarda sağ okun bulunduğu bölüm */
.banner_ctlmenu_spmarw {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: hand; 
	/*border-right: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;*/
} 

/* Ust hiyerarşide aşağı okların bulunduğu bölüm */
.banner_ctlmenu_spmrarw {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: hand;       
}








/* Menu isimleri  */
 
.ctl0_ctlmenu_spmitm {border-bottom: #f5f5f5 2px solid; background-image:url(buton.jpg); background-color: white; 	cursor: hand; 	color:black; 	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal;} /* alt menu ikon bölümleri */
.ctl02_ctlmenu_spmitm {border-bottom: #f5f5f5 2px solid; cursor: hand; color: white; font-family:  Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal;} /* alt menu ikon bölümleri */

.ctl0_ctlmenu_spmicn {border-bottom: #f5f5f5 2px solid; cursor: hand; background-color: white;	text-align: center; 	height:20;}  
/* Alt menuler */
.ctl0_ctlmenu_spmsub{ border-bottom: #f5f5f5 2px solid; border-right: #f5f5f5 1px solid;	border-top: #f5f5f5 1px solid;border-left: #f5f5f5 1px solid; border-bottom: #f5f5f5 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:black; background-color: white;}/*.ctl1_ctlmenu_spmsub{border-right: whitesmoke 1px solid;	border-top: whitesmoke 1px solid;border-left: whitesmoke 1px solid; border-bottom: whitesmoke 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #f5f5f5;}*/
/* Anlamadım */
.ctl0_ctlmenu_spmbrk {	background-color:  #f5f5f5; height: 1px;} 
/* OnMouse over renkleri */
.ctl0_ctlmenu_spmitmsel { border-bottom: #f5f5f5 2px solid; background-image:url(buton.jpg); background-color: #f5f5f5; 	cursor: hand; 	color:black;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal; } 
/* Alt sayfalarda sağ okun bulunduğu bölüm */
.ctl0_ctlmenu_spmarw {border-bottom: #f5f5f5 2px solid;	font-family: webdings; 	font-size: 9pt; cursor: hand; } 
/* Ust hiyerarşide aşağı okların bulunduğu bölüm */
.ctl0_ctlmenu_spmrarw {	font-family: webdings; 	font-size: 9pt; cursor: hand; }
/* menu arka plan   */
.ctl0_ctlmenu_spmbctr { background-color: white;}/*.ctl3_ctlmenu_spmbctr { background-color: #f5f5f5;}*/ 
.ctl0_ctlmenu_spmbar { 	cursor: hand; height:20; width:200;} 




/* Menu isimleri  */
.ctl1_ctlmenu_spmitm {border-bottom: #3b598f 2px solid; background-color: #253675; 	cursor: hand; 	color:#e7e7e7;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: bold; 	font-style: normal;} /* alt menu ikon bölümleri */
.ctl12_ctlmenu_spmitm {border-bottom: #3b598f 2px solid; cursor: hand; color: #e7e7e7; font-family:  Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: bold; 	font-style: normal;} /* alt menu ikon bölümleri */

.ctl1_ctlmenu_spmicn {border-bottom: #3b598f 2px solid; cursor: hand; background-color: #3b588f;	text-align: center; 	height:20;}  
/* Alt menuler */
.ctl1_ctlmenu_spmsub{ border-bottom: #3b598f 2px solid; border-right: #3b598f 1px solid;	border-top: #3b598f 1px solid;border-left: #3b598f 1px solid; border-bottom: #3b598f 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #1c3b72;}/*.ctl1_ctlmenu_spmsub{border-right: whitesmoke 1px solid;	border-top: whitesmoke 1px solid;border-left: whitesmoke 1px solid; border-bottom: whitesmoke 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #3b588f;}*/
/* Anlamadım */
.ctl1_ctlmenu_spmbrk {	background-color:  white; height: 1px;} 
/* OnMouse over renkleri */
.ctl1_ctlmenu_spmitmsel { border-bottom: #3b598f 2px solid; background-color: #253675; 	cursor: hand; 	color:#e7e7e7;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: bold; 	font-style: normal; } 
/* Alt sayfalarda sağ okun bulunduğu bölüm */
.ctl1_ctlmenu_spmarw {border-bottom: #3b598f 2px solid;	font-family: webdings; 	font-size: 9pt; cursor: hand; } 
/* Ust hiyerarşide aşağı okların bulunduğu bölüm */
.ctl1_ctlmenu_spmrarw {	font-family: webdings; 	font-size: 9pt; cursor: hand; }
/* menu arka plan   */
.ctl1_ctlmenu_spmbctr { background-color: #1c3b72;}/*.ctl3_ctlmenu_spmbctr { background-color: #3b5887;}*/ 
.ctl1_ctlmenu_spmbar { 	cursor: hand; height:20;} 

 
.ctl2_ctlmenu_spmitm {border-bottom: #f5f5f5 2px solid; background-image:url(buton.jpg); background-color: white; 	cursor: hand; 	color:black; 	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal;} /* alt menu ikon bölümleri */
.ctl22_ctlmenu_spmitm {border-bottom: #f5f5f5 2px solid; cursor: hand; color: white; font-family:  Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal;} /* alt menu ikon bölümleri */

.ctl2_ctlmenu_spmicn {border-bottom: #f5f5f5 2px solid; cursor: hand; background-color: white;	text-align: center; 	height:20;}  
/* Alt menuler */
.ctl2_ctlmenu_spmsub{ border-bottom: #f5f5f5 2px solid; border-right: #f5f5f5 1px solid;	border-top: #f5f5f5 1px solid;border-left: #f5f5f5 1px solid; border-bottom: #f5f5f5 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:black; background-color: white;}/*.ctl1_ctlmenu_spmsub{border-right: whitesmoke 1px solid;	border-top: whitesmoke 1px solid;border-left: whitesmoke 1px solid; border-bottom: whitesmoke 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #f5f5f5;}*/
/* Anlamadım */
.ctl2_ctlmenu_spmbrk {	background-color:  #f5f5f5; height: 1px;} 
/* OnMouse over renkleri */
.ctl2_ctlmenu_spmitmsel { border-bottom: #f5f5f5 2px solid; background-image:url(buton.jpg); background-color: #f5f5f5; 	cursor: hand; 	color:black;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal; } 
/* Alt sayfalarda sağ okun bulunduğu bölüm */
.ctl2_ctlmenu_spmarw {border-bottom: #f5f5f5 2px solid;	font-family: webdings; 	font-size: 9pt; cursor: hand; } 
/* Ust hiyerarşide aşağı okların bulunduğu bölüm */
.ctl2_ctlmenu_spmrarw {	font-family: webdings; 	font-size: 9pt; cursor: hand; }
/* menu arka plan   */
.ctl2_ctlmenu_spmbctr { background-color: white;}/*.ctl3_ctlmenu_spmbctr { background-color: #f5f5f5;}*/ 
.ctl2_ctlmenu_spmbar { 	cursor: hand; height:20; width:200;} 


 
.ctl3_ctlmenu_spmitm {border-bottom: #f5f5f5 2px solid; background-image:url(buton.jpg); background-color: white; 	cursor: hand; 	color:black; 	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal;} /* alt menu ikon bölümleri */
.ctl32_ctlmenu_spmitm {border-bottom: #f5f5f5 2px solid; cursor: hand; color: white; font-family:  Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal;} /* alt menu ikon bölümleri */

.ctl3_ctlmenu_spmicn {border-bottom: #f5f5f5 2px solid; cursor: hand; background-color: white;	text-align: center; 	height:20;}  
/* Alt menuler */
.ctl3_ctlmenu_spmsub{ border-bottom: #f5f5f5 2px solid; border-right: #f5f5f5 1px solid;	border-top: #f5f5f5 1px solid;border-left: #f5f5f5 1px solid; border-bottom: #f5f5f5 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:black; background-color: white;}/*.ctl1_ctlmenu_spmsub{border-right: whitesmoke 1px solid;	border-top: whitesmoke 1px solid;border-left: whitesmoke 1px solid; border-bottom: whitesmoke 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #f5f5f5;}*/
/* Anlamadım */
.ctl3_ctlmenu_spmbrk {	background-color:  #f5f5f5; height: 1px;} 
/* OnMouse over renkleri */
.ctl3_ctlmenu_spmitmsel { border-bottom: #f5f5f5 2px solid; background-image:url(buton.jpg); background-color: #f5f5f5; 	cursor: hand; 	color:black;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal; } 
/* Alt sayfalarda sağ okun bulunduğu bölüm */
.ctl3_ctlmenu_spmarw {border-bottom: #f5f5f5 2px solid;	font-family: webdings; 	font-size: 9pt; cursor: hand; } 
/* Ust hiyerarşide aşağı okların bulunduğu bölüm */
.ctl3_ctlmenu_spmrarw {	font-family: webdings; 	font-size: 9pt; cursor: hand; }
/* menu arka plan   */
.ctl3_ctlmenu_spmbctr { background-color: white;}/*.ctl3_ctlmenu_spmbctr { background-color: #f5f5f5;}*/ 
.ctl3_ctlmenu_spmbar { 	cursor: hand; height:20; width:200;} 



 
.ctl4_ctlmenu_spmitm {border-bottom: #f5f5f5 2px solid; background-image:url(buton.jpg); background-color: white; 	cursor: hand; 	color:black; 	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal;} /* alt menu ikon bölümleri */
.ctl42_ctlmenu_spmitm {border-bottom: #f5f5f5 2px solid; cursor: hand; color: white; font-family:  Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal;} /* alt menu ikon bölümleri */

.ctl4_ctlmenu_spmicn {border-bottom: #f5f5f5 2px solid; cursor: hand; background-color: white;	text-align: center; 	height:20;}  
/* Alt menuler */
.ctl4_ctlmenu_spmsub{ border-bottom: #f5f5f5 2px solid; border-right: #f5f5f5 1px solid;	border-top: #f5f5f5 1px solid;border-left: #f5f5f5 1px solid; border-bottom: #f5f5f5 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:black; background-color: white;}/*.ctl1_ctlmenu_spmsub{border-right: whitesmoke 1px solid;	border-top: whitesmoke 1px solid;border-left: whitesmoke 1px solid; border-bottom: whitesmoke 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #f5f5f5;}*/
/* Anlamadım */
.ctl4_ctlmenu_spmbrk {	background-color:  #f5f5f5; height: 1px;} 
/* OnMouse over renkleri */
.ctl4_ctlmenu_spmitmsel { border-bottom: #f5f5f5 2px solid; background-image:url(buton.jpg); background-color: #f5f5f5; 	cursor: hand; 	color:black;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal; } 
/* Alt sayfalarda sağ okun bulunduğu bölüm */
.ctl4_ctlmenu_spmarw {border-bottom: #f5f5f5 2px solid;	font-family: webdings; 	font-size: 9pt; cursor: hand; } 
/* Ust hiyerarşide aşağı okların bulunduğu bölüm */
.ctl4_ctlmenu_spmrarw {	font-family: webdings; 	font-size: 9pt; cursor: hand; }
/* menu arka plan   */
.ctl4_ctlmenu_spmbctr { background-color: white;}/*.ctl3_ctlmenu_spmbctr { background-color: #f5f5f5;}*/ 
.ctl4_ctlmenu_spmbar { 	cursor: hand; height:20; width:200;} 






/* Menu isimleri  */
.ctl5_ctlmenu_spmitm {border-bottom: #3b598f 2px solid; background-color: #253675; 	cursor: hand; 	color:#e7e7e7;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: bold; 	font-style: normal;} /* alt menu ikon bölümleri */
.ctl52_ctlmenu_spmitm {border-bottom: #3b598f 2px solid; cursor: hand; color: #e7e7e7; font-family:  Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: bold; 	font-style: normal;} /* alt menu ikon bölümleri */

.ctl5_ctlmenu_spmicn {border-bottom: #3b598f 2px solid; cursor: hand; background-color: #3b588f;	text-align: center; 	height:20;}  
/* Alt menuler */
.ctl5_ctlmenu_spmsub{ border-bottom: #3b598f 2px solid; border-right: #3b598f 1px solid;	border-top: #3b598f 1px solid;border-left: #3b598f 1px solid; border-bottom: #3b598f 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #1c3b72;}/*.ctl1_ctlmenu_spmsub{border-right: whitesmoke 1px solid;	border-top: whitesmoke 1px solid;border-left: whitesmoke 1px solid; border-bottom: whitesmoke 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #3b588f;}*/
/* Anlamadım */
.ctl5_ctlmenu_spmbrk {	background-color:  white; height: 1px;} 
/* OnMouse over renkleri */
.ctl5_ctlmenu_spmitmsel { border-bottom: #3b598f 2px solid; background-color: #253675; 	cursor: hand; 	color:#e7e7e7;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: bold; 	font-style: normal; } 
/* Alt sayfalarda sağ okun bulunduğu bölüm */
.ctl5_ctlmenu_spmarw {border-bottom: #3b598f 2px solid;	font-family: webdings; 	font-size: 9pt; cursor: hand; } 
/* Ust hiyerarşide aşağı okların bulunduğu bölüm */
.ctl5_ctlmenu_spmrarw {	font-family: webdings; 	font-size: 9pt; cursor: hand; }
/* menu arka plan   */
.ctl5_ctlmenu_spmbctr { background-color: #1c3b72;}/*.ctl3_ctlmenu_spmbctr { background-color: #3b5887;}*/ 
.ctl5_ctlmenu_spmbar { 	cursor: hand; height:20;} 



/* Menu isimleri  */
.ctl6_ctlmenu_spmitm {border-bottom: #3b598f 2px solid; background-color: #253675; 	cursor: hand; 	color:#e7e7e7;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: bold; 	font-style: normal;} /* alt menu ikon bölümleri */
.ctl62_ctlmenu_spmitm {border-bottom: #3b598f 2px solid; cursor: hand; color: #e7e7e7; font-family:  Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: bold; 	font-style: normal;} /* alt menu ikon bölümleri */

.ctl6_ctlmenu_spmicn {border-bottom: #3b598f 2px solid; cursor: hand; background-color: #3b588f;	text-align: center; 	height:20;}  
/* Alt menuler */
.ctl6_ctlmenu_spmsub{ border-bottom: #3b598f 2px solid; border-right: #3b598f 1px solid;	border-top: #3b598f 1px solid;border-left: #3b598f 1px solid; border-bottom: #3b598f 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #1c3b72;}/*.ctl1_ctlmenu_spmsub{border-right: whitesmoke 1px solid;	border-top: whitesmoke 1px solid;border-left: whitesmoke 1px solid; border-bottom: whitesmoke 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); cursor: hand; color:#e7e7e7; background-color: #3b588f;}*/
/* Anlamadım */
.ctl6_ctlmenu_spmbrk {	background-color:  white; height: 1px;} 
/* OnMouse over renkleri */
.ctl6_ctlmenu_spmitmsel { border-bottom: #3b598f 2px solid; background-color: #253675; 	cursor: hand; 	color:#e7e7e7;	font-family:   Verdana, Arial, Tahoma, Helvetica; 	font-size: 8pt; 	font-weight: bold; 	font-style: normal; } 
/* Alt sayfalarda sağ okun bulunduğu bölüm */
.ctl6_ctlmenu_spmarw {border-bottom: #3b598f 2px solid;	font-family: webdings; 	font-size: 9pt; cursor: hand; } 
/* Ust hiyerarşide aşağı okların bulunduğu bölüm */
.ctl6_ctlmenu_spmrarw {	font-family: webdings; 	font-size: 9pt; cursor: hand; }
/* menu arka plan   */
.ctl6_ctlmenu_spmbctr { background-color: #1c3b72;}/*.ctl3_ctlmenu_spmbctr { background-color: #3b5887;}*/ 
.ctl6_ctlmenu_spmbar { 	cursor: hand; height:20;} 




/* POWERED SIGNUP */

.maincontainer
{
	font-family:Verdana;
	font-size:9pt;
}
.labelcss
{
	color:black;
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
}
.checkboxcss
{
	color:black;
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
}
.ImageKeyLabelcss
{
	color:black;
	font-family:Verdana;
	font-size:8pt;
}
.ImageKeyTextboxcss
{
	background-color:#FFFFC0 ;
	color:Black;
	font-family:Verdana;
	font-size:8pt;
}
.Validatorcss
{
	color:red;
	font-family:Verdana;
	font-size:8pt;
}
.LinkButoncss
{
	color:black;
	font-family:Verdana;
	font-size:8pt;
}
.EditModule_Labelcss
{
	color:Black ;
	font-family:Verdana;
	font-size:8pt;
}
.EditModule_CheckBoxcss
{
	color:Black ;
	font-family:Verdana;
	font-size:8pt;
}
.EditModule_LinkButtoncss
{
	font-family:Verdana;
	font-size:8pt;
}
.EditModule_Textboxcss
{
	font-family:Verdana;
	font-size:8pt;
}
.EditModule_ErrorMessageLabelcss
{
	font-family:Verdana;
	font-size:8pt;
}









/* Containers */

.SDD_MenuCss
{
	font-family:Tahoma;
	font-size:8pt;
	color:white;
	background-color:white;

}
.SDD_MenuCss_Level1
{
	background-color:#0099ff;
	background-color:#ffffff;
}
.SDD_MenuCss_Level2
{
	background-color:#0099ff;
}


/* Items */



.SDD_MenuItemCss_Collapse
{
	color:white;
}
.SDD_MenuItemCss_Link
{
	color:white;
}




.SDD_MainMenuItemCss_Collapse
{
	font-family:Tahoma;
	font-size:8pt;
	color:white;
	BORDER-TOP: white 2px groove
}
.SDD_MainMenuItemCss_Link
{
	font-family:Tahoma;
	font-size:8pt;
	color:white;
}
.SDD_MenuItemCss_Collapse_Level1
{
	font-family:Tahoma;
	font-size:8pt;
	color:Black;
}
.SDD_MainMenuItemCss_Link_Level1
{
	font-family:Tahoma;
	font-size:8pt;
	color:Black;
}
.SDD_MenuItemCss_Collapse_Level2
{
	font-family:Tahoma;
	font-size:8pt;
	color:Black;
}
.SDD_MainMenuItemCss_Link_Level2
{
	font-family:Tahoma;
	font-size:8pt;
	color:Black;
}
.HorizontalLine
{
	height: 2px;
}
.SDD_MenuItemCss_tr
{
	border-bottom: white 2px groove;
}






