/*
TOPdesk Application Server 3.x basic Cascading Style Sheet.

Example for other style sheets:
---
@import url("./tasbasic.css");
---

==============================================================
Author: Jan Peter Leentfaar
Copyright 2004 by TOPdesk
*/

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

a {
	color: #466A8D;
}

a:hover {
	color: #E1B100;
}

.iconHandCursor {
	cursor: pointer;
}
	
.title {
	color: #003162;
	font-family: Arial;
}

.titleArchived {
	color: #003162;
}

.subtitle {
	color: #466A8D;
}

.ranking {
	color: #466A8D;
	font-weight: bold;
}

.header {
	color: #466A8D;
	font-weight: bold;
	font-size: 75%
}

.footer {
	color: #808080;
	text-align: center;
}

.default {
	font-size: 70%;
}

.label {
	font-size: 100%;
	color: #808080;
}

input {
	font-size: 70%;
	position: relative;
	top: -2px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

input.checkbox
{	left: -4px }

input.radioButton {
	top: 2px;
	left: -4px;
	margin-right: -8px;
}

select {
	font-size: 100%;
	font-family: Verdana, Sans-serif;
	position: relative;
	top: -2px;
}
	
