BODY {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000;
	margin: 0px;
	padding: 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: 0;
	padding: 0;
	margin-top: 12px;
	margin-bottom: 8px;
	line-height: 18px;
}
H3 {
	font-size: 15px; 
	margin-bottom: 5px;
	margin-top: 2px;
	line-height: 17px;
}
H4 {
	font-size: 12px; 
	margin-bottom: 10px;
	line-height: 14px;
}
H5 {
	font-size: 18px; 
	margin-bottom: 10px;
	padding-left: 18px;
	margin-top: 1px;
	background-image: url(newsdots.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	line-height: 11px;
}

TD.start_contentright H5{
	background-image: none;
}

/* ______________________________________________________________________________*/

/* Links on the pages */
A {
	color: black;
}
A:hover {
	color: grey; 
}

/* ______________________________________________________________________________*/

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Helvetica, sans-serif; 
}

TD{
	
}

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: 10px;
	font-weight: bold;
}

/* ______________________________________________________________________________*/

/* 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: 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{
	vertical-align: top;
}
TD.editor_borderoff {
	vertical-align: top;
}
IMG.left {
	margin-right: 10px;
}
IMG.right {
	margin-left: 10px;
}
IMG.free {
	margin-bottom: 5px;
}
P {
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	margin-bottom: 30px;
}

table.editor_borderoff p,
table.editor_borderon p {
	margin-bottom: 0;
}

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 a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-family: Helvetica;
}
DIV.newsintroduction {
	font-size: 12px;
	color: #000;
	font-family: Helvetica;
}

a.news-link {
	display: block;
	margin-bottom: 10px;
}

body.module16654 p {
	margin-bottom: 15px;
}

body.module16654 td.content {
	padding-bottom: 10px;
}

/* ______________________________________________________________________________*/

/* 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{
	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
/*********************************************************************************/
TABLE.tmp_outer{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

TD.tmp_left{
	margin: 0px;
	padding: 0px;
}

TD.tmp_center{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 790px;
}

TABLE.tmp_center{
	width: 100%;
	height: 100%;
}

TD.tmp_top{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	height: 110px;
}

TABLE.tmp_top{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

TD.tmp_topleft{
	margin: 0px;
	padding: 0px;
}

TD.tmp_topright{
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: bottom;
}

TD.tmp_content{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

TABLE.tmp_content{
	margin: 0px;
	padding: 0px;
	/*background-image: url(bgmain.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	background-color: #dadcea;
	height: 515px;
	width: 100%;
}


/**********************************************************************************
		Vänster kolumn
/*********************************************************************************/
TD.tmp_contentleft{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 294px;
	border-right: 1px solid #FFFFFF;
}

TD.tmp_contentleft IMG{
	margin: 0px;
	padding: 0px;
}

TD.tmp_contentleft H2{
	display: none;
}

TD.tmp_contentleft TABLE.editor_borderoff{
	margin: 20px;
	margin-bottom: 0px;
	width: 250px;
}

TABLE.editor_list{
	margin: 20px;
	margin-top: 0px;
}
TABLE.editor_list TD{
	vertical-align: top;
}

/**********************************************************************************
		Höger kolumn
/*********************************************************************************/
TD.tmp_contentright{
	margin: 0px;
	padding: 0px;
	padding: 10px;
	vertical-align: top;
}

TD.start_contentright {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

TD.start_contentright IMG{
	margin: 0px;
	padding: 0px;
}

TD.tmp_contentabsright{
	margin: 0px;
	padding: 0px;
	width: 141px;
	vertical-align: top;
	border-left: none;
}

/**********************************************************************************
		Undersidor
/*********************************************************************************/
TD.tmp_contentmain{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

TABLE.tmp_contentmain{
	/*height: 100%;*/
	width: 100%;
}


/**********************************************************************************
		Trädmenyn
/*********************************************************************************/
TABLE.tmp_contentmain TD.about_tree{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 92px;
	padding-top: 4px;
	width: 136px;
	padding-right: 208px;
	padding-left: 10px;
	background-image: url(bgtree1.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

TABLE.tmp_contentmain TD.investor_tree{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 92px;
	padding-top: 4px;
	width: 87px;
	padding-left: 162px;
	padding-right: 105px;
	background-image: url(bgtree2.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

TABLE.tmp_contentmain TD.press_tree{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 92px;
	padding-top: 4px;
	width: 91px;
	padding-left: 262px;
	background-image: url(bgtree3.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

TABLE.tmp_contentmain TD.login_tree{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 92px;
	/*padding-top: 4px;
	padding-left: 10px;*/
	width: 100%;
	/*background-color: #e5e7f0;*/
}

TABLE.tree{
	width: 100%;
}

TD.tree{
	height: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

A.tree{
	text-decoration: none;
}

TABLE.tree TD.active{
	border-bottom: 1px solid #314d89;
	width: 100%;
}

TABLE.tmp_contentmain TD.login_tree TABLE.tree TD.active{
	border: none;
	width: 100%;
}

TABLE.tmp_contentmain TD.login_tree TABLE.tree TD.active A{
	border-bottom: 1px solid #314d89;
	width: 100%;
}

TABLE.tree TD.active A{
	font-weight: bold;
}

TABLE.tmp_contentmain TD.login_tree TABLE.tree TD.tree{
	background-color: #e5e7f0;
	padding-left: 10px;
}

/*TABLE.tmp_contentmain TD.login_tree TABLE.tree TD.redirect A{
	color: #314d89;
}*/

TABLE.tmp_contentmain TD.login_tree TABLE.tree TD.first{
	padding-top: 8px;
}

TABLE.tmp_contentmain TD.login_tree TABLE.tree TD.last{
	padding-bottom: 8px;
}

TD.tmp_main{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding: 30px 20px;
}

/**********************************************************************************
		News
/*********************************************************************************/
BODY.news TD.tmp_contentright A.back{
	display: none;
}

TD.tmp_contentnews{
	margin: 0px;
	padding: 0px;
	width: 141px;
	vertical-align: top;
	border-left: 1px solid #FFFFFF;
}

TD.tmp_contentnews H2{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #8a94bd;
}

h4.news {
	margin: 3px 0;
}

h4.news a:hover {
	text-decoration: underline;
}

TABLE.tmp_contentnews{
	height: 100%;
}

TABLE.tmp_contentnews p {
	margin-bottom: 8px;
}

TD.tmp_contentnewstop{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding: 0 10px;
}

TD.tmp_contentnewstop br {
	display: none;
}

TD.tmp_contentnewstop TABLE.list TD{
	line-height: normal;
}

TD.tmp_contentnewstop TABLE.list TD.empty {
	display: none;
}

TD.tmp_contentnewstop DIV.date,
body.module16654 div.date {
	padding-left: 17px;
	background-image: url(newsdots.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

TD.tmp_contentnewstop TABLE.list TD.image{
	display: none;
}

p.paging {
	margin: 0 0 9px 0;
	font-size: 11px;
	display: none;
}

TD.tmp_contentnewsbottom{
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

/**********************************************************************************
		Log in
/*********************************************************************************/
BODY.rsrclogin A.mback {
	display: none;
}

TD.tmp_bottom {
	height: 30px;
	font-size: 12px;
	color: #333;
	font-family: Helvetica;
	margin: 0;
	padding: 10px 0;
	letter-spacing: -0.4pt;
}

TD.tmp_bottom p {
	margin-bottom: 0;
}

TD.tmp_bottom p a {
	font-size: 12px;
	font-family: Helvetica;
	color: #333;
}

TD.tmp_right {
	margin: 0px;
	padding: 0px;
}

BR.aftereditor{
	display: none;
}


ul#dropmenu,
ul#dropmenu ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 420px;
}

ul#dropmenu {
	margin-bottom: 0px;
	overflow: visible;
	float: right;
}

ul#dropmenu li {
	float: left;
	margin: 0;
	position: relative;
	margin-bottom: 0px;
	background-image: url(menu-divider.gif);
	background-position: left;
	background-repeat: no-repeat;
}

ul#dropmenu li ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

ul#dropmenu li.first {
	border: none;
	background-image: none;
}

ul#dropmenu li a {
	text-decoration: none;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #314d89;
	display: block;
	padding: 7px 15px 7px 17px;
}

ul#dropmenu li:hover ul {
	visibility: visible;
	background: #e5e7f0;
	border: 1px solid #fff;
	padding: 10px 0;
}

ul#dropmenu li ul li {
	border: none;
	background-image: none;
	clear: left;
}

ul#dropmenu li:hover ul li a {
	text-decoration: none;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	display: block;
	padding: 0px 15px;
}

ul#dropmenu li:hover ul li a:hover {
	text-decoration: underline;
}

