/* vim:set fenc=utf-8: */
body, form, input, select, p, pre, ul, ol, li, h1, h2, h3, h4, h5, h6, img, table, tr, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

body {
	padding: 15px;
}

div.error
{
	font-size: 120%;
	font-weight: bold;
	color: white;
	background: red;
	text-align: center;
	width: 300px;
}

div.info
{
	text-indent: 0.2cm;
	font-size: 100%;
	font-style: italic;
	color: blue;
}

div.succes
{
	font-size: 120%;
	font-weight: bold;
	color: white;
	background: green;
	text-align: center;
	width: 300px;
}

input.link, select.link
{
	width: 240px;
}

table.users
{
	border-style: solid;
	border-width: 1px;
}

th
{
	font-size: 110%;
	font-weight: bold;
	color: white;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	background: rgb(30,30,200);
	padding: 2px;
}

table, td
{
  border-color: black;
}

td {
	padding: 2px 5px 2px 1px;
}

td.top
{
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-bottom-width: 0px;
	background: rgb(30,30,200);
	color: white;
}

td.top2
{
	text-indent: 0.1cm;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background: rgb(30,30,200);
	color: white;
}

td.left
{
	width: 180px;
	vertical-align: top;
	border-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	background: rgb(230,230,255);
	width: 180px;
}

td.main
{
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	width: 620px;
}

div
{
	margin: 0.1cm;
}

h1
{
	font-weight: bold;
	font-size: 200%;
	margin: 5px;
}

h2
{
	font-weight: bold;
	font-size: 180%;
	margin: 10px;
}

ul {
	padding: 8px 0px 0px 20px;
}

ul li {
	list-style: square outside none;
	padding: 1px;
}

img
{
	border-width: 0px;
}

a.img:hover {background-color: transparent;}

a
{
	border-width: 0px;
	font-size: 100%;
	color: black;
	text-decoration: none;
}

a:hover {background-color: rgb(30,30,200); color: white;}

img.pic
{
	border-width: 0px;
}

a:hover.pic {background-color: transparent;}

pre
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
