.BODY{
}
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 16px;
	letter-spacing : 0px;
	background-color: White;
	margin: 0px;
	padding-left: 5px;
	padding-right: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #444444;
	background-image: url(bg-body.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment : fixed;
	scrollbar-highlight-color : #ECECEC;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-darkshadow-color : #CCCCCC;
	scrollbar-base-color : #CCCCCC;
	scrollbar-3dlight-color : #AAAAAA;
	scrollbar-face-color : #CCCCCC;
	scrollbar-track-color : #FFFFFF;
	scrollbar-shadow-color : #CCCCCC;
}

/* Page that comes when a site is unactivated */
BODY.unactivated{
	padding-top: 100 px;
	text-align: center;
}

/* Page that comes when a user is trying to access a module without rights */
BODY.security{}

/* Headers on the pages */
H2 {
	font-size: 15px; 
	margin-bottom: 11px;
	color: #888888;
}
H4 {
	font-size: 13px; 
	margin-bottom: 2px; 
	margin-top: 2px;
	color:#888888;
}

H5 {
	font-size: 12px; 
	margin-bottom: 3px; 
	margin-top: 2px;
	color:#888888;
}

/* Links on the pages */
A {
	color: #444444;
	text-decoration: undeline;
}
A:hover {
	color: #888888;
	text-decoration: none;
}

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #444444;
	line-height : 16px;
	letter-spacing : 0px;
}
TH {
	text-align: left;
}
TABLE.list {
	width: 100%;
}
TR.list_odd {}
TR.list_even {}
TD.image {
	vertical-align: top;
	padding-right: 10px;
}
TD.content {
	vertical-align: top;
}

DIV.date {
	font-weight: bold;
}

/* Forms on the pages */
FORM {
	margin: 0px;
}
INPUT, TEXTAREA, SELECT, OPTION, BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #27458E;
}
/* Text next to a checkbox */
LABEL {
	font-weight: bold;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 250px;
}
INPUT.browse {}
SELECT {
	width: 250px;
}
TEXTAREA {
	width: 250px;
	height : 150px;
}
/* Text above normal input fields */
DIV.frmhead {
	font-weight: bold;
	margin-bottom: 2px;
}
/* Longer explanation of the text above */
SPAN.frmheaddesc {
	font-weight: normal;
}
/* Asterisk (*) above a field that is mandatory */
SPAN.required {
	color: #CC0000;
}
/* Text that comes when something is not right. (wrong password, incorrect e-mail etc.) */
SPAN.error {
	color: #CC0000;
}

/* Dividelines */
DIV.divideline {
	background-color: #27458E;
	width: 100%;
	height: 1px;
}
TD.divideline {
	background-color: #27458E;
	height: 1px;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	line-height : 16px;
	letter-spacing : 0px;
}
LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
UL {
	margin-bottom: 0px;
	margin-top: 0px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
}
FONT.size1 {
	font-size: 11px;
}
FONT.size2 {
	font-size: 13px;
}
FONT.size3 {
	font-size: 15px;
}
FONT.size4 {
	font-size: 18px;
}


