
/* 
General styles that is default for all sites. If you add a new style it's content should only change the attributes that are different from the default style. 
*/
body {
	background-color: #EEEEEE;
}

.outerBorder {
	background-color: #b2b2b2;
}
.breadcrumbText {
	font-weight: bold;
	color: #666666;
}

.breadcrumbText:hover, .breadcrumbText:visited {
	font-weight: bold;
	color: #666666;
}

.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
}
a.copyrightText, a.copyrightText:visited {
	color: #336699;
	text-decoration: none;
	font-size: 8pt;
}
a.copyrightText:hover, a.copyrightText:active {
	color: #336699;
	text-decoration: underline;
	font-size: 8pt;
}


/*
Styles for the website.no portal pages. These styles should also just contain alterations of the default styles, but is the original set for the looks.
*/

.wsLeftHeaderBgColor {
	background-color: #686868;
}
.wsMenuBgColor {
	background-color: #686868;
	background-image: url(../images/ws-menubg.jpg);
	background-repeat: no-repeat;
}
.wsLeftContentBgColor {
	background-color: #E5E5E5;
}
.wsRightContentBgColor {
	background-color: #F0F0F0;
}
.wsRightHeaderBgColor {
	background-color: #999999;
}
.wsLeftHeaderText {
	font-weight: bold;
	color: #FFFFFF;
}
.wsRightHeaderText {
	font-weight: bold;
	color: #FFFFFF;
}
.wsLeftMenuText {
	font-weight: normal;
	color: #666666;
}
.wsLeftNormalText {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.wsRightNormalText {
	font-size: 8pt;
	color: #666666;
}
.wsRightArticleText {
	color: #336699;
}

/*
Styles for the web123 pages. These styles should also just contain alterations of the default styles.
*/

.w123LeftHeaderBgColor {
	background-color: #686868;
}
.w123MenuBgColor {
	background-color: #686868;
	background-image: url(../images/ws-menubg.jpg);
	background-repeat: no-repeat;
}
.w123LeftContentBgColor {
	background-color: #E5E5E5;
}
.w123RightContentBgColor {
	background-color: #F0F0F0;
}
.w123RightHeaderBgColor {
	background-color: #DC0713;
}
.w123LeftHeaderText {
	font-weight: bold;
	color: #FFFFFF;
}
.w123RightHeaderText {
	font-weight: bold;
	color: #FFFFFF;
}
.w123LeftMenuText {
	font-weight: normal;
	color: #666666;
}
.w123LeftNormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.w123RightNormalText {
	font-size: 8pt;
	color: #666666;
}
.w123RightArticleText {
	color: #336699;
}

/*
Styles for the medlem123 pages. These styles should also just contain alterations of the default styles.
*/

.m123LeftHeaderBgColor {
	background-color: #686868;
}
.m123MenuBgColor {
	background-color: #686868;
	background-image: url(../images/ws-menubg.jpg);
	background-repeat: no-repeat;
}
.m123LeftContentBgColor {
	background-color: #FBF2D1;
}
.m123RightContentBgColor {
	background-color: #F0F0F0;
}
.m123RightHeaderBgColor {
	background-color: #EEC947;
}
.m123LeftHeaderText {
	font-weight: bold;
	color: #FFFFFF;
}
.m123RightHeaderText {
	font-weight: bold;
	color: #FFFFFF;
}
.m123LeftMenuText {
	font-weight: normal;
	color: #666666;
}
.m123LeftNormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.m123RightNormalText {
	font-size: 8pt;
	color: #666666;
}
.m123RightArticleText {
	color: #336699;
}

/*
Styles for the ems123 pages. These styles should also just contain alterations of the default styles.
*/

input.partner {
	height: 20px;
	font-size: 8pt;
	border-color : #878787;
	border-width: 1px;
	border-style : solid;
	width : 100px;
}

.e123LeftHeaderBgColor {
	background-color: #686868;
}
.e123MenuBgColor {
	background-color: #686868;
	background-image: url(../images/ws-menubg.jpg);
	background-repeat: no-repeat;
}
.e123LeftContentBgColor {
	background-color: #E8EEF9;
}
.e123RightContentBgColor {
	background-color: #F0F0F0;
}
.e123RightHeaderBgColor {
	background-color: #A2BBE5;
}
.e123LeftHeaderText {
	font-weight: bold;
	color: #FFFFFF;
}
.e123RightHeaderText {
	font-weight: bold;
	color: #FFFFFF;
}
.e123LeftMenuText {
	font-weight: normal;
	color: #666666;
}
.e123LeftNormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.e123RightNormalText {
	font-size: 8pt;
	color: #666666;
}
.e123RightArticleText {
	color: #336699;
}
