@charset "utf-8";
/* 	
	kaymaz machine - Main CSS File
	10 December, 2010
	Copyright (c) 2010 Kaymaz Machine
	Design & Development - Metin Dikmen
*/
body {
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.3;
	color:#666;
	height:100%;
}
body, td, th, h1, h2, ul, li, p {
	margin:0;
	padding:0;
}
.ptable tbody tr:hover td {
	background-color: #BAE899;
}
.ptable a {
	color: #0096BD;
	text-decoration: none;
}
.ptable a:hover {
	color: #0096BD;
	text-decoration: underline;
}
.ptable td, th {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.ptable thead th {
	font-size: 11px;
	background-color:#468966;
	color:#FFF;
	font-weight: bold;
	line-height: 16px;
	padding: 8px 1px 8px 5px;
	white-space: nowrap;
}
.ptable {
	background-color: #FFFFFF;
	border: none;
	color: #495E49;
	font-size: 11px;
	text-align: left;
	width: 100%;
}
.ptable tbody td, tbody th {
	background-color: #FAFAFA;
	border-bottom: 2px solid #CDCDCD;
	border-top: 3px solid #FFFFFF;
	padding: 5px;
}
.ft_list {
	list-style:inside;
	margin:0;
	padding:15px 0 0 10px;
}
.ft_list li  {
	color:#515151;
	text-decoration:none;
	line-height:15px;
}
