@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:3px 0 3px 0;	
}
/* SAYFA */
.dhtmlgoodies_question{    /* Styling question */
    /* Start layout CSS */
    color:#FFF;
    font-size:0.9em;
    background-color:#317082;
    width:430px;
    margin-bottom:1px;
    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:260px;

    /* End layout CSS */

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

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

}
.dhtmlgoodies_answer_content{    /* Content that is slided down */
    padding:1px;
    font-size:0.9em;
    position:relative;
}
#pager_links a { text-decoration:none;
				 color:#fff; 
				 font-size:9pt; 
				 font-family:tahoma; 
				 background-color:#094767; 
				 border:1px solid #0d4d6e; 
				 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 #999; 
				padding:4px 4px 4px 4px; 
} 
#current_page {  
				border:1px solid #a4acb3; 
				padding:4px 4px 4px 4px; 
				font-family:tahoma; 
				margin:2px; 
				color:#000;  
				font-size:9pt;
} 
