﻿/* ================================
    CSS Stilleri
   ================================
*/   

/* sayfanin ustundeki baslik kisminin arkaplan rengi */
.HeadBg {
    background-color: white;
}

.DLSatir2

{
    background-color: green;
}
.DLSatir1

{
    background-color: yellow;
}
.DLSutun
{
    background-color: red;
}
/* sayfa iceriklerinin arkaplan rengi */




/* secili tab arkaplan rengi */
.TabBg
{
	background-color: white;
}
.EditPane  { 
	background-color: white;
}
.HeaderPane  { 
	background-color: white;
}
.FooterPane  { 
	background-color: white;
}
.LeftPane  { 
	background-color: white;
}

.ContentPane  { 
	background-color: white;
}

.RightPane  { 
	background-color: white;
}

/* 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, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* admin ve edit sayfalarinda kullanilan ana basliklar icin */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    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;
}

/* modullerde kullanilan textler icin */
.Normal
{
color:#000;
font-family:Tahoma,Arial,Helvetica;
font-size:11px;
    
}

/* 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: 12px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.SoftTextBox2
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
	border-right: gainsboro 0px solid;
	border-top: gainsboro 0px solid;
	border-left: gainsboro 0px solid;
	border-bottom: gainsboro 0px 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: 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: 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: whitesmoke;
} 
.banner_ctlmenu_spmbar {
	cursor: hand; 
        height:15;
} 
/* Menu isimleri  */
.banner_ctlmenu_spmitm {
	cursor: hand; 
	color: navy;
	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: whitesmoke;
	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: whitesmoke; 
	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;       
}




/* Containers */

.SDD_MenuCss
{
	font-family:Tahoma;
	font-size:8pt;
	color:Black;
	background-color:#f3f3f3;

}
.SDD_MenuCss_Level1
{
	background-color:#f3f3f3;
	background-color:#ffffff;
}
.SDD_MenuCss_Level2
{
	background-color:#f3f3f3;
}


/* Items */

.SDD_MainMenuItemCss_Collapse
{
	font-family:Tahoma;
	font-size:8pt;
	color:Black;
	BORDER-TOP: white 2px groove
}
.SDD_MainMenuItemCss_Link
{
	font-family:Tahoma;
	font-size:8pt;
	color:Black;
}
.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;
}

.uomm_MessagesInbox_AlternatingItem { 
	background:#E1DFFD;vertical-align:middle;
}
.uomm_MessagesInbox_Header{ color:Black;font-weight:bold ;}
.uomm_MessagesInbox_Footer{}
.uomm_MessagesInbox_Item{background-color:#F7EDFE; vertical-align:middle;  }

.uomm_MessagesInbox_DataGrid {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal; 
}
.uomm_MessagesInbox_silButton{ font-size:8pt}
.uomm_MessagesInbox_CheckBoxColumnHeaderCell{}

.uomm_MessagesInbox_IsReadIconColumnHeaderCell{}
.uomm_MessagesInbox_IsReadIconItemCell{vertical-align:middle;}

.uomm_MessagesInbox_SenderColumnHeaderCell{ color:Black ;}
.uomm_MessagesInbox_SenderItemCell{vertical-align:middle;}

.uomm_MessagesInbox_SubjectColumnHeaderCell{  color:Black ;}
.uomm_MessagesInbox_SubjectItemCell{vertical-align:middle;}

.uomm_MessagesInbox_DateCreatedColumnHeaderCell{  color:Black ;}
.uomm_MessagesInbox_DateCreatedItemCell{vertical-align:middle;}

.uomm_MessagesInbox_ButtonsLine{}

#imgbtnAra
{ text-align:right;
	width: 41px;
}

.bg3 {background-image:url(images/bg3.jpg); background-repeat:repeat-y}
.bg2 {background-image:url(images/bg2.jpg); background-repeat:no-repeat; background-position:right}
.bg4 {background-image:url(images/bg4.jpg); background-repeat:no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; padding-left:15px}
.bg5 {background-image:url(images/bg5.jpg); background-repeat:no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#2b70b5; padding-left:30px}
a.menu {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#2b70b5;cursor:pointer;text-decoration:none;}
a.menu:hover {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#15bb0c;text-decoration:none;}
.bg6 {background-image:url(images/bg6.jpg); background-repeat:no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#2b70b5; padding-left:30px}
.bg7 {background-image:url(images/bg7.jpg); background-repeat:no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#2b70b5; padding-left:30px}
.bg8 {background-image:url(images/bg8.jpg); background-repeat:no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#2b70b5; padding-left:30px}
.bg9 {background-image:url(images/bg9.jpg); background-repeat:no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#2b70b5; padding-left:30px}
.bg10 { background-image:url(images/bg10.jpg); background-repeat:no-repeat; height:21px}
.bg10ara { background-color:#cbdff4; width:2px}
.td1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#2b70b5;text-decoration:none;padding-left:10px; height:20px}
.td11 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#2b70b5;text-decoration:none;padding-left:10px; height:20px}
.td2 { background-color:#2b70b5; height:2px}
.td3{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:1.2em; padding-top:10px; padding-bottom:10px}
.td4 { background-color:#f2f2f2; height:2px}
.td5{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; padding-left:10px}
.td6{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#4da005; font-weight:bold}
.not {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#CCCCCC}
.bg11 { background-image:url(images/bg11.jpg); background-repeat:no-repeat;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#2b70b5;text-decoration:none;padding-left:45px; padding-top:10px}
.bg12 { background-image:url(images/bg12.jpg); background-repeat:no-repeat;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#2b70b5;text-decoration:none;padding-left:45px; padding-top:10px}
.bg14 { background-image:url(images/bg14.jpg); background-repeat:no-repeat;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#2b70b5;text-decoration:none;padding-left:45px; padding-top:10px}
.footer { background-image:url(images/bg15.jpg); background-repeat:repeat-x;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#7c7c7c;text-decoration:none; padding-top:10px; padding-left:5px}
a.footer {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#7c7c7c;cursor:pointer;text-decoration:none;}
a.footer:hover {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#268826;text-decoration:none;}


.kutu1 {background-image:url(images/kutu1.gif); background-repeat:no-repeat}
.kutu2 {background-image:url(images/kutu2.gif); background-repeat:repeat-x}
.kutu3 {background-image:url(images/kutu3.gif); background-repeat:no-repeat}
.kutu4 {background-image:url(images/kutu4.gif); background-repeat:repeat-y}
.kutu5 {background-image:url(images/kutu5.gif); background-repeat:repeat-y}
.kutu6 {background-image:url(images/kutu6.gif); background-repeat:no-repeat}
.kutu7 {background-image:url(images/kutu7.gif); background-repeat:repeat-x}
.kutu8 {background-image:url(images/kutu8.gif); background-repeat:no-repeat}
.kutu-icerik {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000}

.pass1 { background-image:url(http://test.reklamekrani.com/DesktopModules/RE_VideoEkrani/images/pass1.jpg); background-repeat:no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:35px; font-weight:bold; color:#000;}
.pass2 { background-image:url(http://test.reklamekrani.com/DesktopModules/RE_VideoEkrani/images/pass2.jpg); background-repeat:no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:35px; font-weight:bold; color:#000;}
.pass3 { background-image:url(http://test.reklamekrani.com/DesktopModules/RE_VideoEkrani/images/pass3.jpg); background-repeat:no-repeat;}
.pass3a { background-image:url(http://test.reklamekrani.com/DesktopModules/RE_VideoEkrani/images/pass3a.jpg); background-repeat:no-repeat;}
.pass4 { background-image:url(http://test.reklamekrani.com/DesktopModules/RE_VideoEkrani/images/pass4.jpg); background-repeat:no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:35px; font-weight:bold; color:#000;}
.pass5 { background-repeat:no-repeat;}
.pass6 { background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:red; padding-left:10px}
.pass-box {background-image:url(http://test.reklamekrani.com/DesktopModules/RE_VideoEkrani/images/pass-bg.gif);border:1px solid #6EBCCE;font-size:18px;font-family:Arial, Helvetica, sans-serif;font-weight:bold; padding:3px;width:100px;}

body, td, p {
color:#000;
font-family:Tahoma,Arial,Helvetica;
font-size:11px;
}
