﻿/*
    Title: page.css
        
        Generic styles for all pages. Navigation, header, footer ect...

*/

#localTop, #localWrapper {
height:auto;
}


.mask {display:none;}
a , input { border:0;-moz-outline: none !important}



html,body    { 
                 height:100%;
                 background-image:url('/mitdr/assets/graphics/bg_global_tile.gif');
                 background-color:#f5f5f5;
                 background-position:center;
                 background-repeat:repeat-y;
             }        

div.compWrapper div.width300 {
	width:300px;
}
div.compWrapper div.width300 * {padding-left:0;}

/*
html,body {height:100%; min-height:100%;}
*/

.dispnone { display:none; }

/* Navigation */

#navigation {
	
}

#navigation ul {
	
}

#navigation ul li {
	width: 130px;
	height: 25px;
	list-style-type: none;
	display: block;
	margin:0px;
	padding:0px;
}

#navigation ul li a {
	text-decoration: none;
	color: #5b5d5e;
	display: block;
	background-image: url(/mitdr/content/images/site_sprite.png);
	_background-image: url(/mitdr/content/images/site_sprite-8bit.png);
	background-position: 0px 0px;
	padding: 0 0 0 10px;
	margin:0px;
	width:120px;
	_width: 130px;
	height: 23px;
	_height: 25px;
}

#navigation ul li a#addNewPage {
    background: transparent;
    color:#5b5d5e;
    text-decoration:underline;
}
#navigation ul li a:hover {
	background-position: -200px 0px;
	color:#fff;
}

#navigation ul li a.active, #navigation ul li a.active:hover {
	background-position: -400px 0px;
	color: #fff;
}

#navigation ul li a span {
	line-height: 23px;
}

#navigation ul li.browserTool a {
	background-position: 0px 0px;
	color: #FFF;
}

#navigation ul li.browserTool a:hover {
	background-position: 0px 0px;
}

#navigation .browserTool{
    display:none;
}

#navigation .divider
{
	display:none;
	height:0px;
	line-height:0px;
	font-size:0px;
	border-top:1px solid #dcdcdc;
	margin:0px;
	overflow:hidden;
}

#navigation .mobil a
{
	background-position: -600px 0px;
}
#navigation .mobil a:hover
{
	background-position: -400px -80px;
	color:White;
}
#navigation .mobilActive a
{
	background-position: -600px -80px;
	color:White;
}
#navigation .mobilActive a:hover
{
	background-position: -400px -80px;
	color:White;
}

/***********************   sub-level navigation  ******************/
#navigation .dividerOut
{
	display:block;
	height:auto; 
	border-top:1px solid #dcdcdc;
	background-color: #f4f4f4;
	margin-bottom:0px;
	overflow:hidden;
}
#navigation .dividerOut ul{
	margin:0px;
	padding:0px;
	padding-bottom:7px;
}
#navigation .dividerOut ul li{
	height:17px;
	margin:0px;
	padding:0px;
	
}
#navigation .dividerOut ul li a{
	height:auto;
	line-height:13px;
	border:0px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	background:none;
	color:#5f7483;
	margin-left:9px;
	font-size:11px;
}
#navigation .dividerOut ul li a:hover{
	color:#55b6e0;
}
#navigation .dividerOut ul li a.selected{
	font-weight:bold;
	color:#45545f;
}
#navigation .dividerOut ul li a div{
	float:left;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}
#navigation .dividerOut ul li a div.marker{
	width:9px;
}
#navigation .dividerOut ul li a div.tekst{
	width:110px;
}

/******************************************************************/

#navigation .menuItem {
	margin:0px 0px 0px 0px;
	border-top:1px solid #dcdcdc;
}
#navigation .menuItem a
{
	margin-top:1px;
	background-position:0px 26px;
    width:120px;
}
#navigation .graphicSpot, #navigation .graphicSpot a
{
    padding: 0;
    background: transparent;
    height: auto;
}

/* Footer */

#footerWrapper {
	border-top:1px solid #929495;
	padding-top: 10px;
	margin: 10px;
	width: auto;
	height: 40px;
}

#navigationFooter p {
	background:#DAD8D6 none repeat scroll 0 0;
	height:30px;
	padding:0 0 0 15px;
	margin-left: 0;
}

#navigationFooter p a, #navigationFooter p a:visited {
	height:30px;
	line-height:30px;
	padding:0;
	color: #1c2225;
}

#footerWrapper #contentFooter {
	padding: 0;
	margin:0;
	width: 830px;
}

#footerWrapper #contentFooter h6{
	background:#DAD8D6 none repeat scroll 0 0;
	height:30px;
	line-height:30px;
	padding:0;
	text-align: center;
	color: #1c2225;
}

#footerWrapper #contentFooter h6 a, #footerWrapper #contentFooter h6 a:visited{
	color: #1c2225;
}

#footerWrapper #contentFooter p {
	color: #8d9092;
	text-align: center;
}
#pageContentWrapper
{
	position: relative;
}
body .localTopInner {
	width: 990px;
	position:relative;

}

.localTopInner {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(/mitdr/content/images/bg_idbar.jpg) no-repeat scroll 0 0;
    height:55px;
}
/* JAHA 240609 - Info message */

#msgBox {
	width: 830px;
	height: 75px; 
    background-image: url(../images/dialogBoxBG.png);
	_background-image: url(../images/dialogboxBG-8bit.png);
	overflow:hidden;
/*	padding: 5px;*/
	margin: 0 0 10px;
}
#msgTxt {
    background:transparent;
    color:#FFF;
    float:left;
    font-size:17px;
    line-height:21px;
    margin:0px;
    padding:15px 0 0 11px;
    width:460px;
}
#msgButtons
{
	padding:22px 8px 0 0;
	float:right;
}

#packageMsg, #loginMsg {
    overflow:auto;
}
.cancel, .confirm, .create, .help, .login {
	border-radius:2px;	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:transparent url(http://www.dr.dk/drdkTopbar/img/divider_SSO.png) repeat-x scroll 0 -139px;
	border:0 none;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	margin-right:5px;
	padding:0 5px;
	vertical-align:middle;
	text-decoration: none;
}
#msgBox .cancel, #msgBox .confirm, #msgBox .create, #msgBox .help, #msgBox .login {
	float:left;
	display: block;
}
.help 
{
    margin-right: 0;
}
.hide {
	display: none;
}
.floatRight 
{
    float:right;
}

/* Start page */

#welcome, #whatis
{
    /*background: transparent url(../images/welcomeBG.png) no-repeat;*/
	width:830px;
    /*padding:45px 15px 15px;*/
}

#welcome h1 
{
	background: url(../images/welcomeHeader.gif) no-repeat;
	text-indent:-5000px;
	line-height:30px;
}
#whatis h1 
{
	background: url(../images/whatisHeader.gif) no-repeat;
	text-indent:-5000px;
	line-height:27px;
}
#welcome #welcomeContent, #whatis #whatisContent
{
	padding: 10px 15px;
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
	overflow:auto;
	width:798px;
	_width: 830px;
}

#welcome #welcomeFooter, #whatis #whatisFooter  
{
	background: url(../images/welcomeFooter.gif) no-repeat;
	height:48px;
	padding: 0px 15px;
}
#welcome #welcomeFooter h2, #whatis #whatisFooter a
{
    color: #45545f;
    font-size:14px;
    line-height:36px;    
}

#welcome h4, #whatis h4
{
    color: #45545f;
}
#welcome p, #whatis p
{
    color: #333;
    padding: 0 10px 12px 0;
}
#welcomeTxt, #whatisTxt  
{
    float: left;
    width: 398px;
    _width: 395px;
}
#welcomePlayer, #whatisPlayer 
{
    float: left;    
}

#package1, #package2, #package3, #package4
{
    width: 200px;
    height: 242px;
    float: left;
    margin: 10px 10px 10px 0;
}
#package4
{
    margin-right: 0;
}

#startPackages {
	overflow: hidden;
}

#startPackages div a 
{
    display: block;
    color: #45545f;
    padding: 10px;  
}
#startPackages div a.spot
{
    height: 130px;
    width: auto;
    padding: 9px;
    display: block;
    border: 1px solid #d8d8d8;
    background: #f5f5f5;
    font-size:15px;
    font-weight:bold;
    text-decoration: none;
    text-transform: uppercase;
    text-indent: -5000px;
    
	border-radius:2px;	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;    
}
#startPackages .txt 
{
    background: transparent url(../images/packageTxtBG.gif) repeat-x;
    /*height: 90px;*/
    height: 53px;
    overflow: auto;
    border: 1px solid #f5f5f5;
    
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;	
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;	
}
#startPackages p 
{
    color: #45545f;
    font-size: 11px;
}
#startPackages div a.news 
{
    background: url(../images/spotNews.gif) no-repeat;
}
#startPackages div a.sport 
{
    background: url(../images/spotSport.gif) no-repeat;
}
#startPackages div a.culture 
{
    background: url(../images/spotCulture.gif) no-repeat;
}
#startPackages div a.popular 
{
    background: url(../images/spotMostPopular.gif) no-repeat;
}



/* Some button-styles... */ 

.ButtonsMitDR, #msgButtons a{
    color:#424242;
    margin:0px 5px 0px 5px;
    text-decoration:none;
    font-weight:bold;
    padding:0px 12px 0px 12px;
    display:block;
    float:left;
}
.ButtonsMitDR:hover{
	text-decoration:none;
}
.ButtonsMitDR.size24{
    background: url(../images/buttonBG24.gif) repeat-x;
    line-height:24px;
    font-size:11px;
}
#welcome .ButtonsMitDR 
{
    margin-top: 10px;
    margin-left: 0;
}
#addNewPageWelcome 
{
    background-image: url(../images/site_sprite.png);
	_background-image: url(../images/site_sprite-8bit.png);
	background-position: 0 -160px;
	background-color: none;
	padding: 0 11px;
	line-height: 26px;
	width: 107px;
}

#addNewPageWelcome:hover 
{
    background-position: -200px -160px;
}

.ButtonsMitDR.size29, #msgButtons a{
    background-image: url(../images/site_sprite.png);
	_background-image: url(../images/site_sprite-8bit.png);
    line-height:31px;
    font-size:15px;
}
.loginMitDR 
{
    background-position: 0 -280px;  
    width: 61px;
    _width: 85px;
}
.loginMitDR:hover 
{
    background-position: -200px -280px;
}
.createMitDR 
{
    background-position: 0 -320px;  
    width: 109px;
    _width: 133px;
}
.createMitDR:hover
{
    background-position: -200px -320px;
}

.cancelMitDR 
{
    background-position: 0 -200px;  
    width: 69px;
    _width: 99px;
    text-align:center;
}
.cancelMitDR:hover
{
    background-position: -200px -200px;
}
#msgButtons .cancelMitDR 
{
	padding: 0 15px;
}

.saveMitDR 
{
	text-align:center;
    background-position: 0 -280px;  
    width: 61px;
    _width: 85px;
}


.saveMitDR:hover
{
    background-position: -200px -280px;
}

#msgButtons .helpMitDR 
{
    background-position: 0 -360px;  
    width: 10px;
    _width: 34px;
    color: #fff;    
}
#msgButtons .helpMitDR:hover
{
    background-position: -100px -360px;
}
.ButtonsMitDR.Blue28{
    background: #41A2CC url(../images/buttonBGBlue28.gif) repeat-x;
    line-height:29px;
    font-size:15px;
    border:1px solid #2a8fbb;
    color: #fff;
    margin:0px 5px;
}

.addContent
{
    color: #f8fdff;
    background-image: url(../images/site_sprite.png);
	_background-image: url(../images/site_sprite-8bit.png);
	background-position: 0 -40px;
    line-height: 26px;
    padding-left: 28px;
    padding-right: 10px;
    margin-top:2px;
}
.addContent:hover 
{
    background-position: -200px -40px;
}
.addContent .active 
{
    background-position: -400px -40px;
}
.addContent .active:hover 
{
    background-position: -600px -40px;
}
.icAdd 
{
    background: transparent url(../images/icAdd.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/MitDR/Content/images/icAdd.png');
	_background-image: 	none;    
    display: block;
    float: left;
    height: 16px;
    width: 15px;
    margin: 4px 8px 0 0;
    text-indent: -5000px;
}


/* PageTop -> for the box on top of the page  */

.pageTop{
	height:42px;
    margin-bottom:10px;
    padding: 0px 5px 0px 0px;
    background-image: url(../images/site_sprite.png);
	_background-image: url(../images/site_sprite-8bit.png);
	background-position: 0px -760px;
    line-height: 42px;
    /*border:1px solid #dbdbdb;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
}
.mobilTop
{
	background-position: 0px -840px;
}
.pageTop h1{
	color:#4eb0db;
	font-size:18px;
	margin:2px 0 0 0;
	font-weight:normal;
	float:left;
}
.pageTop div{
	float:right;
	margin-top:6px;
}
.pageTop div .redigerSide{
	color:#848484;
	line-height:29px;
	float: left;
	margin-right:18px;
}
.pageTop div a b{
	font-size:18px;
	font-weight:bold;
}

.drwidget a {
    color:#333333;
}

.displayName {
    position: absolute; 
    color: rgb(153, 255, 0); 
    font-size: 18px; 
    left: 150px;
}
.mobilText
{
    background:#f5f5f5;
    /*background:#FFFFFF url(../images/bg_mobilText.gif) no-repeat scroll left bottom;*/
    color: #243037;
    width:410px; 
    float:right;
    border:1px solid #dfdfdf;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.mobilText h2
{
    color:#243037;
    padding-top:10px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}
.mobilText p
{
    color:#243037;
    padding-top:0px;
    padding-bottom:15px;
    margin-top:5px;
    margin-bottom:0px;
    border-bottom:1px solid #dfdfdf;
}
.mobilText .form 
{
    margin: 10px 0 0 28px;
}
.mobilText .guideNum 
{
    color:#4EAFDA;
    float:left;
    font-size:30px;
    line-height:30px;
    margin:0 10px 0 0;
}
.mobilText .pstyle 
{
    border-bottom:1px solid #DFDFDF;
    color:#243037;
    margin-bottom:0;
    margin-top:5px;
    padding: 0 10px 15px;
}
.mobilText .pstyle h2
{
    margin-bottom: 5px;
    padding-left: 0; 
}
.mobilText .pstyle input
{
    border: 1px solid #949494;
    padding: 1px;
    margin-bottom: 5px;
    height: 19px;
    width: 168px;
}
.mobilText .pstyle input.submit 
{
    background-image: url(/mitdr/content/images/site_sprite.png);
	_background-image: url(/mitdr/content/images/site_sprite-8bit.png);
	background-position:0 -80px;
    border: none;
    height: 26px;
    width: 89px;
    color: #424242;
    font-weight: bold;
}
.mobilText .pstyle input.submit:hover
{
	background-position:-100px -80px;
}
.mobilText p a:active, .mobilText p a:link, .mobilText p a:visited 
{
    color: #46545f;
}
.mobilText p a:hover
{
    color: #2d90b7;
}
.mobilText h1
{
    font-size:17px;
    font-weight:normal;
    line-height:43px;
    color:#4eafda;
    border-bottom:1px solid #dfdfdf;
    margin:0px;
    padding:0px 0px 0px 10px;
}
.mobilText img
{
    margin-left:auto;
    margin-right:auto;
    padding-top:15px;
}
.mobilRow
{
    background:#FFFFFF url(../images/bg_mobil.gif) no-repeat scroll left top;
    position:relative;
}

#wizard {
    padding-bottom: 10px;
}
