/*----------------------------------------------
  $Id: ozel.css 651 2005-03-23 16:38:20Z elif $
  Site genelinde gecerli olacak ve daha cok
  icerik kisimlarini ilgilendiren siniflar
  ----------------------------------------------*/

body {
  background-color : #E4E4E4;
}

a:link  {
  color: Blue;
  text-decoration: none
}

a:active {
  color: #993300; 
  text-decoration: underline
}

a:hover {
  color: #993300; 
  text-decoration: underline
}
  
a:visited {
  color: #1E90FF;
  text-decoration: none
}

ol {
  list-style-type: upper-alpha;
}

ol ol {
  list-style-type: upper-roman;
}

ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol ol {
  list-style-type: lower-roman;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: disc;
}

ul ul ul {
  list-style-type: circle;
}

/*---------------------------------*/
.mainContent {
  font-size: smaller;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0 0 0 0;
  padding: 0 0 10 0;
  height: 100%;
}

.mainContent td {
  color: #333;
  font-size: smaller;
  font-family: Verdana, Arial, Helvetica, sans-serif;
 /* background-color: #FFFFEA;*/
}

/*---------------------------------*/
.title {
  font-family: Tahoma, Helvetica, sans-serif; 
  font-size: 14pt;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  color: #993333
}

.subtitle {
  font-family: Tahoma, Helvetica, sans-serif; 
  font-size: 11pt; 
  font-weight: bold;
  color: #993333
  margin: 0px 0px 10px 0px;
}

.subsubtitle {
  font-family: Tahoma, Helvetica, sans-serif; 
  font-size: 9pt; 
  font-weight: bold;
  color: #993333
  margin: 0px 0px 10px 0px;
}

/*---------------------------------
Icindekiler kisimlari icin siniflar:
---------------------------------*/
.tocTable  {
  height:100%;
  background: #FFFFFF;
}

.tocTable td {
  padding : 2 5 2 2;
}

.tocList  {
  padding-left: 0pt;
}

.tocList li {
  list-style: none;
  margin : 0px 0px 2px -30px;
}

/*---------------------------------*/
.ulakTable  {
  background: #FFFFFF;
}

.ulakTable td {
/*background: #E4E7F1;*/
  background: #DDDDDD;
  padding: 2 2 2 2;
  vertical-align: top;
}

