BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: black;
	background-image:url("SPP_bg.gif");
	background-position: top leftt;
	background-repeat: repeat;
	background-attachment : fixed;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-arrow-color: #9FBAD6;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-track-color: #FFFFFF;
	overflow:auto;
}

/* 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: 12px;
	margin-bottom: 11px;
	font-weight : bold;
}
H4 {
	font-size: 14px; 
	margin-bottom: 5px; 
	margin-top: 2px;
	font-weight : bold;
}

/* Links on the pages */
A {
	color: black;
	text-decoration: undeline;
}
A:hover {
	color: grey; 
	text-decoration: underline;
}

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
TH {
	text-align: left;
}
TABLE.list {
	width: 100%;
}
TR.list_odd {}
TR.list_even {}
TD.image {
	vertical-align: top;
	padding-left: 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: 10px;
}
/* Text next to a checkbox */
LABEL {
	font-weight: bold;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 300px;
}
INPUT.browse {}
SELECT {
	width: 300px;
}
TEXTAREA {
	width: 300px;
	height : 50px;
}
/* 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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
UL {
	margin-bottom: 0px;
	margin-top: 0px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
}
FONT.size1 {
	font-size: 10px;
	font-style : italic;
}
FONT.size2 {
	font-size: 10px;
	font-weight : bold;
}
FONT.size3 {
	font-size: 12px;
	font-weight : bold;
}
FONT.size4 {
	font-size: 14px;
	font-weight : bold;
}

/* Download area module */
H4.file {font-size: 10px;}
DIV.filechild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.file {
	padding-bottom: 5px;
}
DIV.filedescription {
	padding-top: 3px;
}
IMG.file {}

/* Product module */
H4.product {font-size: 10px;}
DIV.productintroduction {font-size: 10px;}

/* News module */
H4.news{font-size: 10px;}
DIV.newsintroduction {font-size: 10px;}

/* Link module */
H4.link{font-size: 10px;}
DIV.linkdescription {
	padding-top: 1px;
}
DIV.linkchild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.link {
	padding-bottom: 5px;
}

/* Guestbook module */
TD.guestbookpost {
	padding-top: 7px;
	padding-bottom: 18px;
}
TD.fieldname {
	font-weight: bold;
	vertical-align: top;
}
TD.fieldcontent {
	vertical-align: top;
}
DIV.reply {
	font-style: italic;
	color: #666666;
}

/* Login module */
BODY.loginmenu{
	margin: 0px;
	padding: 0px;
}
TABLE.loginmenu{
	height: 100%;
}
TD.loginmenu{
	font-size: 10px;
	background-image: url("login_btn.gif");
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 15px;
}
A.loginmenu {
	font-weight: bold;
	text-decoration: none;
}

/* Grid (Calender, Forum, Schedule...) */
TABLE.grid {
	width: 100%;
}
TR.grid_even {
	background-color: #D5DFE5;
}
TR.grid_odd {
	background-color: #D5DFE5;
}
TH.grid {
	background-color: #ABC0D1;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
TD.grid {
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* Calender module */
TABLE.calenderchoose {
	width: 400px;
}
TH.calenderchoose {}
SELECT.calenderyear {
	width: 120px;
}
SELECT.calendermonth {
	width: 120px;
}

TABLE.calender {}
TH.calender {}
TH.calenderweek {
	background-color: #FFFFFF;
}
TH.calenderholiday {
	color: #CC0000;
}

TR.calender_even {}
TR.calender_odd {}

TD.calender {
	height: 50px;
}
TD.calenderweek {
	background-color: #FFFFFF;
}
TD.calenderdayinmonth {}
TD.calenderdaynotinmonth {
	background-color: #E6EBED;
}

DIV.calenderdayinmonth {
	font-weight: bold;
}
DIV.calenderdaynotinmonth {
	display: none;
}
DIV.calendertoday {}
DIV.calenderholiday {
	color: #CC0000;
}
A.calenderholiday {color: #CC0000}

H4.calender {
	margin-bottom: 1px;
}
DIV.calenderintroduction {
	padding-bottom: 5px;
}
DIV.calenderdaywithevent {
	font-weight: bold;
}

/* Forum module */
TABLE.forum {}
TH.forum {}
TD.forum {}
TR.forum_even {
	background-color: #E6ECF0;
}
TR.forum_odd {}

TABLE.forumthread {}
TH.forumthread {}
TD.forumthread {
	vertical-align: top;
}

/* bar graph (beckers) */
/*div.graph_bar0{width:54px; BACKGROUND-IMAGE: url(graph/bar0.gif);}
div.graph_bar1{width:54px; BACKGROUND-IMAGE: url(graph/bar1.gif);}
div.graph_bar2{width:54px; BACKGROUND-IMAGE: url(graph/bar2.gif);}
div.graph_bar3{width:54px; BACKGROUND-IMAGE: url(graph/bar3.gif);}
div.graph_bar4{width:54px; BACKGROUND-IMAGE: url(graph/bar4.gif);}
div.graph_base{width:54px; height:45px; BACKGROUND-IMAGE: url(graph/base.gif);}*/

INPUT.short {
	width: 230px;
}
SELECT.short {
	width: 230px;
}
TABLE.search {
	width: 100%;
}

/*Activity module*/
TABLE.activityresource {width: 100px; border: 1px solid #E6EBED; border-top: 0px none transparent; background-image: url("bg_time.gif");} /* background-color: #BACEE8;*/
TD.activityresource {width: 100px;}
TH.activityresource {background-image: url("trans.gif"); background-repeat: no-repeat;}
TD.activity {
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top; border: 1px solid #81A0B8; padding-left: 5px; padding-right: 5px;
} /* background-color: #B1C7E3; */
TD.timebar {}
TD.time {text-align: right; border-top: 1px solid #E6EBED; padding-right: 5px; padding-left: 5px;}
TH.time {background-image: url("trans.gif"); background-repeat: no-repeat; text-align: center; padding-right: 5px; padding-left: 5px;}
TD.timebar {}
TABLE.timebarnarrow {
	width: 100%;
}
TH.timenarrow {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
}
TD.timenarrow {
	padding-right: 9px;
	/*border-top: 1px solid #A5C0E4;*/
}

TD.layoutloginmenu {
	height: 1px;
}
TABLE.loginmenu {
	height: 40px;
}

/*Shop module*/
TEXTAREA.cashregcomment {
	width: 100%;
	height: 100px;
}
TD.cashregtotal {
	font-size: 10px;
	font-weight: bold;
}
TD.cashregtotalprice {
	font-size: 10px;
	font-weight: bold;
}

/*Image bank module*/
h4.imagebank {
	font-size: 10px;
	font-weight : normal;
}
td.imagebankobject {
	text-align: center;
}
td.imagebankcategory {
	text-align: center;
}
td.imagebankdivider {
	padding-top: 20px;
}