/* Imports */
@import url("constants.css");

/* TAGS */
html {
  overflow: -moz-scrollbars-vertical;
  height:100%
}
body{background-color:#BEBCBF;margin:0px;height:100%}
body,table,input,textarea,select,div {font-family:Arial,Verdana,Tahoma,sans-serif;font-size:11px}
a {text-decoration:none}
img{border:none}
input,textarea{border:2px groove #666}

#AlertHolder {z-index:10000000;position:absolute;background-color:#F0F0F0;margin-top: -75px;top:50%;left:50%;border:5px solid #408080;-moz-border-radius: 20px;-webkit-border-radius: 20px;text-align:left}
#AlertHolder #close{text-align:right;margin:5px}
#AlertHolder #close img{cursor:pointer}
#AlertHolder #content{margin:10px}

/* ANASAYFA */
#PageHolder {
  width:901px;
  height:90%;
  margin:auto;
  margin-top:20px;
}

#PageHolder #Left {
  background-color: #BEBCBF;
  background-image: url("/img/01.jpg");
  background-repeat: no-repeat;
  background-position: top;
  height:100%;
  width:49px;
  float:left
}

#PageHolder #MainHolder {
  display:inline-table;
  float:left;
  background-color: #D0CFCF;
  background-image: url("/img/shim_beyaz.gif");
  background-repeat: repeat-y;
}
#PageHolder #MainHolder #MenuHolder {
  background-color: #FFF;
  padding-bottom:20px;
  width:292px;
  float:left;
  display: inline-block;
}

#Menu{
  margin-top:24px;
  width:206px;
  margin-left:45px;
}
#Menu ul{
  margin:0px;
  padding-left:0px;
}
#Menu li{
  list-style: none;
  margin-left:15px;
}
#Menu a:hover{
  text-decoration:underline;
}

#Menu #tree1 a{
  font-size:16px;
  font-weight:bold;
  color:#000;
}
#Menu #tree1 li.branch{
  list-style-image: url("/img/ok.jpg");
}
#Menu #tree2 {
  margin-left:0px;
}
#Menu #tree2 li{
  list-style-image: none;
}
#Menu #tree2 li img{
  width:10px;
  height:10px;
}
#Menu #tree2 a{
  font-size:12px;
  font-weight:normal;
}
#Menu #tree2 a.aktif{
  color:#C10000;
  font-weight: bold;
}

#Menu hr{
  border:1px solid #D8554F;
  height:1px;
  width:206px;
}

#PageHolder #MainHolder #RightHolder {
  width:560px;
  float:left;
  background-color: #D0CFCF;
  height:100%;
  display:inline-table;
}
#PageHolder #MainHolder #RightHolder #Top{
  width:560px;height:34px;
  background-image: url("/img/02.jpg");
  background-repeat: no-repeat;
  background-position: left;
  text-align:right;
  color:#000;
  font-weight:bold;
  padding-top:40px;
  background-color: #BEBCBF;
}

#PageHolder #MainHolder #RightHolder #Top a{
  color:#000;
  font-weight:bold;
}
#PageHolder #MainHolder #RightHolder #Top form{
  float:right;
  margin-right:-3px;
  margin-top:-2px;
}
#PageHolder #MainHolder #RightHolder #Top #keyword{
  width:120px;
  height:14px;
  border:none;
  padding:2px;
  background-image: url("/img/search.jpg");
}
#PageHolder #MainHolder #RightHolder #Top #submit{
  background: none;
  border:none;
  padding:0px;
}

#PageHolder #MainHolder #RightHolder #ContentHolder{
  width:560px;
  display:inline-table;
  background-image: url("/img/fon.jpg");
  background-repeat: repeat-x;
  background-position: top;
}

#PageHolder #ContentHolder #Content{
  margin:51px 0px 0px 36px;
  width:510px;
  height:400px;
  display:inline-table;
  font-size:12px;
}
#PageHolder #ContentHolder #Content h2{
  margin:0px;
  font-size:16px;
}
#PageHolder #ContentHolder #Content img.home{
  margin:0px 20px 20px 0px;
  float:left;
  height:156px;
  width:232px;
}
#PageHolder #ContentHolder #Content #News{
  border-top:1px solid #D8554F;
  border-bottom:1px solid #D8554F;
  height:136px;
  width:212px;
  float:left;
  padding:10px;
  line-height: 15px;
}
#PageHolder #ContentHolder #Content #News p{
  margin:0px;
}

#PageHolder #Adres{
  clear:left;
  font-size:11px;
  text-align: center;
  padding-top:20px;
}

#PageHolder.pasif{filter:alpha(opacity=20)gray;opacity:.20}
