body, button, input, select, td, th, textarea {
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.background-bold {
	background-color: #102640;
	color: white;
}

.background-emphasized {
	background-color: #EBEBEB;
	color: black;
}

.background-highlighted {
	background-color: aliceblue;
	color: black;
}

.background-workarea {
	background-color: white;
	color: black;
}

.background-gradient {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='aliceblue', EndColorStr='white');
}

.button, button {
	background-color: white;
	background-image: url(Skins/Default/bgButton.gif);
	background-position: top;
	border: 1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	color: #555555;
	font-size: 10px;
	height: 20px;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}

.pad2 {
	padding: 2px;
}

.pad2u {
	border-bottom: gainsboro 1px solid;
	padding: 2px;
}

.pad5 {
	padding: 5px;
}

.pad5u {
	border-bottom: gainsboro 1px solid;
	padding: 5px;
}

.pad5udark {
	border-bottom: 1px solid #102640;
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.top {
	vertical-align: top;
}

.all-borders {
	border-style: solid;
	border-width: 1px;
}

.bottom-border {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.left-border {
	border-left-style: solid;
	border-left-width: 1px;
}

.right-border {
	border-right-style: solid;
	border-right-width: 1px;
}

.top-border {
	border-top-style: solid;
	border-top-width: 1px;
}

.border-color-bold {
	border-color: #102640;
}

.border-color-dim {
	border-color: gainsboro;
}

.border-color-emphasized {
	border-color: #EBEBEB;
}

.border-color-highlighted {
	border-color: aliceblue;
}

.PortalButton {
	background-color: #EBEBEB; 
	border: 1px solid gainsboro;
	cursor: hand;
	display: inline;
	margin-left: 10px; 
	padding: 2px; 
}

.PortalButtonHover {
	background-color: white; 
	border: 1px solid #102640;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='white', EndColorStr='aliceblue');
	display: inline;
	margin-left: 10px; 
	padding: 2px; 
}

.PortalButtonLink {
	text-decoration: none;
}

.underlined {
	border-bottom-color: gainsboro;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a {
	color: black;
}

a.in-toolbar {
	color: #102640;
}

a.module {
	color: #102640;
}

a.on-bold {
	color: white;
}

a.on-emphasized {
	color: black;
}

a.on-highlighted {
	color: black;
}

a.universe {
	color: darkgray;
}

body {
	background-color: white;
	margin: 0px;
}

body.background {
	background-color: aliceblue;
	background-image: url(Images/background.gif);
	background-repeat: repeat-x;
}

body.blank {
	background-color: aliceblue;
}

body.dialog {
	background-color: white;
	margin: 10px;
	overflow: auto;
}

body.dialog-modal {
	background-color: #EBEBEB;	
	color: black;
	margin: 10px;
	overflow: hidden;
}

body.dialog-modal-basic {
	background-color: #EBEBEB;	
	color: black;
	margin: 10px;
}

body.logo {
	background-color: white;
	background-image: url(); 
}

body.main {
	border-bottom: 2px solid #102640;
	border-left: 2px solid #102640;
	border-right: 2px solid #102640;
	margin: 0px;
	overflow: hidden;
}

body.wizard {
	margin: 0px;
	overflow: hidden;
}

body.wizard-modal {
	background-color: white;
	margin: 0px;
	overflow: hidden;
}

div.main {
	overflow: auto;
	height: 100%;
	width: 100%;
	padding: 10px;
}

div.scrollable {
	overflow: auto;
}

div.sunken {
	background-color: white;
	border-bottom-color: #102640;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 100%;
	overflow: auto;
	width: 100%;
}

div.sunken-basic {
	background-color: white;
	border-bottom-color: #102640;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

input.text-required {
	background-image: url(images/required-field.gif);
	background-position: right;
	background-repeat: no-repeat;
}

span.error-message {
	color: red;
}

span.heading {
	font-weight: bold;
}

span.on-bold {
	color: white;
}

span.on-emphasized {
	color: black;
}

span.on-highlighted {
	color: black;
}

table.bold {
	background-color: #102640;
}

table.emphasized {
	background-color: #EBEBEB;
}

table.highlighted {
	background-color: aliceblue;
}

td.button-cell {
	height: 30;
	padding: 3px;
	vertical-align: middle;
	text-align: right;
}

td.button-panel {
	background-color: #EBEBEB;
	border-top: 1px solid #102640;
	height: 30;
	padding: 3px;
	vertical-align: middle;
	text-align: right;
}

td.button-panel-discrete {
	height: 30;
	padding: 3px;
	padding-top: 20px;
	vertical-align: middle;
	text-align: right;
}

td.button-panel-wizard {
	height: 30;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: right;
}

td.logo {
	text-align: right; padding-right: 5px; padding-bottom: 10px; vertical-align: bottom;
}

td.progress-blank {
	background-color: white;
	border: #102640 1px solid;
	height: 10px;
	width: 10px;
}

td.progress-filled {
	background-color: #102640;
	border: #102640 1px solid;
	height: 10px;
	width: 10px;
}

td.tab {
	background-color: aliceblue;
	border-top-color: #102640;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-color: #102640;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #102640;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #102640;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	cursor: hand;
	padding-left: 10px;
	padding-right: 10px;
}

td.tab-area {
	background-color: white;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

td.tab-disabled {
	background-color: #EBEBEB;
	border-top-color: #102640;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-color: #102640;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #102640;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #102640;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding-left: 10px;
	padding-right: 10px;
}

td.tab-line {
	border-bottom-color: #102640;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	width: 100%;
}

td.tab-selected {
	background-color: #102640;
	border-top-color: #102640;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-color: #102640;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #102640;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #102640;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

td.tab-space {
	border-bottom-color: #102640;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	width: 7px;
}

td.toolbar {
	background-color: aliceblue;
	border-top: 2px solid #102640;
	border-bottom: 1px solid #102640;
	color: #102640;
	height: 20;
}

td.treeItem {
	border: 1px solid white;
	cursor: hand;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 1px;
}

td.treeItemSelected {
	background-color: aliceblue;
	border: 1px solid [color-global];
	cursor: default;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 1px;
}

td.wizard-caption {
	background-color: aliceblue;
	border-bottom: 1px solid [color-global];
	height: 30;
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}

th {
	padding: 2px;
	text-align: left;
}

th.center {
	text-align: center;
}

th.right {
	text-align: right;
}

th.underlined {
	border-bottom: 2px solid #102640;
}

tr.colored {
	background-color: aliceblue;
}

/* Tool tips */
div.toolTip {
	border: [border-thin] solid [border-color];
	xfilter: progid:DXImageTransform.Microsoft.Shadow(color=[border-color], direction=120, strength=3);
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

td.toolTipBody {
	background-color: cornsilk;
	padding: 3px;
}

td.toolTipTitle {
	background-color: [background-dark];
	border-bottom: [border-thin] solid [border-color];
	color: [text-on-dark];
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

/* Box */
.BoxLineBottom {
	background-image: url(Skins/Default/lineBottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 25px;
}

.BoxLineLeft {
	background-image: url(Skins/Default/lineLeft.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 10px;
}

.BoxLineRight {
	background-image: url(Skins/Default/lineRight.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 10px;
}

.BoxLineTop {
	background-image: url(Skins/Default/lineTop.gif);
	height: 25px;
}

span.BoxHeader, span.BoxHeaderStrong {
	font-weight: bold;
	text-transform: uppercase;
}

span.BoxHeaderStrong {
	color: White;
}

td.BoxContent, td.BoxContentStrong, td.BoxFill, td.BoxHeader, td.BoxHeaderStrong, th.BoxHeader, th.BoxHeaderStrong {
	background-repeat: repeat-x;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #f7f6f7;
	padding: 10px;
}

td.BoxContent {
	background-color: #fbfbfb;
	background-image: url(Skins/Default/boxBgContent.gif);
}

td.BoxContentStrong {
	background-color: #edf2f7;
	background-image: url(Skins/Default/boxBgContentStrong.gif);
}

td.BoxFill {
	background-color: #fbfbfb;
}

td.BoxHeader, td.BoxHeaderStrong, th.BoxHeader, th.BoxHeaderStrong {
	font-weight: bold;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

td.BoxHeader, th.BoxHeader {
	background-color: #f7f6f7;
	background-image: url(Skins/Default/boxbgHeader.gif);
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

td.BoxHeaderStrong, th.BoxHeaderStrong {
	background-image: url(Skins/Default/boxBgHeaderStrong.gif);
	border-bottom: 1px solid #5f94bc;
	border-left: 1px solid #71a7d0;
	border-right: 1px solid #71a7d0;
	color: White;
}

td.BoxSubHeader {
	Xbackground-image: url(Skins/Default/boxSubHeader.gif);
	Xbackground-position: bottom;
	Xbackground-repeat: repeat-x;
	font-weight: bold;
	height: 25px;
	text-transform: none;
}

/* Campaign */
td.campaign-button-area {
	background-color: color-emphasized];
}

td.campaign-hover {
	border: 1px solid #102640;
	padding: 5px;
}

td.campaign-normal {
	border: 1px solid #EBEBEB;
	padding: 5px;
}

td.campaign-hover-new {
	background-color: aliceblue;
	border: 1px solid #102640;
	padding: 5px;
}

td.campaign-normal-new {
	background-color: aliceblue;
	border: 1px solid #EBEBEB;
	padding: 5px;
}

td.campaign-caption {
	font-weight: bold;
}

td.campaign-icon {
	padding-right: 5px;
}

/* Grid */
.Grid {
	background-color: #fbfbfb;
	background-image: url(Skins/Default/boxBgContent.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.GridCell {
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid white;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid white;
}
.GridCell_BorderBottom {
	border-bottom: 1px solid #e9e9e9;
}
.GridCell_BorderLeft {
	border-left: 1px solid white;
}
.GridCell_BorderRight {
	border-right: 1px solid #e6e6e6;
}
.GridCell_BorderTop {
	border-top: 1px solid white;
}
.GridGroupPanel {
	color: White;
}
.Left, .Right, .Center {
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}
.Left {
	text-align: left;
}
.Center {
	text-align: center;
}
.Right {
	text-align: right;
}
th.GridHeader {
	background-color: #F7F6F7;
	background-repeat: repeat-x;
	background-image: url(Skins/Default/boxbgHeader.gif);
	font-weight: bold;
	text-transform: none;
}
.GridHeaderBackground {
	background-color: #F7F6F7;
}

/* Height */
.Height25 {
	height: 25px;
}

/* TreeGrid */
.TreeGrid {
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid white;
}
.TreeGridItem {
	border-bottom: 1px solid #e9e9e9;
	padding-left: 5px;
}
.TreeGridSelectedItem {
	background-color: #f0f0f0;
	border-bottom: 1px solid #e9e9e9;
}
.TreeGridHeader {
	background-repeat: repeat-x;
	background-image: url(Skins/Default/boxbgHeader.gif);
	font-weight: bold;
	height: 25px;
	padding-left: 5px;
	text-transform: none;
}
.TreeGridFooter {
	background-repeat: repeat-x;
	background-image: url(Skins/Default/boxbgFooter.gif);
	height: 25px;
	text-transform: none;
}
.WordBreak {
	word-break: break-all;
}


/* Progress Indicator */
td.ProgressBulletOff, td.ProgressBulletOn {
	background-position: center center;
	background-repeat: no-repeat;
	height: 15px;
}

td.ProgressBulletOff {
	background-image: url(Skins/Default/progressBulletOff.gif); 
}

td.ProgressBulletOn {
	background-image: url(Skins/Default/progressBulletOn.gif); 
}

td.ProgressContainer {
	background-image: url(Skins/Default/progressBg.gif); 
	background-repeat: repeat-x;
}

td.ProgressLabelOff, td.ProgressLabelOn, td.ProgressLabelDisabled {
	padding: 2px 10px 2px 10px;
	text-align: center;
}

td.ProgressLabelOn {
	font-weight: bold;
}

td.ProgressLabelDisabled {
	color: Gray;
}

/* Tip */
td.Tip {
	background-color: #f4e6a9;
	background-image: url(Skins/Default/tipBg.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #d2b369;
	border-left: solid 1px #d2b369;
	border-right: solid 1px #d2b369;
	border-top: solid 1px #eed38e;
	padding: 5px;
	vertical-align: top;
}

a.Tip, span.Tip {
	color: #674903;
}

.Height25 {
	height: 25px;
}

/* Modal Popup */
.modalBackground {
	background-color: white;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalPopup {
	background-color: #FFFFFF;
	/*border: solid 1px Gray;*/
	border-style: outset;
	border-width: 2px;
	min-width: 300px;
	padding: 0px;
	
	/*
		For some reason the popup panels have a z-index of 10,001 in IE
		but 100,001 in Firefox. The Firefox version is greater than the
		z-index of r.a.d.Calendars (whose z-index == 50,003), meaning
		that when calendars are used in modal popups they appear behind
		the popup in Firefox. Setting the z-index to the IE value
		ensures that calendars appear correctly above the popup panels.

		Styling for modal popups is added as dynamic in-line styling by
		the ajax manager, so the !important tag is required to override
		the in-line value.
	*/
	z-index: 10001 !important;
}

.modularHeader {
	cursor: move;
	background-color: #DDDDDD;
	border-bottom: solid 1px Gray;
	padding: 5px;
	text-align: left;

	background-color: #F7F6F7;
	background-repeat: repeat-x;
	background-image: url(Skins/Default/boxbgHeader.gif);
	font-weight: bold;
	text-transform: none;
}
.modularScrollableArea {
	border: solid 1px #D5D5D5; 
	/*margin: 5px;*/
	padding: 0px;
	/*overflow-x: auto; 
	overflow-y: auto; */
	overflow: auto auto;
	height: 300px; 
	width: 450px;
}
.modalArea {
	border: solid 1px #D5D5D5; 
	padding: 0px;	
}
/* /Modal Popup */

/* Combobox */
input.ComboboxInput {
	border: 1px solid #DBD8D1; 
	background-color: white; 
	vertical-align: middle;
	color: black; 
	padding-left: 3px; 
	cursor: default;
	height: 14px;
}

input.ComboboxInputHover {
	border: 1px solid black;
	background-color: white;
	vertical-align: middle;
	color: black;
	padding-left: 3px;
	cursor: default;
	height: 14px;
}

.ComboboxImg {
	vertical-align: middle; 
	border: 1px solid #D6D6D6; 
	background-color: #D6D6D6;
}

.ComboboxImgHover {
	vertical-align: middle;
	border: 1px solid black;
	background-color: #D6D6D6;
}


.msgWarning
{
	padding:0 0 0 35px;
	background:transparent url('Images/Icons/tango/32x32/status/dialog-warning.png') top left no-repeat;
}

.inputTextLarge
{ width:300px; }


.backgroundRed,.background2
{
	background:#f8dae8;
}
.backgroundYellow,.background1
{
	background:#fef1cd;
}
.backgroundGreen,.background0
{
	background:#e7f1cf;
}
.selectRed
{
	background:#e31521;
}
.selectYellow
{
	background:#f9bc10;
}
.selectGreen
{
	background:#8abc16;
}
select
{
	border:1px solid #d6d6d6;
}


/* Generic styles
----------------------------------------------------------------------------*/
.linkbutton
{text-decoration:none;height:16px;line-height:16px;}

.clear
{clear:both;line-height:1px;height:1px;}

/* Stock module
----------------------------------------------------------------------------*/
.progressstart{
   height:50px; 
   width:6px; 
   position:relative; 
   float:left; 
   text-align:center; 
   padding:3px 0px 3px 0px; 
   background-image:url('/Portal/Images/Progress/progress-begin.png');
}

.progressmagenta{
   height:50px; 
   position:relative; 
   float:left; 
   text-align:center; 
   padding:3px 0px 3px 0px; 
   background-image:url('/Portal/Images/Progress/progress-magenta.png'); 
   background-repeat:repeat-x;
}

.progressfill{
   height:50px; 
   position:relative; 
   float:left; 
   text-align:center; 
   padding:3px 0px 3px 0px; 
   background-image:url('/Portal/Images/Progress/progress-fill.png'); 
   background-repeat:repeat-x;
}

.progressgreen{
   height:50px; 
   position:relative; 
   float:left; 
   text-align:center; 
   padding:3px 0px 3px 0px; 
   background-image:url('/Portal/Images/Progress/progress-green.png'); 
   background-repeat:repeat-x;
}

.progressend{
   height:50px; 
   width:6px; 
   position:relative; 
   float:right; 
   text-align:center; 
   padding:3px 0px 3px 0px; 
   background-image:url('/Portal/Images/Progress/progress-end.png');
}

/* Stock module
----------------------------------------------------------------------------*/
.StockRadiobuttons label
{ margin-right:15px; }

.selectBoxAddRemoveButton
{
	display:block;
	text-align:center;
	border:1px solid #aaa;
	text-decoration:none;
	background-color:#fafafa;
	color:#123456;
	margin:2px;
	clear:both;
}

/* Kampagnestyring
----------------------------------------------------------------------------*/
/* Tasks																	*/
h1.checklist
{
	/*border-left:1px #d8d8d8 solid;*/
	padding:5px 0 0 5px;
}
#Original_checklist, #Working_checklist
{
	/*width:200px;*/
	font-size:0.9em;
	/*border-left:1px #d8d8d8 solid;*/
	padding:5px;
	margin:0;
}
#Original_checklist dt, #Working_checklist dt, #Original_checklist dd, #Working_checklist dd
{ margin:0; padding:0; }
#Original_checklist dt, #Working_checklist dt
{
	background:url('Images/Icons/famfamsilk/error.png') no-repeat;
	background-position:0 4px;
	font-size:12px;
	font-weight:700;
	padding:5px 0 0px 20px;
	cursor:pointer;
}
#Original_checklist dt.checklistDone, #Working_checklist dt.checklistDone
{
	background:url('Images/Icons/famfamsilk/tick.png') no-repeat;
	background-position:0 4px;
	font-size:12px;
	font-weight:700;
	padding:5px 0 0px 20px;
	text-decoration:line-through;
}
#Original_checklist dd, #Working_checklist dd
{
	padding:0 0 0 20px;
}
/* Generic																	*/
#ActivityDetails td.BoxHeader, #ActivityDetails th.BoxHeader
{
	background-color:#fff;
	background-image:none;
	border:0;
}
#ActivityDetails span.BoxHeader
{
	background-color:#fff;
	background-image:none;
	border-left:0;
	border-right:0;
	font-weight:700; color:#86ba0d; border-bottom:1px solid #d8d8d8;
}

#ActivityDetails td.BoxHeader a.toggle
{
	display:none;
}
#ActivityDetails td.BoxContent
{
	background-color:#fff;
	background-image:none;
	border:0;
}

#ActivityDetails .radDisabledCss_Default
{
	background:#fff;
	color:#999;
}
/* Egenskaber																*/
fieldset.pageProperties
{ border:0; /*max-width:800px;*/ }
fieldset.pageProperties legend
{ font-weight:700; color:#86ba0d; border-bottom:1px solid #d8d8d8; }
fieldset.pageProperties table
{ width:100%; border-collapse:collapse; }

fieldset.pageProperties table th, fieldset.pageProperties table td
{
	text-align:left;
	vertical-align:top;
}

#ActivityDetails td.labelCell
{
	font-weight:700;
	/*width:40%;*/
	border-left:5px white solid;
}
fieldset.pageProperties table th
{
	font-weight:700;
	/*width:40%;*/
	border-left:5px white solid;
}
fieldset.pageProperties table td
{
	/*width:60%;*/
	border-bottom:5px white solid;
}
.info{
	border:2px solid;
	padding:5px;
	text-align:center;
	cursor:default;
	display:block;
}
.noneditable{
	border-color:#e40083;
	background:#f8dae8;
}
.editable{
	border-color:#86ba0d;
	background:#e7f1cf;
}
