﻿/* ================================
    CSS Stilleri
   ================================
*/   

/* sayfanin ustundeki baslik kisminin arkaplan rengi */
.HeadBg {
    /* background-color: white; */
    background-color: white;
}

.DLSatir2

{
    background-color: green;
}
.DLSatir1

{
    background-color: yellow;
}
.DLSutun
{
    background-color: red;
}
/* sayfa iceriklerinin arkaplan rengi */
Body
{
   background-image: url(moire_grau.gif);
}

/* secili tab arkaplan rengi */
.TabBg
{
	background-color: white;
}

.HeaderPane
{
	background-color: white;
}

.LeftPane  { 
	background-color: white;
}

.ContentPane  { 
	background-color: white;
}

.RightPane  { 
	background-color: white;
}

/* secili tablar icin text stili */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: verdana,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: #FF6600;
}
/* üyenin kendi ismine basma linki */
A.SelectedTab:visited  {
    text-decoration:    none;
    color:#FF6600;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#FF6600;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#FF6600;
}


/* secili olmayan tablar icin text stili */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.OtherTabs2 {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    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: Verdana, Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    color: #ff6600;
}

/* admin ve edit sayfalarinda kullanilan ana basliklar icin */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

.SubHead2    {
    font-family: Verdana;
    font-size:  11px;
    color: #003366;
}

/* admin ve edit sayfalarinda kullanilan alt basliklar icin */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* modullerde kullanilan textler icin */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* 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
}


/*baglantı içeriginde kullanılır*/
.normalbaglanti
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #894545;
    background-color: #f2e6e6;
    border-bottom: #ff6600 1px solid;
    border-left: #ff6600 1px solid;
    border-right: #ff6600 1px solid;
    border-top: #ff6600 1px solid;
width: 100px; 
padding-bottom: 2px
}






/* 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: #FF6600;
}
    
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:  #FF6600;
}

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;			
}

.ForumDgSelec
{
	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: #FF6600;
}

/* 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;
}

/* ------------------------------------------------ */

/*   Baglantı stili                        */
.BagPreviewLink
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #894545;
    background-color: #ff962d;
    border-bottom: black 2px solid;
border-top: black 2px solid;
width: 190px; 
padding-bottom: 2px
}

/* --------------------------------------------------
	link stilleri
-------------------------------------------------- */

.PreviewLink     
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
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: maroon;
	text-decoration: none;
}

/* ----------------------------------------------- */



/* --------------------------------------------------
	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: "003366";
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #FF6600;
}


/* --------------------------------------------------
     Solpart Menu Styles
-------------------------------------------------- */

/* Solpart Menu Styles */
/* menu arka plan   */
.banner_ctlmenu_spmbctr {
	/*border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid; */
	background-color: #ff6600;
} 
.banner_ctlmenu_spmbar {
	cursor: hand; 
        height:15;
} 
/* Menu isimleri  */
.banner_ctlmenu_spmitm {
	cursor: hand; 
	color:  #ffffff;
	font-family: Verdana,Arial, Tahoma, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
        /*border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;*/
} 
/* alt menu ikon bölümleri */
.banner_ctlmenu_spmicn {
	cursor: hand; 
	background-color: #FF6600;
	text-align: center; 
	width: 15;
	height: 20;
        /*border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;*/
} 
/* Alt menuler */
.banner_ctlmenu_spmsub{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom:  white 1px solid;	
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'c5e3ed' , Direction=135, Strength=3);
	cursor: hand;
	background-color: #ff6600;
} 

/* Anlamadım */
.banner_ctlmenu_spmbrk {
	/*border-bottom: white 0px solid; 
	border-left: #ff6600 0px solid; 
	border-top: #ff6600 0px solid; 
	border-right:#ff6600 0px solid; */
	background-color: white;
	height: 0 px;
} 

/* OnMouse over renkleri */
.banner_ctlmenu_spmitmsel {
	background-color: white; 
	cursor: hand; 
	color: "003366";
	font-family: Verdana, Arial, Tahoma, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	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: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 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; 
	color: "white";      
}

/* Şifremi Unuttum modülü için */
.Icerik    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #ff6600;
}

.Icerik2    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #003366;
}

.Icerik3    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #003366;
}

.Icerik4    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

.IcerikBaslik    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    bold;
    color: #ff6600;
}

.Mesaj {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ff6600;
}

.UrunListe {
    font-family: Verdana;
    font-size: 2;
    color: #003366;
}








