body,input
{
top: 10px;
background-color: #ffffff;
color: #000000;
font-size: 12px;
font-family: Microsoft Sans Serif, Tahoma, Verdana, Arial;
}

hr
{
color: #E5ECF9;
}

a
{
text-decoration: none;
color: #0000ff;
}

a:hover
{
text-decoration: underline;
color: #0000ff;
}

a.red
{
text-decoration: none;
color: #ff0000;
font-weight: bold;
}

a.red:hover
{
text-decoration: underline;
color: #ff0000;
font-weight: bold;
}

.duyuru
{
background-color: #ffffff;
font-weight: bold;
font-size: 14px;
}

.kiremit {
color: #CC4B0C;
font-size: 9px;
}


.kiremit:hover {
color: #333333;
font-size: 9px;
text-decoration: none;
}

.kiremitgri {
color: #AAAAAA;
font-size: 9px;
}

.gold {
color: #b88d00;
font-size: 10px;
}


.kiremitgrikoyu {
color: #444444;
font-size: 9px;
}


#searchbar
{
font-size: 13px;
}


.translate {
	color: #00468A;
	font-weight: bold;
	font-family: "MS Sans Serif";
	font-size: 15px;
}

.duyurured
{
font-weight: bold;
color: #FF0000;
font-size: 14px;
}

#footer
{
background-color: #ffffff;
color: gray;
font-size: 9px;
}

.centered {
margin-left:auto;
margin-right:auto;
}

.suggest_link {
	background-color: #ffff76;
	padding: 2px 6px 2px 6px;
cursor:hand;
}
.suggest_link_over {
	background-color: #AADDBB;
	padding: 2px 6px 2px 6px;
cursor:hand;
}

#search_suggest {
	position: absolute; 
	text-align: left; 
	border: 0px solid #000000;			
}



/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
	position: fixed;
	top:150px;
	padding: 10px 0 0 0;
	background-color: #ffff76;
	font-size: 10px;
}



div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #777;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}


div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-position: bottom right;
	background-repeat: no-repeat;
}


div.autosuggest ul li.as_highlight a span
{
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

div.autosuggest ul li a .tr
{
	right: 0;
}


div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;	
}

div.autosuggest ul em
{
	font-style: normal;
	color: #000000;
}

/* popup */

div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;
  width: 300px;
  height:      20px;
  background: url('/images/formh_bg.png');
  color: white;
  font-weight: bold; 
  align: right;
}

div.sample_popup div.menu_form_body
{
  width: 300px;
  border: 1px solid black;
  background: url('/images/form_bg.jpg');
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 95%;
  border: 1px solid #808080;
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}
div.sample_popup textarea.field
{
  width: 95%;
  border: 1px solid #808080;
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;
  background-color: #dedede;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}


