/* CSS Document */

<style type="text/css"> 

 

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #666666;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

 #container {

	width: 931px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 0 auto;

	text-align: left; /* this overrides the text-align: center on the body element. */

	padding-top: 20px;

	font-family: Tahoma;

	font-size: 12px;

	color: #999999;

} 







.bottomline

{

	color: #5893CF;

	height: 1px;

}



.accordion_headings

{

	border-style: solid;

	border-width: 1px;

	border-color: #FFF #FFF #5893CF #FFF;

	padding-bottom: 3px;

	background: #FFFFFF;

	color: #5893CF;

	cursor: pointer;

	font-family: Tahoma;

	font-size: 16px;

	text-decoration: none;

	font-weight: bolder;

	padding-top: 3px;

}





.accordion_headings_link

{

	border-color: #FFF #FFF #5893CF #FFF;

	padding-bottom: 3px;

	background: #FFFFFF;

	color: #5893CF;

	cursor: pointer;

	font-family: Tahoma;

	font-size: 16px;

	text-decoration: none;

	font-weight: bolder;

	padding-top: 3px;

}





.accordion_headings:hover{

/*	background:#00CCFF;*/

}



.accordion_child

{

	padding: 10px;

	background: #FFFFFF;

	color: #5893CF;

	font-family: Tahoma,Verdana;

	font-size: 12px;

	padding-left:5px;

	padding-bottom:10px;

}



.bosluk

{

	background: #FFFFFF;

	color: #5893CF;

	font-family: Tahoma,Verdana;

	font-size: 3px;

}





.submenu

{

	background: #FFFFFF;

	color: #5893CF;

	font-family: Tahoma,Verdana;

	font-size: 13px;

	text-decoration: none;

}







.selsubmenu

{

	background: #FFFFFF;

	color: #000000;

	font-family: Tahoma,Verdana;

	font-size: 13px;

	text-decoration: none;

	

}



.header_highlight

{

	background: #FFFFFF;

	color: #000000;

	font-family: Tahoma,Verdana;

	font-size: 16px;

	font-weight: bolder;

}





#header {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	background-image: url(images/rekpa_header.gif);

	background-repeat: no-repeat;

	height: 90px;

	background-position: bottom;

}

#sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 235px;

	margin-top: 0px;

}

#mainContent {

	margin-bottom: 0px;

	margin-left: 240px;

	font-family: Tahoma;

	font-size: 12px;

	line-height: 18px;

	margin-top: 30px;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #CCCCCC;

	padding-left: 8px;

	color: #666666;

} 



#footer {

	width: 670px;

	padding-left: 240px;

	font-family: Tahoma;

	font-size: 9px;

} 

.hipertext {

	font-family: Tahoma;

	font-size: 12px;

	color: #267FDB;

	text-decoration: none;

}



.grayhipertext

{

	font-family: Tahoma;

	font-size: 12px;

	color: #666666;

	text-decoration: none;

}



.anasayfa {

	font-family: Tahoma;

	font-size: 12px;

	font-weight: bold;

	color: #267FDB;

	text-decoration: none;

}

.mavivurgu{

	font-family: Tahoma;

	font-size: 12px;

	color: #267FDB;

	text-decoration: none;

}


.dott {

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #CCCCCC;

}



#footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

h5 {

	font-family: Tahoma;

	font-size: 12px;

	font-weight: bold;

	color: #000000;

}



.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.basic_black {

	font-family: Tahoma;

	font-size: 12px;

	color: #000000;

}



.tabb {

	margin-left: 800px;

}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

 

</style>[if IE 5]>

<style type="text/css"> 

/* place css box model fixes for IE 5* in this conditional comment */

#sidebar1 { width: 230px; }

</style>

<![endif][if IE]>

<style type="text/css"> 

/* place css fixes for all versions of IE in this conditional comment */

#sidebar1 { padding-top: 30px; }

#mainContent { zoom: 1; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

</style>

.tabb {

	margin-left: 500px;

	margin-bottom: 30px;

}

.line {

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #CCCCCC;

	font-family: Tahoma;

	font-size: 12px;

	color: #000000;

}

.lineCopy {

	font-family: Tahoma;

	font-size: 12px;

	color: #000000;

}

.fieldset2 {

	font-family: Tahoma;

	font-size: 12px;

	width: 300px;

	border: 1px solid #CCCCCC;

	height: 18px;

}

.tableleft {

	margin-left: 20px;

}

.basic_blackCopy {

	font-family: Tahoma;

	font-size: 12px;

	color: #000000;

	font-weight: bold;

}



.basic_grayCopy

{

	font-family: Tahoma;

	font-size: 12px;

	color: #666666;

	font-weight: bold;

}



textarea {

	border: 1px solid #CCCCCC;

	height: 100px;

	width: 300px;

}

button {

	font-family: Tahoma;

	font-size: 12px;

	font-weight: bold;

	color: #000000;

}

