/* 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;
}/*
*/
/* Min tv uge - START */

.element > dt {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 7px 10px 7px;
    color: #B30000;
    background-color: #E9E7DC;
}

.element > dd h3 {
    color: #7C7A74;
}

.element dd {
    margin: 0px;
}

dl#tvweek {
    width: 320px;
    float: right;
}

#tvweek > dt {
    background-image: url(/img/mintvuge/headline-bg.gif);
}

#mychannellist {
    border: 1px solid #B2AE9A;
}

dl#mychannels, dl#newsletter {
    width: 650px;
    float: left;
}

#newsletter dd {
    background-image: url(/img/mintvuge/snabela.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 160px;
    padding-bottom: 30px;
}

#newsletter em {
    font-weight: bold;
}

#mychannels > dt {
    background-image: url(/img/mintvuge/headline-bg-long.gif);
}

#options #opt1 {
    background-image:url(/img/mintvuge/li-1.gif);
}

#options #opt2 {
    background-image: url(/img/mintvuge/li-2.gif);
}

#options #opt3 {
    background-image: url(/img/mintvuge/li-3.gif);
}

#options .important {
    background-image: url(/img/mintvuge/li-important.gif);
    height: 25px;
}

ul#options {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
}

#options li {
    margin-bottom: 15px;
    padding-left: 25px;
    list-style: none;
    background-repeat: no-repeat;
}

#options h2 {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #B30000;
    margin-top: 10px;
}

#tvweek a, a.tvweekprint {
    color: black;
    font-weight: bold;
    background-image: url(/img/mintvuge/arrow.gif);
    background-position: 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 10px;
}

#tvweek a:hover {
    text-decoration: underline;
}

table#tableview {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #B2AE9A;
    border-top: 1px solid #B2AE9A;
}

#tableview th, #tableview td {
    text-align: center;
    border-bottom: 1px solid #B2AE9A;
    border-right: 1px solid #B2AE9A;
    vertical-align: top
}

#tableview thead th {
    background-color: #EAE9E7;
    font-weight: bold;
}

#tableview tbody th {
    background-color: #ECEBE2;
    color: #919089;
}

#tableview tbody td {
    background-color: #FBFBFA;
}

#tableview .stripes {
    background-image: url(/img/mintvuge/background.gif);
}

#tableview .vevent {
    border-bottom: 1px solid #B2AE9A;
    cursor: pointer;
}

.noborder {
    border-width: 0px !important;
}

#tableview abbr.dtstart, #tableview abbr.dtend {
}

#tableview abbr.description {
    font-weight: bold;
}
#tableview abbr.summary {
    color: #7C7A74;
}

#west, #center, #east {
    width: 160px;
    float: left;
}

#south, #north {
    width: 496px;
    clear: both; 
}

#south {
    text-align: right;
}

#center {
    text-align: center;
    padding-top: 75px;
}

#mychannelscanvas select {
    width: 150px;
}

#mychannelscanvas label {
    font-weight: bold;
} 

#login_section {
    width: 650px;
    height: 367px;
    padding-left: 10px;
    background-image: url(/img/mintvuge/grey-box-bg.gif);
    background-repeat: no-repeat;
    float: left;
}

.dim {
    filter:alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity:0.4;
}
.button {
    width: 72px;
    height: 22px;
    border-width: 0px;
    color: white;
    font-weight: bold;
    padding-bottom: 1px;
    background-image: url(/img/knap-bg.gif);
    margin-bottom: 10px;
}

.button:hover {
    background-position: 0px 22px;
}

/* Min tv uge - END */
/* login box */
#tvtid_loginbox {
    background-color: #fff;
    height: 200px;
    width: 220px;
    z-index: 10002 !important;
    border-radius: 5px;
    border: 2px solid #E87606;
    color: #000;
    position: absolute;
    -webkit-box-shadow: 0px 0px 3px #000; 
       -moz-box-shadow: 0px 0px 3px #000; 
            box-shadow: 0px 0px 3px #000; 
}

#tvtid_loginbox .padding {
    padding: 15px;
}

#tv2login {
    font-size: 12px;
}

#tv2login h1.tv2header {
    display: none;
}

#tv2login label, #tv2login a {
    text-decoration: none;
    color: #000;
}

#tv2login label {
    clear: both;
    display: block;
    float: left;
    height: 1.2em;
    width: 71px;
    font-size: 12px;
    line-height: 20px;
}

#tv2login #tv2logon, #tv2login #tv2logoff {
    background-color: #E87606;
    width: 85px;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 15px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    padding: 3px;
    margin-left: 55px;
}

#tv2login input {
    font-size: 10px;
    margin: 3px 0;
    width: 95px;
    border: 1px solid #E87606;
    border-radius: 2px;
    padding-left: 3px;
}

#tv2login #autologon {
    margin-top: 20px;
    float: left;
    position: absolute;
    top: 85px;
    left: 69px;
}

#tv2login #autologon p {
    height: 19px;
    width: 100px;
    margin-left: 3px;
}

#tv2login #autologon input {
    border: medium none;
    float: left;
    margin: 0;
    width: 20px;
    margin-top: 2px;
}

#tv2login #autologon label {
    clear: none;
    float: none;
    width: 80px;
    padding-top: -3px;
    color: #000;
}

#tv2login li {
}

#tv2login li {
    list-style: none outside none;
    margin: 0 0 3px;
    padding-left: 11px;
}

#tv2login ul {
    clear: both;
    text-align: center;
}

#tv2login ul {
    margin: 0;
    padding: 0;
}

h1 {
    color: #B30000;
    font-size: 24px;
    padding-bottom: 15px;
}

.vcalender a {
    color: #000;
    text-decoration: none;
}

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






