﻿/*Metin içerisinde kullanılan tanımlamalar */

.Title_1
{
	margin-top:22px;
	margin-bottom:-4px;
	color:#CC6633;
	font-size:15px;
}

.SubTitle_1
{
	color:#CC6633;
	font-size:14px;
}



/* Genel Stil - Başlangıç */

    html, body, table{
        margin:0 0 0 0;
        padding: 0 0 0 0;
        font-family: 'Segoe UI', Verdana, Arial;
        /*font-family: georgia, serif;*/
        font-size: 13px;
        color:#222;
        line-height:130%;
        }
        
        
        a{
	        color:#6666FF;
       		text-decoration:none;
       		line-height:150%;
        }
        
        a:hover, a:visited:hover{
        color:#fff;
        background-color: #6699CC;        
        }

        a:visited{
        color: #009999;
        }


hr{
color:#ccc;
height:1px;
}

h4
{
	font-size:12px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	border-bottom:solid 1px #eee;
	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:normal;
font-size:13px;
color:#666;
}

.TitleLink{
font-weight:bold;
font-size:13px;
}

.CornerTitle
{
	 text-align:left !important;
	 margin-top:22px ! important;
}

.CornerTitle a
{
	 
}

.cssInProgress{
	background-image:url('../images/progress_1.gif');
	background-position:center center;
	background-repeat:no-repeat;
}

.divSplitter
{
	height:22px;
}


/*StandartMenu - Başlangıç*/


        .StandartMenu
    {
        /*background-image: url('../userfiles/image/topbck.gif');*/
        text-align: center;
        margin: 0px auto 5px auto;
        padding: 4px 1px 4px 1px;
    }
    .StandartMenu A
    {
        display: inline;
        padding: 4px 11px 5px 11px;
        background-color: #6699CC;
        text-align: center;
        /* font-family: Verdana, Arial, Helvetica, sans-serif; */
        font-size: 14px;
        font-weight: normal;
        vertical-align: middle;
        text-decoration: none;
        color: #fafafa;
    }
    
    .StandartMenu a:visited
    {
    	color:#fff;
    }
    
    .StandartMenu A:hover
    {
        background-color: #009999;
        text-decoration: none;
    }
/* StandartMenu - Bitiş */



/* Standart GridView stil tanımlamaları - Başlangıç */

.GridView
{
	background-color:#f3f3f3;
	border: dotted 1px #eee;
	width:100%;
}

.GridView .RowStyle
{
	background-color:white;
	}
		
.GridView .SelectedRowStyle
{
	background-color:#000099;
	font-weight:bold;
	color:White;
	}
	
.GridView .PagerStyle
{
	 background-color:#CCCCCC;
	 color:Black;
	 font-weight:bold;
	}
	
.GridView .HeaderStyle
{
 font-weight:bold;
 color:#666;
 height:20px;
 background-image: url('../userfiles/image/topbck.gif');
 background-position:center top;
}
	
.GridView .AlternatingStyle
{
	background-color:#eee;
	padding-left:5px;
	}	

.GridView .FooterStyle
{
	background-color:#cccccc;
}


/* Ctrl/Corner.ascx - Başlangıç*/
.Corner
{
	width:100%;
	}

.Corner .Item
{
		padding-left:15px;
		background-image:url(http://kongre.4yon.org/userfiles/image/li.png);
		background-repeat:no-repeat;
		background-position:left 6px;

	}

/* Ctrl/View.ascx */

.divContentContainer .divTitle
{
	font-size:16px;
	font-weight:bold;
	color:#CC6633;
    padding: 11px 0px 4px 4px;
    }

.divContentContainer .divContent
{
    padding:5px 11px 11px 5px;
}

.divPageInfo
{
    padding:3px;
    text-align:right;
    border:solid 1px #eee;
    background-color:#fafafa;
}
