/* ______________________________________________________________________________*/

/* 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 */
h1{	
	color: #cc0000;
	font-size: 160%; 
	margin-bottom: 11px;
	font-weight: normal;
}

h2{
	color: #cc0000;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 11px;
}

h3{
	color: #cc0000;
	font-size: 140%; 
	margin-bottom: 8px;
	font-weight: normal;
}

H4 {
	color: #cc0000;
	font-size: 130%; 
	margin-bottom: 5px; 
	margin-top: 2px;
}

h5{
	color: #cc0000;
	font-size: 120%; 
	margin-bottom: 5px; 
	margin-top: 2px;
}

h6{
	color: #cc0000;
	font-size: 100%; 
	margin-bottom: 5px; 
	margin-top: 2px;
}

/* ______________________________________________________________________________*/

/* Links on the pages */
A {
	font-size: x-small;
	color: black;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

/* ______________________________________________________________________________*/

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	vertical-align: top;
}
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-size: 100%;
	font-weight: normal;
	padding-top: 3px;
	color: #333333;
}

/* ______________________________________________________________________________*/

/* Forms on the pages */
FORM {
	margin: 0px;
}
INPUT, TEXTAREA, SELECT, OPTION, BUTTON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Text next to a checkbox */
LABEL {
	font-weight: normal;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 250px;
}
INPUT.browse {}
SELECT {
	width: 200px;
}
TEXTAREA {
	width: 250px;
	height: 50px;
}

/* ______________________________________________________________________________*/

/* Text above normal input fields */
DIV.frmhead {
	font-weight: normal;
	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_borderon a,
table.editor_borderoff a{
	color: #000000;
}

div#main_ink_tree TABLE TD,
div#main_ink_tree TABLE.editor_borderon TD.editor_borderon,
div#main_ink_tree TABLE.editor_borderoff TD.editor_borderoff,
div#main_ink_tree TABLE.editor_borderoff TD,
div#main_ink_tree TABLE.editor_borderon TD,
div#main TABLE TD,
div#main TABLE.editor_borderon TD.editor_borderon,
div#main TABLE.editor_borderoff TD.editor_borderoff,
div#main TABLE.editor_borderoff TD,
div#main TABLE.editor_borderon TD{
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
}
TD {
	vertical-align: top;	
}
IMG.left {
	margin-right: 10px;
}
IMG.right {
	margin-left: 10px;
}
IMG.free {
	margin-bottom: 5px;
}
P {
	margin: 0px;
	/*font-size: 110%;*/
}
LI {
	margin: 0px;
}
UL {
	margin-bottom: 0px;
	margin-top: 0px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* ______________________________________________________________________________*/

/* Header 1, 2, 3, 4 */

FONT.size1 {
	font-size: 11px;
}
FONT.size2 {
	font-size: 15px;
}
FONT.size3 {
	font-size: 18px;
}
FONT.size4 {
	font-size: 22px;
}

/* ______________________________________________________________________________*/

/* Download area module */
H4.file {}
DIV.filechild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.file {
	padding-bottom: 5px;
}
DIV.filedescription {
	padding-top: 3px;
}
IMG.file {}

/* ______________________________________________________________________________*/

/* Product module */
H4.product {}
DIV.productintroduction {}

/* ______________________________________________________________________________*/

/* News module */
H4.news,
H4.news a{
	color: #5a5454;

}
DIV.newsintroduction {

}

/* ______________________________________________________________________________*/

/* Link module */
H4.link {}
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 {
	font-size: 11px;
	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;
}

/* ______________________________________________________________________________*/

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");
}
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;
}
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;
}
TD.layoutloginmenu {
	height: 1px;
}
TABLE.loginmenu {
	height: 40px;
}

/* ______________________________________________________________________________*/

/* Shop module */
TEXTAREA.cashregcomment {
	width: 100%;
	height: 100px;
}
TD.cashregtotal {
	font-size: 13px;
	font-weight: bold;
}
TD.cashregtotalprice {
	font-size: 13px;
	font-weight: bold;
}

/* ______________________________________________________________________________*/

/* Image bank module */
h4.imagebank {
	font-size: 11px;
	font-weight: normal;
}
td.imagebankobject {
	text-align: center;
}
td.imagebankcategory {
	text-align: center;
}
td.imagebankdivider {
	padding-top: 20px;
}

/* ______________________________________________________________________________*/

/* Highlighting of searchwords */
SPAN.searchhighlight {
	background-color: #DDDDDD;
}
/* Highlighting of dictionary words */
SPAN.dictionaryword {
	background-color: #DDDDDD;
}

/**********************************************/
#STRUCTURE { }
/**********************************************/
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	color: #333333;
	height: 100%; 
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}

a{
	font-size: small;
	color: #000000;
}

img{
	border: none;
}

div#wrapper{
	width: 926px;
	height: 100%;
}

div#logo{
	padding-top: 21px;
	padding-bottom: 12px;
}

div#menu{
	height: 36px;
	min-height: 36px;
	width: auto;
	background-image: url(bgmenu.jpg);
	background-repeat: no-repeat;
	background-color: #711715;
}

div#menu img#kursanmalan{
	float: right;
}

ul.menu{
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	list-style-type: none;
	width: 810px;
	float: left;
}

li.menu{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 11px;
	height: 25px;
}

ul.menu li.active,
ul.menu li.childactive{
	background-image: url(bgactivemenu.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #f3d1d0;
	border-right: 1px solid #f3d1d0;
}

li.menu a{
	color: #FFFFFF;
	font-size: 85%;
}

li.menu a:hover{
	text-decoration: none;
}

div#maintop_wrap{
	padding-top: 3px;
	padding-bottom: 3px;
	width: 926px;
	overflow: auto;
	float: left;
	border-bottom: 7px solid #000000;
}

div#main_left{
	float: left;
	margin-top: 
}

div#main_right{
	float: left;
	width: 198px;
	height: 202px;
	margin-left: 3px;
	padding: 10px;
	background-color: #d8d8d8;
	overflow: auto;
	font-size: 80%;
}

div#main_right h4{
	font-size: 100%;
	margin-bottom: 2px;
}
div#main_right a{
	font-size: 90%;
}

div#main_right table.list td{
	margin: 0px;
	padding: 0px;
}

div#main_right table.list td.empty{
	/*display: none;*/
}

/*****  Standard  *****/
div#main{
	float: left;
	margin: 25px;
	margin-bottom: 0px;
	padding-bottom: 25px;
	background-image: url(bgmain2007.gif);
	background-repeat: repeat-y;
	border-bottom: 25px solid white;
}

body.detail div#main{
	background-image: none;
}

body.module20349 div#main{
	background-image: url(bgmain2007.gif);
	background-repeat: repeat-y;
	border-bottom: 25px solid white;
}

body.module10683 div#main div#mleft table td,
body.module20349 div#main div#mleft table td{
	width: auto;
}

/**********************/

div#mleft{
	float: left;
	width: 430px;
	padding-right: 25px;
}

div#mright{
	float: left;
	width: 410px;
}

/*****  standard - träd - en sida  *****/
div#main_single{
	float: left;
	margin: 25px;
	margin-bottom: 0px;
	padding-bottom: 25px;
	background-image: none;
}


/***************************************/

/*****  standard - träd - delad  *****/
div#main_tree_split{
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 924px;
	background-image: url(bgtree.gif);
	background-repeat: repeat-y;
	border: 1px solid #d8d8d8;
}

div#tree{
	float: left;
	width: 216px;
	background-color: #d8d8d8;
	overflow: auto;
	border: 1px solid #d8d8d8;
}

ul.tree{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin: 25px;
}

li.tree{
	margin-bottom: 5px;
}

a.tree{
	font-size: 100%;
	color: #cc0000;
}

div#main_ink_tree{
	float: left;
	margin: 25px;
	width: 650px;
	margin-bottom: 0px;
	padding-bottom: 25px;
}

div#main_ink_tree TABLE{
	background-image: url(bgmain_ink_tree.gif);
	background-repeat: repeat-y;
}

/**********************************/
div#main_standard,
body.form div#main{
	background-image: url(bgmain2007.gif);
	background-repeat: repeat-y;
	border-bottom: 25px solid white;
}


/*div#main TABLE{
	background-image: url(bgmain2007.gif);
	background-repeat: repeat-y;
}*/

div#main TABLE TD TABLE,
body.news div#main TABLE{
	background-image: none;
}

div#main TABLE TD TABLE TD TABLE TD{
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

div#main TABLE TD TABLE TD TABLE TD TABLE TD{
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/*****  Statiska formulär  *****/
div#main TABLE TD TABLE TD SELECT{
	width: 280px;
}

div#main TABLE TD TABLE TD TEXTAREA{
	width: 120px;
	height: 80px;
}

div#main TABLE TD FORM{
	margin: 0px;
	padding: 0px;
}

body.module20278 div#main TABLE TD TABLE TD TEXTAREA{
	width: 280px;
}

body.module20278 div#main TABLE TD{
	margin: 0px;
	padding: 0px;
}

div#main_standard input.txt,
div#main_standard textarea{
	width: 250px;
}

body.module10510 div#main TABLE TD{
	margin: 0px;
	padding: 0px;
}

body.module10510 div#main TABLE TD TABLE TD{
	margin: 0px;
	padding: 0px;
	padding: 3px;
	width: 16%;
}

/**********************************/


body.start div#main{
	float: left;
	width: 924px;
	background-image: none;
	border: none;
}

body.start div#main img{
	margin-right: 10px;
}

address{
	height: 21px;
	min-height: 21px;
	background-image: url(bgaddress.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #fff;
	/*color: #202020;*/
	color: #fff;
	font-style: normal;
	padding-top: 5px;
	padding-left: 15px;
	clear: both;
	overflow: auto;
}

address p{
	font-size: 85%;
}

address a{
	/*color: #202020;*/
	color: #fff;
	font-size: 100%;
}

body.detail a.back{
	display: none;
}

/*********************/

br.aftereditor{
	display: none;
}
/**********************************************/