body, form, p, div, img, tbody, ul, li {
	margin:0;
	padding:0;
	border:none;
}

td {
	vertical-align:top;
}

ul {
	list-style:none;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	margin-bottom:1px;
}

a, a:link, a:visited, a:active {
	color:#c67e00;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#0049C7;
}

a.tfk_current {
	color:#0049C7;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.tfk_info {
	font-size:10pt;
	background-color:#FFF;
	display:block;
	position:absolute;
	left:0;
	margin-left:3px;
	width:14px;
	height:14px;
	overflow:hidden;
}

.tfk_info:hover {
	width:220px;
	height:auto;
	top:-1em;
	left:0;
	border:1px solid #CCC;
	padding:20px;
	background-color:#FFFFEA;
	cursor:default;
	overflow:visible;
}

.tfk_main {
  margin:15px;
}

.tfk_table {
	background-color:#FFF;
	border:1px solid #E8E9F6;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin:0;
	text-align:left;
}

.tfk_table th {
	padding:5px 3px;
  text-align:left;
	color:#444444;
	background:#F9F9F9;
	border-top:2px solid #c67e00;
	border-bottom:1px solid #E8E9F6;
	font-weight:bold;
}

.field_label {
	white-space:nowrap;
	vertical-align:top;
	line-height:2em;
}

.tfk_table td {
	padding:7px 9px;
}

.tr_even {
	background-color:#F9F9F9;
}

.tfk_error {
  color:#BB0102;
	font-weight:bold;
	margin:15px 0 9px 45px;
	text-transform:uppercase;
}

td.tfk_notice {
	text-align:left;
	padding:0 0 0 65px;
}

.log_sub td {
	padding-top:0;
	padding-bottom:0;
}

.tfk_breadcrumb {
  font-size:smaller;
}

.tfk_button {
	border:1px solid #c67e00;
	color:#c67e00;
	background:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding:1px .4em;
	margin:0 0 1px 1px;
}

.tfk_button:hover {
	color:#0049C7;
	border-color:#0049C7;
}

.tfk_button:active {
	margin:1px 1px 0 0;
}

a.tip {
	position:relative;
	cursor:default;
	padding:1px 5px;
}

a.tip span {
	background-color:#FFFFE6;
	width:20em;
	padding:7px;
	border:1px solid #333;
	top:1.5em;
	left:-2.5em;
	position:absolute;
	display:none;
	white-space:normal;
	z-index:100;
}

a.tip:hover {
	background-color:#FFF;
}

a.tip:hover span {
	display:block;
	text-decoration:none;
	z-index:100;
}

.center {
	text-align:center;
	vertical-align:middle;
}

.right {
	text-align:right;
}

.flat_list {
	list-style:none;
	position:relative;
	overflow:hidden;
}

.flat_list li {
	float:left;
	margin-right:2em;
}

.homepage {
	background:url(../tfk/ak_files/homepage.jpg) no-repeat;
	font-weight; bold;
}

.textblock {
line-height:1.1em;
text-align:left;
float:left;
width:455 px;
margin-top:-10px;
margin-left:20px;
padding:9px;
}