﻿div#content
{
	float: left;
	width: 98%;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div#breadcrumb
{
	background-color: #D0D0D0;
	color: grey;
	padding: 3px;
	font-size: 11px;
	padding-left: 5px;
	position: relative;
	border-top: solid 1px grey;
	border-bottom: solid 1px grey;
}

div#breadcrumb a
{
	font-size: 11px;
	color: #1C1C1C;
}

div#headermenu
{
	position: absolute;
	top: 140px;
	left: 170px;
	width: 700px;
}

div#headerborder
{
	background-color: white;
	padding: 1px;
}

div#footer
{
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 20px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: grey;
	background-color: #D0D0D0;
}

div#footertext
{
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
	color: grey;
}

div#footertext a
{
	text-align: left;
	padding-top: 3px;
	color: #1C1C1C;
}

div#loginbox
{
	position: absolute;
	top: 14px;
	right: 10px;
	width: 180px;
	height: 80px;
	padding: 2px 2px 2px 2px;
	font-size: 170%;
}

div#loggedinbox
{
	font-size: 12px;
	text-align: right;
}

.whitelink
{
	font-size: 80%;
	color: #333333;
}

.whitelink:hover
{
	text-decoration: none;
}

.headermenulink
{
}

.headermenulink a:hover
{
	text-decoration: overline;
	color: #F4F4F4;
}

table.grid
{
	/* border-collapse:collapse; */
	border: 1px solid #8d2d23;
}

table.grid td, th{
	border: 1px solid #8b6a67;
}






div#header
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 100%;
	height: 155px;
	background-image: linear-gradient(160deg, #538197, #6d9aaf, #ffffff);
}

div#headerlogo
{
	padding: 0px;
	margin: 0px;
	width: 155px;
	height: 155px;
	background-image: url(images/kofile_logo_square.png);
	background-color: #004f72;
	cursor: pointer;
	background-repeat: no-repeat;
	border-right: solid 1px #000000;
}

div#headertitle
{
	position: absolute;
	top: 10px;
	left: 160px;
	width: 500px;
	font-size: 250%;
	font-weight: bold;
	color: #ffffff;
	font-family: Georgia, "Times New Roman" ,Times,serif;
}

div#headersubtitle
{
	position: absolute;
	top: 50px;
	left: 170px;
	width: 500px;
	font-size: 130%;
	font-weight: 900;
	color: #003e59;
	font-family: Georgia, "Times New Roman" ,Times,serif;
}

div#headersubtitle a
{
	padding-left: 10px;
	color: #ffffff;
	text-decoration: underline;
}

div#globalmessage
{
	position: absolute;
	top: 95px;
	left: 170px;
	width: 75%;
	font-size: 100%;
	font-weight: bold;
	color: #bc0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.headermenulink a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
	padding-right: 2px;
	color: #003e59;
	font-weight: bold;
}

.ctl00_mnuHeader_1::before
{
	content:url(images/kofile_link_logo.png);
  position:relative;
  left:-3px;
  top:2px;
}

div#loginbox .input
{
	border-color: #004f72;
	font-size: 90%;
	padding: 4px;
	color: #000000;
	background-color: #ffffff;
}