BODY {
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: silver;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-ARROW-COLOR: silver;
	SCROLLBAR-BASE-COLOR: silver;
	scrollbar-3d-light-color: silver;
	scrollbar-dark-shadow-color: silver;
}

/******************************* Formateringen til alm. tekst ********************************/
.normal, p, td {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF;
	margin: 0em;
	line-height:16px;
}

A:link, A:visited, A:active, A:hover {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	margin: 0em;
	text-decoration: none;
	line-height:18px;
	
}

.overskrift1, h1 {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
	margin: 0em;
	font-weight: bold;
	line-height:18px;
}

.overskrift2, h2{
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF;
	margin: 0em;
	font-weight:bold;
	line-height:18px;
}

.overskrift3, h3 {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 18px; 
	color: #FFFFFF;
	margin: 0em;
	font-weight:bold;
	line-height:18px;
}

.tinyzone {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 8px; 
	color: #82C743;
	margin: 0em;
	font-weight:bold;
	line-height:15px;
}

.normal_hvid {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #ffffff;
	margin: 0em;
}
.normal_red {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #cc0000;
	margin: 0em;
}

.normal_green {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #1f6d25;
	margin: 0em;
	line-height:15px;
}

.overskrift1_green {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #1f6d25;
	margin: 0em;
	font-weight: bold;
}

.overskrift1_red {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #cc0000;
	margin: 0em;
	font-weight: bold;
}

.hr_style {
	color: silver;
	background-color: silver;
	height: 1px;
	border: 0px;
}

.pollBarActive {
	background-color: #86CA43;
}

/*Bruges i oversigter og på wap*/
.karmaBar {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF;
	margin: 0em;
	line-height:15px;
	background-color: #86CA43;
}

/*Bruges i oversigter og på wap*/
.karmaBar_inactive {
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #949494;
	margin: 0em;
	line-height:15px;
	background-color: #dedee8;
}

.pollBarInactive {
	background-color: #EEEEEE;
}

.mLinks	{
visibility : hidden;
}


/******************************* Formateringen til FormFields ********************************/
.LayoutField	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	width: 100%;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	height: 17px;
	background: url(/cms/images/imagine90_formBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

.LayoutTextarea	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	width:100%;
	border-color:silver;
	border-style:solid;
	border-width:1px;
	background: url(/cms/images/imagine90_formBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

.LayoutFieldNoWidth	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	height: 17px;
	background: url(/cms/images/imagine90_formBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

/*Almindelige knapper*/
.LayoutButtonSmall {
	font-family: Verdana; 
	font-size: 10px; 
	color: #666666; 
	border: 1px solid #4B4A49; 
	padding: 0; 
	background-color: #EEEEEE;
	width:40px;
	height: 17px;
	cursor:hand;
	text-align:center;
}

.LayoutButtonMedium {
	font-family: Verdana; 
	font-size: 10px; 
	color: #666666; 
	border: 1px solid #4B4A49; 
	padding: 0; 
	background-color: #EEEEEE;
	width:60px;
	height: 17px;
	cursor:hand;
	text-align:center;
}

.LayoutButton {
	font-family: Verdana; 
	font-size: 10px; 
	color: #666666; 
	border: 1px solid #4B4A49; 
	padding: 0; 
	background-color: #EEEEEE;
	width:80px;
	height: 17px;
	cursor:hand;
	text-align:center;
}

.LayoutButtonAligned
{
font-family: Verdana; 
font-size: 10px; 
color: #666666; 
border: 1px solid #4B4A49; 
padding: 0; 
background-color: #EEEEEE;
width:40px;
height: 17px;
cursor:hand;
text-align:center;
position:absolute;
}


/*Alternative knapper (Signal farve - måske rød...)*/
.LayoutButtonSmallALT {
	font-family: Verdana; 
	font-size: 10px; 
	color: #FFFFFF; 
	border: 1px solid #4B4A49; 
	padding: 0; 
	background-color: #000000;
	width:40px;
	height: 17px;
	cursor:hand;
	text-align:center;
}

.LayoutButtonALT {
	font-family: Verdana; 
	font-size: 10px; 
	color: #FFFFFF; 
	border: 1px solid #4B4A49; 
	padding: 0; 
	background-color: #000000;
	width:80px;
	height: 17px;
	cursor:hand;
	text-align:center;
}

.LayoutButtonAlignedALT
{
font-family: Verdana; 
font-size: 10px; 
color: #FFFFFF; 
border: 1px solid #4B4A49; 
padding: 0; 
background-color: #000000;
width:40px;
height: 17px;
cursor:hand;
text-align:center;
position:absolute;
}

/***************************** Formateringen til dropdown menuen *****************************/
table.menu	{
	position: absolute;
	border: 1px solid #bcbcbc;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #d2d2d2; /* Must be the same as tdBgColor in the cms_dropdown.js */
	border: 0px;
	padding: 0px 8px 2px; /*angivelse af højde/bredde på dropdown */
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}
table.MenuTop td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial, Verdana, Arial, sans-serif; 
	font-size: 11px;
	white-space: nowrap;
}

table.menu2	{
	position: absolute;
	border: 1px solid #b1b1b1;
	cursor: pointer;
	visibility: hidden;
	border-bottom-style: solid; 
border-bottom-width: 2px; 
border-bottom-color: 9e9e9e; /* lt gray*/ 
border-right-style: solid; 
border-right-width: 2px; 
border-right-color: 9e9e9e; /* lt gray*/ 
}

table.menu2 td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #d2d2d2; /* Must be the same as tdBgColor in the cms_dropdown.js */
	border: 0px;
	padding: 0px 8px 2px; /*angivelse af højde/bredde på dropdown */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}
table.MenuTop2 td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	white-space: nowrap;
}


/***************************** Formateringen til betalingsgateway *****************************/
.cardnum {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	width: 150px;
	}
	
.emonth {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	width: 68px;
	}
	
.eyear {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	width: 69px;
	}
	
.cvc {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	}

/******************************* Formateringen til FoldoutMenu *******************************/
.FoldoutMenu1 {
	font-family: Arial, Verdana, Arial, sans-serif; 
	color: #404040; 
	font-size:11px;
	line-height: 15pt;
	font-weight: bold;
	text-decoration: none;
}

.FoldoutMenu2 {
	font-family: Arial, Verdana, Arial, sans-serif;  
	color: #404040; 
	font-size:11px;
	line-height: 10pt;
	text-decoration: none;
}

.FoldoutMenu3 {
	font-family: Arial, Verdana, Arial, sans-serif; 
	color: #404040; 
	font-size:11px;
	line-height: 10pt;
	text-decoration: none;
}

/********************************* Formateringen fancyPop *********************************/

}
.fancyPop-html {
    background-color: white;
}
.fancyPop-html-blur {
}
.fancyPop-html-content {
	position: absolute;
    display: none;
}
.fancyPop-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(plugins/fancyPop/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.fancyPop-credits,
a.fancyPop-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.fancyPop-credits:hover,
a.fancyPop-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.fancyPop-wrapper {
	background-color: white;
}
.fancyPop-wrapper .fancyPop-html-content {
    width: 400px;
    padding: 5px;
}
.fancyPop-wrapper .fancyPop-header div {
}
.fancyPop-wrapper .fancyPop-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.fancyPop-wrapper .fancyPop-header ul li {
	display: inline;
	padding-left: 1em;
}
.fancyPop-wrapper .fancyPop-header ul li.fancyPop-previous, .fancyPop-wrapper .fancyPop-header ul li.fancyPop-next {
	display: none;
}
.fancyPop-wrapper .fancyPop-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.fancyPop-wrapper .fancyPop-header a:hover {
	color: black;
}
.fancyPop-wrapper .fancyPop-header .fancyPop-move a {
	cursor: move;
}
.fancyPop-wrapper .fancyPop-footer {
	height: 11px;
}
.fancyPop-wrapper .fancyPop-footer .fancyPop-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(plugins/fancyPop/graphics/resize.gif);
}
.fancyPop-wrapper .fancyPop-body {
}
.fancyPop-move {
    cursor: move;
}
.fancyPop-resize {
    cursor: nw-resize;
}

/* These must be the last of the fancyPop rules */
.fancyPop-display-block {
    display: block;
}
.fancyPop-display-none {
    display: none;
}

