/* login box */
.loginbox {
  width: 220px;
}

/* login inputs */
.lin {
	width: 100%;
}

/* info section headers */
.infosec {
	border:1px outset;
	cursor:pointer;
}
/* right panel */
.panel {
	width:120px;
}
/* arastir dropdown select */
.asl
{
	width:109px;
}
/* ad box */
.spot {
  width: 120px;
  float:right;
}
.spot TD {
  font-size: 7pt;
}

/* badilist */
#badi
{
  width: 120px;
  padding: 2px;
  font-size: 7pt;
  overflow: hidden;
  border: 0px;
}
/* inline search textbox */
.aratext
{
  width:96px;
}
/* left frame background class */
.bgleft {
	background-repeat:no-repeat;

}
/* top frame background class */
.bgtop {
margin:0;
padding:0;
border-bottom: 2px solid #000;
background-repeat:no-repeat;
}
/* inline search marker */
.marker
{
	background-color: #FFFACD;
	color: black;
}
/* pager buttons */
.pbut {
  font-size: 7pt;
  width:16px;
  height:16px;
}
/* top buttons */
.nav TD {
  padding:2px;
  height:16px;
  margin:0;
  vertical-align:middle;
}
/* panel leds */
.pmsg {
	BACKGROUND-COLOR: #FFF;
	border: 0px;
	}
#pmsghi {
	background-color: #20CE00;
		border: 0px;
	}
.pbin {
	BACKGROUND-COLOR: #FFF;
	border: 0px;
}
#pbinhi {
	background-color: #20CE00;
	border: 0px;
}
.pevt {
	BACKGROUND-COLOR: #FFF;
	border: 0px;
}
#pevthi {
	background-color:  #20CE00;
	border: 0px;
}
/* page browser text */
.pagi {
  font-size: 7pt;
  text-align: center;
  overflow: hidden;
}
/* page selector (select) */
.pagis {
  font-size: 6pt;
}
/*  logo! */
.logo {
  background-image: url(ggyesil.gif);
  background-repeat: no-repeat;
  width:232px;
  height:50px;
}
/* highlight color */
.highlight
{
  background-color: #DFDFDF;
  border: 0px;
}
/* copyright line */
.copyright
{
  font-size: 7pt;
  color: #4a4856;
}
/* topic title */
.title {
  font: bold 12pt;
  background-color: transparent;
  width: 100%;
  color:#20CE00;
  border: none;
}
.title a{
	  font-family: "firat";
}
/* buttons */
.but {
  font: 9pt Arial;
  text-align:center;
  white-space:nowrap;
  cursor: default;
  background-color:#20CE00;
  color: white;
  background-image:url(bgyesil.jpg);
  background-position:top left;
  background-repeat:repeat-x;
  border: 2px outset #20CE00;
}
/* button mouse over */
#butover {
  background-image:url(bgyesil.jpg);
  background-position:center left;
  background-repeat:repeat-x;
  border: 2px outset #20CE00;
}
/* button pressed */
#butDown {
	border: 2px inset;
}
/* button link adjustments */
.but A {
  color:white;
}
.but A:Hover {
  background-color: transparent;
  color:white;
}
#butOver A {
  color:white;
}
#butOver A:Hover {
  background-color: transparent;
  color:white;
}
/* entry buttons (derived from but) */
.icon {
  font-size: 7pt;
}
.timer {
  font-size: 7pt;
  vertical-align: middle;
}
/* entry author line */
.aul {
  font-size: 8pt;
  line-height: 9pt;
  text-align: right;
}
/* panel classes */
.pi {
  border: 1px solid #c2c2c2;
  font-size: 7pt;
  padding: 0px;
  text-align: center;
}
.pi A:Hover {
  background-color: transparent;
}
/* top inputtexts */
.input {
  height:16px;
  font: 7pt Verdana, sans-serif;
  background-color: #EBEBEB;
  border: 1px solid #B9B9B9;
}
/* message textarea */
.msgtext {
  font-size: 8pt;
}
/* messages table */
.msg {
  padding: 2px;
  font-size: 8pt;
  color: black;
}
.msg TD {
  font-size: 8pt;
}
/* entry text */
.eol {
	line-height: 14pt;
}
/* entry id */
.ei {
  color: #636363;
  margin: 0;
  padding: 0;
  font-size: 7pt;
}
/* regular tab */
.tab {
  padding-top:2px;
  border-bottom: 2px inset #C2C2C2;
  font-size: 7pt;
  white-space: nowrap;
}
.tab div {
  line-height: 12pt;
  white-space: nowrap;
  margin-left: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 0;
  border: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  border-bottom: 0;
}
.tab a:hover {
  background-color: transparent;
}
/* selected tab */
.tabsel {
  border: 1px solid #626262;
  line-height: 11pt;
  white-space: nowrap;
  font-size: 7pt;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: default;
  border-bottom:0;
  white-space: nowrap;
}
/* tab contents */
.tabin {
  border: 1px solid #626262;
  border-top: 0;
  padding: 4px;
  height: 245px;
  font-size: 8pt;
}

/* vertical tab */
.vtab {
  padding-right:2px;
  border-left: 1px solid #626262;
  font-size: 7pt;
  white-space: nowrap;
  cursor:pointer;
}
.vtab div {
  line-height: 12pt;
  white-space: nowrap;
  margin-top: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 2px;
  padding-left: 0;
  border: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  border-left: 0;
}
.vtab a:hover {
  background-color: transparent;
}
/* vertical selected tab */
.vtabsel {
  border: 1px solid #626262;
  line-height: 11pt;
  white-space: nowrap;
  font-size: 7pt;
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: default;
  border-left:0;
  white-space: nowrap;
}
/* vertical tab contents */
.vtabin {
  border: 1px solid #626262;
  border-right: 0;
  padding: 4px;
  height: 245px;
  font-size: 8pt;
}
/* hayvan ara */
.adiv {
  display:block;
  position:absolute;
  top:44px;
  left:215px;
  width:18px;
  overflow:hidden;
}
.amain {
  background-color: #20CE00;
  border:0px;
  border-left:0;
  width:100%;
  padding:4px;
  color:#FFF;
}
td.amain {
  font-size: 8pt;
  }
.aup {
  border-right:0px solid #20CE00;
  height:18px
}
.amid {
	border: 0px;
	border-right:none;
	padding-top:20px;
	padding-right:18px;
	font-size:1;
	color: #20CE00;
	background-color: black;
	height:200px;
	background-image:url(yesilara.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.abot {
  border:0px solid #FFFFFF;
  height:140px
}
/* default styles */
body {
	background-color: #FFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-repeat:no-repeat;
}
ul {
	list-style-type: lower-roman;
  line-height: 12pt;
}
a {
	color:  #20CE00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif !important;
}
a:hover {
  background-color: #20CE00;
  color:#FFFBF0;
}
select, input, optgroup {
  font: 8pt Verdana, sans-serif;
  background-color: #EBEBEB;
  border: 1px solid #B9B9B9;
}
textarea {
  font: 9pt Arial, Helvetica, sans-serif;
  width:100%;
  background-color: #EBEBEB;
  border: 1px solid #B9B9B9;
}
hr {
  color: #6bc5cd;
  filter:alpha(finishopacity=0, style=2);
}
th {
	font-size: 9pt;
}
td {
	font-size: 9pt;
	line-height: 12pt;
	vertical-align: top;
}
p {
  font-size: 9pt;
  line-height: 14pt;
  vertical-align: top;
}
img, form, table {
  padding: 0;
  margin: 0;
  border: 0;
}
dd {
  margin: 0;
  padding: 0;
}
fieldset {
	margin: 0;
	padding: 2;
	border:1px solid #67676a;
	color: #000000;
}
.checkbox, .radio {
	border: none;
	background-color: transparent;
}
