@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, select, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
}
a{ text-decoration:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear
{
	clear:both;
}
.empty
{
	padding:3px 0 3px 0;	
}
/* SAYFA */
#pager_links{ margin-left:220px;}
#pager_links a { text-decoration:none;
				 color:#fff; 
				 font-size:9pt; 
				 font-family:tahoma; 
				 background-color:#d93d35; 
				 border:1px solid #b6b6b6; 
				 padding:4px 4px 4px 4px; 
				 margin:2px;
} 
#pager_links a:hover { text-decoration:none; 
				color:#000; 
				font-size:9pt; 
				font-family:tahoma; 
				background-color:#d4dade; 
				border:1px solid #b6b6b6; 
				padding:4px 4px 4px 4px; 
} 
#current_page {  border:1px solid #d93d35; 
				padding:2px 4px 0px 4px; 
				margin:2px; 
				color:#000;  
				font-size:9pt;
} 
