@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, input {
	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;
}
label { cursor:pointer; }
.clear
{
	clear:both;
}
.empty
{
	padding:6px 0 6px 0;	
}
.hata0{ color:#CC3300; font-size:18px;}
.hata1{ color:#693; font-size:18px;}
.none{ background:none !important;}
/* SAYFA */
#pager_links a { text-decoration:none;
				 color:#2b2b2b; 
				 font-size:9pt; 
				 font-family:tahoma; 
				 background-color:#e4e8ea; 
				 border:1px solid #d9d9d9; 
				 padding:4px 4px 4px 4px; 
				 margin:2px;
} 
#pager_links a:hover { text-decoration:none; 
				color:#FFF; 
				font-size:9pt; 
				font-family:tahoma; 
				background-color:#313131; 
				border:1px solid #d9d9d9; 
				padding:4px 4px 4px 4px; 
} 
#current_page {  
				background-color:#313131; 
				border:1px solid #d9d9d9;  
				padding:4px 4px 4px 4px; 
				font-family:tahoma; 
				margin:2px; 
				color:#FFF;  
				font-size:9pt;
} 

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#317082;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height:20px;

	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#e1e1e1;
	width:280px;

	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.active_content
{
	background-color:#e1e1e1;
	width:280px;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	position:relative;
}

hr{ border:0 none; background:url(../images/horz.jpg) repeat-x bottom center; width:100%;}