/* MAC PROGRAMI */
.tablo td {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  font-family: Tahoma;
  font-size: 11px;
}

.baslik {
  color: #ffffff;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  height: 22px;
  background-image: url(http://www.amatorfutbol.org/images/fiksturbar.gif);
}

td.baslik {
  border-color: #ccc;
}

td.baslik h1, td.baslik h2{
	margin: 0px;
	font-family: Arial; 
	font-size: 12px;
}

.hucre {
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;
  text-align: center;
}

.hucre a{
  color: #0000bb;
}

#puandurumu td{
  font-size: 12px;
  border-bottom: 1px solid #96c2d8;
}

#program td{
  border-bottom: 1px solid #96c2d8;
}


/***********************************TABMENU*********************************/

/* topmenu */
ul#topmenu {
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #777;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#topmenu li {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#topmenu img {
    vertical-align: middle;
    margin-right: 0.1em;
}

/* default tab styles */
.tab, .tabcaution, .tabactive {
    display: block;
    margin: 0.2em 0.2em 0 0.2em;
    padding: 0.2em 0.2em 0 0.2em;
    white-space: nowrap;
}


/* enabled drop/empty tabs */
a.tabcaution {
    color:              #FF0000;
}
a.tabcaution:hover {
    color: 				#FFFFFF;
    background-color:   #FF0000;
}

#topmenu {
    margin-top:         0.5em;
    padding:            0.1em 0.3em 0.1em 0.3em;
}

#topmenu.a {
	text-decoration: none;
	color: #0000bb;
}

ul#topmenu li {
    border-bottom:      1pt solid #AAA;
}

/* default tab styles */
.tab, .tabcaution, .tabactive {
    background-color:   #E5E5E5;
    border:             1pt solid #D5D5D5;
    border-bottom:      0;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
	color: #0000bb;
}

/* enabled hover/active tabs */
a.tab:hover,
a.tabcaution:hover,
.tabactive,
.tabactive:hover {
    margin:             0;
    padding:            0.2em 0.4em 0.2em 0.4em;
    text-decoration:    none;
}

a.tab:hover,
.tabactive {
    color: 				#FFF;
	background:			url(http://www.amatorfutbol.org/images/fiksturbar.gif);
}

/* to be able to cancel the bottom border, use <li class="active"> */
ul#topmenu li.active {
    border-bottom:      1pt solid #7397d8;
}

/* end topmenu */
