BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif, Calibri, Trebuchet MS, ;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #777777;
	margin: 0px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 56px;
	padding-bottom: 5px;
}

/* ______________________________________________________________________________*/

/* 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-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px; 
	margin-bottom: 4px;
	margin-top: 0px;
	color: #005500;
}
H3 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	margin-bottom: 3px; 
	margin-top: 5px;
	color: #005500;
}
H4 {
	font-family: Calibri Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	margin-bottom: 3px; 
	margin-top: 3px;
	color: #005500;
}
H5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	margin-bottom: 0px; 
	margin-top: 6px;
	color: #005500
}

H6 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	margin-bottom: 1px; 
	margin-top: 2px;
	color: #005500;
}

/* ______________________________________________________________________________*/

/* Links on the pages */
A {
	color: #004400;
	text-decoration: undeline;
}
A:hover {
	color: #006600;
	text-decoration: none;
}

A:active {
	color: #7F9A7F;
	text-decoration: none;
}

/* ______________________________________________________________________________*/

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif, Calibri, Trebuchet MS, ;
	font-size: 12px;
}
TH {
	text-align: left;
}
TABLE.list {
	width: 100%;
}
TR.list_odd {
background-color: #CEE1CE;
}
TR.list_even {
background-color: #ECECEC;
}
TD.image {
	vertical-align: top;
	padding-right: 10px;
}
TD.content {
	vertical-align: top;
}

DIV.date {
	font-size: 10px;
	font-weight: bold;
	padding-top: 6px;
}

/* ______________________________________________________________________________*/

/* Forms on the pages */
FORM {
	margin: 0px;
}
INPUT, TEXTAREA, SELECT, OPTION, BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Text next to a checkbox */
LABEL {
	font-weight: bold;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 200px;
}
INPUT.browse {}
SELECT {
	width: 200px;
}
TEXTAREA {
	width: 300px;
	height: 70px;
}

/* ______________________________________________________________________________*/

/* 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: #666666;
	width: 100%;
	height: 1px;
}
TD.divideline {
	background-color: #666666;
	height: 1px;
}

/* ______________________________________________________________________________*/

/* Elements containing content from the editor */
TABLE.editor {
	width: 100%;
}
TABLE.editor_borderon {
	border-left: 1px solid #999999;
	border-top: 1px solid  #999999;
}
TD.editor_borderon {
	border-right: 1px solid  #999999;
	border-bottom: 1px solid  #999999;
	vertical-align: top;
}
TABLE.editor_borderoff {}
TD.editor_borderoff {
	vertical-align: top;
}
IMG.left {
	margin-right: 10px;
}
IMG.right {
	margin-left: 10px;
}
IMG.free {
	margin-bottom: 5px;
}
P {
	margin: 0px;
}
LI {
	margin: 0px;
	padding-left: 1px
}
UL {
	margin-bottom: 0px;
	margin-top: 0px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px
}

/* ______________________________________________________________________________*/

/* Header 1, 2, 3, 4 */

FONT.size1 {
	font-size: 12px;
}
FONT.size2 {
	font-size: 13px;
}
FONT.size3 {
	font-size: 14px;
}
FONT.size4 {
	font-size: 15px;
}

/* ______________________________________________________________________________*/


