/**
 *	This stylesheet contains tag definitions (no classes or id's)
 *	@author Falko Burghausen <info@peak-webdesign.de>
 *	@copyright PEAK webdesign
 *	@date 2008-05-16
 */

body {
	font-family: tahoma, tahoma, trebuchet ms;
	font-size: 11px;
	color: black;
	background-color: white;
	cursor: default;
	line-height: 130%;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

a:link {
	color: #003366;
	cursor: pointer;
	font-weight: bold;
}

a:visited {
	color: #003366;
	cursor: pointer;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
	cursor: pointer;
}

a:active {
	color: #ffcc66;
}

table {
	font-family: tahoma, trebuchet ms;
	font-size: 11px;
}

input {
	background-color: #ffffff;
	color: black;
	border: 1px solid #808080;
	font-family: tahoma, trebuchet ms;
	font-size: 11px;
	cursor: text;
	padding: 3px;
}

input:hover {
	background-color: #ffcc66;
}

input:focus {
	background-color: #ffcc66;
}

textarea {
	background-color: #ffffff;
	color: black;
	border: 1px solid #808080;
	font-family: tahoma, trebuchet ms;
	font-size: 11px;
	cursor: text;
	padding: 3px;
}

textarea:hover {
	background-color: #ffcc66;
}

textarea:focus {
	background-color: #ffcc66;
}

img {
	border: none;
}
	
select {
	background-color: white;
	border: 1px solid #808080;
	font-family: tahoma, trebuchet ms;
	font-size: 11px;
	color: black;
	padding: 3px;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

button:hover {
	border: 1px solid #d3d3d3;
}

th {
	text-align: left;
	background-color: #d3d3d3;
	color: #003366;
}
