@charset "utf-8"; /* -*- coding: utf-8 -*- */

@import "body.css";
@import "navbar.css";

table.mainTable
{
  width: 100%;
}

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

a
{
  text-decoration: none;
  color: #0000c4;
}

a:hover
{
  text-decoration: underline;
}

table.details
{
	background-color: white;
	width: 90%;
	margin-top: 20px;
	margin-left: 5%;
	margin-right: auto;
	border: 2px rgb(36,36,178) solid;
}

th.headline
{
	background-color: rgb(36,36,178);
	color: rgb(239, 247, 255);

/*	color: rgb(36,36,178);
	background-color: rgb(239, 247, 255);*/
	font-weight: bold;
	padding: 5px;
}

tr.details
{
/*	color: #0000c4;*/
	background-color: #cfe7ff;
	/*
	background-color: rgb(239, 247, 255);
	*/
}

td.topalign
{
	vertical-align: top;
	padding: 5px;
}
