﻿
/* Genel Stil - Başlangıç */

    html, body, table{
        margin:0 0 0 0;
        padding: 0 0 0 0;
        font-family: Verdana,Tahoma,sans-serif;
        font-size: 11px;
        color:#333;
        }
        
        
        a{
			color:#0000dd;
       		text-decoration:none;        
        }
        
        a:hover{
        color:#000033;
        text-decoration:underline;
        }
		
		a:visited{
	        color:#6868ff;
		}


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');
}


.cssCornerContainer{
    background-color: #f6f6f6;
}

.cssCornerTop{
    background-color: #6699FF; 
    background-image: url('../images/Corner21.gif'); 
    background-position:left top;
    padding: 2px 2px 2px 5px;
}

.cssCornerBottom{
    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;
}

.TitleLink{
font-weight:bold;
font-size:13px;
}


.cssInProgress{
	background-image:url('../images/progress_1.gif');
	background-position:center center;
	background-repeat:no-repeat;
}
/* Genel Stil - Bitiş */

/*StandartMenu - Başlangıç*/


        .StandartMenu
    {
        background-color: #efefef;
        background-image: url('../userfiles/image/topbck.gif');
        text-align: center;
        margin: 0px auto 5px auto;
        padding: 4px 1px 4px 1px;
        border: solid 1px #ccc;
    }
    .StandartMenu A
    {
        display: inline;
        padding: 2px 11px 2px 11px;
        background-color: #aaa;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        vertical-align: middle;
        text-decoration: none;
        color: #ffffff;
        border: solid 1px #888;
    }
    
    .StandartMenu a:visited
    {
    	color:#fff;
    }
    
    .StandartMenu A:hover
    {
        background-color: #FFBB22;
        text-decoration: none;
        color:#110000;
    }
/* 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;
}

/* GridView - Bitiş */



/* Ctrl/Corner.ascx - Başlangıç*/
.cssdlCorner
{
	width:100%;
	/*border:solid;*/
	}

.cssdlCorner .csstblCorner
{
	width:100%;
	background-color:transparent;
	/*border:solid 1px;*/
	}

.cssdlCorner .csstblCorner .csstdLeft
{
	/*width: 50px;*/
	vertical-align:top;
	}
	
.cssdlCorner .csstblCorner .csstdLeft .cssimgPicture
{
	width: 50px; 
	height: 50px;
	}
	
	
.cssdlCorner .csstblCorner .csstdRight
{
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
	/*left:55px; */
	text-align:left;
	vertical-align:middle;
	}


.cssdlCorner .csstblCorner .csstdRight .cssdivTitle
{
	}


.cssdlCorner .csstblCorner .csstdRight .cssdivTitle .cssliTitle
{
	/*list-style:square;
	color:Navy;*/
	}
	
	
.cssdlCorner .csstblCorner .csstdRight .cssdivTitle .cssaTitle
{
	
	}

.cssdlCorner .csstblCorner .csstdRight .cssdivTitle .cssspnAuthorName
{
	}
	
		
.cssdlCorner .csstblCorner .csstdRight .cssdivHTML
{
	/*left:60px;*/
	}

/* Ctrl/Corner.ascx - Bitiş*/



