/***********************************************************************
 Project:      BAZN
 Author:       Wilbert Schelvis
 E-mail:       wilbert@schelvis.com
 
 Copyright notice:
 The contents of this file are protected by copyright. None of these
 contents may be used in any form without the written consent of the 
 author. 

 $Log$
 Revision 1.4  2006/03/28 20:58:57  wilbert
 Changes

 Revision 1.2  2006/02/16 01:22:11  administrator
 Added header

 
 CVS : $Id$
***********************************************************************/

body {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: Opx;
/*	text-align: center; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003e81;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 10px;
}

.error {
	color: #f39500;
}

/* loginbox */

div.loginbox {
	position: absolute;
	left: 0px;
	top: 88px;
	width: 196px;
	height: 164px;
	background-color: #003e81;
}

table.loginbox {
	position: relative;
	top: -10px;
	margin-left: 7px;
}

tr.loginbox {
	height: 15px;
}

td.loginbox {
	color: #ffffff;
	margin-left: 13px;
}

td.text {
	color: #red;
	margin-left: 13px;
}

p.loginbox {
	color: #ffffff;
	font-size: 10px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: Opx;
}

p.name {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 6px;
}

input.loginbox {
	font-size: 10px;
	width: 80px;
	height: 10px;
}

a.loginbox:link, a.loginbox:visited {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 6px;
}

a.loginbox:hover, a.loginbox:active {
	color: #f39500;
	font-size: 10px;
	text-decoration: underline;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 6px;
}

/* a.loginbox:link, a.loginbox:visited {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: Opx;
}

a.loginbox:hover, a.loginbox:active {
	color: #f39500;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: Opx;
} */

/* latestnewsbox */

div.latestnewsbox {
	position: absolute;
	width: 180px;
	left: 5px;
	top: 268px;
}

div.latestnewsbox hr {
	color: #003e81;
	height: 1px;
}

div.latestnewsbox h1 {
	height: 12px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.latestnewsbox p.date {
	height: 19px;
	font-size: 8px;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: -10px;
}

div.latestnewsbox p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.latestnewsbox:link, a.latestnewsbox:visited {
	color: #003e81;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: Opx;
}

a.latestnewsbox:hover, a.latestnewsbox:active {
	color: #f39500;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: Opx;
}

/* content */

div.content {
	width: 550px;
	color: #003e81;
	position: absolute;
	left: 208px;
	top: 80px;
}

table.content {
}

h1.content {
	font-size: 14pt;
}

h2.content {
	font-size: 12pt;
}

a.content:link, a.content:visited {
	color: #003e81;
	text-decoration: underline;
	margin-top: 2px;
	margin-bottom: Opx;
}

a.content:hover, a.content:active {
	color: #f39500;
	text-decoration: underline;
	margin-top: 2px;
	margin-bottom: Opx;
}

td.content {
	color: #003e81;
}

/*textarea.content {
	width: 550px;
}*/

textarea.content p {
	color: #003e81;
}

p {
	color: #003e81;
}

/* picture */

table.picture tr td {
	font-size: 9px;
	text-align: right;
}

/* resource */

h1.resourcetitle {
	align: bottom;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

p.resourcemeta {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.resourcedescription {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.resourcelink:link, a.resourcelink:visited {
	font-size: 10px;
	text-align: right;
	color: #003e81;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.resourcelink:hover, a.resourcelink:active {
	font-size: 10px;
	text-align: right;
	color: #f39500;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1.editresourcetitle {
	text-align: left;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

p.editresourcemeta {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* homebutton */

div.homebutton {
	position: absolute;
	left: 10px;
	top: 47px;
}

img.homebutton {
	border-width: 0pt;
}

hr {
	color: #f39500;
	height: 1px;
}
