﻿fieldset {
  color: #800000;
}


legend 
{
  font-size: large;
  color: #800000;
  
}
.baslik
{
    background-image:url(img/trbg.png);
    text-align: center;
    height:38px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    color : #800000;
    }
body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
body,td,th {
	font-family: Arial;
	font-size: 13px;
	color: #494949;

}


table.sample {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:  75%;
	border-collapse: collapse;
}

table.sample caption{
	background: url(title.png) no-repeat 50px;
	font-size: 400%;
	text-indent: -10000px;
}

table.sample thead tr{
	background-color: #D9FFD9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.sample tfoot tr{
	background-color: #FFFFFF;
}

table.sample thead th{
	padding: 0.5em;
	white-space: nowrap;
}

table.sample tfoot th{
	font-size: 110%;
	text-align: right;
	padding-right: 0.5em;
	letter-spacing: 1px;
	  
}

table.sample tfoot td{
	padding-left: 0.5em;
	color: red;
	font-size: 110%;
	font-weight: 600;
}

table.sample tfoot td:hover{
	background-color: red;
	color: white;
}

table.sample tr{
	background-color: #EAFDFF;
}

table.sample tr.odd{
	background-color: #FFFFFF;
}

table.sample tbody tr:hover{
	background-color: #FFCCCC;
}

table.sample td, th{
	border: 1px dotted #CCCCCC;
}

table.sample tbody td
{
	padding: 0.5em;
}

table.sample td a:link, th a:link{
	color: black;
}

table.sample td a:visited, th a:visited{
	color: purple;
}

table.sample td a:hover, th a:hover{
	color: black;
	text-decoration: underline;
}

table.sample td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
}