﻿/*Podcast*/
      .cssPodcastList{
      }

      .cssPodcast_Item{
      border-bottom:dotted 1px #ddd;
      padding:11px 5px 30px 5px;
      }

      .cssPodcast_Item .TitleLink
      {
      	font-weight:bold;
      }
      
      .cssPodcast_Item .PlayableAudio
      {
		padding-left:18px;
		background-image:url(http://podcast.mbirgin.com/userfiles/image/playaudio.gif);
		background-repeat:no-repeat;
		background-position:left center;
      }

      .cssPodcast_Item .PlayableVideo
      {
		padding-left:20px;
		background-image:url(http://podcast.mbirgin.com/userfiles/image/video_18.png);
		background-repeat:no-repeat;
		background-position:left center;
      }      

       .cssPodcast_Item .NewWindow
      {
		padding-left:15px;
		background-image:url(http://podcast.mbirgin.com/userfiles/image/newwindow.gif);
		background-repeat:no-repeat;
		background-position:left center;
      }
      
      .cssDate{
      border:dotted 1px #eee;
      background-color:#fdfdfd;
      padding:1px;
      margin:2px 1px 1px 11px;
      float:right;
      }


/* Genel Stil - Başlangıç */

    html, body, table{
        margin:0 0 0 0;
        padding: 0 0 0 0;
        font-family: verdana, sans-serif;
        /*font-family: georgia, serif;*/
        font-size: 11px;
        color:#444;
        line-height:140%;
        }
        
        
        a{
	        color:#6868ff;
       		text-decoration:none;
       		line-height:150%;
        }
        
        a:hover{
        color:#fff;
        background-color: #6BACE3;        
        }
		

li{
color:#333;
}

hr{
color:#ccc;
height:1px;
}

h4
{
	font-size:12px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	border:solid 1px #ccc;
	background-color:#fafafa;
	background-image: url('../userfiles/image/topbck.gif');
}


.CornerContainer
{
	padding-left:1px;
}

.CornerTop{
    background-color: #6699FF; 
    background-image: url('../images/Corner21.gif'); 
    background-position:left top;
    padding: 2px 2px 2px 5px;
}

.CornerBottom{
    text-align: right; 
    background-repeat: no-repeat; 
    background-position:right bottom;
    background-image: url('../images/Corner21.gif');                    
}


.Title{
font-weight:bold;
font-size:13px;
color:#666;
}


.CornerTitle
{
	 text-align:left !important;
	 margin-top:22px ! important;
}

.CornerTitle a
{
	 
}

.cssInProgress{
	background-image:url('http://www.mbirgin.com/images/progress_1.gif');
	background-position:center center;
	background-repeat:no-repeat;
}

.divPost
{
	border:dotted 1px #6BACE3;	
}

.divPost .divTitle
{
	font-weight:bold;
	padding:3px 0px 4px 0px;
}

.divPost .Date
{
	float:right;
	padding-right:5px;
}
.divSplitter
{
	height:22px;
}
/* Genel Stil - Bitiş */

/*StandartMenu - Başlangıç*/


        .StandartMenu
    {
        /*background-image: url('../userfiles/image/topbck.gif');*/
        text-align: center;
        margin: 0px auto 4px auto;
        padding: 4px 1px 4px 1px;
    }
    .StandartMenu A
    {
        display: inline;
        padding: 4px 11px 5px 11px;
        background-color: #6BACE3;
        text-align: center;
        /* font-family: Verdana, Arial, Helvetica, sans-serif; */
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle;
        text-decoration: none;
        color: #fafafa;
    }
    
    .StandartMenu a:visited
    {
    	color:#fff;
    }
    
    .StandartMenu A:hover
    {
        background-color: #6868FF;
        text-decoration: none;
    }
/* StandartMenu - Bitiş */



/* Standart GridView stil tanımlamaları - Başlangıç */

.GridView
{
	background-color:#f3f3f3;
	border: dotted 1px #eee;
	border-top:none;
	width:100%;
}

.GridView .RowStyle
{
	background-color:white;
	}
		
.GridView .SelectedRowStyle
{
	background-color:#000099;
	font-weight:bold;
	color:White;
	}
	
.GridView .HeaderStyle
{
 font-weight:bold;
 color:#666;
 height:20px;
 background-image: url(../images/New/topbck.gif);
 background-position:center top;
}
	
.GridView .AlternatingRowStyle
{
	background-color:#FBFCFF;
	padding-left:5px;
	}	
	

.GridView .FooterStyle
{
	background-color:#fefefe;
	 color:Black;
	 text-align:center;
}

.GridView .PagerStyle
{
	 background-color:#fefefe;
	 color:Black;
	 font-weight:bold;
	 text-align:center;
	}

.PagerContainer
    {
    	 padding:3px;
    	 margin-top:11px;
    }
    
.PagerContainer .PageNumber
{
	border:solid 1px #ccc;
	padding:4px 6px;
	/*background-color:#fff;*/
	margin-right:1px;
}

.PagerContainer a:hover
{
	/*background-color:#eee;*/
}

.PagerContainer .PagerActive
{
	background-color:#eee;
	color:#999;
}

/* Ctrl/Corner.ascx - Başlangıç*/
.Corner
{
	width:100%;
	}

.Corner .Item
{
		padding-left:18px;
		background-image:url(http://podcast.mbirgin.com/userfiles/image/podcast_15.gif);
		background-repeat:no-repeat;
		background-position:left 0px;

	}