/* UNIVERSAL FONTS FOR TVTID */
@font-face {
  font-family: 'moreprobolditalic';
  src: url('font/MoreWebPro-WideBoldItalic.eot?') format('eot'), url('font/MoreWebPro-WideBoldItalic.woff') format('woff'), url('font/MoreWebPro-WideBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'morepro';
  src: url('font/MoreWebPro-Book.eot?') format('eot'), url('font/MoreWebPro-Book.woff') format('woff'), url('font/MoreWebPro-Book.ttf') format('truetype');
}

html body {
    font-family: helvetica, arial, sans-serif;
    background: url(g/tvtidbaggrund.gif) no-repeat fixed center top #690000 !important;
}

.tv2-widget.page.grid {
    overflow: visible;
    padding: 0;
    width: 999px;
}

/* ALL BUTTONS */
button {
    cursor: pointer;
}

/* default button styling */
.tv2-widget button {
    font-family: helvetica, arial, sans-serif;
    color: black;
    border: 1px solid #000;
   
    /* gradient from #ffffff to #c5c5c5 */
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c5c5c5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c5c5c5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#c5c5c5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#c5c5c5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#c5c5c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c5c5',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#c5c5c5 100%);

    /* borderradius */
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    /* disable the default look on the buttons in webkit browsers */
    -webkit-appearance: none;
}

.tv2-widget button:hover,
.tv2-widget button:focus {
    color: #222;
}
.tv2-widget button:active {
    background: -moz-linear-gradient(top, #ffffff 100%, #c5c5c5 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#ffffff), color-stop(0%,#c5c5c5));
    background: -webkit-linear-gradient(top, #ffffff 100%,#c5c5c5 0%);
    background: -o-linear-gradient(top, #ffffff 100%,#c5c5c5 0%);
    background: -ms-linear-gradient(top, #ffffff 100%,#c5c5c5 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#ffffff',GradientType=0 );
    background: linear-gradient(top, #ffffff 100%,#c5c5c5 0%);

}

body .tv2-widget.grid .epg-black.con-12 {
    margin-top: 9px;
    background: #262425;    
    -moz-border-radius: 5px;
    border-radius: 5px; 
	border: 1px solid #545153;
    width: 957px;
    color: #fff;
    padding-top: 22px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 22px;
}

.tv2-widget.calendar-dayselector.skin-tvtid-epg.col-3 {
	width: 225px;
	margin-right: 7px;
}

.tv2-widget.epg-layout-selector.skin-tvtid.col-1 {
	width: 60px;
	margin-right: 3px;
}

.tv2-widget.tvguide-filter.col-7 {
	width: 615px;
	margin-right: 5px;
}

.tv2-widget.tvguide-filter.col-6 {
    width: 645px;
    margin-right: 5px;
}

.tv2-widget.grid .con-12 {
    width: 999px;
}

.tv2-widget.grid .top.con-12 {
    
}

.tv2-widget.grid .body.con-8,
.tv2-widget.grid .body.con-12 {
    background-color: #fff;
    padding-left: 10px;
    padding-top: 20px;
    border-radius: 3px;
    width: 989px;
    padding-bottom: 15px;
}

/* TVTID MENU */
.tv2-widget.nav-site.skin-menu {
    background-color: #f4f4f4;
    border-radius: 3px;
    font-family: morepro;
    margin-bottom: 1px;
    min-height: 1px;
    overflow: hidden;
    padding-top: 50px;
    position: relative;
    padding-right: 22px;
    padding-bottom: 7px;

}

.tv2-widget.nav-site.skin-menu ol {
    float: right;
}
.tv2-widget.nav-site.skin-menu li {
    float: left;
    line-height: 20px;
    margin-left: 10px;
    padding-top: 3px;
    border-radius: 5px;
}
.tv2-widget.nav-site.skin-menu li:first-child a {
    position: absolute;
    background: url('g/logo.jpg') no-repeat;
    width: 135px;
    height: 33px;
    top: 35px;
    left: 20px;
}
.tv2-widget.nav-site.skin-menu a {
    color: #000;
    padding: 0 10px;
    font-size: 18px;
    text-decoration: none;
}
.tv2-widget.nav-site.skin-menu .bolditalic {
    font-family: moreprobolditalic;
} 
.tv2-widget.nav-site.skin-menu .menu-item.selected,
.tv2-widget.nav-site.skin-menu .menu-item:hover {
    background-color: #e87606;
    color: #fff;
    line-height: 20px;
    margin-left: 10px;
    padding-top: 3px;
    border-radius: 5px;
}
.tv2-widget.nav-site.skin-menu .menu-item.selected a,
.tv2-widget.nav-site.skin-menu li:hover a {
    color: #fff;
}
/* IE fix */
.tv2-widget.nav-site.skin-menu .menu-item.selected:first-child,
.tv2-widget.nav-site.skin-menu .menu-item.selected:first-child a {
    background-color: #f4f4f4;
}

/* SEARCH BOX*/
.tv2-widget.nav-site.skin-menu .searchboxwrap {
    /*display:inline;*/
    display: none;
}
.tv2-widget.nav-site.skin-menu > .searchboxwrap > .searchbox {

    /* HIDDEN FIELD */
    display: none;

    position: absolute;
    right: 10px;
    top: 10px;
    padding-left: 5px;
    padding-right: 2px;
    margin-right: 12px;
    margin-top: 3px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #778183;
    border-bottom: 1px solid #acc1c1;
    -moz-box-shadow:    inset 0  4px 4px -4px #9e9e9e, 
                        inset 0 -4px 4px -4px #ffffff;
    -webkit-box-shadow: inset 0  4px 4px -4px #9e9e9e, 
                        inset 0 -4px 4px -4px #ffffff;
     box-shadow:        inset 0  4px 4px -4px #9e9e9e, 
                        inset 0 -4px 4px -4px #ffffff;
}
.tv2-widget.nav-site.skin-menu > .searchboxwrap > .searchbox input {
    border: none;
    color: #787477;
}
.tv2-widget.nav-site.skin-menu > .searchboxwrap > .searchbox .submit {
    background-color: #fff;
    background: url('g/searchicon.png') 0 2px no-repeat;
    text-indent: 9999;
    cursor: pointer;
}

/* SEARCH BOX*/
.tv2-widget.nav-site.skin-menu .searchboxwrap {
    display:inline;
}
.tv2-widget.nav-site.skin-menu > .searchboxwrap > .searchbox {
    position: absolute;
    right: 10px;
    top: 10px;
    padding-left: 5px;
    padding-right: 2px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #778183;
    border-bottom: 1px solid #acc1c1;
    -moz-box-shadow:    inset 0  4px 4px -4px #9e9e9e, 
                        inset 0 -4px 4px -4px #ffffff;
    -webkit-box-shadow: inset 0  4px 4px -4px #9e9e9e, 
                        inset 0 -4px 4px -4px #ffffff;
     box-shadow:        inset 0  4px 4px -4px #9e9e9e, 
                        inset 0 -4px 4px -4px #ffffff;
}
.tv2-widget.nav-site.skin-menu > .searchboxwrap > .searchbox input {
    border: none;
    color: #787477;
}
.tv2-widget.nav-site.skin-menu > .searchboxwrap > .searchbox .textinput {
    width: 250px;
    background: none; background-color: none;
    padding-top: 5px;
}
.tv2-widget.nav-site.skin-menu > .searchboxwrap > .searchbox .submit {
    background-color: #fff;
    background: url('g/searchicon.png') 0px 2px no-repeat;
    text-indent: 9999;
    cursor: pointer;
}
.tv2-widget.nav-site.skin-menu > .searchboxwrap #loginLinks {
    position: absolute;
    top: 20px;
    right: 31px;
    font-family: Helvetica;
}
.tv2-widget.nav-site.skin-menu > .searchboxwrap #loginLinks a {
    font-size: 12px;
    padding: 0;
}

/* LISTS - RIGHT COLUMNS */
.programListHeader,
.redakMoreArea h2, 
.h2limited {
    font-family: trebuchet MS, trebuchet;
    padding-top: 9px;
    padding-left: 7px;
    font-weight: bold;
    color: #B30000;
    font-size: 18px;
    background-color: #E9E7DC;
    height: 34px;
    margin-bottom: 6px;
    margin-top: 0px;
    border-radius: 5px 0 0 0;
}
.articleHeading {
    padding-bottom: 12px;
    color: #B30000;
    font-size: 30px !important;
    line-height: 30px;
}
.alLink {
    text-decoration: none;
}
tr > .seeMoreBox {
    /*height: 35px !important;*/
    display: none;    
}
.col-4 h2 {
    margin-top: 15px !important;
}
/* MORE BOX */
.program > .redakContentArea > .frameboxRight .linkgrouptitle {
    font-weight: bold;
}

.redakContentArea > .frameboxRight > .linksbox .linksboxContent a {
    font-weight: normal;
    background: url("/img/linkpil.gif") no-repeat scroll 2px 2px transparent;
    padding-left: 13px !important;
    display: block;
    padding-bottom: 3px;
}

.redakContentArea > .frameboxRight > .linksbox .linkgrouptitle {
    font-weight: bold;
    padding-bottom: 3px;
}

.redakContentArea > .frameboxRight strong {
    font-weight: bold;
}

.redakContentArea > .frameboxRight ul {
    list-style: disc;
    padding-left: 15px;
}

.redakContentArea > .frameboxRight li {
    padding-top: 3px;
}

/*
.redakContentArea > .frameboxRight .textboxTop {
    padding-bottom: 10px;
}

.redakContentArea > .frameboxRight .textboxTop:before {
    content: "Fakta:";
    color: #333;
    font-weight: bold;
}
*/




/* SEARCH RESULT */
div.SearchEntry {
    font-size: 12px;
    padding-left: 20px;
    padding-top: 10px;
}

div.SearchEntry a {
    color: #B30000;
    font-size: 14px;
    text-decoration: none;
}

.searchPages a {
    color: black;
}

div.SearchEntry a:hover {
    text-decoration: underline;
}

.searchForm p {
    text-align: left;
    width: 240px;
}

.searchForm .searchField {
    color: #272727;
    float: left;
    height: 15px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    width: 144px;
    border: 2px solid #E9E7DC;
    border-radius: 2px;
}

.searchForm .btnSearch {
    clear: none;
    color: white;
    float: right;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 72px;
}

.tv2-widget.col-8.search td:first-child {
    width: 100px;
    vertical-align: middle
}



/* COMMENTS */
form.articleCommentForm fieldset {
    font-family: arial;
    padding: 11px 20px;
    width: 610px;
}

form.articleCommentForm fieldset {
    background: url("http://common.tv2.dk/img/uu-bg.gif") repeat-x scroll 0 0 #F2EFE9;
    border: 1px solid #BFBAB0;
    margin: 0;
}

form.articleCommentForm fieldset legend {
    color: #000000;
    font-weight: bold;
}

form.articleCommentForm fieldset {
    font-family: arial;
}

.articleCommentMessage {
    width: 99%;
}

fieldset .articleCommentSubmit {
    background: url(g/kommentarknap.gif) no-repeat scroll center top transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    text-align: center;
}

.articleCommentSubmit {
    float: right;
    margin-top: 3px;
}

/* Day chooser */
div.dayChooser div.dayEntry.chosen a { color: #B30000; }



.articleBody u {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}


/* COMMENTS */
.articleCommentList {
    float: left;
    margin-top: 10px;
    width: 481px;
}

.articleCommentList ol {
    font-size: 12px;
    font-weight: bold;
    list-style-type: decimal;
    padding-left: 38px;
}

.articleCommentList li {
    border-bottom: 1px dotted #CECECE;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.commentEntry .commentTop {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.commentEntry .commentAuthor {
    background: url("/img/kommentar-ikon2.png") no-repeat scroll 0 0 transparent;
    padding-left: 18px;
}

.commentEntry span {
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
}

.commentEntry span.commentReport {
    background: url("/img/kommentar-ikon1.png") no-repeat scroll 0 0 transparent;
    font-weight: normal;
    margin-left: 5px;
    padding-left: 18px;
}

.commentEntry span.commentReport a {
    text-decoration: none;
    color: #004276;
}

.commentEntry span {
    font-size: 12px;
    padding-right: 5px;
}

.commentText {
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    margin-top: 5px;
}

#commentsHeader {
    font-size: 20px;
    color: #B30000;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: underline;
    width: 300px;
}

/* VOTE HEADER */
.tv2voteheadtext {
    font-weight: bold;
}

.tv2votehead {
    padding-bottom: 5px;
}

.tv2voteshow {
    line-height: 12px;
}





/* MISC */
strong {
    font-weight: bold;
}

blockquote {
    font-size: 16px;
    margin: 7px;
    width: 195px;
    color: #B30000;
    line-height: 20px;
}

blockquote cite {
    font-size: 12px;    
}

.articleToolbar {
    height: 20px;
    padding-bottom: 10px;
    border: none;
}


/* TOOLBAR */
.articleToolbar {
    height: 34px;
}
.toolbar {
    border-top: 1px solid #e5e5e5;
    margin-top: 60px;
}
.toolbar > div {
    width: 500px;
    float: left;
}

.nytomtv .toolbar {
    border: none;
}

.programsite .toolbar {
    position: absolute;
    bottom: 0px;
}

.toolbar a {
    height: 24px !important;
    width: 24px !important;
    margin-right: 10px;
    margin-top: 16px;
    display: inline-block;
}
    .i2textuplink {
        background: url('g/iconstoolbar.png');
    }
    .i2textuplink:hover {
        background-position: -24px 0px;
    }
    
    .i2textdownlink {
        background: url('g/iconstoolbar.png');
        background-position: 0px -24px;
    }
    .i2textdownlink:hover {
        background-position: -24px -24px;
    }
    
    .i2printlink {
        background: url('g/iconstoolbar.png');
        background-position: 0px -48px;
    }
    .i2printlink:hover {
        background-position: -24px -48px;
    }
    
    .i2sendlink {
        background: url('g/iconstoolbar.png');
        background-position: 0px -72px;
    }
    .i2sendlink:hover {
        background-position: -24px -72px;
    }
    
    .i2calendar {
        background: url('g/iconstoolbar.png');
        background-position: 0px -96px;
    }
    .i2calendar:hover {
        background-position: -24px -96px;
    }
    
    .fb_share_link {
        display: none;
    }
    .fb_share_link:hover {
        display: none;
    }
    
.redakContentArea > div > iframe {
    height: 40px !important;
}
/* search */
h1 {
color:#B30000;
font-family:trebuchet MS,trebuchet;
font-size:18px;
font-weight:bold;
}

div.SearchEntry {
font-size: 12px;
padding-left:  20px;
padding-top: 10px;
}
div.SearchEntry b{
text-decoration: none;
}

div.SearchEntry a{
color:#b30000;
font-size: 14px;
text-decoration: none;                                                                                                                                                                                                                     
}                                                                                                                                                                                                                                          

div.SearchEntry a:hover{
text-decoration: underline;                                                                                                                                                                                                                
}                                 

/* overall layout */

div.redakContentArea{
width:652px;
float:left;
margin-bottom:22px;
}

div.redakMoreArea{
padding-left:11px;
width:320px;
float:left;
margin-bottom:22px;
}

div.extraspace{
height:11px;
}

div.redakMoreArea h2,div.h2limited{
font-family:trebuchet MS, trebuchet;
padding-top:9px;
padding-left:7px;
font-weight:bold;
color:#b30000;
font-size:18px;
background-color:#e9e7dc;
height:34px;
width:309px;
margin-bottom:6px;
background-image: url('/img/bjaelke-hoejreside.gif');
background-position: 0px 0px;
background-repeat: no-repeat;
margin-top:0px;
}

div.redakMoreArea h2 a {
color:#b30000;
text-decoration:none;
}

div.redakContentArea h2{
font-family:trebuchet MS, trebuchet;
padding-top:9px;
padding-left:11px;
font-weight:bold;
color:#b30000;
font-size:18px;
background-color:#e9e7dc;
height:34px;
width:641px;
margin-bottom:6px;
background-image: url('/img/bjaelke-stor.gif');
background-position: 0px 0px;
background-repeat: no-repeat;
margin-top:0px;
}

/* links page formatting */

h1.linksheader{
font-family:trebuchet MS, trebuchet;
font-size:21px;
font-weight:bold;
color:#b30000;
margin-top:0px;
margin-bottom:11px;
}

div.tv2header{
clear:both;
background:none;
padding-top:22px;
font-family:trebuchet MS, trebuchet;
font-size:18px;
font-weight:bold;
color:#b30000 !important;
background-color:#ffffff;
padding-left:0px;
}

div.linkbox div.category{
width:155px;
height:31px;
padding-top:8px;
text-align:center;
float:left;
margin-right:10px;
margin-bottom:7px;
background-image: url('/img/linksknapper.gif');
background-position: 0px 0px;
background-repeat: no-repeat;
display:inline;
}

div.linkbox div.category.mark{
background-position: 0px -39px;
}

div.linkbox div.category.mark a,
div.linkbox div.category.mark a.alLink,
div.linkbox div.category.mark a.alLink:link,
div.linkbox div.category.mark a.alLink:visited,
div.linkbox div.category.mark a.alLink:hover,
div.linkbox div.category.mark a.alLink:active{
font-family:trebuchet MS, trebuchet;
font-size:18px;
font-weight:bold;
color: #FFF;
text-decoration: none;
}

div.linkbox div.category a,
div.linkbox div.category a.alLink,
div.linkbox div.category a.alLink:link,
div.linkbox div.category a.alLink:visited,
div.linkbox div.category a.alLink:hover,
div.linkbox div.category a.alLink:active{
font-family:trebuchet MS, trebuchet;
font-size:18px;
font-weight:bold;
color: #000000;
text-decoration: none;
}

div.category + div.category + div.category + div.category {margin-right:0px;}
div.category + div.category + div.category + div.category + div.category {margin-right:10px;}
div.category + div.category + div.category + div.category + div.category + div.category + div.category + div.category {margin-right:0px;}
div.category + div.category + div.category + div.category + div.category + div.category + div.category + div.category + div.category {margin-right:10px;}

div.linkTeaser{
font-family:arial;
font-size:12px;
line-height: 14pt;
position:relative;
padding-right:30px;
width:290px;
}

div.odd{
clear:both;
width:320px;
float:left;
margin-right:10px;
margin-bottom:10px;
}

div.even{
width:320px;
float:left;
margin-bottom:10px;
}

div.linkTitle a{
font-weight:bold;
color:#b30000;
text-decoration:none;
}

/* article comments */

.commentsLoginNotice{display:none;}

form.articleCommentForm fieldset {width:610px;font-family:arial;
padding-top:11px;padding-bottom:11px;padding-left:20px;padding-right:20px;}
fieldset legend {font-weight:normal;}
fieldset label strong {font-weight:normal;}
fieldset .articleCommentSubmit {
background:transparent url(/img/kommentarknap.gif) no-repeat scroll center top;
border:none;
font-family:Arial;
font-size:12px;
font-weight:bold;
height:22px;
text-align:center;
color:#fff;
}

div.redakContentArea{font-family:arial;}

/* article formatting */

/* fixes border appearing-issue in "se også" box*/
.linksboxImage img{border:none;}

.articleHeading
{
color:#b30000;
font-family:trebuchet MS, trebuchet;
font-size:30px;
font-weight:bold;
margin-bottom:11px;
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
padding-left:6px;
padding-right:6px;
}

.articleBody {
font-family:arial;
font-size:12px;
line-height: 14pt;
padding-left:6px;
padding-right:6px;
}

.articleBody strong {
font-weight:bold;
}

.articleBody em {
font-family:trebuchet MS, trebuchet;
color:#b30000;
font-size:14px;
font-weight:bold;
font-style:normal;
}

.articleBody u {
color:#7C7A74;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.articleDateTime{
display:none;
}

div.blframeboxRight, div.frameboxRight, div.frameboxBottom, div.frameboxTop, div.frameboxLeft{
padding-left:11px;
padding-top:11px;
padding-bottom:11px;
padding-right:0px;
border-left:1px solid #e9e7dc;
border-right:none;
border-top:none;
border-bottom:none;
}

.imageRight, .frameboxRight, .blframeboxRight{
margin-left:11px;
margin-bottom:11px;
}

div.textbox, div.linksbox{
background-color:#ffffff;
}

.quotebox {
background:transparent url(/img/tegn2.gif) no-repeat scroll 0px 4px;
}

.quotebox blockquote{
font-family:arial;
}

.textbox{
background-image: url('/img/hydra/fakta.gif');
background-position: 0px 0px;
background-repeat: no-repeat;
padding-top:22px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}

.textbox p {
margin:0px;
}

.linksbox{
background: none;
padding:0;
}

/* den gule boks */

div.guleboksHeader{background-image: url(/img/rundehjoerner/bigpicture.gif);
background-position: 0px 0px;
background-repeat: no-repeat;background-color:#F4C609;height:3px;width:652px;
}

div.guleboksContents{background-color:#F4C609;width:630px;
padding-top:8px;
padding-bottom:8px;
padding-left:11px;
padding-right:11px;
height:210px;}

div.guleboksFooter{background-image: url(/img/rundehjoerner/bigpicture.gif);
background-position: 0px -364px;
background-repeat: no-repeat;background-color:#F4C609;height:3px;width:652px;}

/* poll */

div.frameboxNone{
width:300px;
background-color:#ffffff;
padding:0px;
margin-bottom:11px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
border:none;
}

div.quickpollbox{
/*width:300px;*/
background-color:#ffffff;
padding:0px;
margin:0px;
border:none;
}

.tv2voteheadtext{
font-size:12px;
font-weight:bold;
font-family:arial;
}

.tv2voteshowtext
{
font-size:12px;
font-family:arial;
}



/* link categories */

div.linkCategoryBox{
margin-top:11px;
margin-bottom:11px;
text-align:center;
}

div.linkCategoryBox div.linkBox{
font-weight:bold;
font-size:21px;
margin-right:11px;
margin-bottom:11px;
font-family:trebuchet MS, trebuchet;
display:inline;
}

div.linkCategoryBox div.thelink{
font-weight:bold;
font-size:21px;
margin-right:11px;
margin-bottom:11px;
font-family:trebuchet MS, trebuchet;
display:inline;
}

/* blog output formatting */

div.blogEntry{
margin-top:11px;
padding-bottom:11px;
height:82px;
width:320px;
}

div.blogSeperator{
margin-top:11px;
border-bottom:1px solid #e9e7dc;
}

div.blogEntry div.blogImage{
padding-top:5px;
width:72px;
height:72px;
float:left;
}

.blogLink,a.blogLink,a.blogLink:link,a.blogLink:visited,a.blogLink:hover,a.blogLink:active {
font-size:12px;
font-family:arial;
font-weight:bold;
text-decoration:none;
color:#000000;
}
.blogLinkBigRed,a.blogLinkBigRed,a.blogLinkBigRed:link,a.blogLinkBigRed:visited,a.blogLinkBigRed:hover,a.blogLinkBigRed:active,
.quotebox blockquote p {
font-size:18px;
font-family:trebuchet MS, trebuchet;
font-weight:bold;
color:#b30000;
text-decoration:none;
}

div.blogEntry div.blogBody{
width:227px;
height:82px;
float:left;
margin-left:11px;
}

div.blogEntry div.blogFloatingQuote{
float:right;
width:15px;
height:17px;
}

div.blogEntry div.name{
clear:both;
text-align:right;
font-family:arial;
font-size:10px;
font-family:arial;
font-weight:bold;
color:#999;
}

/* teasers */

div.teaserLargeTeaserBox{
margin-bottom:11px;
height:367px;
width:652px;
position:relative;
overflow:hidden;
}

div.teaserLargeTeaserBox div.heading{
background-color:#e9e7dc;
position:absolute;
left:0px;
/*top:272px;*/
top:0px;
height:43px;
width:630px;
padding:11px;
filter:alpha(opacity=0);
-moz-opacity:0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
}

div.teaserLargeHeading,span.teaserLargeHeading,a.teaserLargeHeading,a.teaserLargeHeading:link,a.teaserLargeHeading:visited,a.teaserLargeHeading:hover,a.teaserLargeHeading:active
{
color:#b30000;
font-family:trebuchet MS, trebuchet;
font-size:30px;
font-weight:bold;
text-decoration:none;
}

div.teaserLargeTeaserBox div.corners{
height:367px;
width:652px;
position:absolute;
left:0px;
top:0px;
}

div.teaserSmallVertiBox{
background-color:#e9e7dc;
margin-bottom:11px;
height:233px;
width:321px;
float:left;
position:relative;
background-image: url('/img/rundehjoerner/dagensbedsteboks-bund.gif');
background-position: 0px 230px;
background-repeat: no-repeat;
overflow:hidden;
}

div.teaserSmallVertiBox div.tshBody{
clear:both;
width:306px;
height:102px;
padding-left:6px;
padding-right:6px;
padding-top:8px;
padding-bottom:8px;
overflow:hidden;
}

div.teaserSmallVertiBox div.tsvImage{
float:left;
width:155px;
height:115px;
}

div.teaserSmallHorizBox{
background-color:#e9e7dc;
margin-bottom:11px;
height:115px;
width:652px;
}

span.teaserMicroHeading,a.teaserMicroHeading,a.teaserMicroHeading:link,a.teaserMicroHeading:visited,a.teaserMicroHeading:hover,a.teaserMicroHeading:active
{
font-family:trebuchet MS, trebuchet;
font-size:14px;
font-weight:bold;
color:#b30000;
text-decoration:none;
}

span.teaserSmallHeading,a.teaserSmallHeading,a.teaserSmallHeading:link,a.teaserSmallHeading:visited,a.teaserSmallHeading:hover,a.teaserSmallHeading:active
{
font-family:trebuchet MS, trebuchet;
font-size:21px;
font-weight:bold;
color:#b30000;
text-decoration:none;
}

div.teaserSmallHorizBox div.body, div.teaserSmallVertiBox div.body{
font-family:arial;
font-size:12px;
margin-top:8px;
}

div.teaserSmallHorizBox div.alt{
background-color:#f4c609;
height:115px;
width:652px;
}

div.teaserSmallHorizBox div.tshImage, div.teaserSmallVertiBox div.tshImage{
float:left;
width:321px;
height:115px;
}

div.teaserSmallHorizBox div.tshBody{
float:left;
width:315px;
height:99px;
padding-left:8px;
padding-right:5px;
padding-top:8px;
padding-bottom:8px;
overflow:hidden;
}

div.teaserSmallHorizBox div.tshRight{
float:left;
width:3px;
height:115px;
}

/* article list */

div.alLineSeperator{margin-top:6px;margin-bottom:6px;border-bottom:1px solid #e9e7dc;}
div.alLeftLine{padding-left:11px;}
.alRightCol{width:320px;padding-left:11px;}

.articleDateTime {
    display: none;
}

.tv2-widget.col-8.article > .tvTidDateHeader > #tvtid-date {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #7C7A74;
    padding-bottom: 9px;
}

h1.linksheader {
    color: #888888;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: lowercase;
}

.articleBody em {
    color: #B30000;
    font-family: trebuchet MS,trebuchet;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.newsList {
    padding-left: 12px;
}

.newsList .newsListDate {
    font-family: Arial;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #B30000;
    font-weight: bold;
    border-bottom: 1px solid #999;
}

.newsList .newsListLink,
.newsList .newsListTime {
    font-family: Arial;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}

.newsList .newsListTitle,
.newsList .newsListTime {
    border: none;
    padding: none;
    line-height: 21px;
}

.pagination {
    width: 650px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

.pagination a {
    color: black;
    margin-left: 1px;
}

.pagination a.selected {
    font-weight: bold;
    text-decoration: none;
}


/* UGENS BEDSTE FILM */
.miniTeaser {
    padding: 5px;
    position: relative;
}

.t.odd {
    background-color: #F4F3EE;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    height: 100px;
}

.t.even {
    background-color: #E9E7DB;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    height: 100px;

}

.miniTeaser .image {
    float: left;
    margin-right: 5px;
}

.imageNone {
    margin-right: 7px;
}

.imageCaption {
    color: #999999;
    display: block;
    font-size: 11px;
    margin-top: 1px;
}

.ubf .link {
    display: none;
}

.ubf .articleMiniTitle {

}

.ubf .articleMiniTitle a {
    text-decoration: none;
    color: #B30000;
    font-size: 15px;
    font-weight: normal;
}

p.articleMiniBody {
    margin-top: 5px;
    margin-left: 125px;
}

/* GOSSIP */
div.alLeftLine {
    padding-left: 11px;
    padding: 3px;
}

.alLink, a.alLink, a.alLink:link, a.alLink:active, .linkboxLink, a.linkboxLink, a.linkboxLink:link, a.linkboxLink:active, div.linkLink1 a, div.linkLink1 a:hover, div.linkLink1 a:active {
    /*background: url("/img/linkpil.gif") no-repeat scroll left 2px transparent;*/
    color: #000000;
    display: inline;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    padding-left: 8px;
    padding-top: 0;
    text-decoration: none;
}

.seeMoreBox a, tr.todayListItem a {
    background: url("/img/linkpil.gif") no-repeat scroll left 3px transparent;
    color: black;
    font-size: 12px;
    font-weight: bold;
    height: 10px;
    padding-left: 10px;
    text-decoration: none;
}

tr.todayListItem a {
    background: none repeat scroll 0 0 transparent !important;
    padding-left: 0 !important;
}

.seeMoreBox a, tr.todayListItem a {
    color: black;
    font-size: 12px;
    font-weight: bold;
    height: 10px;
    text-decoration: none;
}

#tv2tv2 h1, #tv2tv2 h2 {
    color: #B30000;
    font-family: trebuchet MS,trebuchet;
}

.col-4 h2 {
    background-color: #E9E7DC;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    height: 34px;
    margin-bottom: 6px;
    margin-top: 0;
    padding-left: 7px;
    padding-top: 12px;
    width: 309px;
    color: #B30000;
    border-radius: 5px 0 0 0;
}



/* LINKBOX */
.linkboxGalleryLink {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.linksboxContent br {
   display: block;
   margin: 3px 0;
}

.linksboxContent a{
    padding-left: 0 !important;
}

.linksboxContent a:hover {
    text-decoration: underline;
}

/* GUL BOX */
.guleboksContents {
    background-color: #F4C609;
    border-radius: 5px;
}

.guleboksContents h1 {
    background-color: transparent;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
}

.redakContentArea iframe {
    padding-top: 20px;
}

.nytomtv > .toolbar {
    margin-top: 0 !important;
}







