﻿/* . = Class */
/* # = id */

/*1. Default.aspx*/
/*A) Header*/
#m_header
{
    width: 800px;
    margin-left: auto; /*Soldan Boşluk - Otomatik Ayarla*/
    margin-right:auto; /*Sağdan Boşluk - Otomatik Ayarla*/
}

.EshotHeader
{    
    width: 662px;
    height: 38px;
    font-family: Arial, Times New Roman TUR;
    font-weight: bold;
	font-size: 32px;	
	color: #FF7216;	
}

.login 
{
    font-family: Times New Roman TUR;
    font-weight: bold;
    font-size: 12px;
    color: #FF7216;
}

/*B) Footer*/
#m_footer
{    
    width: 800px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    text-align: center;
    font-weight: bold;
    color: #000000;    
    font-style: normal;
    font-variant: normal;
}

/*C) Body*/
#m_body
{       
    width: 960px;   
}

#map 
{  
    color:#3D95FF; 
    font-size:10pt;     
	border-style:solid; 
	border-width:3px; 
	border-color:#FF7216; 
	width: 640px; 
	height: 580px; 	
}

/*D) Criters*/
#criters 
{
    color: #000000;
    font-size: 10pt;
    border-style: solid;
    border-width: 3px;
    border-color: #FF7216;
    width: 320px;
    height: 580px;
    font-family: Arial, Helvetica, sans-serif;
}

.CriterCaption
{
    text-align:center;
    color:#FF7216;
    font-size: 16pt;
    font-weight:bold;
    border-style:outset;
}

.SearchCriterCaption
{
    text-align:center;
    color:#FF7216;
    font-size: 12pt;
    font-weight:bold;    
}

.CriterColumnsHeader
{
    width:100px;
    text-align:right;
}

.CriterColumnsData
{
    width:250px;
}

/*E) ModalPopupExtender*/
.modalBackground 
{      
    background-color: Gray;   
    filter:Alpha(opacity=70);
    opacity:0.70;
}

/*2. Menu Styles*/
.StaticMenuItemStyle
{
  font-family: Impact;
  font-size: 16px;
  color: #000066;
  padding-left: 10px;
  padding-top:3px;  
}
.DynamicMenuItemStyle
{
  font-family: Impact;
  font-size: 14px;
  color: #000066;
  background-image:url(Images/green_menu.JPG);
  padding-left: 10px;
  padding-top:3px;  
}
.StaticSelectedStyle
{
  font-family: Impact;
  font-size: 16px;
  color: #FF3300;
  padding-left: 10px;
  text-decoration: underline overline;
}
.DynamicSelectedStyle
{
  font-family: Impact;
  font-size: 14px;
  color: #FF3300;
  padding-left: 10px;  
}
.StaticHoverStyle a
{
  font-family: Impact;
  font-size: 16px;
  color: Orange;
  text-decoration: underline overline;
  padding-left: 10px;
}
.DynamicHoverStyle a
{
  font-family: Impact;
  font-size: 14px;
  color: Orange;  
  padding-left: 10px;
}

#m_menu
{
   width:auto;
   height:30px;
   background-image:url(Images/green_menu.JPG);
   font-family: Helvetica, Verdana, Arial, sans-serif;
}

/*3. Listview ve Grid Sytle'leri*/
.Cls_lstvw_alitmp_row
{
    background-color:#FFF8DC;
}

.Cls_lstvw_lytmp_dtpgr_col
{
    text-align: center;
    background-color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

.Cls_lstvw_sitmp_row
{
    background-color:#008A8C;
    font-weight: bold;
    color: #FFFFFF;
}

.Cls_lstvw_edtmp_tbl
{
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-color: #999999;
    border-style:none;
    border-width:1px;
}

.Cls_lstvw_eitmp_row
{
    background-color:#FF9966;
    color: #FFFFFF;
}

.Cls_lstvw_itmp_row
{
    background-color:#DCDCDC;
    color: #000000;
}
/*4. Captions*/
.lblCaptions
{  
    font-family: Times New Roman TUR;
    font-weight: bold;
	font-size: 16px;	
	color: Black;	
}
/*5. Filter Table Section*/
.tds
{
    border-style: ridge; 
    border-width: thin;
}
/*6. Marker Menu*/
a:link
{    
    color:#3D95FF;
    text-align:left;    
}
a:hover
{
    color:#FF7216;
    text-align:left;
}
a:visited
{  
    color:#3D95FF;  
    text-align:left;
}
