﻿html, body, table {
    margin:0 0 0 0;
    padding: 0 0 0 0;
    font-size: 16px;
    font-family:"Trebuchet MS", Verdana, Sans-Serif;
    line-height:130%;
    color:#222;
 }

img{
	border:0;
	border-radius:4px;
}                

a{
	color:#000088;
	text-decoration:none;        
}

a:hover{
color:#CC3300;
text-decoration:underline;
}

a:visited{
    color:#0066FF;
}
 

 /*StarndartMenu */

.menu{
    /*background-image: url('../userfiles/image/topbck.gif');*/
    text-align: center;
    margin: 0px auto 3px auto;
    padding: 3px 1px 3px 1px;
    white-space:nowrap;
}
.menu a{
    display: inline;
    padding: 2px 5px 4px 5px;
    background-color: #ddd;
    border:solid 1px #bbb;
    text-align: center;
    font-size: larger;
    font-weight: normal;
    vertical-align: middle;
    text-decoration: none;
    color: #666;
    border-radius:6px;
}

.menu a:visited{
}

.menu a:hover{
    background-color: #333; /*009999*/
    text-decoration: none;
    color:#fafafa;
}


/*StandartTable*/

.StandartTable{
	margin:0 auto;
	border:solid 1px #eee;
}

.StandartTable td{
	padding:2px;
	border:dotted 1px #eee;
}

.ColLabel{
	background-color:#f6f6f6;
}

.ColContent{
	background-color:#fff;
}
.trHeader{
	font-weight:bold;
	background-color:#eee;
}

.trHeader td{
	border:dotted 1px #ccc;
	color:#333;
	text-align:center;
	padding:4px;
	white-space:nowrap;
}



/* Standart GridView stil tanımlamaları - Başlangıç */

.GridView{
	background-color:#f3f3f3;
	border: dotted 1px #eee;
	border-top:none;
	width:100%;
	min-width:240px;
}

.GridView .RowStyle{
	background-color:white;
    border:solid 1px transparent; 
}
		
.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;
 background-color:#ddd;
}
	
.GridView .AlternatingRowStyle{
    border:solid 1px transparent; 
	background-color:#eee;
}	
	

.GridView .FooterStyle{
	background-color:#ddd;
}

.GridView .PagerStyle{
	 background-color:#fefefe;
	 color:Black;
	 font-weight:bold;
	 text-align:center;
}

.PagerStyle .PagerContainer{
    	 padding:5px;
    	 text-align:center;
}
    
.PagerStyle .PageNumber{
	border:solid 1px #ccc;
	padding:3px 7px;
	background-color:#fff;
	margin:1px;
}

.PagerStyle a:hover{
	background-color:#eee;
}

.PagerStyle .PagerActive{
	background-color:#eee;
	color:#999;
}

.GridView .RowStyle:hover, .GridView .AlternatingRowStyle:hover{
    border:solid 1px transparent; 
    border-radius:4px;
}


/* word.ascx */
.divword{
	padding:0px 6px 6px 6px;
	max-width:800px;
	min-width:400px;
}

.divword .edit{
	text-align:right;
}

.divword h2.word{
	padding:0px;
	margin:6px 2px;
}
.divword .word{
	color:#666;
	text-align:left;
}

.divword .subtitle{
	font-weight:bold;
	color:#0070C0;
	margin:16px 2px 2px 0px;
}

.divword .mean{
	color:#444;
	padding:2px 6px 6px 2px;
}

.divword .notation{
	color:#d45500;
	padding:2px 6px 6px 2px;
}

.divword .pronunciation{
	font-weight:bold;
	color:#f00;
}

.divword .sample{
	font-style:italic;
	padding:2px 6px 6px 2px;
}

.divword .info{
	color:#444;
	padding:2px 6px 6px 2px;
}

.divword .stat{
	margin-top:11px;
	padding-top:2px;
	color:#999;
	border-top:solid 1px #ccc;
	text-align:right;
}

.divword .playicon{
	cursor:pointer; 
	margin:0px 0px -9px 4px;
}

.playicon:hover{
	background-color:#0070C0;
}


/*ShareButtons*/
.ShareButtonsContainer{
	margin:2px auto 2px auto;
}    

.ShareButtonsContainer img{
    height: 24px;
}

.ShareButtonsContainer img:hover{
    opacity: 0.6;
}



/*Pager*/
.PagerContainer
    {
    	 padding:5px;
    	 text-align:center;
    }
    
.PagerContainer .PageNumber
{
	border:solid 1px #ccc;
	padding:3px 7px;
	background-color:#fff;
	margin:0px;
}

.PagerContainer a:hover
{
	background-color:#eee;
}

.PagerContainer .PagerActive
{
	background-color:#eee;
	color:#999;
}

