﻿/* Friendly global style resetting */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	
	margin: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
a, img
{
	border: none;
	outline: none;
}
address, caption, cite, th
{
	font-style: normal;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
em, strong
{
	font-weight: normal;
	font-style: normal;
}
abbr
{
	border: none;
}
iframe
{
	border: none;
	overflow: hidden;
}

/* Global Styles
==============================================================================================  */

body
{
	font-family: "Trebuchet MS";
	background-color: #F1F1F1;
	font-size: 13px;
	text-decoration: none;
	height: 22;
}

/* General Classes */
.hidden
{
	display: none;
}
.subject
{
	font-weight: bold;
}

/* Layout
==============================================================================================  */

html
{
	height: 100%;
}
body
{
	height: 100%;
}

#fullheight
{
	top: 0;
	margin: 0 auto;
	height: 100%;
	text-align: left;
	vertical-align: top;
}

#footer
{
	text-align: center;
	background-color: #e0e4e9;
	line-height: 20px;
}


#header
{
	clear: both;
	float: left;
	width: 100%;
	padding: 12px 0;
	font-size: 11px;
	
	background-color: #123240;
}

#header .left
{
	float: left;
}
#header .bottom
{
	font-size: 16px;
	padding-left: 10px;
}
#header .right
{
	float: right;
	padding-right: 15px;
}
#header .logup
{
	display: block;
}
#header .logdwn
{
	display: block;
	padding-top: 5px;
}

#header .logbottom
{
	font-size: 10px;
	color: #fff;
	text-align: left;
	display: block;
	padding: 0px;
	height: 13px;
}

#menuTop
{
	
	height: 22px;
	width: 100%;
	clear: both;
	float: left;
	margin-top: 4px;
	padding: 0;
	
}

#menuolTop li.sep
{
	
	font-size: 11px;
	color: #426DB1;
}
#menuolTop li
{
	padding-left: 1px;
	padding-right: 1px;
	display: inline;
	font-weight: bold;
	
}

#menuolTop li a.item:active, a.item:link, a.item:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;	
	margin: 0 0 0 0px;
	padding: 0 2 0 0px;
}

#menuolTop li a.item:hover
{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#menuolTop li a.itemopt:active, a.itemopt:link, a.itemopt:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #7df;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#menuolTop li a.itemopt:hover
{
	color: #111;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#menuBottom
{
	
	height: 23px;
	width: 100%;
	clear: both;
	margin-top: 4px;
	padding: 0;
	
}

#menuolBottom li.sep
{
	font-size: 11px;
	color: #fff;
}
#menuolBottom li
{
	padding-left: 1px;
	padding-right: 1px;
	display: inline;
	font-weight: bold;
	
}

#menuolBottom li a.item:active, a.item:link, a.item:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#menuolBottom li a.item:hover
{
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#menuolBottom li a.itemopt:active, a.itemopt:link, a.itemopt:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#menuolBottom li a.itemopt:hover
{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

#content
{
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

#content .left
{
	float: left;
	width: 85%;
}
#ads
{
	width: 100%;
	text-align: left;
	padding-top: 10px;
}

#ads .link
{
	font-size: 11px;
	color: #008000;
}
#ads .title
{
	font-size: 14px;
	color: #0000FF;
}
#ads .miniad
{
	cursor: pointer;
	padding-bottom: 20px;
	padding-right: 10px;
}

#lastsearch
{
	margin-left: 5px;
	padding: 0 5 0 5px;
	border: 0px;
	text-align:left;
}
#lastsearch h1
{
	background-color: #eeeeee;
	color: #000;
	font-size: 13px;
	padding: 3px;
}
#lastsearch li
{
	padding-left: 5px;
}
#lastsearch li a.list:active, a.list:link, a.list:visited
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
#lastsearch li a.list:hover
{
	text-decoration: underline;
}
#lastsearch a.clean:active, a.clean:hover, a.clean:visited, a.clean:link
{
	padding-left: 5px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#leftpane
{
	float: left;
	width: 15%;
	min-width: 15%;
}

#search
{
	text-align: center;
	width: 83%;
	min-width: 83%;
	float: right;
	padding-left: 5px;
}

#suggestions
{
	text-align: left;
	width: 500px;
	line-height: 25px;
}

.resu
{
	width:35%;
	text-align:left;
	padding-right:15px;
}
.catu
{
	text-align:left;
	width:125px;
	height:22px;
}

.hdr
{
	text-align:left;
	font-weight:bold;
}

a.res:active, a.res:visited, a.res:link
{
	/*padding-left: 5px;*/
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a.res:hover
{
	text-decoration: none;
}

a.sgst:active, a.sgst:visited, a.sgst:link
{
	/*padding-left: 7px;
	padding-right: 7px;*/
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.sgst:hover
{
	background-color: #EBB455;
}

a.biglink:active, a.biglink:visited, a.biglink:link, a.biglink:hover
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a.medlink:active, a.medlink:visited, a.medlink:link
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a.medlink:hover
{
	text-decoration: underline;
}


.txtsearch
{
	height: 22px;
	width: 180px;
	font-weight: bold;
	font-size: 15px;
}



.loginboxes
{
	font-family: Trebuchet MS;
	float: right;
	background-color: transparent;
	border: 0px none;
	color: #000;
	height: 20px;
	padding: 2px;
	line-height: normal;
	margin: 2px 2px 0px 0px;
	width: 112px;
}

#header .login
{
	width: 380px;
}

#header .userbox
{
	background: url(login_user_bg.gif) no-repeat;
	width: 142px;
	height: 28px;
	float: left;
	margin: 2px;
}

#header .passbox
{
	background: url(login_pass_bg.gif) no-repeat;
	width: 142px;
	height: 28px;
	float: left;
	margin: 2px;
}

#header .forgot
{
	width: 142px;
	float: left;
	margin: 2px;
}

#header .remember
{
	width: 142px;
	float: left;
	margin: 2px;
}

#header .button
{
	float: left;
	margin: 2px;
}

div.langs
{
	display: inline;
}

div.langbox
{
	float: right;
	display: inline;
	padding-right: 20px;
	padding-top: 1px;
}

/* Text Styles */
.w12
{
	font-size: 12px;
	
}
.g10
{
	font-size: 10px;
	color: #eee;
}
.b13
{
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.r12
{
	font-size: 12px;
	color: #f00;
}

.r13
{
	font-size: 13px;
	font-weight: bold;
	color: #f00;
}

.b12
{
	font-size: 12px;
	color: #000;
}

.b10
{
	font-size: 10px;
	color: #000;
}

.gr12
{
	font-size: 12px;
	color: #0a0;
}

.gr13b
{
	font-size: 13px;
	color: #0a0;
	font-weight: bold;
}

/*.gridpager
{
	color:#555;
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	padding:5px;	
	text-decoration:none;
}

.gridpager a:active,a:link,a:visited
{
	color:#000;
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	padding:5px;	
	text-decoration:none;
}

/*ctl00_UserMenu_1 a:active,a:hover,a:visited,a:link { color:#FF8888; font-size:11px; line-height:23px; display:inline; padding:0px;}
*/

/*.gridpager a:hover
{

	border:1px solid silver;
}
*/

.pager table
{
	width: 5%;
}

/* Link */

a.lw12:active, a.lw12:visited, a.lw12:link
{
	text-decoration: none;
	
}
a.lw12:hover
{
	text-decoration: none;
}

a.lw15:active, a.lw15:visited, a.lw15:link,a.lw15:hover
{
	padding-left:5px;	
	font-size:15px;
	line-height:25px;
	font-weight:bold;
	text-decoration: none;
	
}


a.lw11:active, a.lw11:visited, a.lw11:link
{
	font-size: 11px;
	text-decoration: none;
	
}
a.lw11:hover
{
	font-size: 11px;
	text-decoration: underline;
}

a.lb13:active, a.lb13:visited, a.lb13:link, a.lb13:hover
{
	font-size: 13px;
	text-decoration: underline;

}



/* Buttons */
.button_login_tr
{
	background-image: url(button_login_tr.gif);
	border: 0px none;
	cursor: pointer;
	height: 28px;
	width: 53px;
}


.button_login_en
{
	background-image: url(button_login_en.gif);
	border: 0px none;
	cursor: pointer;
	height: 28px;
	width: 53px;
}

hr.gray
{
	border: none;
	border-top: 1px solid #AAAAAA;
	border-bottom: 0px;
	width: 100%;
	text-align: center;
	clear: both;
	height: 2px;
	padding: 0px;
	margin: 0 !important;
}

h1.info
{
	background-color: #F1F1F1;
	padding-left: 10px;
	line-height: 22px;
	
	font-size: 16px;
	font-weight: bold;
	padding: 10 0 10 10px;
}

h1.infoslim
{
	background-color: #F1F1F1;
	padding-left: 10px;
	line-height: 20px;
	
	font-size: 14px;
	padding: 10 0 10 10px;
}


h1.admin
{
	background-color: #F1F1F1;
	padding-left: 10px;
	line-height: 22px;
	color: #000;
	font-size: 16px;
	padding: 10 0 10 10px;
}

h2.mode
{
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

div.generic
{
	margin: 0pt 0pt 0pt 20%;
	width: 70%;
	text-align:left;
}

div.admgeneric
{
	margin: 0 0 0 10px;
	padding: 10px;
	width: 70%;
}

textarea
{
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #CACACA;
	font-family: trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.textbox
{
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #CACACA;
	font-family: trebuchet MS,Arial,Helvetica,sans-serif;
	height: 20px;
	font-size: 13px;
	text-decoration: none;
}

.txtprofile
{
	font-size: 14px;
	font-family: Trebuchet MS;
}

#profile td
{
	height: 40px;
	font-size: 15px;
	font-family: Trebuchet MS;
}
#changepassword td
{
	height: 40px;
	font-size: 15px;
	font-family: Trebuchet MS;
}
#admin td
{
	font-size: 13px;
	font-family: Trebuchet MS;
}
.label
{
	font-size: 15px;
	font-family: Trebuchet MS;
}

.reg
{
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	background-color: #426db1;
	padding: 5px;
	margin: 1px 0 1px 0px;
	height: 100%;
}

.cb
{
	font-size: 11px;
	width: 19px;
	height: 27px;
	cursor: pointer;
	font-family: Trebuchet MS;
}

.mini
{
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	color: #222;
}

.miniheader
{
	font-family: Trebuchet MS;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	color: #222;
}

.miniheadergray
{
	color: Gray;
	font-family: Trebuchet MS;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
}

a.PaginationButton:active, a.PaginationButton:visited, a.PaginationButton:link, a.PaginationButton:hover
{
	font-size: 13px;
	text-decoration: underline;
	color: #000;
}



a.item:active, a.item:link, a.item:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;	
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

a.item:hover
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

.usercp
{
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}

.usercp:link
{
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}
	
.usercp:active
{
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}
	
.usercp:visited
{
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}
	
.usercp:hover
{
	font-size:11px;
	font-weight: bold;
	text-decoration:underline;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}



.son_aranan
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
.son_aranan:link
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
.son_aranan:active
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
.son_aranan:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
.son_aranan:hover
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}	






.oyun
{
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}

.oyun:link
{
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}
	
.oyun:active
{
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}
	
.oyun:visited
{
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}
	
.oyun:hover
{
	font-size:13px;
	font-weight: bold;
	text-decoration:underline;
	color:#426DB1;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}


.madeinweb
{
	font-family:Trebuchet MS;
	font-size: 10px;
	text-decoration: none;
	color:Black;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

.es_anlamli{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: none; color: #000;}
.es_anlamli:link{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: none; color: #000;}
.es_anlamli:active{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: none; color: #000;}
.es_anlamli:visited{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: none; color: #000;}
.es_anlamli:hover{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: underline; color: #C00000;}


.es_anlamli_kelime{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: none; color: #000; font-weight:bold;}
.es_anlamli_kelime:link{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: none; color: #000; font-weight:bold;}
.es_anlamli_kelime:active{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: none; color: #000; font-weight:bold;}
.es_anlamli_kelime:visited{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: none; color: #000; font-weight:bold;}
.es_anlamli_kelime:hover{font-family:Trebuchet MS; font-size: 13px; font-weight: normal; text-decoration: underline; color: #426db1; font-weight:bold;}
