BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: black;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ______________________________________________________________________________*/

/* 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: 18px; 
	margin-bottom: 11px;
	/*border-bottom: 1px solid #2b40ab;*/
}
H3 {
	font-size: 15px; 
	margin-bottom: 5px;
	margin-top: 2px;
}
H4 {
	font-size: 13px; 
	margin-bottom: 5px;
	margin-top: 2px;
}
H5 {
	font-size: 11px; 
	margin-bottom: 3px;
	margin-top: 1px;
}

/* ______________________________________________________________________________*/

/* Links on the pages */
A {
	color: black;
}
A:hover {
	color: grey; 
}

/* ______________________________________________________________________________*/

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
TH {
	text-align: left;
}
TABLE.list {
	width: 100%;
}
TR.list_odd {

}
TR.list_even {
	
	background-color: #e9e9e9;
}

TD.image {
	vertical-align: top;
	padding-right: 10px;
}
TD.content {
	vertical-align: top;
}

DIV.date {
	font-size: 11px;
	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: 300px;
}
INPUT.browse {}
SELECT {
	width: 300px;
}
TEXTAREA {
	width: 300px;
	height: 50px;
}

/* ______________________________________________________________________________*/

/* Text above normal input fields */
DIV.frmhead {
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 2px;
	padding-top: 5px;
}

/* 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;
}
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 {
	font-size: 11px;
}
DIV.newsintroduction {
	font-size: 11px;
}

/* ______________________________________________________________________________*/

/* 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;
}

/* ______________________________________________________________________________*/

/* bar graph */
/*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");
}
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;
}

/* HTML-mallar */


TD.tmp_left{
	vertical-align: top;
}

TABLE.tmp_left{
	height: 100%;
}

TD.tmp_top{
	vertical-align: top;
	height: 72px;
}

TD.tmp_menu{
	vertical-align: top;
	height: 27px;
}


/* Startsida */
TD.tmp_startmain{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 881px;
	padding-top: 1px;
	/*border: 1px solid blue;*/

}

TD.tmp_startmain IMG.free{
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
}

TD.tmp_startmain TABLE.tmp_editor{
	height: 100%;
}

TD.content TABLE.editor{
	height: 100%;
}

TD.tmp_startmain TABLE.tmp_editor TD.tmp_editor{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	height: 100%;
	border-right: 1px solid #c0c0c0;
}

TD.tmp_startmain TABLE.tmp_editor TD.last{
	border-right: none;
}

TD.tmp_editor TABLE.editor_borderoff{
	height: 100%;
}

TD.tmp_editor TABLE.editor_borderoff TD{
	padding: 19px;
}

/* Undersidor */
TD.tmp_main{
	vertical-align: top;
	padding: 20px;
	padding-right: 176px;
}

/* Submenu */
TD.tmp_submenu{
	padding-left: 13px;
	padding-top: 1px;
}

TD.tmp_submenu TD.tree{
	padding-left: 10px;
	padding-right: 11px;
	border-right: 1px solid #FFFFFF;
}

TD.tmp_submenu TD.first{
	padding-left: 0px;
}

TD.tmp_submenu TD.last{
	border: none;
}

BODY.black TD.tmp_submenu{
	height: 27px;
	background-color: #000000;
	background-image: url(menu/bgmenu1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.orange TD.tmp_submenu{
	height: 27px;
	background-color: #FFFFFF;
	background-image: url(menu/bgmenu2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/*BODY.green TD.tmp_submenu{
	height: 27px;
	background-color: #FFFFFF;
	background-image: url(menu/bgmenu3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}*/

BODY.brown TD.tmp_submenu{
	height: 27px;
	background-color: #FFFFFF;
	background-image: url(menu/bgmenu3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.blue TD.tmp_submenu{
	height: 27px;
	background-color: #FFFFFF;
	background-image: url(menu/bgmenu4.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

TD.tmp_submenu A{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

TD.tmp_submenu A:hover{
	text-decoration: underline;
}

A.childactive{
	text-decoration: underline;
}

/* Trädmenyn */
TD.inner_left{
	vertical-align: top;
	width: 154px;
}

TD.inner_left TD.level1{
	padding-left: 10px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(bglevel1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

TD.inner_left TD.level1 A{
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

TD.inner_right{
	vertical-align: top;
}

TD.tmp_right{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(right.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #1a70c7;
}

TD.tmp_bottom{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	background-image: url(bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 15px;
}

TD.tmp_bottom TABLE.editor{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	height: 100%;
	color: #FFFFFF;
}

TD.tmp_bottom TABLE.editor TD{
	font-size: 10px;
}

TD.tmp_bottom A{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

TD.tmp_bottom A:hover{
	text-decoration: underline;
}

/* Library */
BODY.library TD.tmp_main{
	vertical-align: top;
	padding: 20px;
	padding-top: 40px;
}

BODY.library TD.tmp_content{
	vertical-align: top;
}

TABLE.tmp_lib{
	height: 100%;
}

TABLE.tmp_lib TD{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

BODY.library TD.inner_right{
	vertical-align: top;
}

BODY.library TD.header{
	display: none;
}

TABLE.tmp_lib TD.tmp_libleft{
	margin: 0px;
	padding: 0px;
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: top;	
}

TABLE.tmp_lib TD.tmp_libcenter{
	margin: 0px;
	padding: 0px;
	padding-right: 25px;
	vertical-align: top;
}

TD.tmp_libright{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

TABLE.tmp_box{
	height: 100%;
}

TD.tmp_boxtop{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-image: url(boxtop.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

TABLE.tmp_box TD.tmp_boxbottom{
	vertical-align: top;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 150px;
	background-image: url(boxbottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

TD.tmp_boxbottom TABLE{
	
}

/* Ny sökning */
TD.tmp_boxbottom TABLE.search TD.txtbtn{
	padding-top: 20px;
}

/* Boxarna på söksidan */
BODY.library INPUT.txt{
	width: 150px;
}

BODY.library H2{
	font-size: 17px;
}

TD.tmp_libleft TABLE.search TD.txtbtn{
	padding-top: 20px;
	text-align: right;
	vertical-align: bottom;
}

TD.tmp_libcenter TABLE.search TD.txtbtn{
	padding-top: 60px;
	text-align: right;
	vertical-align: bottom;
}

TD.tmp_libright TABLE.search TD.txtbtn{
	padding-top: 87px;
	text-align: right;
	vertical-align: bottom;
}

TD.txtbtn INPUT.btn{
	margin: 0px;
	padding: 0px;
	width: 64px;
	height: 30px;
	background: transparent;
	border: none;
	background-image: url(libsearchbtn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10000px;
}

SPAN.dot {
	color: #FF0000;
	font-weight: Bold;
}


/* Dölj sökfunktionerna när sökning utförts */
BODY.wilhbarchive TABLE.tmp_lib TD.tmp_libleft,
BODY.wilhbbooks TABLE.tmp_lib TD.tmp_libleft,
BODY.wilhbperiodicals TABLE.tmp_lib TD.tmp_libleft,
BODY.wilhbarchive TABLE.tmp_lib TD.tmp_libcenter,
BODY.wilhbbooks TABLE.tmp_lib TD.tmp_libcenter,
BODY.wilhbperiodicals TABLE.tmp_lib TD.tmp_libcenter,
BODY.wilhbarchive TABLE.tmp_lib TD.tmp_libright,
BODY.wilhbbooks TABLE.tmp_lib TD.tmp_libright,
BODY.wilhbperiodicals TABLE.tmp_lib TD.tmp_libright{
	display: none;
}

BODY.wilhbarchive TD.txtbtn,
BODY.wilhbbooks TD.txtbtn,
BODY.wilhbperiodicals TD.txtbtn{
	padding-top: 10px;
	text-align: right;
}

/* När sökning genomförts */
BODY.list TD.tmp_boxtop{
	display: none;
}

BODY.list TD.tmp_boxbottom{
	background-image: none;
	width: 100%;
}

TABLE.resulttable{
	margin-top: 10px;
	/*border-top: 1px solid #2b40ab;
	border-bottom: 1px solid #2b40ab;*/
}

TABLE.resulttable TD{
	height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

TH.listheaderaccno,
TH.listheadertitle,
TH.listheaderspan,
TH.listheaderdescription,
TH.listheaderyear,
TH.listheadermixedresult{
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	height: 18px;
	background-color: #2b40ab;
	background-color: #1a70c7;
	color: #FFFFFF;
}

TR.list_first,
TR.list_last{
	display: none;
}

TABLE.result INPUT.btn{
	width: 104px;
	height: 30px;
	background: transparent;
	border: none;
	background-image: url(newsearchbtn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10000px;
}

TABLE.resulttable TD.back{
	padding-top: 10px;
	padding-left: 0px;
}

TABLE.result TD.back INPUT.btn{
	width: 104px;
	height: 30px;
	background: transparent;
	border: none;
	background-image: url(searchbackbtn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10000px;
}

BODY.libstand TD.tmp_main{
	Padding-right: 0px;
	padding-right: 20px;
}

BR.aftereditor{
	display: none;
}