a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: blue;
	text-decoration: underline;
}

a.menu:link {
	color: #000066;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
}

a.menu:visited {
	color: #000066;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
}

a.menu:hover {
	color: blue;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
}

a.menu:active {
	color: blue;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
}

.actionLink {
	text-decoration: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignTop {
	vertical-align: top;
}

.attention {
	color: red;
}

body {
	color: #333333;
	font-family: sans-serif;
}

.button {
	background-color: #e5e5e5;
}

.error {
	background-color: #ffffcc;
	border: 1px solid red;
	color: red;
	padding: 6px;
}

.heading {
	font-weight: bold;
}

input {
	border: 1px solid #cccccc;
	padding: 2px 6px 2px 6px;
}

input.img {
	border: 0px;
}

.italic {
	font-weight: italic;
}

.menuLink {
	font-weight: bold;
	text-decoration: none;
}

.space {
	height: 20px;
	width: 20px;
}

.tabCenter {
	background-image: url('../graphics/tab_center.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	vertical-align: bottom;
	white-space: nowrap;
}

.tabLeft {
	background-image: url('../graphics/tab_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.tabLine {
	background-image: url('../graphics/tab_line.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

.tabRight {
	background-image: url('../graphics/tab_right.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.tabCenterActive {
	background-image: url('../graphics/tab_center_active.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	vertical-align: bottom;
	white-space: nowrap;
}

.tabLeftActive {
	background-image: url('../graphics/tab_left_active.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.tabRightActive {
	background-image: url('../graphics/tab_right_active.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	white-space: nowrap;
}

table {
	border-collapse: separate;
	empty-cells: show;
}

.tableForm {
	background-color: #efefef;
	border: 1px solid #cccccc;
	padding: 6px;
}

.tableHead {
	background-color: #ccccff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #000066;
	font-size: 0.90em;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

.tableRowDark {
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 2px 6px 2px 6px;
}

.tableRowLight {
	background-color: #efefef;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 2px 6px 2px 6px;
}

td {
	padding: 2px;
}

textarea {
	font-family: sans-serif;
	border: 1px solid #cccccc;
	padding: 2px 6px 2px 6px;
}

.textareaBig {
	width: 400px;
	height: 200px;
}