/*** GENERAL STYLES ***/

body, td {
	font-family: tahoma, sans-serif;
	font-size: 11px;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url('/webtv/sumo/images/bg/body-dark.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #212121;
}


.cropToDialog {
	-webkit-transform: scale(1.44);
	-webkit-transform-origin-x: 0%;
	-webkit-transform-origin-y: 0%;
}


.cropToDialog #interface {
	margin: -72px 0 0 -279px;
	width: 962px;
	height: 966px;
	overflow: hidden;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

:focus {
  -moz-outline-style: none;
}

ul, ol, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img.pngTextImg, img.pngImg {
   behavior: url('/webtv/sumo/css/pngbehavior.htc');
}

.border, .strongBorder {
	height: 1px;
	-moz-opacity: 0.11;
	opacity: 0.11;
	filter: alpha(opacity=11);
	overflow: hidden;
}

.strongBorder {
	-moz-opacity: 0.22;
	opacity: 0.22;
	filter: alpha(opacity=22);
}

body.debug {
	text-align: left;
}


#interface {
	margin: 0 auto;
  text-align: left;
  position: relative;
  width: 1240px;
  height: 765px;
  background-position: 0px 82px;
	background-repeat: no-repeat;
}

.debug #interface {
	margin: 0;
	margin-left: 2px;
}


ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	margin: 0em;
}

#fvlogger {
	position: absolute;
	left: 1240px;
	top: 0px;
	height: 660px;
	width: 250px;
	overflow: auto;
	text-align: left;
}

#fvlogger a {
	color: black;
}

/*** GENERAL STYLES FOR PAGE/UI ELEMENTS ***/

#head {
	position: relative;
  	height: 82px;
  	width: 1240px;
	background-image: url('/webtv/sumo/images/bg/top.png');
	background-repeat: no-repeat;
}

.black #head, #head.black {
	position: relative;
  	height: 82px;
  	width: 1240px;
	background-image: url('/webtv/sumo/images/bg/top_black.png');
	background-repeat: no-repeat;
}

#main {
	position: relative;
	height: 638px;
	width: 1240px;  
}

#navigation, #common {
	position: absolute;
	top: 17px;
	width: 222px;
	height: 604px;
	/*overflow: hidden;*/
}

#navigation h4, #common h4 {
	margin-bottom: 2px;
	position: relative;
}

#navigation {
	left: 30px;
}

#common {
	right: 30px;
}

#content {
	position: absolute;
	left: 279px;
	width: 682px;
	top: 0px;
	height: 621px;
	overflow: hidden;
}

#popup {
	position: absolute;
	top: 82px;
	left: 279px;
	width: 682px;
	height: 383px;
	z-index: 30;
}

#foot {
	height: 45px;
	width: 1240px;
}

.rightBox, .leftBox {
	margin-bottom: 23px;
	position: relative;
}

.rightBox.last, .leftBox.last {
	margin-bottom: 0px;
}

#relatedProgramsList{
	height: 400px;
}

#fadedBg {
	position:absolute;
	top:82px;
	left:0px;
	width:1240px;
	height:683px;
	background-color: #000000;
	z-index: 25;
}
.faded {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#centralSpinner {
	position: absolute;
	top: 250px;
	left: 607px;
	width: 26px;
	height: 26px;
	background-image: url('/webtv/sumo/images/spinnerBg.png');
}	

* html #centralSpinner {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/spinnerBg.png',sizingMethod='scale')
}

#centralSpinner img {
	width: 26px;
	height: 26px;	
}

.spinnerContainer {
	position: absolute;
	top: 36px;
	margin: auto 0;
	width: 100%;
	height: 26px;
	text-align: center;
	z-index: 30;
}

.spinnerBg {
	width: 26px;
	height: 26px;
	background-image: url('/webtv/sumo/images/spinnerBg.png');
}

* html .spinnerBg {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/spinnerBg.png',sizingMethod='scale')
}


/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.vscrollerbase, .vscrollerbar {
	width: 13px;
	top: 0px;
}

.vscrollerbar {
	left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 13px;
left: 0px;
}


.hscrollerbar {
	top: 0px;
}

.hscrollerbar {
	top: 0px !important;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
	padding: 14px;
/* z-index *MUST* be given, otherwise links will not be clickable
inside the div */
	z-index: 2;
}

.vscrollerbarbeg {
	width: 11px;
	height: 13px;
	margin-left: 1px;
	top: 0px;
}

.vscrollerbarend {
	width: 11px;
	margin-left: 1px;
	height: 13px;
}

.hscrollerbarbeg {
	height: 11px;
	margin-top: 1px;
	width: auto;
	left: 0;
}

.hscrollerbarend {
	height: 0px;
	width: 0px;
}

/* Following are OPTIONAL */

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 11px;
}

.hscrollerbaseend {
top: 0px;
height: 11px;
width: 11px;
}


.vscrollerbasebeg {
	top: 0px;
	width: 13px;
}

.vscrollerbaseend {
	height: 13px;
	width: 13px;

}
/*
.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(images/scrolljog.png) 50% 50%;
}
*/

/* Scroll Bar Master Styling Ends Here */

/* jQuery scroll bars */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #B6BAB3;
}
.jScrollPaneDrag {
	position: absolute;
	background: #9FA29F;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/webtv/sumo/images/front/arrowUp.gif') no-repeat 0 0;
	height: 13px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/webtv/sumo/images/front/arrowDown.gif') no-repeat 0 0;
	height: 13px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* HEAD */

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 82px;
}

#logo span, #mainMenuOld a span {
	display: none;
}


#mainMenu, #mainMenuOld  {
	position: absolute;
	top: 0px;
	left: 280px;
	height: 30px;
}

#mainMenu {
	left: 279px;
}

.black #mainMenu {
	left: 280px;
	top: 25px;
}

#mainMenuOld a {
	width: 135px;
	height: 30px;
	float: left;
	background-position: top left;
	display: inline;
}

#mainMenu a {
	display: inline;
	height: 32px;
}


/* 
  Black theme
*/

.black .dialog .stopButton {
	background-image: url('/webtv/sumo/images/player/close_black.png');
	left: 662px;
	top: -19px;
	height: 20px;
}

.black .simpleButton {
	background-image: none;	
	text-align:center;
}

.black a, .black a:link, .black a:visisted {
	color: #ffffff;
}

.black .mainMenuLeft {
	background-image: url('/webtv/sumo/images/mainMenu/black/l.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	cursor: pointer;
}
.black .mainMenuRight {
	background-image: url('/webtv/sumo/images/mainMenu/black/r.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 6px;
	height: 32px;
	cursor: pointer;
}


.black li:hover .mainMenuLeft {
	background-image: url('/webtv/sumo/images/mainMenu/black/l-over.png');
}
.black .selected .mainMenuLeft {
	background-image: url('/webtv/sumo/images/mainMenu/black/l-selected.png');
}


.black li:hover .mainMenuRight {
	background-image: url('/webtv/sumo/images/mainMenu/black/r-over.png');
}
.black .selected .mainMenuRight {
	background-image: url('/webtv/sumo/images/mainMenu/black/r-selected.png');
}
.black .mainMenuEnd {
	background-image: url('/webtv/sumo/images/mainMenu/black/r-end.png');
}



.black #mainMenu li {
	background-image: url('/webtv/sumo/images/mainMenu/black/m.png');
	background-repeat: repeat-x;
	position: relative;
	text-align: center;
}

.black #mainMenu li.selected {
	background-image: url('/webtv/sumo/images/mainMenu/black/m-selected.png');
}

.black #mainMenu li:hover {
	background-image: url('/webtv/sumo/images/mainMenu/black/m-over.png');
}

.black #mmFront {
	width: 98px;
}
.black #mmLive {
	width: 87px;
}
.black #mmNews {
	width: 102px;
}
.black #mmFacts {
	width: 80px;
}
.black #mmEntertainment {
	width: 140px;
}
.black #mmSport {
	width: 91px;
}
.black #mmSitemap {
	width: 82px;
}



.black #mainMenu #mmFront .mainMenuText {
	width: 69px;
	background-image: url('/webtv/sumo/images/mainMenu/black/frontpage-t.png');
}
.black #mainMenu #mmFront.selected .mainMenuText {
	background-image: url('/webtv/sumo/images/mainMenu/black/frontpage-t-selected.png');
}
.black #mainMenu #mmFront:hover .mainMenuText {
	background-image: url('/webtv/sumo/images/mainMenu/black/frontpage-t-over.png');
}


.black #mainMenu #mmLive .mainMenuText {
	width: 61px;
	background-image: url('/webtv/sumo/images/mainMenu/black/live-t.png');
}
.black #mainMenu #mmLive.selected .mainMenuText {
	background-image: url('/webtv/sumo/images/mainMenu/black/live-t-selected.png');
}
.black #mainMenu #mmLive:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/black/live-t-over.png');
}


.black #mainMenu #mmEntertainment .mainMenuText {
	width: 115px;
	background-image: url('/webtv/sumo/images/mainMenu/black/entertainment-t.png');
}
.black #mainMenu #mmEntertainment.selected .mainMenuText {
	background-image: url('/webtv/sumo/images/mainMenu/black/entertainment-t-selected.png');
}
.black #mainMenu #mmEntertainment:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/black/entertainment-t-over.png');
}


.black #mainMenu #mmNews .mainMenuText {
	width: 72px;
	background-image: url('/webtv/sumo/images/mainMenu/black/news-t.png');
}
.black #mainMenu #mmNews.selected .mainMenuText {
	background-image: url('/webtv/sumo/images/mainMenu/black/news-t-selected.png');
}
.black #mainMenu #mmNews:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/black/news-t-over.png');
}


.black #mainMenu #mmSport .mainMenuText {
	width: 67px;
	background-image: url('/webtv/sumo/images/mainMenu/black/sport-t.png');
}
.black #mainMenu #mmFacts .mainMenuText {
	width: 47px;
	background-image: url('/webtv/sumo/images/mainMenu/black/facts-t.png');
}
.black #mainMenu #mmSport.selected .mainMenuText {
	background-image: url('/webtv/sumo/images/mainMenu/black/sport-t-selected.png');
}
.black #mainMenu #mmSport:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/black/sport-t-over.png');
}


.black #mainMenu #mmSitemap .mainMenuText {
	width: 48px;
	background-image: url('/webtv/sumo/images/mainMenu/black/atoz-t.png');
}
.black #mainMenu #mmSitemap.selected .mainMenuText {
	background-image: url('/webtv/sumo/images/mainMenu/black/atoz-t-selected.png');
}
.black #mainMenu #mmSitemap:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/black/atoz-t-over.png');
}

.black #mainMenu #mmFacts.selected .mainMenuText {
	background-image: url('/webtv/sumo/images/mainMenu/black/facts-t-selected.png');
}
.black #mainMenu #mmFacts:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/black/facts-t-over.png');
}


/* 
  Default theme
*/
.mainMenuLeft {
	background-image: url('/webtv/sumo/images/mainMenu/l.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	cursor: pointer;
}
.mainMenuRight {
	background-image: url('/webtv/sumo/images/mainMenu/r.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 6px;
	height: 32px;
	cursor: pointer;
}

.mainMenuEnd {
	background-image: url('/webtv/sumo/images/mainMenu/r-end.png');
}

.selected .mainMenuLeft, li:hover .mainMenuLeft {
	background-image: url('/webtv/sumo/images/mainMenu/l-selected.png');
}
.selected .mainMenuRight, .selected .mainMenuEnd, li:hover .mainMenuRight, li:hover .mainMenuEnd {
	background-image: url('/webtv/sumo/images/mainMenu/r-selected.png');
}

.mainMenuText {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}

#mainMenu li {
	background-image: url('/webtv/sumo/images/mainMenu/m.png');
	background-repeat: repeat-x;
	position: relative;
	text-align: center;
}

#mainMenu li.selected, #mainMenu li:hover {
	background-image: url('/webtv/sumo/images/mainMenu/m-selected.png');
}

#mainMenu #mmFront {
	width: 98px;
}
#mainMenu #mmLive {
	width: 87px;
}
#mainMenu #mmEntertainment {
	width: 142px;
}
#mainMenu #mmNews {
	width: 102px;
}
#mainMenu #mmSport {
	width: 91px;
}
#mainMenu #mmFacts {
	width: 78px;
}
#mainMenu #mmSitemap {
	width: 84px;
}

#mainMenu #mmFreestuff {
	width: 80px;
	display:none;
}




/*
Default theme
*/

#mmFront .mainMenuText {
	width: 61px;
	background-image: url('/webtv/sumo/images/mainMenu/frontpage-t.png');
}
#mmLive .mainMenuText {
	width: 52px;
	background-image: url('/webtv/sumo/images/mainMenu/live-t.png');
}
#mmEntertainment .mainMenuText {
	width: 107px;
	background-image: url('/webtv/sumo/images/mainMenu/entertainment-t.png');
}
#mmNews .mainMenuText {
	width: 65px;
	background-image: url('/webtv/sumo/images/mainMenu/news-t.png');
}
#mmSport .mainMenuText {
	width: 57px;
	background-image: url('/webtv/sumo/images/mainMenu/sport-t.png');
}
#mmFacts .mainMenuText {
	width: 39px;
	background-image: url('/webtv/sumo/images/mainMenu/facts-t.png');
}
#mmFreestuff .mainMenuText {
	width: 63px;
	background-image: url('/webtv/sumo/images/mainMenu/free-t.png');
	background-position: center;
	background-repeat: no-repeat;
}
#mmSitemap .mainMenuText {
	width: 41px;
	background-image: url('/webtv/sumo/images/mainMenu/atoz-t.png');
}




#mmFront.selected .mainMenuText, #mmFront:hover .mainMenuText {
	background-image: url('/webtv/sumo/images/mainMenu/frontpage-t-over.png');
}
#mmLive.selected .mainMenuText, #mmLive:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/live-t-over.png');
}
#mmEntertainment.selected .mainMenuText, #mmEntertainment:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/entertainment-t-over.png');
}
#mmNews.selected .mainMenuText, #mmNews:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/news-t-over.png');
}
#mmSport.selected .mainMenuText, #mmSport:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/sport-t-over.png');
}
#mmFacts.selected .mainMenuText, #mmFacts:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/facts-t-over.png');
}
#mmFreestuff.selected .mainMenuText, #mmFreestuff:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/free-t-over.png');
}
#mmSitemap.selected .mainMenuText, #mmSitemap:hover .mainMenuText  {
	background-image: url('/webtv/sumo/images/mainMenu/atoz-t-over.png');
}


.mainMenuText span {
	display: none;
} 

#mainMenuOld .selected {
	background-position: top right;
}

/*
#mainMenu .selected:hover {
	background-position: top left;
}
*/

#mainMenuOld #mmLive {
	width: 136px;
	background-image: url('/webtv/sumo/images/mainMenu/live-d.png');
}
#mainMenuOld #mmEntertainment {
	background-image: url('/webtv/sumo/images/mainMenu/entertainment-d.png');
}
#mainMenuOld #mmNews {
	background-image: url('/webtv/sumo/images/mainMenu/news-d.png');
}
#mainMenuOld #mmSport {
	background-image: url('/webtv/sumo/images/mainMenu/sport-d.png');
}
#mainMenuOld #mmFacts {
	background-image: url('/webtv/sumo/images/mainMenu/facts-d.png');
	width: 141px;
}

#customerMenu {
	position: absolute;
	top: 4px;
	right: 4px;
}

.black #head #customerMenu, #head.black #customerMenu {
	color: #989898;
	top: 1px;
	right: 13px;
}

#customerMenu li {
	padding: 4px;
}

#customerMenuEmailWarning {
	color: red;
}
#mainMenu li, #mainMenuOld li, #customerMenu li {
	float: left;
}

#search {
	display: none;
}

#head a {
	color: black;
}

.black #head a, #head.black a {
	color: #989898;
	font-family: arial;
	font-size: 12px;
}



/* LEFT */

#magHead {
	height: 53px;
	margin-bottom: 18px;
	position: relative;
}

.subPlayerTitle {
	position: absolute;
	top: -21px;
	left: 55px;
}

.subPlayerTitle2 {
	position: absolute;
	left: 88px;
	top: -21px;
}


#leftTab {
	position: relative;
}

#magLogo {
	display: block;
}

#selectedContent a, #links a, #links h5 {
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	/*border-bottom: 1px solid #C0C0C0;*/
}
/*
#selectedContent a {
	font-weight: bold;
}
*/
#links p {
	margin: 0px;
	padding-bottom: 4px;
}

#links p a {
	display: inline;
}
	
#selectedContent a img {
	width: 244px;
	height: 51px;
	display: block;
	position: relative;
	left: -12px;
}

#selectedContent .icebergHeadingFirst {
	padding-top: 0px;
	border-bottom: none;
}

#selectedContent .icebergHeading {
	border-bottom: none;
	padding-top: 6px;
}

#selectedContent .playImg {
	width: 13px;
	height: 9px;
	background-image: url('/webtv/sumo/images/list-play.png');
	float: left;
	margin-top: 2px;
	margin-right: 6px;
	font-size: 1px;
}

* html #selectedContent .playImg {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/list-play.png',sizingMethod='scale')
}

.breadcrumbs {
	top: 0px;
	width: 249px;
	padding-top: 17px;
	padding-left: 30px;
	left: -30px;
}
.dialogMenu {
	top: -7px;
	padding-left: 10px;
}
.subscriptionMenu {
	top: -4px;
	left: -8px;
}
.subscriptionMenu a{
	text-decoration:none !important;
}
.tabbedMenuC {
	position: relative;
	height: 24px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}

.dark .tabbedMenuC {
	border-bottom-color: #5c5c5c;
}

.light .tabbedMenuC, .dialog .tabbedMenuC {
	border-bottom-color: #CACACA;
}

.tab a:hover {
	text-decoration: none;
}

.tabbedMenuC .tab {
	float: left;
	height: 24px;
	font-size: 11px;
}
.tabbedMenuC .tab .title {
	float: left;
	padding-top: 4px;
	padding-left: 8px;
	height: 19px;
	border-top: 1px solid #CACACA;
	background-color: #EDEDE7;
}
.dark #main .tabbedMenuC .tab .title {
	border-top: 0px;
	height: 20px;
	background-color: transparent;
	background-image: url('/webtv/sumo/images/tab-mid-dark.png');
	background-repeat: repeat-x;
}
* html .dark #main .tabbedMenuC .tab .title {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-mid-dark.png',sizingMethod='scale');
}


.tabbedMenuC .tab .titleSelected {
	float: left;
	height: 19px;
	padding-top: 4px;
	padding-left: 8px;
	border-top: 1px solid #CACACA;
	background-color: #F5F5F2;
}

.dark #main .tabbedMenuC .tab .titleSelected {
	background-color: transparent;
	border-top: 0px;
	height: 20px;
	background-image: url('/webtv/sumo/images/tab-mid-dark-sel.png');
	background-repeat: repeat-x;
}
* html .dark #main .tabbedMenuC .tab .titleSelected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-mid-dark-sel.png',sizingMethod='scale');
}

.tabbedMenuC .tab .titleSelected {
	max-width: 135px;
	overflow: hidden;
	white-space: nowrap;
}

.tabbedMenuC.four .tab .titleSelected {
	max-width: 80px;
	overflow: hidden;
	white-space: nowrap;
}

* html #breadcrumbTitle4 {
	width: expression(($('breadcrumbTitle4').offsetWidth > 80? '80px' : 'auto'));
}

.tabbedMenuC .tab1 {
	position: absolute;
	left: 15px;
}
.tabbedMenuC .tab1 .title {
	width: 32px;
	overflow: hidden;
	white-space: nowrap;
}
.tabbedMenuC .tab2 {
	position: absolute;
	left: 55px;
}
.tabbedMenuC .tab2 .title {
	width: 42px;
	overflow: hidden;
	white-space: nowrap;
}
.tabbedMenuC .tab3 {
	position: absolute;
	left: 105px;
}
.tabbedMenuC .tab3 .title {
	width: 42px;
	overflow: hidden;
	white-space: nowrap;
}

/* Fix for wrap problem on long names */
*html .tabbedMenuC .tab3 {
	width: 160px;
}
* html .tabbedMenuC .tab3 .titleSelected {
	width: expression(this.offsetWidth > 130 ? "130px" : 'auto');
	overflow: hidden;
	white-space: nowrap;
}

.tabbedMenuC .tab4 {
	position: absolute;
	left: 155px;
	width: 110px;
}
.tabbedMenuC .tab .left {
	float: left;
	background-image: url('/webtv/sumo/images/tab-left.png');
	width: 10px;
	height: 24px;
	z-index: 10;
}
* html .tabbedMenuC .tab .left {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-left.png',sizingMethod='scale');
}
.tabbedMenuC .tab1 .left {
	background-image: url('/webtv/sumo/images/tab-left-first.png');
}
* html .tabbedMenuC .tab1 .left {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-left-first.png',sizingMethod='scale');
}
.dark #main .tabbedMenuC .tab .left {
	background-image: url('/webtv/sumo/images/tab-left-dark.png');
}
* html .dark #main .tabbedMenuC .tab .left {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-left-dark.png',sizingMethod='scale');
}
.dark #main .tabbedMenuC .tab1 .left {
	background-image: url('/webtv/sumo/images/tab-left-dark-first.png');
}
* html .dark #main .tabbedMenuC .tab1 .left {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-left-dark-first.png',sizingMethod='scale');
}

.tabbedMenuC .tab .right {
	float: left;
	background-image: url('/webtv/sumo/images/tab-right.png');
	width: 9px;
	height: 24px;
	z-index: 10;
}
* html .tabbedMenuC .tab .right {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-right.png',sizingMethod='scale');
}
.dark #main .tabbedMenuC .tab .right {
	background-image: url('/webtv/sumo/images/tab-right-dark.png');
}
* html .dark #main .tabbedMenuC .tab .right {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-right-dark.png',sizingMethod='scale');
}

.tabbedMenuC .tab .leftSelected {
	float: left;
	background-image: url('/webtv/sumo/images/tab-left-sel.png');
	width: 10px;
	height: 24px;
	z-index: 10;
}
* html .tabbedMenuC .tab .leftSelected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-left-sel.png',sizingMethod='scale');
}
.tabbedMenuC .tab1 .leftSelected {
	background-image: url('/webtv/sumo/images/tab-left-first-sel.png');
}
* html .tabbedMenuC .tab1 .leftSelected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-left-first-sel.png',sizingMethod='scale');
}
.dark #main .tabbedMenuC .tab .leftSelected {
	background-image: url('/webtv/sumo/images/tab-left-dark-sel.png');
}
* html .dark #main .tabbedMenuC .tab .leftSelected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-left-dark-sel.png',sizingMethod='scale');
}
.dark #main .tabbedMenuC .tab1 .leftSelected {
	background-image: url('/webtv/sumo/images/tab-left-dark-first-sel.png');
}
* html .dark #main .tabbedMenuC .tab1 .leftSelected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-left-dark-first-sel.png',sizingMethod='scale');
}
.tabbedMenuC .tab .rightSelected {
	float: left;
	background-image: url('/webtv/sumo/images/tab-right-sel.png');
	width: 9px;
	height: 24px;
	z-index: 10;
}
* html .tabbedMenuC .tab .rightSelected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-right-sel.png',sizingMethod='scale');
}
.dark #main .tabbedMenuC .tab .rightSelected {
	background-image: url('/webtv/sumo/images/tab-right-dark-sel.png');
}
* html .dark #main .tabbedMenuC .tab .rightSelected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/tab-right-dark-sel.png',sizingMethod='scale');
}

#showLogo {
	width: 222px;
	height: 35px;
}

#showLogo img {
	width: 222px;
	height: 35px;
}


/* MID */

#startVideoMessage {
	position: absolute;
	top: 260px;
	left: 178px;
	width: 325px;
	text-align: center;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
}
#startVideoMessage .startBt {
	margin-top: 10px;
	width: 116px;
	height: 37px;
	background-image: url('/webtv/sumo/images/popup/start.png');
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
* html #startVideoMessage .startBt {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/popup/start.png',sizingMethod='scale')
}

#metaArea {
	position: absolute;
	top: 464px;
	left: 279px;
	width: 682px;
	height: 96px;
	overflow: auto;
	z-index: 10;
	font-family: arial, sans-serif;
}

#metaContent {
	padding-top: 10px;
}

#metaArea h3 {
	font-size: 14px;
	margin-bottom: 4px;
}

h6 {
	font-size: 11px;
}

#metaArea .pngTextImg {
	margin-top: 2px;
	margin-bottom: 2px;
}

#metaArea .dimmed {
	font-weight: normal;
}

.metaDate {
	float: right;	
}

.metaVote {
	font-size: 12px;
	margin-bottom: 2px;
}

.metaBody {
	font-size: 14px;
}

#contentGallery, .midBottom1 {
	position: absolute;
	top: 406px;
	left: 0px;
	width: 682px;
	height: 216px;
	overflow: hidden;
}

.galleryTab, #galleryIframe {
	overflow: hidden;
	height: 191px;
	width: 682px;
	top: 0px;
	left: 0px;
	position: relative;
}

#contentGallery .jScrollPaneContainer {
	height: 191px;
}

#galleryIframe {
	position: absolute;
	top: 24px;
	overflow: hidden;
}

.galleryTab iframe {
	height: 170px;
	width: 682px;
}

.galleryTab.three {
	overflow: hidden;
	height: 217px;
	width: 690px;
}

.half .galleryTab, #contentGallery.half .jScrollPaneContainer {
	height: 94px;
}

.half .galleryTab.three {
	height: 126px;
}

.galleryItem, .galleryImg, .galleryMask, .galleryItemOverlay {
	width: 162px;
	height: 91px;
}

.three .galleryItem, .three .galleryImg , .three .galleryMask, .three .galleryItemOverlay {
	width: 221px;
	height: 124px;
}

.galleryItem {
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	border: 1px solid black;
	display: inline; /* IE hack */
	position: relative;
	overflow: hidden;
}

.three .galleryItem {
	float: left;
	margin-right: 6px;
	margin-bottom: 0px;
	border: 1px solid black;
	display: inline; /* IE hack */
	position: relative;
	overflow: hidden;
}

.galleryItem.right {
	margin-right: 0px;
}

.three .galleryItem.right {
	margin-left: 1px;
}

.galleryImg {
	top: 0px;
	left: 0px;
}

.galleryBlind {
	display: block;
	position: absolute;
	top: 64px;
	left: 0px;
}

.three .galleryBlind {
	top: 95px;
}

.galleryMask {
	display: block;
	background-color: black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
}

.galleryItemContent {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 4;
	width: 148px;
	height: 71px;
	padding: 7px;
	padding-top: 6px;
	text-decoration: none;
	cursor: pointer;
}

.three .galleryItemContent {
	padding: 12px;
	padding-top: 6px;
	width: 197px;
	height: 107px;
	line-height: 16px;
}

#galleryTabTitles {
	height: 24px;
}
#galleryTabTitles h4 {
	width: 85px;
	overflow: hidden;
	height: 23px;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 1px;
	margin-right: 2px;
	float: left;
}

h4#tabCollapse {
	width: 25px;
	height: 23px;
	background-image: url('/webtv/sumo/images/metaCollapse.png');
	float: right;
	cursor: pointer;
	display: none;
	margin-right: 0px;
}
* html h4#tabCollapse {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/metaCollapse.png',sizingMethod='scale')
}

#tabCollapse.hover {
	background-image: url('/webtv/sumo/images/metaCollapseHover.png');
}
* html #tabCollapse.hover {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/metaCollapseHover.png',sizingMethod='scale')
}

.half #tabCollapse {
	display: block;	
}

#galleryTabTitles span {
	display: block;
	width: 85px;
	height: 23px;
	background-image: url('/webtv/sumo/images/galleryTab.png');
	text-align: center;
}
* html #galleryTabTitles span {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/galleryTab.png',sizingMethod='scale')
}

.light #galleryTabTitles span {
	background-image: url('/webtv/sumo/images/galleryTab-l.png');
}
* html .light #galleryTabTitles span {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/galleryTab-l.png',sizingMethod='scale')
}

#galleryTabTitles .hover span {
	background-image: url('/webtv/sumo/images/galleryTabHover.png');
}
* html #galleryTabTitles .hover span {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/galleryTabHover.png',sizingMethod='scale')
}

.light #galleryTabTitles .hover span {
	background-image: url('/webtv/sumo/images/galleryTabHover-l.png');
}
* html .light #galleryTabTitles .hover span {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/galleryTabHover-l.png',sizingMethod='scale')
}

#galleryTabTitles a {
	position: relative; 
	z-index: 1;
	top: 5px;
}
	

#galleryTabTitles h4.selected span {
	background-image: url('/webtv/sumo/images/galleryTabSel.png');
}
* html #galleryTabTitles h4.selected span {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/galleryTabSel.png',sizingMethod='scale')
}
.light #galleryTabTitles h4.selected span {
	background-image: url('/webtv/sumo/images/galleryTabSel-l.png');
}
* html .light #galleryTabTitles h4.selected span {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/galleryTabSel-l.png',sizingMethod='scale')
}


#galleryTab {
	clear: both;
}	

#contentGallery a:hover {
	text-decoration: none;
}

.galleryTitle {
	display: block;
	margin-bottom: 3px;
}

/* BOTTOM LINE */
.midBottom {
	height: 75px;
	width: 682px;
	position: absolute;
	top: 546px;
	left: 0px;
	clear: both;
}

#bottomLineHeader {
	width: 654px;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 1px;
	left: 15px;
	z-index: 5;
}

.midBottom h4 {
	width: 1310px;
	height: 18px;
}

.midBottom h4 img {
	float: left;
}

#bottomBorderDummy {
	width: 650px;
	height: 18px;
	float: left;
	font-size: 1px;
	background-image: url('/webtv/sumo/images/bunnlinje-ramme.png');
	background-repeat: repeat-x;
	margin-left: 2px;
}

#bottomDummy {
	font-size: 1px;
	height: 10px;
}

.midBottom .leadtext {
	padding: 12px 15px 12px 15px;
	position: relative; 
	z-index: 1;
}

.midBottom .leadtext a {
	text-decoration: underline;
}

.midBottom ul, .midBottom .message {
	height: 65px;
	width: 682px;
	display: block;
	z-index: 1;
}

.midBottom li {
	float: left;
	margin-top: 11px;
	margin-left: 8px;
	display: inline;
	width: 75px;
	height: 45px;
	background-image: url('/webtv/sumo/images/bunnlinje-boks.png');
}
* html .midBottom li {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bunnlinje-boks.png',sizingMethod='scale');
}


.midBottom li.first {
	margin-left: 14px;
}

.bottomLineItem {
	position: relative; 
	z-index: 1;
	left: 2px;
	top: 2px;
}

.bottomLineItem img {
	border: 0px;
	width: 69px;
	height: 39px;
}


/* MAIN SLIDESHOW */

.rotator {
	position: relative;
	overflow: hidden;
	margin-left: 1px;
}

.rotator, .rotatorItem, .rotatorImage {
	width: 680px;
	height: 383px;
}

.rotatorItem, .rotatorImage {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.rotatorItem, .rotatorText {
	display: block;
}

.rotatorTextContainer {
	position: absolute;
	top: 282px;
	left: 0px;
	width: 680px;
	height: 101px;
	display: block;
	font-size: 10px;
}

.rotatorText {
	width: 680px;
	height: 101px;
	background-image: url('/webtv/sumo/images/bakgrunn-karusell.png');
	cursor: pointer;
}
* html .rotatorText {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bakgrunn-karusell.png',sizingMethod='scale');
}

.rotatorPlay {
	position: absolute;
	top: 282px;
	right: 20px;
	width: 138px;
	height: 71px;
	display: block;
	z-index: 1;
	background-image: url('/webtv/sumo/images/seprogrammet.png');
}
* html .rotatorPlay {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/seprogrammet.png',sizingMethod='scale');
}

.rotatorTitleImg {
	margin-left: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	cursor: pointer;
	padding: 0px;
}

.rotatorTextImg {
	margin-left: 14px;
	margin-top: 2px;
	cursor: pointer;
	padding: 0px;
}

.rotatorItemImg {
	display: block;
	margin-bottom: 3px;
	margin-left: 1px;
}

.rotatorNavigator {
	position: absolute;
	right: 0px;
	padding-right: 10px;
	padding-left: 20px;
	bottom: -1px;
	height: 30px;	
	z-index: 10;
	background-image: url('/webtv/images/pixel.gif')
}

.rotatorButton {
	width: 20px;
	height: 30px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.rotatorNavigator .separated {
	background-image: url('/webtv/sumo/images/bakgrunn-tall-n.png');
}
* html .rotatorNavigator .separated {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bakgrunn-tall-n.png',sizingMethod='scale');
}
.rotatorNavigator .selected {
	background-image: url('/webtv/sumo/images/bakgrunn-tall-h.png');
}
* html .rotatorNavigator .selected {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bakgrunn-tall-h.png',sizingMethod='scale');
}

.rotatorButtonImg {
	margin-top: 1px;
	cursor: pointer;
}

.rotatorListContainer {
	position: absolute;
	left: 468px;
	top: 13px;
	height: 187px;
	width: 200px;
	overflow: hidden;
}

.rotatorList {
	height: 187px;
	width: 200px;
	overflow: hidden;
	background-image: url('/webtv/sumo/images/bakgrunn-minimeny.png');
}
* html .rotatorList {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bakgrunn-minimeny.png',sizingMethod='scale');
}

.rotatorList ul {
	margin: 0px;
	padding: 0px;
	height: 143px;
	overflow: hidden;
}

.rotatorList li {
	width: 178px;
	height: 29px;
	overflow: hidden;
	margin: 0px 0px 0px 11px;
}
* html .rotatorList li {
	margin-top: -1px;
}

.rotatorList li.selected {
	background-image: url('/webtv/sumo/images/bakgrunn-minimenypunkt.png');
}
* html .rotatorList li.selected {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bakgrunn-minimenypunkt.png',sizingMethod='scale');
}

.rotatorList a {
	display: block;
	position: relative;
	z-index: 1;
}

.rotatorList .selected a {
	width: 166px;
	margin-left: 5px;
	overflow: hidden;
}

.rotatorList h4 {
	width: 178px;
	height: 29px;
	overflow: hidden;
	padding: 6px 2px 0px 11px;
	margin: 0px;
}

.rotatorList .border {
	-moz-opacity: 0.15;
	opacity: 0.15;
	filter: alpha(opacity=15);
	background-color: white;
	display: none;
}

.rotatorList .separated .border, #rotatorList-1.separated {
	display: block;
}


/* RIGHT */

h6.adHeader {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
}

#common .ad {
	height: 88px;
}

#favourites {
	height: 226px;
}

.contentListing {
	overflow: auto;
	position: relative;
	height: 135px;
}

.contentList {
	height: 112px;
	width: 222px;
	overflow: auto;
}

.contentListing .title {
	/*border-bottom: black 1px solid;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

#common .links {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 23px;
}

.simpleButton {
	background-image: url('/webtv/sumo/images/knapp.png');
	height: 15px;
	width: 206px;
	padding: 4px 8px 4px 8px;
}

.light .simpleButton {
	background-image: url('/webtv/sumo/images/knapp_m3.png');
}

.simpleButton a {
	position: relative;
	z-index: 1;
}

* html .simpleButton {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/knapp.png',sizingMethod='scale');
}
* html .light .simpleButton {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/knapp_m3.png',sizingMethod='scale');
}


/************ FREE PROGRAMS And CATEGORIES *************************/

.freeProgramImg {
	padding-right:20px;
	background-image: url("/webtv/sumo/images/details/gratis_program.png");
	background-repeat: no-repeat;
	background-position: right;
}


#programArchive .freeProgramImg{
	padding-right: 1px;
	background-position: left;

}
.freeCategoryImg{
	
	background-image: url("/webtv/sumo/images/details/gratis_kategori.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left:30px;
}
.freeCategoryImgRight{
	
	background-image: url("/webtv/sumo/images/details/gratis_kategori.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right:25px;
}
.freeCategoryImgRight{	
	background-image: url("/webtv/sumo/images/details/gratis_kategori.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right:25px;
}

.freeGalleryImg {
	position :absolute;
	top: 1px;	
	right: 1px;
	width: 221px;
	height: 124px;
	z-index: 1;	
}

.freeSubtreeHeaderImg {
	position: absolute;
	top: 14px;	
	right: 60px;
}


.freeSmallGalleryImg{
	position :absolute;
	top: 1px;	
	right: 1px;
	width: 162px;
	height: 92px;
	border: 0px none;
	z-index: 1;	
}

 .freeRotatorImg{
	left:0px;
	position:absolute;
	top:10px;
	width:100px;
	background-image: url("/webtv/sumo/images/details/gratis_karusell.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right:25px;
	z-index: 100;
	
	
 }
 
 
.freeRotatorImg2 {
	cursor:pointer;
	left:0px;
	position:absolute;
	top:0px;
	height:383px;
	width:680px;
}
 
 



/* VIDEO */

#drmObject {
	width: 0px;
	height: 0px;
}

/* MC test */

#video99 {
	width: 1px; 
	height: 1px;
}

.videoPanel, .videoPlayerObject {
	width: 682px;
	height: 424px;
}

.videoPanel {
	position: absolute;
	top: 42px;
	left: 279px;
	z-index: 20;
	display: none;
}

.videoPanel .ad, .videoPanel .bg, .videoObject {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 680px;
	height: 383px;
	border-color: #2f3d20;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

.videoObject {
	left: 1px;
	height: 382px;
}

* html .videoObject {
	left: 0px;
	height: 383px;
}

.silverlightObject {
	width: 680px;
	height: 382px;
}

.upgradeMessage {
	height: 16px;
	padding-top: 2px;
	position: absolute;
	top: 405px;
	width: 680px;
	left: 1px;
	background-color: #dfdfdf;
	color: black;
	text-align: center;
}

.upgradeMessage a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

.videoObject.controlsBuiltIn {
	top: 0px;
	left: 1px;
	height: 423px;
	background-color: black;
}

.upgradeable .videoObject.controlsBuiltIn {
	height: 405px;
}


.videoPanel .ad, .videoPanel .bg {
	display: none;
	overflow: hidden;
}

.videoPanel.dummy .bg {
	display: block;
}

.videoPanel .ad {
	z-index: 10;
	background-repeat: no-repeat;
	background-position: top center;
}

.videoControls {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 682px;
	height: 40px;
	background-image: url('/webtv/sumo/images/player/controlsBg.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

.controlsBuiltIn .videoControls {
	overflow: visible;
}


/* Video buttons */

.videoButton {
	display: block;
	height: 40px;
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top left;
}

.videoButton:hover {
	background-position: top right;
}

.videoButton span {
	display: none;	
}

.prevButton {
	left: 11px;
	width: 20px;
	background-image: url('/webtv/sumo/images/player/skipBack.png');
}

.playButton, .pauseButton {
	left: 31px;
	width: 28px;
}
.playButton {
	background-image: url('/webtv/sumo/images/player/play.png');
}
.pauseButton {
	background-image: url('/webtv/sumo/images/player/pause.png');
}

.nextButton {
	left: 59px;
	width: 20px;
	background-image: url('/webtv/sumo/images/player/skipForward.png');
}

.volDownButton {
	left: 523px;
	width: 25px;
	background-image: url('/webtv/sumo/images/player/volumeDown.png');
}

.soundButton, .muteButton {
	left: 548px;
	width:22px;
}
.soundButton {
	background-image: url('/webtv/sumo/images/player/sound.png');
}
.muteButton {
	background-image: url('/webtv/sumo/images/player/mute.png');
}

.volUpButton {
	left: 570px;
	width: 25px;
	background-image: url('/webtv/sumo/images/player/volumeUp.png');
}

.fullscreenButton {
	left: 601px;
	width: 28px;
	background-image: url('/webtv/sumo/images/player/fullScreen.png');
}


.toolsButton {
	left: 629px;
	width: 22px;
	background-image: url('/webtv/sumo/images/player/tools.png');
}

.stopButton {
	left: 651px;
	width: 20px;
	background-image: url('/webtv/sumo/images/player/close.png');
}

.controlsBuiltIn .stopButton {
	left: 682px;
	width: 40px;
	background-image: url('/webtv/sumo/images/player/closeNonIe.png');
}

.switchToButton, .hideSelectorButton, .miniMaxiButton {
	display: none;
}

.playerTime, .slider, .playerStatus {
	position: absolute;
	top: 0px;
	height: 40px;
	color: #797979;
}

.playerTime {
	left: 85px;
	width: 34px;
	font-size: 10px;
	text-align: center;
}

.timeElapsed {
	display: block;
	padding-top: 7px;
}

.timeSeparator {
	display: none;
}

.duration {
	display: block;
}

.live .timeElapsed {
	padding-top: 14px;
}

.live.buffering .timeElapsed {
	padding-top: 7px;
}

.live .duration, .live .slider {
	display: none;	
}

.live.buffering .duration {
	display: block;
}


.slider, .playerStatus {
	left: 119px;
}

.slider {
	background-image: url('/webtv/sumo/images/player/sliderBg.png');
	cursor: pointer;
	width: 404px;
	font-size: 1px;
}

.playerStatus {
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	width: 404px;
	background-image: url('/webtv/sumo/images/player/messageBg.png');
	display: none;
	line-height: 40px;
}

.statusMsg .playerStatus {
	display: block;
}

.statusMsg .slider {
	display: none;
}

.progressBar {
	position: absolute;
	top: 19px;
	left: 0px;
	height: 5px;
	width: 0px;
	background-image: url('/webtv/sumo/images/player/progress.png');
	font-size: 1px;
}

.sliderButton {
	position: absolute;
	top: 17px;
	left: 0px;
	width: 18px;
	height: 9px;
	background-image: url('/webtv/sumo/images/player/blimp-24.png');
	cursor: w-resize;
	font-size: 1px;
}

* html .sliderButton {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/blimp-24.png',sizingMethod='scale')
}


/* MINI PLAYERS */

.videoPanel.mini {
	position: relative;
	width: 224px;
	height: 104px;
	top: 0px;
	left: 0px;
	display: block;
	background-image: url('/webtv/sumo/images/player/miniBg.png');
	background-repeat: no-repeat;
	background-position: top left;

}

.videoPanel.minisilverlight {
	width: 224px;
	height: 126px;
	background-image: none;
}

* html .videoPanel.mini {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/miniBg.png',sizingMethod='scale');
}

.videoPanel.mini .bg img {
	width: 180px;
	height: 102px;
	cursor: pointer;
	display: block;
}

.videoPanel.mini .ad, .videoPanel.mini .bg, .videoPanel.mini .videoObject {
	top: 1px;
	left: 1px;
	width: 180px;
	height: 102px;
	border: 0px;
}


.videoPanel.mini .silverlightObject {
	width: 224px;
	height: 126px;
}

.videoPanel.mini .videoControls {
	top: 0px;
	left: 181px;
	width: 43px;
	height: 104px;
	position: absolute;
	background-image: none;
}

.mini div, .mini .statusMsg .playerStatus, .mini .statusMsg .slider, .mini .live.buffering .duration  {
	/*display: none;*/
}

.mini .videoButton {
	width: 43px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	display: none;
}

.mini .playButton, .mini .pauseButton {
	display: block;
	top: 0px;
	height: 36px;

}
.mini .playButton {
	background-image: url('/webtv/sumo/images/player/playMini.png');
}
.mini .pauseButton {
	background-image: url('/webtv/sumo/images/player/stopMini.png');
}

* html .mini .playButton {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/playMini.png',sizingMethod='scale');
}
* html .mini .pauseButton {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/stopMini.png',sizingMethod='scale');
}

.mini .playButton:hover {
	background-image: url('/webtv/sumo/images/player/playMini-over.png');
}
.mini .pauseButton:hover {
	background-image: url('/webtv/sumo/images/player/stopMini-over.png');
}
* html .mini .playButton:hover {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/playMini-over.png',sizingMethod='scale');
}
* html .mini .pauseButton:hover {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/stopMini-over.png',sizingMethod='scale');
}

.mini .soundButton, .mini .muteButton {
	display: block;
	top: 36px;
	height: 31px;
}
.mini .soundButton {
	background-image: url('/webtv/sumo/images/player/soundMini.png');
}
.mini .muteButton {
	background-image: url('/webtv/sumo/images/player/muteMini.png');
}
* html .mini .soundButton {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/soundMini.png',sizingMethod='scale');
}
* html .mini .muteButton {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/muteMini.png',sizingMethod='scale');
}
.mini .soundButton:hover {
	background-image: url('/webtv/sumo/images/player/soundMini-over.png');
}
.mini .muteButton:hover {
	background-image: url('/webtv/sumo/images/player/muteMini-over.png');
}
* html .mini .soundButton:hover {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/soundMini-over.png',sizingMethod='scale');
}
* html .mini .muteButton:hover {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/muteMini-over.png',sizingMethod='scale');
}

.mini .switchToButton {
	display: block;
	top: 67px;
	height: 37px;
	background-image: url('/webtv/sumo/images/player/switchMini.png');
}
* html .mini .switchToButton {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/switchMini.png',sizingMethod='scale');
}
.mini .switchToButton:hover {
	background-image: url('/webtv/sumo/images/player/switchMini.png');
}
* html .mini .switchToButton:hover {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/switchMini-over.png',sizingMethod='scale');
}

/* VIDEO ADS */
#bufferAnimation {
	width: 680px;
	height: 243px;
}

#bufferAd {

}

#emptyBufferAd {
	background-image: url('/webtv/sumo/images/player/emptyBufferAd.png');
	width: 680px;
	height: 140px;
}
* html #emptyBufferAd {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/player/emptyBufferAd.png',sizingMethod='scale');
}

/* PROFILE AND PAYMENT DIALOGS */
.hiddenSubmit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	/*visibility: hidden;*/
	border: 0px;
	background: transparent;
}

.dialog {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 50px;
	padding-left: 26px;
	padding-right: 26px;
	width: 630px;
	height: 334px;
	background-image: url('/webtv/sumo/images/popup/bg.jpg');
	background-repeat: no-repeat;
	font-family: arial, sans-serif;
	font-size: 14px;
}


.dialogLogin {
	background-image: url('/webtv/sumo/images/popup/bgLogin.jpg');
}
.dialogBig {
	background-image: url('/webtv/sumo/images/popup/bgBig.jpg');
	height: 540px;
}
.dialogBig2 {
	background-image: url('/webtv/sumo/images/popup/bgBig2.jpg');
	height: 540px;
}

.dialog .submitBt {
	position: absolute;
	top: 290px;
	left: 530px;
}
.dialog .shortMessageSubmit{
	position:relative;
	top:70px;
	left:526px;
}
.dialog .content {
	position: absolute;
	top: 50px;
	width: 630px;
}
.dialog .description{
	position:absolute;
	bottom:25px;
	left: 50px;
	width: 530px;
	font-size: 11px;
	color: #545454;
}
.articleContent {
	position: absolute;
	top: 20px;
	width: 630px;
}

.dialog a:link, .dialog a:visited, .articleDialog a:link, .articleDialog a:visited {
	color: black;
	text-decoration: underline;
}


.dialog h2 {
	padding-top: 4px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}
.dialog h3 {
	font-size: 14px;
	font-weight: bold;
	color: #525252;
}
.dialog h4 {
	position: absolute;
	top: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #5B5B5B;
}
.dialog h5 {
	font-size: 13px;
	color: #E64000;
}
.dialog h6 {
	font-size: 13px;
	font-weight: normal;
	color: #5B5B5B;
}

.dialog .formError {
	position: absolute;
	top: 60px;
	color: red;
}

.dialog .registerFormError {
	padding:10px;
	border:1px dotted red;
	background-color: #EEE;
	font-size:12px !important;
}


.dialog input {
	border: none;
	background: transparent;
	color: black;
	font-size: 14px;
	z-index: 3;
}

#churnAnswerList .churnSurveyInput{
	background-color:white !important;
	border: 1px solid #999999;
}
#churnAnswerList{
	margin-top:10px;	
	font-size: 11px;
}
.dialog .inputTitle {
	font-size: 14px;
	color: #B8B8B8;
	z-index: 2;
}
 .inputBg {
	background-image: url('/webtv/sumo/images/popup/form152.jpg');
	background-repeat: no-repeat;
	z-index: 1;
}
.dialog .inputBg52 {
	background-image: url('/webtv/sumo/images/popup/form52.jpg');
	background-repeat: no-repeat;
}
.dialog .inputBg202 {
	background-image: url('/webtv/sumo/images/popup/form202.jpg');
	background-repeat: no-repeat;
}
.dialog .inputBg, .dialog .inputBg52, .dialog .inputBg202, .dialog .inputTitle, .dialog .input, .dialog .input52, .dialog .input202 {
	position: absolute;
	width: 142px;
	height: 26px;
	padding: 5px;
}
.dialog .input52 {
	width: 42px;
}
.dialog .input202 {
	width: 192px;
}
.dialog .stopButton {
	top: -40px;
}

/* Avoid Google Toolbar hiding field titles with yellow background */
.dialog input {
	background-color: transparent !important;	
}

.dialogNav {
	position: absolute;
	top: 22px;
	width: 630px;
	height: 18px;
	font-size: 11px;
	/*border-bottom: 1px solid #D5D5D5;*/
}

.dialogNav a:link, .dialogNav a:visited {
	text-decoration: none;
}
.dialogNav .step1 {
	position: absolute;
	left: 0px;
}
.dialogNav .step2 {
	position: absolute;
	left: 93px;
}
.dialogNav .step3 {
	position: absolute;
	left: 210px;
}
.dialogNav .step4 {
	position: absolute;
	left: 300px;
}
.dialogNav .step5 {
	position: absolute;
	left: 390px;
}

.dialogNav .help {
	position: absolute;
	left: 585px;
}

.dialogNav .stepChosen {
	color: red;
}
.dialogNav .previous {
	text-decoration: underline;
	cursor: pointer;
}

/* ERROR */
#dlgError {
	font-size: 18px;
	text-align: center;
	color: #505050;
}

/* CLOCK */
#clockContainer {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 680px;
	height: 383px;
	overflow: hidden;
}

#clock {
	width: 680px;
	height: 383px;
}




/* LOGIN */
#dlgNewUser {
	height: 170px;
	border-bottom: 1px solid #D5D5D5;
}
#dlgNewUser h4 {
	top: 34px;
	left: 186px;
}
#dlgNewUser .image {
	position: absolute;
	top: 31px;
	width: 173px;
	height: 102px;
	background-image: url('/webtv/sumo/images/popup/imgFrame.gif');
	background-repeat: no-repeat;
	padding: 5px;
}
#dlgNewUser .newUserBt {
	position: absolute;
	top: 110px;
	left: 510px;
}
#dlgLoginForm {
	position: absolute;
	top: 240px;
	left: 27px;
	width: 638px;
}
#dlgLoginForm .resendPwd {
	font-size: 10px;
	position: absolute;
	top: 80px;
	left: 170px;
	text-transform: lowercase;
}
#dlgLoginForm .resendPwd a:link, #dlgLoginForm .resendPwd a:visited {
	text-decoration: none;
}
.rememberMe {
	position: absolute;
	top: 53px;
	left: 336px;
}
#dlgLoginForm .formError {
	position: absolute;
	top: 95px;
	width: 500px;
	font-size: 13px;
}

#dlgLoginForm .username,
#dlgLoginForm .password {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 142px;
	height: 16px;
	padding: 5px;
}

#dlgLoginForm .username {
	left: 0px;
}

#dlgLoginForm .password {
	left: 170px;
}
#loginBt {
	position: absolute;
	top: 90px;
	left: 510px;
}

/* RESEND PASSWORD */
#dlgResendPwd {
	height: 150px;
	border-bottom: 1px solid #D5D5D5;
}
#dlgResendPwd h4 {
	top: 34px;
	left: 0px;
}
#dlgResendPwd .newUserBt {
	position: absolute;
	top: 100px;
	left: 186px;
}
#dlgResendPwdForm {
	position: absolute;
	top: 80px;
	width: 100%;
	height: 110px;
}
#dlgResendPwdForm .formError {
	position: absolute;
	top: 120px;
}
#dlgResendPwdForm .email, #dlgResendPwdForm .username {
	position: absolute;
	width: 142px;
	height: 16px;
}
#dlgResendPwdForm .title {
	font-size: 11px;
	color: #606060;
	padding-bottom:5px;
}

/* REGISTER */
#dlgRegisterUser {
	height: 280px;
}
#dlgRegisterUser h4 {
	top: 25px;
}
#dlgRegisterForm {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 210px;
/*	border-bottom: 1px solid #D5D5D5;*/
}

#dlgRegisterForm #registerOptional {
    background-color: #DDDDDD;
    height: 76px;
    left: -6px;
    position: absolute;
    top: 122px;
    width: 100%;
}
#dlgRegisterForm #registerOptional #optionalDesc {
    left: 168px;
    margin-right: 15px;
    position: absolute;
    top: 5px;
}

#dlgRegisterForm h4 {
	top: 0px;
}
#dlgRegisterUser .formError {
	position: absolute;
	top: 290px;
	width: 540px;
}
#dlgRegisterForm .error {
	border-bottom: 2px dotted red;
}
#dlgRegisterForm .username, #dlgRegisterForm .password, #dlgRegisterForm .password2,
#dlgRegisterForm .email,#dlgRegisterForm .emailDesc,#dlgRegisterForm .emailDescEdit,
#dlgRegisterForm .firstname, #dlgRegisterForm .lastname, #dlgRegisterForm .passwordDescEdit, #dlgRegisterForm .mobile,
#dlgRegisterForm .nick, #dlgRegisterForm .nickDesc, #dlgRegisterForm .zip, #dlgRegisterForm .city, #dlgRegisterForm .birthdate  {
	position: absolute;
	width: 150px;
	height: 16px;
	padding: 5px;
}
#dlgRegisterForm .mobilePrefix {
	position:absolute;
	height:16px;
	width: 45px;	
}
#dlgRegisterForm .username {
	top: 30px;
}
#dlgRegisterForm .password {
	left: 160px;
	top: 30px;
}
#dlgRegisterForm .password2 {
	left: 320px;
	top: 30px;
}
#dlgPayment .alreadyUser, #dlgRegisterUser .alreadyUser {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 100%;
	height:20px;
	background-color:#eee;
	z-index:999;
}

#dlgRegisterForm .email {
	
}
#dlgRegisterForm .emailDesc {
	top: 3px;
	left: 160px;
	width: 400px;
}

#dlgRegisterForm .emailDescEdit {
	top: 30px;
	left: 160px;
	width: 400px;
}
#dlgRegisterForm .firstname {
	top: 60px;
}
#dlgRegisterForm .lastname {
	top: 60px;
	left: 160px;
}
#dlgRegisterForm .mobilePrefix {
	top:90px;
	left: 160px;
}
#dlgRegisterForm .mobile {
	top:90px;
	left: 213px;
}
#dlgRegisterForm .zip {
	top:90px;	
}
#dlgRegisterForm .city {
	top:90px;	
	left:160px;
}
#dlgRegisterForm .birthdate {
    left: 6px;
    top: 6px;
}
#dlgRegisterForm .gender {
    left: 8px;
    position: absolute;
    top: 38px;
}
#dlgRegisterForm .nick {
	top: 150px;
}
#dlgRegisterForm .nickDesc {
	top: 150px;
	left: 160px;
	width: 400px;
}

#dlgRegisterForm .passwordDescEdit {
	top: 3px;
	left: 160px;
	width: 400px;
}


#dlgRegisterForm .resendPwd a:link, #dlgRegisterForm .resendPwd a:visited {
	text-decoration: none;
}

#dlgRegisterForm .requiredStar {
	color: #FF8484;	
}

#dlgRegisterForm .requiredDescription {
    background-color: #DDDDDD;
    border: 1px dotted #CCCCCC;
    color: #444444;
    font-size: 10px;
    height: 25px;
    left: 381px;
    padding: 7px 7px 9px 9px;
    position: absolute;
    top: 73px;
    width: 86px;
}

/* CONFIRM EMAIL */
#dlgConfirmEmail {
	height: 280px;
}
#dlgConfirmEmail h2 {
	top: 25px;
	font-weight: normal;
	color: red;
}
#dlgConfirmEmailForm {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 230px;
	border-bottom: 1px solid #D5D5D5;
}
#dlgConfirmEmailForm h4 {
	top: 0px;
}
#dlgConfirmEmailForm .formError {
	position: absolute;
	top: 150px;
	left: 0px;
}
#dlgConfirmEmailForm .email {
	position: absolute;
	top: 100px;
	width: 193px;
	height: 16px;
	padding: 5px;
}
#dlgConfirmEmailForm .submitBt {
	position: absolute;
	right: 0px;
	top: 240px;
}

/* MYSUMO */
#dlgMySumo {
	width: 610px;
	height: 270px;
	/*border-bottom: 1px solid #D5D5D5;*/
	padding-left: 20px;
	padding-right: 20px;
}

/* MYSUMO INFO */
#dlgInfo {
	font-size: 12px;
}
#dlgInfoMessage {
	width: 395px;
	height: 300px;
	border-right: 1px solid #D5D5D5;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#dlgInfoLinks {
	position: absolute;
	top: 40px;
	left: 455px;
	float: right;
	width: 175px;
}
#dlgInfoLinks li {
	margin-bottom: 15px;
}

/* MYSUMO EDIT USER */
#dlgEditUserForm {
	position: absolute;
	top: 20px;
	width: 100%;
	height: 250px;
}
#dlgEditUserForm .formError {
	position: absolute;
	top: 265px;
	left: 130px;
}
#dlgEditUserForm .username, #dlgEditUserForm .email,
#dlgEditUserForm .emailDesc, #dlgEditUserForm .emailDescEdit,
#dlgEditUserForm .firstname, #dlgEditUserForm .lastname, 
#dlgEditUserForm .passwordDescEdit, #dlgEditUserForm .mobilenumber,
#dlgEditUserForm .nickDesc,#dlgEditUserForm .nick, #dlgEditUserForm .zip, #dlgEditUserForm .city,
#dlgEditUserForm .birthdate, #dlgEditUserForm .gender {
	position: absolute;
	width: 142px;
	height: 16px;
}
#dlgEditUserForm .mobileprefix {
	position:absolute;
	height:16px;
	width: 30px;	
}

#dlgEditUserForm .username {
}
#dlgEditUserForm .email {
	top: 50px;
}
#dlgEditUserForm .emailDescEdit {
	top: -10px;
	left: 160px;
	width: 400px;
}
#dlgEditUserForm .firstname {
	top: 100px;
}
#dlgEditUserForm .lastname {
	top: 100px;
	left: 160px;
}
#dlgEditUserForm .mobilenumber {
	top: 100px;
	left: 375px;
}
#dlgEditUserForm .mobileprefix {
	top: 100px;
	left:320px;
}
#dlgEditUserForm .zip {
	top: 145px;
}
#dlgEditUserForm .city {
	top: 145px;
	left: 160px;
}
#dlgEditUserForm .gender {
	top: 145px;
	left:160px;	
}
#dlgEditUserForm .birthdate {
	top: 190px;
}

#dlgEditUserForm .nick {
	top: 190px;
	left: 160px;
}
#dlgEditUserForm .submitBt {
	position: absolute;
	top: 260px;
	left: 0px;
}
#dlgEditUserForm .passwordDescEdit {
	left: 160px;
	width: 400px;
}
#dlgEditUserForm .title {
	font-size: 11px;
	color: #606060;
}

/* MYSUMO CHANGE PASSWORD */
#dlgChangePwdForm {
	position: absolute;
	top: 30px;
	width: 100%;
	height: 110px;
}
#dlgChangePwdForm .formError {
	position: absolute;
	top: 180px;
}
#dlgChangePwdForm .password, #dlgChangePwdForm .password2, #dlgChangePwdForm .oldpassword  {
	position: absolute;
	width: 142px;
	height: 16px;
}
#dlgChangePwdForm .password {
	top: 60px;
}
#dlgChangePwdForm .password2 {
	top: 120px;
}
#dlgChangePwdForm .submitBt {
	position: absolute;
	top: 240px;
	left: 0px;
}
#dlgChangePwdForm .title {
	font-size: 11px;
	color: #606060;
	padding-bottom:5px;
}

/* MYSUMO ORDERS */
.dlgOrders .orderList {
	position: absolute;
	top: 55px;
	height: 210px;
	overflow: auto;
}

.dlgOrders .submenu {
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
.dlgOrders .submenu .selected {
	color: #D23E00;
}
.dlgOrders .submenu .unselected {
	color: #3E3E3E;
}
.dlgOrders a {
	text-decoration: none;
}
.dlgOrders a:hover {
	text-decoration: underline;
}
.dlgOrders .heading {
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	border-bottom: 1px solid #C1C1C1;
	height: 14px;
	width: 590px;
	padding:4px;
}
.dlgOrders .name {
	float: left;
	width: 180px;
}
.dlgOrders .from {
	float: left;
	width: 70px;
}
.dlgOrders .to {
	float: left;
	width: 70px;
}
.dlgOrders .expires {
	float: left;
	width: 100px;
}

.dlgOrders .status {
	float: left;
	width: 80px;
}
.dlgOrders .price {
	float: left;
	width: 40px;
}
.dlgOrders .item {
	font-size: 11px;
	color: #545454;
	border-bottom: 1px dotted #B5B5B5;
	height: 14px;
	width: 590px;
	padding:4px;
	clear:both;
}
.dlgOrders #confirmStop {
	font-size: 14px;
	color: #545454;
	height: 16px;
	width: 590px;
	padding:4px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

/* PURCHASE: PAYMENT OPTIONS */
#dlgPayment {
	height: 300px;
}
#dlgPayment #headerImg {
	width: 630px;
	height: 80px;
}
#dlgPayment .title {
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}
#dlgPayment .desc, #dlgPayment .desc2 {
	font-size: 13px;
	font-weight: normal;
	color: black;
}
#dlgPayment desc {
	font-weight: bold;
}
#dlgPayment .paymentClass {
	top: 30px;
	width: 630px;
	border-right: none;
}
#dlgPayment #voucher {
	position: absolute;
	top: 0px;
	left: 430px;
	width: 190px;
	height: 26px;
	cursor: pointer;
}
#dlgPayment .withRegister {
	top: 275px;
}
#dlgPayment .withoutRegister {
	top: 15px;
}


#dlgPaymentForm {
	width: 430px;
	height: 290px;
	border-right: 1px solid #D5D5D5;
}
#dlgPaymentForm .item {
	position: relative;
	top: 0px;
	left: 0px;
	height: 50px;
	cursor: pointer;
	width: 420px;
}
#dlgPaymentForm .classItem {
	padding-top: 7px;
/*	height: 129px;*/
	width: 619px;
	cursor: pointer;
}
#dlgPaymentForm .image {
	position: absolute;
	width: 76px;
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
	background-image: url('/webtv/sumo/images/popup/button86.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
#dlgPaymentForm h5 {
	position: absolute;
	left: 105px;
}
#dlgPaymentForm h6 {
	position: absolute;
	top: 15px;
	left: 105px;
}
#dlgPaymentForm h6.upgrade{
	position: relative;
	left: 5px;
	top:0px;
}

#dlgPayment #dlgRegisterForm{
	top: 45px;
	border-bottom: none;
}
#dlgExternalLogin #dlgRegisterForm {
	top: 45px;
	border-bottom: none;
}
	
#dlgPayment #teaser {
	position: absolute;
	top: 140px;
	left: 440px;
	width: 130px;
	height: 200px;
}
#dlgPayment #teaser .teaserImg {
	padding-bottom: 5px;
	cursor: pointer;
}
#dlgPayment #agreeNFF, #dlgExternalLogin #agreeNFF{
	position:absolute;
	top:0px;
	right:0px;
	width: 290px;
	border: 1px dashed #FF0000;
	padding: 5px;	
}

/* PURCHASE: CREDIT CARD */
#dlgCreditCardForm {
	position: absolute;
	left: 0px;
	width: 630px;
	height: 200px;
}

#dlgCreditCardForm .title {
	position: relative;
	top: 0px;
}
#dlgCreditCardForm .notification {
	position: relative;
	top: 70px;
}

#dlgCreditCardForm .price {
	position:relative;
	top:5px;
	/*margin-bottom:20px;*/
}
#dlgCreditCardForm .voucher{
	margin-top:5px;
}
#dlgCreditCardForm .voucher .input, #dlgCreditCardForm .voucher .inputTitle, #dlgCreditCardForm .voucher .inputBg{
	margin-top:5px;	
}
#dlgCreditCardForm .updatePrice{
	position:relative;
	top: 5px;
	left: 160px;
	padding:2px;
	border: 1px solid #CCCCCC;
}
#dlgCreditCardForm .ccInput{
	position:relative;
}
#dlgCreditCardForm .desc {
	position: relative;
	top: 0px;
	width:500px;
}

#dlgCreditCardForm .ccInput .form {
	position: relative;
	top:5px;
}

#dlgCreditCardForm .creditcard {
	top: 0px;
}
#dlgCreditCardForm .expiryMonth {
	top: 0px;
	left: 170px;
	width: 42px;
}
#dlgCreditCardForm .expirySlash {
	position: absolute;
	left: 230px;
	font-size: 16px;
}
#dlgCreditCardForm .expiryYear {
	left: 240px;
	width: 42px;
}
#dlgCreditCardForm .cvc {
	left: 310px;
	width: 42px;
}
#dlgCreditCardForm .whatiscvc {
	position: absolute;
	top: 5px;
	left: 380px;
	width: 100px;
	font-size: 14px;
	font-weight: normal;
	color: #5B5B5B;
}
#dlgCreditCardForm .cvcImage {
	position: absolute;
	top: 30px;
	left: 380px;
	cursor: pointer;
}
#dlgCreditCardForm .formError {
	position: absolute;
	top: 40px;
	font-size: 14px;
	color: red;
	width: 530px;
}
#dlgCreditCardForm .submitBt {
	position: relative;
	top: 5px;
	left: 530px;
}
#dlgCreditCardForm .passwordPayment .submitBt {
	top:0px;
	left:170px;
}
#dlgCreditCardForm .passwordPayment, #dlgPayment .paymentInfotext {
	width: 500px;
	margin-top:8px;
	margin-bottom:8px;
}
#dlgPayment .boldface{
	font-size: 12px;
	font-weight: bold;
	color: #525252;
}
#dlgCreditCardForm .passwordPayment .inputBg{
	top:189px;
}
#dlgCreditCardForm .passwordPayment .inputTitle{
	top:189px;
}
#dlgCreditCardForm .passwordPayment .inputPassword{
	position:absolute;
	top:192px;
}

/* EXTERNAL LOGIN */
#dlgExternalLogin h2 {
	position: relative;
}
#dlgPaymentForm .upgradeText{
	margin-bottom:10px;
}
#dlgExternalLogin p {
	font-size: 14px;
	font-weight: normal;
	color: #5B5B5B;
	position: relative;
	margin-top: 4px;
}
#dlgExternalLogin p b {
	color: #343434;
}
#dlgExternalLoginForm {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 630px;
}
#dlgExternalLoginForm .form {
	position: relative;
}
#dlgExternalLoginForm .username {
	top: 0px;
}
#dlgExternalLoginForm .password {
	top: 30px;
}
#dlgExternalLoginForm .submitBt {
	position: absolute;
	top: 170px;
	right: 0px;
}
#dlgExternalLoginForm .formError {
	position: absolute;
	top: 80px;
}

#dlgRedirectForm .formError {
	position: absolute;
	top: 300px;
}

#dlgExternalLogin .title {
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 3px;
}

#dlgCreditCard .desc {
	margin-top: 0px;
	margin-bottom: 10px;
}

#dlgExternalLogin .withRegister {
	top: 290px;
}

#dlgExternalLogin .withoutRegister {
	top: 25px;	
}


.confirmStuff {
	font-size: 14px; 
	margin-top: 5px;
}

#dlgPayment .confirmStuff, #dlgVoucher .confirmStuff, #dlgRegisterForm .confirmStuff {
    margin-top: 8px;
    position: absolute;
}
#dlgVoucher .confirmStuff {
	top: 196px;
}
#dlgPayment .confirmStuff, #dlgRegisterForm .confirmStuff {
	top: 200px;
}

#dlgMySumo .confirmStuff {
	margin-top: 236px;
}

/* PURCHASE: VOUCHER */

.content#dlgVoucher {
	top: 42px;	
}

#dlgVoucher #dlgRegisterForm {
	top: 115px;
}
#dlgVoucher .withRegister {
	top: 0px;
}
#dlgVoucher .withoutRegister {
	top: 90px;
}
#dlgVoucher .title {
	position: absolute;
	top: 75px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}
#dlgVoucher .desc {
	position: absolute;
	top: 95px;
	font-size: 13px;
	font-weight: normal;
	color: black;
}
#dlgVoucher .alreadyUser {
	display:none;
}
#dlgVoucher .resendPwdVoucher {
	position: absolute;
	top: 175px;
	z-index:999;
}
#dlgVoucher #toggleUserReg
{
    font-size:14px;
    font-weight: bold;
}
#dlgVoucher #toggleUserReg #newUserTxt
{
    left: 322px;
    position: absolute;
    top: 148px;
}
#dlgVoucher #toggleUserReg #alreadyUserTxt
{
    left: 480px;
    position: absolute;
    top: 143px;
}
#dlgVoucherForm {
	position: absolute;
	width: 630px;
}
#dlgVoucherForm .title {
	position: absolute;
	top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}
#dlgVoucherForm .desc {
	position: absolute;
	top: 20px;
	font-size: 13px;
	font-weight: normal;
	color: black;
}
#dlgVoucherForm .formError {
	position: absolute;
	top: 40px;
	left: 170px;
}
#dlgVoucherForm .voucher {
	position: absolute;
	top: 40px;
	width: 142px;
	height: 16px;
	padding: 5px;
}
#dlgVoucherForm .submitBt {
	position: absolute;
	top: 290px;
	left: 0px;
}
#dlgVoucher .playBt, #dlgReceit .playBt {
	position: absolute;
	top: 180px;
	left: 0px;
}

#dlgReceit .playBt {
	position: absolute;
	top: 230px;
	left: 0px;
}

/* BANDWIDTH DIALOG */

#ispList {
	width: 200px;
	float: right;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #d5d5d5;
}

#dlgMySumoLeft {
	position: absolute;
	top: 60px;
	width: 395px;
	height: 300px;
	border-right: 1px solid #D5D5D5;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}
#dlgMySumoRight {
	position: absolute;
	top: 60px;
	left: 480px;
	width: 175px;
	float: right;
	font-size: 12px;
}

#dlgBandwidth h2, #dlgMySumoRight h4 {
	position: relative;
	margin-bottom: 8px;
	top: 0px;
}

#dlgMySumoLeft .buttons {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

#dlgMySumoLeft .blockButton {
	float: left;
	margin-right: 20px;
}

#dlgMySumoLeft #startButton {
	margin-top: 1px;
}

#dlgMySumoRight li {
	margin-left: 16px;
	list-style-type: square;
}

#dlgMySumoLeft p {
	margin-bottom: 6px;
}
#dlgMySumo p{
	margin-bottom: 10px;
}

#playerOptions {
	position: absolute;
	top: 270px;
	left: 0px;
	padding-top: 10px;
	padding-left: 20px;
	width: 395px;
	border-top: 1px solid #D5D5D5;
}

#cbUseSl {
	float: left;
	margin-bottom: 30px;
	margin-right: 5px;
}


/* Articles */


#articleFull {
	position: absolute;
	background-image: url('/webtv/sumo/images/popup/bgArticleBig.jpg');
	top: 82px;
	left: 279px;
	width: 682px;
	height: 622px;
	z-index: 20;
}




#article {
	position: absolute;
	background-image: url('/webtv/sumo/images/popup/bgArticle.jpg');
	top: 466px;
	left: 279px;
	width: 682px;
	height: 250px;
	z-index: 20;
}




#dlgArticle h2 {
	top: -30px;
}

#dlgArticle .leadtext { 
	font-weight: bold;
	margin-bottom: 8px;
	padding-right: 16px;
	width: 620px;
}

#dlgArticle .bodytext {
	height: 260px;
	overflow: hidden;
	width: 620px;
	padding-right: 16px;
}

.articleButton {
	top: -40px;
}

.articleDialog {
	position: absolute;
	top: 0px;
	left: 0px;	
	padding-left: 26px;
	padding-right: 26px;
	width: 630px;
	height: 200px;	
	background-repeat: repeat;
	font-family: arial, sans-serif;
	font-size: 14px;
}

.articleDialogBelowVideo {
	height: 250px;
}
.articleDialogFull {
	height: 622px;	
}



#dlgArticle .bodytext p {
	margin-bottom: 8px;
}


#articleContentFull .bodytext {
		height: 520px;
		
}

#articleContentBelowVideo .bodytext {
		height: 154px;
}



.livesenter #article {
	height: 299px;
}
.livesenter .articleDialogBelowVideo {
	height: 299px;
}

.livesenter #articleContentBelowVideo .bodytext {
		height: 203px;
}

.livesenter .articleDialogFull {
	height: 683px;	
}

.livesenter #articleFull {
	height: 683px;	
}




/* (NO) VIDEO DIALOGS */
.videoDialog {
	width: 642px;
	height: 323px;
	padding: 20px;
	padding-top: 40px;
	background-color: white;
	background-repeat: no-repeat;
	font-family: arial, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #505050;
}

.dialogButton {
	margin: 10px;
	display: block;
}

/* SEARCH */

#topSearch {
	position: absolute;
	top: 48px;
	left: 1017px;
}

.black #head #topSearch, #head.black #topSearch {
	top: 36px;
	left: 993px;	
} 

#searchField {
	width: 142px;
	height: 16px;
	background-image: url('/webtv/sumo/images/searchfield.png');
	border: 0px;
	padding: 5px;
	margin: 0px;
	float: left;
	font-family: arial, sans-serif;
	font-size: 14px;
}

.black #head #searchField, #head.black #searchField {
	background-image: url('/webtv/sumo/images/searchfield_black.png');
	color: #ffffff;
	width: 168px;
	height: 23px;
	margin-top: 2px;
	text-align: right;
}

#topSearch .blockButton {
	float: left;
	margin-left: 4px;
}


/* STYLES FOR PREGENERATED PNG TITLES */
#pngText .galleryTitle {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 16;
	font-weight: normal;
	color: #bfc4bc;
	width: 148px;
	height: 19px;
}

#pngText .galleryTitle.three {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #bfc4bc;
	width: 197px;
	height: 21px;
	text-transform: uppercase;
}

#pngText .rotatorTitle {
	-font-file: DiCnRg.pfb;
	font-family: DINCond-Regular;
	font-size: 50;
	font-weight: normal;
	color: #ffffff;
	width: 652px;
	height: 57px;
}

#pngText .rotatorText {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 17;
	font-weight: normal;
	color: #ffffff;
	width: 652px;
	height: 24px;
}

#pngText .miniRotatorTitle {
	-font-file: DiCnRg.pfb;
	font-family: DINCond-Regular;
	font-size: 34;
	font-weight: normal;
	color: #ffffff;
	width: 439px;
	height: 38px;
}

#pngText .miniRotatorText {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 14;
	font-weight: normal;
	color: #ffffff;
	width: 348px;
	height: 16px;
}


#pngText .rotatorListTitle {
	-font-file: DiCnMd.pfb;
	font-family: DINCond-Medium;
	font-size: 19;
	font-weight: normal;
	color: #ffffff;
	width: 176px;
	height: 25px;
}

#pngText .rotatorListItem {
	-font-file: DiCnMd.pfb;
	font-family: DINCond-Medium;
	font-size: 17;
	font-weight: normal;
	color: #e1dfdc;
	width: 176px;
	height: 25px;
}


#pngText .rotatorButton1 {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 15;
	font-weight: normal;
	color: #cccccc;
	width: 5px;
	height: 24px;
}

#pngText .rotatorButton2 {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 15;
	font-weight: normal;
	color: #cccccc;
	width: 10px;
	height: 24px;
}

#pngText .miniRotatorButton1 {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 11;
	font-weight: normal;
	color: #cccccc;
	width: 4px;
	height: 16px;
}

#pngText .miniRotatorButton2 {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 11;
	font-weight: normal;
	color: #cccccc;
	width: 8px;
	height: 16px;
}

#pngText .dark {
	-font-file: DiCnBd.pfb;
	-group-by: heading1;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #E6E6E6;
	width: 200px;
	height: 21px;
}

#pngText .dark.variable {
	-font-file: DiCnBd.pfb;
	-group-by: heading1;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #E6E6E6;
	height: 21px;
}

#pngText .dark.variable.upper {
	-font-file: DiCnBd.pfb;
	-group-by: heading1;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #E6E6E6;
	height: 21px;
	text-transform: uppercase;
}

#pngText .light {
	-font-file: DiCnBd.pfb;
	-group-by: heading1;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #1A1A19;
	width: 200px;
	height: 21px;
}

#pngText .black {
	-font-file: DiCnBd.pfb;
	-group-by: heading1;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #fe802b;
	width: 200px;
	height: 21px;
}

#pngText .light.variable {
	-font-file: DiCnBd.pfb;
	-group-by: heading1;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #1A1A19;
	height: 21px;
}

#pngText .light.variable.upper {
	-font-file: DiCnBd.pfb;
	-group-by: heading1;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #1A1A19;
	height: 21px;
	text-transform: uppercase;
}

#pngText .black.variable.upper {
	-font-file: DiCnBd.pfb;
	-group-by: heading1;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #fe802b;
	height: 21px;
	text-transform: uppercase;
}

#pngText .black.categoryTitle {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 15;
	font-weight: normal;
	color: #fe802b;
	width: 200px;
	height: 18px;
}

#pngText .categoryTitle {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 15;
	font-weight: normal;
	color: #D23E00;
	width: 200px;
	height: 18px;
}

#pngText .light.categoryTitle {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 15;
	font-weight: normal;
	color: #D23E00;
	width: 200px;
	height: 18px;
}

#pngText .dark.categoryTitle {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 15;
	font-weight: normal;
	color: #C5CFC0;
	width: 200px;
	height: 18px;
}


#pngText .dialog {
	-font-file: DiCnBd.pfb;
	font-family: DINCond-Bold;
	font-size: 18;
	font-weight: normal;
	color: #1A1A19;
	width: 400px;
	height: 18px;
	text-transform: uppercase;
}

.warning {
  font-size: 15px;
  color: #f00;
  border: 4px solid #f00;
}


/* Tip a Friend */

.tipAFriend {
	position: absolute;
	top: 431px;	
	width: 682px;
	height: 23px;
	font-family: arial, sans-serif;
	z-index: 40;	
}
.tipAFriend .tipAFreindText {
	/*position: absolute;
	left: 585px;*/
	float:right;
	font-size: 12px;
	
}

#dlgTipAFriendForm {
	position: absolute;
	top: 10px;
	left: 27px;
	width: 638px;
}

.mailadressFrom,
.mailadressTo,
.mailfromName
{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 142px;
	height: 16px;
	padding: 5px;
}
.mailadressFrom
 {
	left: 0px;
}
.mailfromName
 {
	left: 170px;
}
.mailadressTo
 {
	left: 340px;
}
.inputTitleTip {
	font-size: 14px;
	color: black;
	z-index: 2;
}
 /* .dialog .inputBg, .dialog .inputBg52, .dialog .inputBg202, .dialog .input, .dialog .input52, .dialog .input202  */ 
.inputTitleTip{
	position: absolute;
	width: 142px;
	height: 26px;
	padding: 5px;
}

.inputTip {
	border: none;
	background: transparent;
	color: black;
	font-size: 14px;
	z-index: 3;
}

.inputBgTip {
	background-image: url('/webtv/sumo/images/popup/form152-transparent.png');
	background-repeat: no-repeat;
	z-index: 1;	
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);	
}
/* tip a friend **********************************/




/* *************** Chat ********************/
#lcRightTop .leftBox{
	margin-bottom: 0px;
}

#chatframe {
	position: absolute;	
	top: 560px;
	left: 279px;
	width: 681px;
	height: 301px;
	z-index: 30;
	visibility: visible;
}
#chattabdialog {
	position: absolute;	
	background-image: url("/webtv/sumo/images/sporten/border.png");
	background-repeat:no-repeat;
	background-position:top;
	color: #ffffff;	
	top: 406px;
	left: 959px;
	width: 281px;
	height: 360px;
	z-index: 29;
	visibility: hidden;
}

#main #chatloggon a:link, #main #chatloggon a:visited {
	color: #ffffff;	
	
}

#chattab {
	position: absolute;	
	top: 378px;
	left: 1170px;
	width: 44px;
	height: 24px;
	z-index: 29;
	cursor:pointer;
	visibility: visible;
}
.rightChat{
background-image: url("/webtv/sumo/images/sporten/chattab.png");
background-repeat:no-repeat;
}

.chaticon{
	margin-left: 25px;
	margin-top: 6px;
		
}
.chatdialogicons{
 	margin-right: 1px;
	margin-top: 5px;
}





/*** STYLES FOR BLACK DESIGN ***/

.black #main, .black #main a, .black #main a:link, .black #main a:visited, .black #metaArea {
 	color: #c5cfc0;
 	font-family: arial;
 	font-size: 11px;
}

.black #articleFull, .black #article {
 	color: #000;
 	font-family: arial;
 	font-size: 11px;
}


.black #main .simpleButton a, .black #main .simpleButton a:link, .black #main .simpleButton a:visited {
	color: #878787; 
	font-size: 12px;	
}

.black #categoryList .more {
    background-image: url("/webtv/sumo/images/header-mini-mer-neg.png");
}

.black #epg a.live, .black #epg a.live:link, .black #epg a.live:visited {
	color: #fe802b;
}

.black #epg .epgList {
	height: 185px;
}

.black .jScrollPaneDrag {
	background-color: #2a2a2a;
}

.black .jScrollPaneTrack {
	background-color: #454545;
}

.black a.jScrollArrowUp {
	background: url('/webtv/sumo/images/front/arrowUp_black.png') no-repeat;
}

.black a.jScrollArrowDown {
	background: url('/webtv/sumo/images/front/arrowDown_black.png') no-repeat;
}

.black .midBottom ul, .black .midBottom .message {
	background-image: url('/webtv/sumo/images/bunnlinje-bakgrunn_black.png');
}

* html .black .midBottom ul, * html .black .midBottom .message {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bunnlinje-bakgrunn.png',sizingMethod='scale');
}

.black #bottomBorderDummy {
	background-image: none;
}


/*** STYLES FOR MAIN DESIGN ***/

/* GENERAL ELEMENTS */

/* flyttet til LayoutBO
.magMain #main {
  background-image: url('/webtv/sumo/images/bg/grunndesign.jpg');
}
*/
.light #main, .light #articleFull, .light #article, .light #main a, .light #main a:link, .light #main a:visited, .light #metaArea {
 	color: #525352;
}

.light .subtext, .light .subtext a, .light .subtext a:link, .light .subtext a:visited {
	color: #434342;
}

.light #main a:hover {
	color: black;
}

.light #main .contentGalleryList a:link, .light #main .contentGalleryList a:visited, .light #main .contentGalleryList a:hover {
	color: #C5CFC0;
}

.light .dimmed {
	color: #818a7b;
}

.light .videoPanel .ad {
	/*background-image: url('/webtv/sumo/images/bg/grunndesign.jpg');*/
}

.light, #popupDialog {
	scrollbar-arrow-color: #b6bab3;
	scrollbar-base-color: #b6bab3;
	scrollbar-darkshadow-color: #9fa29f;
	scrollbar-track-color: #b6bab3;
	scrollbar-face-color: #9fa29f;
	scrollbar-shadow-color: #9fa29f;
	scrollbar-highlight-color: #9fa29f;
	scrollbar-3dlight-color: #9fa29f;
}

#popupDialog .vscrollerbarbeg, #popupDialog .vscrollerbarend, #popupDialog .hscrollerbarbeg, #popupDialog .hscrollerbarend,
.light .vscrollerbarbeg, .light .vscrollerbarend, .light .hscrollerbarbeg, .light .hscrollerbarend,
.light .jScrollPaneDrag {
	background-color: #9fa29f;
}

#popupDialog .vscrollerbase, #popupDialog .hscrollerbase,
.light .vscrollerbase, .light .hscrollerbase,
.light .jScrollPaneTrack {
	background-color: #b6bab3;
}

#popupDialog .vscrollerbasebeg, .light .vscrollerbasebeg, .light a.jScrollArrowUp {
	background: url('/webtv/sumo/images/front/arrowUp.gif') no-repeat;
}

#popupDialog .vscrollerbaseend, .light .vscrollerbaseend, .light a.jScrollArrowDown {
	background: url('/webtv/sumo/images/front/arrowDown.gif') no-repeat;
}

.border, .strongBorder {
	background-color: black;
}

.light .contentListing .title {
	/*border-bottom-color: #434342;*/
}

.light .galleryItem, .light .bottomLineItem img {
	border-color: #c3c9c2;
}

.light .midBottom ul, .light .midBottom .message {
	background-image: url('/webtv/sumo/images/bunnlinje-bakgrunn.png');
}
* html .light .midBottom ul, * html .light .midBottom .message {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bunnlinje-bakgrunn.png',sizingMethod='scale');
}

#bottomBorderDummy {
	background-image: url('/webtv/sumo/images/bunnlinje-ramme.png');
}

.dark #bottomBorderDummy {
	background-image: url('/webtv/sumo/images/bunnlinje-ramme-m.png');
}
* html .dark #bottomBorderDummy {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bunnlinje-ramme-m.png',sizingMethod='scale');
}


/*** STYLES FOR DARK DESIGN ***/

/* GENERAL ELEMENTS */

/* Flyttet til LayoutBO
.news #main {
  background-image: url('/webtv/sumo/images/bg/nyhetskanalen.jpg');
}
*/
#foot {
	background-color: #1d1d1d;
}

.dark #main a:hover,  .sport #startVideoMessage, .news #startVideoMessage {
	color: white;
}

.dark #main, .dark #main a, .dark #articleFull,  .dark #article,  .dark #main a:link, .dark #main a:visited, .dark #metaArea, .dark .contentGalleryList a:hover {
 	color: #C5CFC0;
}

 .dark #articleFull a, .dark #article a {
 	color: #C5CFC0;
}


.dark .subtext, .dark .subtext a, .dark .subtext a:link, .dark .subtext a:visited {
	color: #777777;
}

.dark .galleryItem {
	border-color: #333333;
}

.dark .dimmed {
	color: #818a7b;
}


.senkveld #main, .senkveld #main a, .senkveld #main a:link, .senkveld #main a:visited, .senkveld #metaArea, .senkveld .contentGalleryList a:hover {
 	color: black;
}


/*
.dark .videoPanel .ad {
	background-image: url('/webtv/sumo/images/bg/nyhetskanalen-player.jpg');
}
*/



.dark #metaArea {
	/*background-color: #556946;*/
}

.dark .border, .dark .strongBorder {
	background-color: white;
}

.dark .subPlayerTitle {
	color: #b1c699;
}


.dark #livePlayers {
	height: 129px;
	overflow: hidden;
}

.dark .midBottom ul, .dark .midBottom .message {
	background-image: url('/webtv/sumo/images/bunnlinje-bakgrunn-negativ2.png');
}
* html .dark .midBottom ul, * html .dark .midBottom .message {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/bunnlinje-bakgrunn-negativ2.png',sizingMethod='scale');
}

.dark .vscrollerbarbeg, .dark .vscrollerbarend, .dark .hscrollerbarbeg, .dark .hscrollerbarend, .dark .jScrollPaneDrag {
	background-color: #454545;
}

.dark .vscrollerbase, .dark .hscrollerbase, .dark .jScrollPaneTrack {
	background-color: #2a2a2a;
}

.dark .vscrollerbasebeg, .dark a.jScrollArrowUp {
	background: url('/webtv/sumo/images/dark/arrowUp.png') no-repeat;
}

.dark .vscrollerbaseend, .dark a.jScrollArrowDown {
	background: url('/webtv/sumo/images/dark/arrowDown.png') no-repeat;
}


/* STYLES FOR NEWS DESIGN */


.news .subtext, .news .subtext a, .news .subtext a:link, .news .subtext a:visited {
	color: #5d8748;
}

.news .galleryItem {
	border-color: #294626;
}

.news {
	scrollbar-arrow-color: #2f4e25;
	scrollbar-base-color: #2f4e25;
	scrollbar-darkshadow-color: #556946;
	scrollbar-track-color: #2f4e25;
	scrollbar-face-color: #556946;
	scrollbar-shadow-color: #556946;
	scrollbar-highlight-color: #556946;
	scrollbar-3dlight-color: #556946;
}

.news .vscrollerbarbeg, .news .vscrollerbarend, .news .hscrollerbarbeg, .news .hscrollerbarend, .news .jScrollPaneDrag {
	background-color: #566a47;
}

.news .vscrollerbase, .news .hscrollerbase, .news .jScrollPaneTrack {
	background-color: #334c25;
}

.news .vscrollerbasebeg, .news a.jScrollArrowUp {
	background: url('/webtv/sumo/images/news/arrowUp.gif') no-repeat;
}

.news .vscrollerbaseend, .news a.jScrollArrowDown {
	background: url('/webtv/sumo/images/news/arrowDown.gif') no-repeat;
}

.news #magLogo {
	width: 222px;
	height: 53px;
	background-image: url('/webtv/sumo/images/news/logo.png');
}
* html .news #magLogo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/news/logo.png',sizingMethod='scale')
}


.textFeed {
	height: 116px;
	overflow: hidden;
	/*border-bottom: 1px solid #32511e;*/
	position: relative;
	width: 100%;
}

.textFeed.latestProgram {
	height: 81px;
}


.textFeed h5 {
	margin-bottom: 0px;
	margin-top: 6px;
	font-size: 11px;
}

.textFeed p a:hover {
	text-decoration: none;
}

.textFeedDate {
	position: absolute;
	top: 0px;
	right: 0px;
}





.textFeedContent {
	/*border-top: 1px solid #32511e;*/
	line-height: 16px;
	margin-bottom: 7px;
}


#newsArchive {
	height: 239px;
	font-weight: bold;
	position: absolute;
	top: 366px;
	left: 0px;
	width: 222px;
}

#newsArchive.enlarged {
	height: 394px;
	top: 211px;
}

.newsArchiveList {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 215px;
}

.enlarged .newsArchiveList {
	height: 370px;
}

.programExpand, .programCollapse {
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 8px;
	height: 8px;
	font-size: 1px;
	cursor: pointer;
	float: right;
	margin-top: 3px;
}

.dark .programExpand {
	background-image: url('/webtv/sumo/images/plus.png');
}

.dark .programCollapse {
	background-image: url('/webtv/sumo/images/minus.png');
}

.light .programExpand {
	background-image: url('/webtv/sumo/images/plus-dark.png');
}

.light .programCollapse {
	background-image: url('/webtv/sumo/images/minus-dark.png');
}

#newsArchive .item {
	border-bottom: #2a4f1b 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
}

#newsArchive .program {
	border-bottom: #56764f 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 204px;
}


#newsArchive .items {
	font-weight: normal;
}

#newsStaff {
	position: absolute;
	width: 680px;
	height: 383px;
	top: 0px;
	left: 0px;
}

/* ELEMENTS IN TOUR DE FRANCE DESIGN */

.tdf #newsArchive {
	height: 132px;
	top: auto;
	bottom: 0px;
}

.tdf .newsArchiveList, #newsArchiveListTdf {
	height: 109px;
}

.tdf #newsArchive .item {
	border-color: #c5ab0c;
}

.tdf #newsArchive .program {
	border-color: #c5ab0c;
	font-weight: normal;
}

/* ELEMENTS IN PROGRAM DESIGN */


.epg {
	font-weight: normal;
	position: absolute;
	width: 222px;
	bottom: 0px;
}

.tv2SportEpg {
	bottom: 8px;
}





#content .epg {
	position: relative;
}

.epg .epgList {
	overflow: hidden;
	position: relative;
	width: 222px;
	height: 195px;
}
.epg .channel {
	height: 175px;
}
.epg .item {
	border-bottom: #2a4f1b 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 204px;
}

.epg .program {
	/*border-bottom: #56764f 1px solid;*/
	padding-top: 4px;
	padding-bottom: 4px;
	width: 204px;
}

.epg .live, .epg .scheduled, .epg .ondemand {
	float:right;
	font-weight:normal;
}
#epg a.live, #epg a.live:link, #epg a.live:visited {
	color: red;
}

.epg .logo {
	width: 222px;
	height: 35px;
	margin-bottom: 10px;
}

.epg .items {
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}

.epg .item {
}
.epgs {
	float: left;
	margin-top: 10px;
}
.epgs .epgsChannel {
	float: left;
	margin-right: 8px;
}
.epgs .epgsChannelLast {
	float: left;
	margin-right: 0px;
	padding-right: 0px;
}



/* ************************************************** */


.archive {
	top: 0px;
	left: 0px;
	width: 222px;
	/*height: 170px;*/
	font-weight: bold;
}
.archiveList {
}
.archiveList .category img {
	width: 222px;
	height: 35px;
}
.archiveProgramsList {
	height: 110px;
}

#categoryList .categoryHeader {
	position: relative;
	top: -10px;
	width: 244px;
	height: 40px;
	left: -12px;
	cursor: pointer;
	display: block;
}


.light #categoryList .blank {
	background-image: url('/webtv/sumo/images/header-mini-blank.png');
}
.light #categoryList .more {
	background-image: url('/webtv/sumo/images/header-mini-mer.png');
}
* html .light #categoryList .blank {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/header-mini-blank.png',sizingMethod='scale')
}
* html .light #categoryList .more {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/header-mini-mer.png',sizingMethod='scale')
}
.dark #categoryList .blank {
	background-image: url('/webtv/sumo/images/header-mini-blank-neg.png');
}
.dark #categoryList .more {
	background-image: url('/webtv/sumo/images/header-mini-mer-neg.png');
}
* html .dark #categoryList .blank {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/header-mini-blank-neg.png',sizingMethod='scale')
}
* html .dark #categoryList .more {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/header-mini-mer-neg.png',sizingMethod='scale')
}

#categoryList .categoryHeader .title {
	margin-top: 12px;
	margin-left: 20px;
}
/*
#programArchive, .archivePrograms {
	width: 222px;
}
*/
.archivePrograms.last {
	bottom: 0px;
	left: 0px;
	position: absolute;
}

#relatedPrograms {
	height: 132px;
}

.relatedProgramsList {
	height: 109px;
}
.archivePrograms .tree {
	/*border-bottom: #56764f 1px solid;*/
	padding-top: 4px;
	padding-bottom: 4px;
	width: 204px;
	font-weight: normal;
}

#programArchiveList {
	top: 0px;
	height: 360px;
	overflow: auto;
}

.fullList #programArchiveList {
	height: 490px;
	
}


#programArchiveList, .archiveList, .archiveProgramsList {
	position: relative;
	width: 222px;
}

.archiveProgramsList {
  overflow: auto;
}

#programArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

.light #programArchive .item {
	background-image: url('../images/itemDot-dark.png');
}

.dark #programArchive .item {
	background-image: url('../images/itemDot-light.png');
}


#programArchive .program, #programArchive .subCategory, .archive .program, .archivePrograms .program {
	/*border-bottom: #56764f 1px solid;*/
	padding-top: 4px;
	padding-bottom: 4px;
}

#programArchive .orderby
{	
	padding-bottom: 10px;	
}

#programArchive .orderby
{	
	padding-bottom: 10px;	
}

#programArchive .subCategory {
	font-weight: bold;
	text-align: right;
}
#programArchive .items {
	font-weight: normal;
}

#programArchive .item {

}

#programArchive .first {
	height: 119px;
}

#programArchive .galleryItem, #programArchive .galleryImg, #programArchive .galleryMask, #programArchive .galleryItemOverlay {
	width: 201px;
	height: 106px;
}



#programArchive .galleryBlind {
	display: block;
	position: absolute;
	top: 80px;
	left: 0px;
}

#programArchive .galleryImg {
	top: 0px;
	left: 0px;
	width: 204px;
	height: 115px;
}

#programArchive .galleryMask {
	display: block;
	background-color: black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
}

#programArchive .galleryItemContent {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 4;
	width: 187px;
	height: 101px;
	padding: 7px;
	padding-top: 6px;
	text-decoration: none;
	cursor: pointer;
}

#programArchiveItemList {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 125px;
}

#programArchive .progDate {
	float:right;
	margin-right:2px;
	padding-left: 15px;
}
#programArchive .progDateExpand {
	float:right;
	margin-right:2px;
	padding-left: 15px;
}

/* ELEMENTS FOR SPORT DESIGN */

#sportFeed {
	height: 110px;
}

.tv2sport #programArchiveList {
	height: 280px;
}

.tv2sport #sportFeed {
	position: absolute;
	top: 400px;
	left: 0px;
}	

.sport .jScrollPaneDrag, .sport .vscrollerbarbeg, .sport .vscrollerbarend, .sport .hscrollerbarbeg, .sport .hscrollerbarend {
	background-color: #98a9cd;
}

.sport .jScrollPaneTrack, .sport .vscrollerbase, .sport .hscrollerbase {
	background-color: #aebedf;
}

.sport a.jScrollArrowUp, .sport .vscrollerbasebeg {
	background: url('/webtv/sumo/images/football/arrowUp.gif') no-repeat;
}

.sport a.jScrollArrowDown, .sport .vscrollerbaseend {
	background: url('/webtv/sumo/images/football/arrowDown.gif') no-repeat;
}




#sportLinks {
	position: absolute;
	top: 573px;
	left: 0px;
}

.tv2sportLinksSeparator {
	letter-spacing: 1px;
}

#tv2SportLinks.last {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#sportLinks a {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

#tv2SportLinks .border {
	margin-top: 5px;
}

#liveStatsLink {
	width: 210px; 
	height: 31px;
}
.light #liveStatsLink {
	background-image: url('/webtv/sumo/images/sporten/resultatservice.png');
}
* html .light #liveStatsLink {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/sporten/resultatservice.png',sizingMethod='scale')
}

.dark #liveStatsLink {
	background-image: url('/webtv/sumo/images/sporten/resultatservice_lys2.png');
}
* html .dark #liveStatsLink {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/sporten/resultatservice_lys2.png',sizingMethod='scale')
}


.handball #programArchiveList {
	height: 201px;
}

#griniFeed {
	height: 93px;
}


#griniFeed .textFeedContent {
	height: 55px;
	overflow: hidden;
}


/* FOOTBALL */

.videoEvent {
	margin: 4px;
	clear: both;
}

.videoEvent .videoLink {
	display: block;
	float: right;
}

#videoEvents .border {
	clear: both;
}

.eventIcon {
	width: 15px;
	height: 11px;
}

.eventTeams {
	float: left;
	width: 190px;
	cursor: pointer;
}

.eventTypeName {
	float: left;
	width: 140px;
	cursor: pointer;
}

#round, .leftSelector {
	width: 222px;
	height: 517px;
	overflow: auto;
/*	background-color: yellow;
	filter:alpha(opacity=50);
	-moz-opacity:.75;*/
	font-size: 16px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

#round.yetNine {
	height: 324px;
}


#round .loading {
	font-size: 11px;
	font-family: tahoma, sans-serif;
	text-align: center;
}


#roundPageNav {
	position: absolute;
	top: 415px;
	left: 1px;
	width: 260px;
	height: 20px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	display: none;
}

#roundPageNav img {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}


/* SEVEN MATCHES */

#round .match {
	/*overflow: hidden;*/
	height: 52px;
	position: relative;
	width: 204px;
/*	cursor: pointer;*/
}

.matchBg {
	background-repeat: no-repeat;
	background-image: url('/webtv/sumo/images/football/matchbg.png');
	background-position: top left;
	top: 0px;
	left: 0px;
	width: 204px;
	height: 52px;
}

* html .matchBg {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/football/matchbg.png',sizingMethod='scale')
}

#round .first .matchBg {
	background-image: url('/webtv/sumo/images/football/matchbg-first.png');
}
* html #round .first .matchBg {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/football/matchbg-first.png',sizingMethod='scale')
}

#round .matchHover .matchBg {
	background-image: url('/webtv/sumo/images/football/matchbg-hover.png');
}
* html #round .matchHover .matchBg {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/football/matchbg-hover.png',sizingMethod='scale')
}

#round .first.matchHover .matchBg {
	background-image: url('/webtv/sumo/images/football/matchbg-hover-first.png');
}
* html #round .first.matchHover .matchBg {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/sumo/images/football/matchbg-hover.png',sizingMethod='scale')
}

.matchTextWin {
	position: absolute;
	top: 2px;
	left: 0px;
	height: 50px;
	width: 220px;
	cursor: pointer;
}

.matchStatus {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 50px;
	height: 33px;
	font-size: 12px;
	text-align: right;
	color: #606468;
}


.teamH, .teamA {
	position: absolute;
	left: 62px;
	width: 141px;
}

/*
.handball .teamH, .handball .teamA {
	width: 128px;
}
*/


.teamH {
	top: 6px;
}

.teamA {
	top: 26px;
}

.goals, .notgoal {
	right: 0px;
	background-color: #083097;
	width: 17px;
	text-align: center;
	position: absolute;
	top: -1px;
	padding-top: 1px;
	/*margin-right: 21px;*/
	display: inline;
	color: white;
}

.handball .goals, .handball .notgoal {
	width: 21px;
	text-align: right;
	padding-left: 0px;
	padding-right: 3px;
}

.teamH div, .teamA div {
	color: white;
}
		
#round .fresh {
	background-color: #CE0000;
}

.goalIcon {
	display: block;
	width: 44px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 11px;
	background-image: url('/webtv/fotball/images/storfotball.png');

}

* html .goalIcon {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/fotball/images/storfotball.png',sizingMethod='scale')
}

.handball .goalIcon {
	background-image: url('/webtv/fotball/images/handball.png');
}

* html .handball .goalIcon {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/webtv/fotball/images/handball.png',sizingMethod='scale')
}



.notStarted .goals {
	background-color: #A6B8E1;
	color: #A6B8E1;
}

.halftime .goals {
	background-color: #A6B8E1;
	color: white;
}

.finished .goals {
	background-color: black;
	color: black;
}

.finished .reveal .goals {
	color: white;
}


/* LIVE */
#adPic {
	position: absolute;
	top: 313px;
	left: 0px;
	width: 222px;
	height: 284px;
}

/* SITEMAP */

#searchResult #siteMapList p{
	margin-bottom:15px;
}
#siteMap, #searchResult {
	position:absolute;
	top:0px;
	left:13px;
	width: 655px;
	height: 580px;
	font-family: tahoma, sans-serif;
}
#siteMap .heading, #searchResult .heading {
	position: absolute;
	top: 9px;
	left: 0px;
	width: 655px;
	height: 24px;
	border-bottom: 1px solid #C5C5C5;
}
#siteMap .heading .title, #searchResult .heading .title {
	position:absolute;
	width: 100px;
	height: 15px;
	padding-top: 5px;
	border-right: 1px solid #C5C5C5;
	overflow: hidden;
}

#searchResult .heading .title {
	width: 90px;
}

#siteMap .heading .nav, #searchResult .heading .description {
	position:absolute;
	top:8px;
	left:102px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 555px;
}

#searchResult .heading .description {
	text-align: left;
	left: 98px;
	width: 547px;
	font-size: 11px;
}
#searchResult #resultList h6 a{
	display:inline;
}
#searchResult #resultList a.programType{
	float:right;
	color: #E3470F;	
}
#searchResult #filter{
	font-weight: bold;
	margin-bottom: 15px;
}
#searchResult #filter li{
	display: inline;
}
#searchResult .description span, #searchResult #filter a {
	font-weight: normal;
}

#siteMap .nav .link {
	border-right: 1px solid #C5C5C5;
	width: 18px;
	height: 12px;
	float: left;
}
#siteMap .nav .lastLink {
	border-right: none;
}
#siteMap a:link, #siteMap a:visited {
	text-decoration: none;
}
#siteMapList {
	overflow: hidden;
	width: 655px;
	height: 547px;
}
#siteMap .list, #searchResult .list {
	position: absolute;
	top: 37px;
	left: 0px;
}
#siteMap .list .item {
	position: relative;
	top: 0px;
	left: 0px;
	width: 635px;
	padding-bottom: 7px;
	border-bottom: 1px solid #959995;
	float: left;
}
#searchResult .list .item{
	position: relative;
	top: 0px;
	left: 0px;
	width: 635px;
	padding-bottom: 7px;
	border-bottom: 1px solid #959995;
	margin-bottom: 5px;
	float: left;	
}
#searchResult .list .type{
	position: relative;
	top: 0px;
	left: 0px;
	width: 635px;
/*	float: left;*/	
	padding-bottom: 7px;
	border-bottom: 1px solid #959995;
	margin-bottom: 10px;
}
#typeList {
	margin-bottom:30px;
	padding-top:1px;
	padding-bottom:1px;	
}
#resultList{
/* adding 1px padding and top-margin to avoid margin-collapse */
	margin-top:1px;
	margin-bottom:30px;
	padding-top:1px;
	padding-bottom:1px;
}

* html #siteMap .list .item, * html #searchResult .list .item {
	float: none;
}
#siteMap .list .item .title {
	position: absolute;
	top: 9px;
	left: 0px;
}
#siteMap .list .item .programs {
	margin-top: 7px;
	margin-left: 100px;
	width: 535px;
	font-size: 10px;
	float: left;
}
* html #siteMap .list .item .programs {
	float: none;
}
#searchResult .list .type img{
	float:none;
}
#searchResult .list img{
	float: left;
	display: inline;
	margin-right: 8px;
	margin-top: 4px;
	border: #c3c9c2 1px solid;
	width: 116px;
	height: 67px;	
}

#searchResult .list .type img{
/*	float: left; */
	display: inline;
	margin-right: 8px;
	margin-top: 4px;
	margin-left: 5px;
	width: auto;
	height: auto;
	border: 0px;
}

#searchResult h6, #resultList h6 {
	margin-top: 4px;
}

.programBorder {
	height: 1px;
	overflow: hidden;
	background-color: #d2d7d2;
	clear: both;
}

#siteMap .list .item .programs .program {
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 7px;
	padding-right: 3px;
	width: 166px;
	height: 22px;
	border-left: 1px solid #d2d7d2;
	/*display: inline;*/
	position: relative;
}

#siteMap .programFree {
	background-image: url('/webtv/sumo/images/details/gratis_kategori.png');
	background-repeat: no-repeat;
	background-position: 158px center;
}


#related {
	position: absolute;
	top: 496px;
	left: 0px;
	width: 222px;
	height: 109px;
}
#related .program {
	position: absolute;
	width: 64px;
	height: 45px;
	cursor: pointer;
}
#related .col0 {
	left: 0px;
}
#related .col1 {
	left: 70px;
}
#related .col2 {
	left: 140px;
}
#related .row0 {
	top: 16px;
}
#related .row1 {
	top: 66px;
}
#related .program img {
	width: 64px;
	height: 45px;
	border: none;
}

/* contact form */

.galleryTab input, .galleryTab textarea , .galleryTab select {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #566a47;
	background-color: #334c25;
	color: #b5c7a8;
}

.galleryTab label {
	width: 102px;
	float: left;
	text-align: right;
	margin-right: 8px;
	margin-top: 4px;
}

#contactFormIntro {
	width: 190px;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	margin-bottom: 10px;
	height: 191px;
}

#contactFormDetails {
	float: left;
} 

#contactBody {
	width: 220px;
	height: 80px;
	overflow: auto;
	margin-top: 8px;
	margin-bottom: 2px;
}

#contactBody {
	scrollbar-arrow-color: default;
	scrollbar-base-color: default;
	scrollbar-darkshadow-color: default;
	scrollbar-track-color: default;
	scrollbar-face-color: default;
	scrollbar-shadow-color: default;
	scrollbar-highlight-color: default;
	scrollbar-3dlight-color: default;

}

#contactFormX {
	width: 440px;
	height: 191px;
	overflow: hidden;
}

#contactFormX p {
	clear: both;
}

#contactFormX h5 {
	padding-bottom: 4px;
	font-size: 18px;
	font-family: arial, sans-serif;
}

#contactFormX h6 {
	margin-top: 12px;
	margin-bottom: 4px;
	font-size: 11px;
}	

.galleryTab input {
	float: left;
	width: 110px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#contactFormX ul, #contactFormX li {
	list-style-type: square;
	margin-left: 10px;
} 

#submitStory {
	overflow: hidden;
}

#contactFormTopStories {
	position: absolute;
	top: 8px;
	left: 490px;
	width: 192px;
	height: 185px;
}

#contactFormTopStories h5 {
	margin-bottom: 10px;
}

#contactFormTopStories .item {
	padding-top: 4px;
	padding-bottom: 4px;
}

#contactFormList {
	height: 155px;
	overflow: auto;
}


/* Miniplayer, Skal vi danse */

.skalvidanse .videoPanel.mini {
	height: 165px;
	width: 222px;
	border: 1px solid #d675d3;
	background-image: none;	
	background-color: white;
}
* html .skalvidanse .videoPanel.mini {
	filter: none;
}

.skalvidanse .videoPanel.mini .bg img {
	width: 222px;
	height: 125px;
}

.skalvidanse .videoPanel.mini .ad, .skalvidanse .videoPanel.mini .bg, .skalvidanse .videoPanel.mini .videoObject {
	top: 0px;
	left: 0px;
	width: 222px;
	height: 125px;
}

.skalvidanse .videoPanel.mini .videoControls {
	top: 125px;
	left: 0px;
	width: 222px;
	height: 40px;
}

.skalvidanse .mini .videoButton {
	width: 28px;
	height: 40px;
	top: 0px;
	background-position: top left;
	filter: none;
}

.skalvidanse .mini .videoButton:hover {
	background-position: top right;
	filter: none;
}

.skalvidanse .mini .playButton, .skalvidanse .mini .pauseButton {
	display: block;
	left: 34px;
}
.skalvidanse .mini .playButton, * html .skalvidanse .mini .playButton {
	background-image: url('/webtv/sumo/images/skalvidanse/player/play.png');
}
.skalvidanse .mini .pauseButton, * html .skalvidanse .mini .pauseButton {
	background-image: url('/webtv/sumo/images/skalvidanse/player/stop.png');
}

* html .skalvidanse .mini .playButton {
	filter: none;
}
* html .skalvidanse .mini .pauseButton {
	filter: none;
}

.skalvidanse .mini .playButton:hover {
	
}
.skalvidanse .mini .pauseButton:hover {
	
}
* html .skalvidanse .mini .playButton:hover {
	background-image: url('/webtv/sumo/images/skalvidanse/player/play.png');
}
* html .skalvidanse .mini .pauseButton:hover {
	background-image: url('/webtv/sumo/images/skalvidanse/player/stop.png');
}

.skalvidanse .mini .soundButton, .skalvidanse .mini .muteButton {
	right: 6px;
	left: auto;
}
.skalvidanse .mini .soundButton {
	background-image: url('/webtv/sumo/images/skalvidanse/player/sound.png');
}
.skalvidanse .mini .muteButton {
	background-image: url('/webtv/sumo/images/skalvidanse/player/mute.png');
}


* html .skalvidanse .mini .soundButton:hover {
	background-image: url('/webtv/sumo/images/skalvidanse/player/sound.png');
}
* html .skalvidanse .mini .muteButton:hover {
	background-image: url('/webtv/sumo/images/skalvidanse/player/mute.png');
}

.skalvidanse .mini .switchToButton {
	left: 6px;
	background-image: url('/webtv/sumo/images/skalvidanse/player/switch.png');
}

.skalvidanse .mini .slider, .skalvidanse .mini .playerStatus, .skalvidanse .mini .playerTime {
	display: none;
}


* html .skalvidanse .mini .switchToButton:hover {
	background-image: url('/webtv/sumo/images/skalvidanse/player/switch.png');
}

#miniPlayers .subPlayerTitle2, #miniPlayers .subPlayerTitle {
	left: 0px;
	width: 222px;
	text-align: right;
}


.direkte #selectedContent a img {
	height: auto;
}


.tv2sport2010 .epgList {
	height: 490px;
}

/* article.css */

.dark #articleFull a, .dark #article a {
 	color: #C5CFC0;
}


/* Fortsatt article.css. Feilaktig tatt ut av magazines.css, kvikkfiks i denne css-filen */


.direkte #selectedContent a img {
	height: auto;
}

#dlgPaymentForm .classItem {
	height: 104px;
}

* html .contentList, * html .contentListing {
	height: auto;
}

/* Kvikkfiks for skjult propell på registreringsskjema */
#centralSpinner {
	z-index: 50;
}

/* TOP MENU */
.bra #head {
	background-image: url('/multimedia/webtv/template/images/brann/menu.png');
}
.bra #mainMenu li {
	background-image: none;
}
.bra #mainMenu li span, .bra #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}
.bra #mainMenu li span {
	display: none;
}

.bra #mainMenu #mmNyheter {
	width: 100px;
}
.bra #mainMenu #mmIKulissene {
	width: 128px;
}
.bra #mainMenu #mmKampene {
	width: 101px;
}
.bra #mainMenu #mmDirekte {
	width: 101px;
}
.bra #mainMenu #mmGullet {
	width: 151px;
}
.bra #mainMenu #mmPromo {
	width: 100px;
}
.bra #mainMenu #mmNyheter.selected, .bra #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/brann/menu-sel.png') no-repeat;
}
.bra #mainMenu #mmIKulissene.selected, .bra #mainMenu #mmIKulissene a:hover {
	background: transparent url('/multimedia/webtv/template/images/brann/menu-sel.png') -100px 0px no-repeat;
}
.bra #mainMenu #mmKampene.selected, .bra #mainMenu #mmKampene a:hover {
	background: transparent url('/multimedia/webtv/template/images/brann/menu-sel.png') -228px 0px no-repeat;
}
.bra #mainMenu #mmDirekte.selected, .bra #mainMenu #mmDirekte a:hover {
	background: transparent url('/multimedia/webtv/template/images/brann/menu-sel.png') -329px 0px no-repeat;
}
.bra #mainMenu #mmGullet.selected, .bra #mainMenu #mmGullet a:hover {
	background: transparent url('/multimedia/webtv/template/images/brann/menu-sel.png') -430px 0px no-repeat;
}
.bra #mainMenu #mmPromo.selected, .bra #mainMenu #mmPromo a:hover {
	background: transparent url('/multimedia/webtv/template/images/brann/menu-sel.png') -581px 0px no-repeat;
}

/* LEFT */
.braArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#braArchiveList {
	height: 96px;
	overflow: auto;
}
#braArchiveList {
	position: relative;
	width: 100%;
}
#braArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #braArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #braArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#braArchive .program, #braArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* TOP-RIGHT MENU */
.bra #customerMenu {
	position: absolute;
	top: 4px;
	right: 145px;
}

.bra #customerMenu li {
	padding: 4px;
	padding-right: 10px;
}

.bra #customerMenu a {
	color: #636363;
}

/* RIGHT */
.bra #sportFeed {
	margin-top:200px
}

/* STYLES FOR PREGENERATED PNG TITLES FOR BRANN-TV */
#pngText .categoryTitle.bra {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #E6E6E6;
    width: 200px;
    height: 18px;
}

.bra.dark #categoryList .more {
	background-image:url(http://webtv.tv2.no/webtv/sumo/images/header-mini-mer-glass.png);
}


.bra.dark #categoryList .blank {
	background-image:url(http://webtv.tv2.no/webtv/sumo/images/header-mini-blank-glass.png);
}



.bra #categoryList .categoryHeader .title {
	margin-left:20px;
	margin-top:20px;
}

.bra.dark #main .tabbedMenuC .tab1 .leftSelected {
	background-image:url(http://webtv.tv2.no/webtv/sumo/images/tab-left-glass-first-sel.png);
}

.bra.dark #main .tabbedMenuC .tab .leftSelected {
	background-image:url(http://webtv.tv2.no/webtv/sumo/images/tab-left-glass-sel.png);
}

.bra.dark #main .tabbedMenuC .tab .titleSelected {
	background-image:url(http://webtv.tv2.no/webtv/sumo/images/tab-mid-glass-sel.png);
}

.bra.dark #main .tabbedMenuC .tab .rightSelected {
	background-image:url(http://webtv.tv2.no/webtv/sumo/images/tab-right-glass-sel.png);
}


.bra.dark #main .tabbedMenuC .tab .title {
	background-image:url(http://webtv.tv2.no/webtv/sumo/images/tab-mid-glass.png);
}

.bra.dark #main .tabbedMenuC .tab .left {
	background-image:url(http://webtv.tv2.no/webtv/sumo/images/tab-left-glass.png);
}


.bra.dark #main .tabbedMenuC .tab2 {
	left:58px;
}






.bra div.tabbedMenuC a, 
.bra div.tabbedMenuC a:active, 
.bra div.tabbedMenuC a:link, 
.bra div.tabbedMenuC a:visited, 
.bra div.tabbedMenuC a:hover {
	padding-right:4px;
	color: #f31010!important;
	font-weight:bold;
}


.bra .dark .tabbedMenuC {
	border-bottom-color: #f1b9aa;
}

.bra .colophon {
	position: absolute;
	right: 6px;
	text-align: right;
	top: 40px;
	color: #000000;
}

.bra #head .colophon a {
	color: #000000;
	text-decoration: underline;
}


/* TOP MENU */


.ffk #articleFull a, .dark #article a {
 	color: #C5CFC0;
}

.ffk #mainMenu {
	left: 280px;
	
}
.ffk #head {
	background-image: url('/multimedia/webtv/template/images/ffk/menu.png');
}

.ffk #mainMenu li {
	background-image: none;
}
.ffk #mainMenu li span, .ffk #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 35px;
	cursor: pointer;
}
.ffk #mainMenu li span {
	display: none;
}

.ffk #mainMenu #mmNyheter {
	width: 95px;
}
.ffk #mainMenu #mmForkamp{
	width: 94px;
}
.ffk #mainMenu #mmEtterkamp {
	width: 100px;
}
.ffk #mainMenu #mmPortretter {
	width: 126px;
}
.ffk #mainMenu #mmSammendrag {
	width: 118px;
}
.ffk #mainMenu #mmFFK2 {
	width: 73px;
}
.ffk #mainMenu #mmArkiv {
	width: 74px;
}
.ffk #mainMenu #mmNyheter.selected, .ffk #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/ffk/menu-sel.png') no-repeat;
}
.ffk #mainMenu #mmForkamp.selected, .ffk #mainMenu #mmForkamp a:hover {
	background: transparent url('/multimedia/webtv/template/images/ffk/menu-sel.png') -95px 0px no-repeat;
}
.ffk #mainMenu #mmEtterkamp.selected, .ffk #mainMenu #mmEtterkamp a:hover {
	background: transparent url('/multimedia/webtv/template/images/ffk/menu-sel.png') -189px 0px no-repeat;
}
.ffk #mainMenu #mmPortretter.selected, .ffk #mainMenu #mmPortretter a:hover {
	background: transparent url('/multimedia/webtv/template/images/ffk/menu-sel.png') -289px 0px no-repeat;
}
.ffk #mainMenu #mmSammendrag.selected, .ffk #mainMenu #mmSammendrag a:hover {
	background: transparent url('/multimedia/webtv/template/images/ffk/menu-sel.png') -415px 0px no-repeat;
}
.ffk #mainMenu #mmFFK2.selected, .ffk #mainMenu #mmFFK2 a:hover {
	background: transparent url('/multimedia/webtv/template/images/ffk/menu-sel.png') -533px 0px no-repeat;
}
.ffk #mainMenu #mmArkiv.selected, .ffk #mainMenu #mmArkiv a:hover {
	background: transparent url('/multimedia/webtv/template/images/ffk/menu-sel.png') -606px 0px no-repeat;
}

/* LEFT */
.ffkArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#ffkArchiveList {
	height: 96px;
	overflow: auto;
}
#ffkArchiveList {
	position: relative;
	width: 100%;
}
#ffkArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #ffkArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #ffkArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#ffkArchive .program, #ffkArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* TOP-RIGHT MENU */
.ffk #customerMenu {
	position: absolute;
	top: 6px;
	right: 120px;
}

.ffk #customerMenu li {
	padding: 4px;
	padding-right: 10px;
}

.ffk #customerMenu a {
	color: #636363;
}

/* RIGHT */
.ffk h6.adHeader {
	margin-left:-15px;
	margin-right:-15px;
	width: 252px;
}
.ffk #common .ad {
	margin-left:-15px;
	margin-right:-15px;
}

.ffk .colophon {
  position: absolute;
  bottom: 0px;
  font-size: 10px;
}


/* STYLES FOR PREGENERATED PNG TITLES FOR FFK-TV */
#pngText .categoryTitle.ffk {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #D52229;
    width: 200px;
    height: 18px;
}


/* TOP MENU */
.lsk #head {
	background-image: url('/multimedia/webtv/template/images/lsk/menu.png');
}
.lsk #mainMenu li {
	background-image: none;
}
.lsk #mainMenu li span, .lsk #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}
.lsk #mainMenu li span {
	display: none;
}

.lsk #mainMenu #mmNyheter {
	width: 114px;
}
.lsk #mainMenu #mmMagasin {
	width: 114px;
}
.lsk #mainMenu #mmHoydepunkt {
	width: 113px;
}
.lsk #mainMenu #mmPortretter {
	width: 114px;
}
.lsk #mainMenu #mmRekrutt {
	width: 113px;
}
.lsk #mainMenu #mmDirekte {
	width: 114px;
}
.lsk #mainMenu #mmNyheter.selected, .lsk #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/lsk/menu-sel.png') no-repeat;
}
.lsk #mainMenu #mmMagasin.selected, .lsk #mainMenu #mmMagasin a:hover {
	background: transparent url('/multimedia/webtv/template/images/lsk/menu-sel.png') -114px 0px no-repeat;
}
.lsk #mainMenu #mmHoydepunkt.selected, .lsk #mainMenu #mmHoydepunkt a:hover {
	background: transparent url('/multimedia/webtv/template/images/lsk/menu-sel.png') -228px 0px no-repeat;
}
.lsk #mainMenu #mmPortretter.selected, .lsk #mainMenu #mmPortretter a:hover {
	background: transparent url('/multimedia/webtv/template/images/lsk/menu-sel.png') -341px 0px no-repeat;
}
.lsk #mainMenu #mmRekrutt.selected, .lsk #mainMenu #mmRekrutt a:hover {
	background: transparent url('/multimedia/webtv/template/images/lsk/menu-sel.png') -455px 0px no-repeat;
}
.lsk #mainMenu #mmDirekte.selected, .lsk #mainMenu #mmDirekte a:hover {
	background: transparent url('/multimedia/webtv/template/images/lsk/menu-sel.png') -568px 0px no-repeat;
}

.lsk .colophon {
        position: absolute;
        right: 6px;
        text-align: right;
        top: 30px;
        color: #C8C8C8;
}

.lsk #head .colophon a {
        color: #C8C8C8;
        text-decoration: underline;
}

/* LEFT */
.lskArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#lskArchiveList {
	height: 96px;
	overflow: auto;
}
#lskArchiveList {
	position: relative;
	width: 100%;
}
#lskArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #lskArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #lskArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#lskArchive .program, #lskArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* TOP-RIGHT MENU */
.lsk #customerMenu {
	position: absolute;
	top: 4px;
	right: 145px;
}

.lsk #customerMenu li {
	padding: 4px;
	padding-right: 10px;
}

.lsk #customerMenu a {
	color: #636363;
}

/* RIGHT */
.lsk #sportFeed {
	margin-top:200px
}

/* STYLES FOR PREGENERATED PNG TITLES FOR LSK-TV */
#pngText .categoryTitle.lsk {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #E6E6E6;
    width: 200px;
    height: 18px;
}


/* TOP MENU */
.rbk #head {
	background-image: url('/multimedia/webtv/template/images/rbk/menu.png');
}

.rbk #mainMenu li {
	background-image: none;
}
.rbk #mainMenu li span, .rbk #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}
.rbk #mainMenu li span {
	display: none;
}

.rbk #mainMenu #mmNyheter {
	width: 88px;
}
.rbk #mainMenu #mmMagasin {
	width: 88px;
}
.rbk #mainMenu #mmHoydepunkt {
	width: 113px;
}
.rbk #mainMenu #mmPortretter {
	width: 109px;
}
.rbk #mainMenu #mmRekrutt {
	width: 88px;
}
.rbk #mainMenu #mmDirekte {
	width: 83px;
}
.rbk #mainMenu #mmStolt {
	width: 113px;
}
.rbk #mainMenu #mmNyheter.selected, .rbk #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/rbk/menu-sel.png') no-repeat;
}
.rbk #mainMenu #mmMagasin.selected, .rbk #mainMenu #mmMagasin a:hover {
	background: transparent url('/multimedia/webtv/template/images/rbk/menu-sel.png') -88px 0px no-repeat;
}
.rbk #mainMenu #mmHoydepunkt.selected, .rbk #mainMenu #mmHoydepunkt a:hover {
	background: transparent url('/multimedia/webtv/template/images/rbk/menu-sel.png') -176px 0px no-repeat;
}
.rbk #mainMenu #mmPortretter.selected, .rbk #mainMenu #mmPortretter a:hover {
	background: transparent url('/multimedia/webtv/template/images/rbk/menu-sel.png') -289px 0px no-repeat;
}
.rbk #mainMenu #mmRekrutt.selected, .rbk #mainMenu #mmRekrutt a:hover {
	background: transparent url('/multimedia/webtv/template/images/rbk/menu-sel.png') -398px 0px no-repeat;
}
.rbk #mainMenu #mmDirekte.selected, .rbk #mainMenu #mmDirekte a:hover {
	background: transparent url('/multimedia/webtv/template/images/rbk/menu-sel.png') -486px 0px no-repeat;
}
.rbk #mainMenu #mmStolt.selected, .rbk #mainMenu #mmStolt a:hover {
	background: transparent url('/multimedia/webtv/template/images/rbk/menu-sel.png') -569px 0px no-repeat;
}

.rbk .colophon {
	position: absolute;
	right: 6px;
	text-align: right;
	top: 30px;
	color: #636363;
}

.rbk #head .colophon a {
	color: #636363;
	text-decoration: underline;
}


/* LEFT */
.rbkArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#rbkArchiveList {
	height: 191px;
	overflow: auto;
	position: relative;
	width: 100%;
}
#rbkArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #rbkArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #rbkArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#rbkArchive .program, #rbkArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* TOP-RIGHT MENU */
.rbk #customerMenu {
	position: absolute;
	top: 6px;
	right: 120px;
}

.rbk #customerMenu li {
	padding: 4px;
	padding-right: 10px;
}

.rbk #customerMenu a {
	color: #636363;
}

/* RIGHT */
.rbk h6.adHeader {
	margin-left:-15px;
	margin-right:-15px;
	width: 252px;
}
.rbk #common .ad {
	margin-left:-15px;
	margin-right:-15px;
}





/* STYLES FOR PREGENERATED PNG TITLES FOR RBK-TV */
#pngText .categoryTitle.rbk {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #E6E6E6;
    width: 200px;
    height: 18px;
}


/* TOP MENU */
.sif #head {
	background-image: url('/multimedia/webtv/template/images/sif/menu.png');
}
.sif #mainMenu li {
	background-image: none;
}
.sif #mainMenu li span, .sif #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}
.sif #mainMenu li span {
	display: none;
}

.sif #mainMenu #mmNyheter {
	width: 91px;
}
.sif #mainMenu #mmMagasin {
	width: 99px;
}
.sif #mainMenu #mmSammendrag {
	width: 136px;
}
.sif #mainMenu #mmPortretter {
	width: 119px;
}
.sif #mainMenu #mmHoydepunkt {
	width: 149px;
}
.sif #mainMenu #mmDirekte {
	width: 88px;
}
.sif #mainMenu #mmNyheter.selected, .sif #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/sif/menu-sel.png') no-repeat;
}
.sif #mainMenu #mmMagasin.selected, .sif #mainMenu #mmMagasin a:hover {
	background: transparent url('/multimedia/webtv/template/images/sif/menu-sel.png') -91px 0px no-repeat;
}
.sif #mainMenu #mmSammendrag.selected, .sif #mainMenu #mmSammendrag a:hover {
	background: transparent url('/multimedia/webtv/template/images/sif/menu-sel.png') -190px 0px no-repeat;
}
.sif #mainMenu #mmPortretter.selected, .sif #mainMenu #mmPortretter a:hover {
	background: transparent url('/multimedia/webtv/template/images/sif/menu-sel.png') -326px 0px no-repeat;
}
.sif #mainMenu #mmHoydepunkt.selected, .sif #mainMenu #mmHoydepunkt a:hover {
	background: transparent url('/multimedia/webtv/template/images/sif/menu-sel.png') -445px 0px no-repeat;
}
.sif #mainMenu #mmDirekte.selected, .sif #mainMenu #mmDirekte a:hover {
	background: transparent url('/multimedia/webtv/template/images/sif/menu-sel.png') -594px 0px no-repeat;
}

.sif .colophon {
        position: absolute;
        right: 6px;
        text-align: right;
        top: 30px;
        color: #C8C8C8;
}

.sif #head .colophon a {
        color: #C8C8C8;
        text-decoration: underline;
}

/* LEFT */
.sifArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#sifArchiveList {
	height: 96px;
	overflow: auto;
}
#sifArchiveList {
	position: relative;
	width: 100%;
}
#sifArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #sifArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #sifArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#sifArchive .program, #sifArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* TOP-RIGHT MENU */
.sif #customerMenu {
	position: absolute;
	top: 4px;
	right: 145px;
}

.sif #customerMenu li {
	padding: 4px;
	padding-right: 10px;
}

.sif #customerMenu a {
	color: #636363;
}

/* RIGHT */
.sif #sportFeed {
	margin-top:200px
}

/* STYLES FOR PREGENERATED PNG TITLES FOR SIF-TV */
#pngText .categoryTitle.sif {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #E6E6E6;
    width: 200px;
    height: 18px;
}


/* TOP MENU */
.stb #head {
	background-image: url('/multimedia/webtv/template/images/stb/menu.png');
}
.stb #mainMenu li {
	background-image: none;
}
.stb #mainMenu li span, .stb #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}
.stb #mainMenu li span {
	display: none;
}

.stb #mainMenu #mmNyheter {
	width: 92px;
}
.stb #mainMenu #mmMagasin {
	width: 87px;
}
.stb #mainMenu #mmHoydepunkt {
	width: 112px;
}
.stb #mainMenu #mmPortretter {
	width: 111px;
}
.stb #mainMenu #mmRekrutt {
	width: 89px;
}
.stb #mainMenu #mmDirekte {
	width: 85px;
}

.stb #mainMenu #mmStoltFortid {
	width: 108px;
}

.stb #mainMenu #mmNyheter.selected, .stb #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/stb/menu-sel.png') no-repeat;
	background-position: center 25px;	
}
.stb #mainMenu #mmMagasin.selected, .stb #mainMenu #mmMagasin a:hover {
	background: transparent url('/multimedia/webtv/template/images/stb/menu-sel.png')  no-repeat;
	background-position: center 25px;	
}
.stb #mainMenu #mmHoydepunkt.selected, .stb #mainMenu #mmHoydepunkt a:hover {
	background: transparent url('/multimedia/webtv/template/images/stb/menu-sel.png') no-repeat;
	background-position: center 25px;	
}
.stb #mainMenu #mmPortretter.selected, .stb #mainMenu #mmPortretter a:hover {
	background: transparent url('/multimedia/webtv/template/images/stb/menu-sel.png') no-repeat;
	background-position: center 25px;
}
.stb #mainMenu #mmRekrutt.selected, .stb #mainMenu #mmRekrutt a:hover {
	background: transparent url('/multimedia/webtv/template/images/stb/menu-sel.png') no-repeat;
	background-position: center 25px;
}
.stb #mainMenu #mmDirekte.selected, .stb #mainMenu #mmDirekte a:hover {
	background: transparent url('/multimedia/webtv/template/images/stb/menu-sel.png') no-repeat;
	background-position: center 25px;
}

.stb #mainMenu #mmStoltFortid.selected, .stb #mainMenu #mmStoltFortid a:hover {
	background: transparent url('/multimedia/webtv/template/images/stb/menu-sel.png') no-repeat;
	background-position: center 25px;
}


.stb .colophon {
        position: absolute;
        right: 6px;
        text-align: right;
        top: 43px;
        color: #C8C8C8;
}

.stb #head .colophon a {
        color: #C8C8C8;
        text-decoration: underline;
}

/* LEFT */
.stbArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#stbArchiveList {
	height: 96px;
	overflow: auto;

}

#stbArchive {
	left : -29px;
	width : 272px;
	height: 127px;
	background: transparent url('/multimedia/webtv/template/images/stb/background-stb-plist.png');	
}

.stb #programArchive {
	left : -29px;
	width : 272px;
	height: 360px;
	background: transparent url('/multimedia/webtv/template/images/stb/background-stb-plist.png');	
}

.stb #programArchiveList {
	width : 272px;	
}

.stb .breadcrumbs{
	background: transparent url('/multimedia/webtv/template/images/stb/background-stb-plist.png');
	padding-left: 23px;
}
.stb .tabbedMenuC{
	margin-bottom: 0px;
}

.stb #programArchiveList .program {
	padding-left: 10px;
}
.stb #programArchiveList .orderby{
	padding-left: 10px;
	padding-top: 7px;
}


#stbArchive h4 {
	left : 10px;	
}

#stbArchiveList .program{
	padding-left: 10px;
	
}

#stbArchiveList {
	position: relative;
	width: 100%;	
	height: 103px;
}
#stbArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #stbArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #stbArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#stbArchive .program, #stbArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}


.stb #categoryList .more {
background-image:url('/multimedia/webtv/template/images/stb/stb-mer.png');
}

.stb #categoryList .more {
 top:50px;
 left :1px;
 width : 259px;
}


/* TOP-RIGHT MENU */
.stb #customerMenu {
	position: absolute;
	top: 4px;
	right: 5px;
	width:183px;
	height:27px;
	background: transparent url('/multimedia/webtv/template/images/stb/utvikletavtv2sumo.png') no-repeat;
	
}

.stb #customerMenu li {
	padding: 4px;
	padding-right: 10px;
}

.stb #customerMenu a {
	color: #636363;
}



.stb #stbnavigation .archive {
	width : 272px;	
	background: transparent url('/multimedia/webtv/template/images/stb/header-bg.png');
	height: 340px;
	top : 30px;
	left: -29px;
}

/* RIGHT */
.stb #sportFeed {
	margin-top:86px;
	background: transparent url('/multimedia/webtv/template/images/stb/background-stb-plist.png');
	padding: 10px;
	width:253px;
	left : -22px;
	
}

.stb #stabekFeed {
	margin-top:36px;
	background: transparent url('/multimedia/webtv/template/images/stb/background-stb-plist.png');
	padding: 10px;
	width:253px;
	left : -22px;	
}

/* STYLES FOR PREGENERATED PNG TITLES FOR stb-TV */
#pngText .categoryTitle.stb {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #E6E6E6;
    width: 200px;
    height: 18px;
}


/* TOP MENU */
.tv2skole #head {
	background-image:url(/multimedia/webtv/tv2skole/common/top.png);
	background-repeat:no-repeat;
	height:82px;
	position:relative;
	width:1240px;
}

 .tv2skole {
	font-family: Arial;
	font-size: 11px;
}
.tv2skole #navigation {
	width: 224px;
}
.tv2skole #programArchive .subCategory a{
	display:block;
	//background-image: url(/multimedia/webtv/tv2skole/common/bg-archlist.png);
	background-repeat: no-repeat;		
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 9px;
	margin-bottom: 2px;	
	text-decoration: none;
	
}

.tv2skole #programArchive .subCategory a:hover{
	background-color: #364f7d;
	background-image: none;	
}

.tv2skole #programArchive .subCategory {
	padding-bottom: 0px;
	background-image: url(/multimedia/webtv/tv2skole/common/bg-archlist.png);
	padding-top: 0px;	
	width: 222px;
	
}

.tv2skole #selectedContent .subCategory a:hover{
	background-color: #364f7d;
	background-image: none;	
}

.tv2skole #selectedContent .subCategory {
	padding-bottom: 0px;
	background-image: url(/multimedia/webtv/tv2skole/common/bg-archlist.png);
	padding-top: 0px;	
	width: 212px;
	
}

.tv2skole #selectedContent .subCategory a{
	display:block;
	//background-image: url(/multimedia/webtv/tv2skole/common/bg-archlist.png);
	background-repeat: no-repeat;		
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 9px;
	margin-bottom: 2px;	
	text-decoration: none;
	
}

.tv2skole #programArchiveList {
	height : 285px;
	
}

.tv2skole .subCategory a{
	color: white!important;
	padding-left: 5px;
	padding-top: 10px;	
}



.tv2skole #programArchiveList .program {
	background:#778CAD;
	border:1px solid #929292;
	margin-top:2px;
	padding-bottom: 0px;
	padding-top: 0px;	
}

.tv2skole .program a {
	color: #FFFFFF!important;
	background-image: url(/multimedia/webtv/tv2skole/common/play.png);
	background-repeat: no-repeat;
	background-position: 3px 7px;	
	display: block;
	height:23px;
	padding-left: 20px;
	padding-top: 4px;
	text-decoration: none;
	
}


.tv2skole .program a:hover {
	background-color: #364f7d;	
}


.tv2skole .programCollapse {
	background-image:url(/multimedia/webtv/tv2skole/common/minus-dark.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 9px;	
}

.tv2skole .programExpand {
	background-image:url(/multimedia/webtv/tv2skole/common/plus-dark.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	
	
}

.tv2skole #programArchive .progDateExpand {
	margin-top: 4px;
	
}



/* breadrumbs */


.tv2skole #skoleCrumbs .title {
	background:url(/multimedia/webtv/tv2skole/common/parent_tree.png);
	background-position :0px;
	height: 27px;	
	width: 224;
	background-repeat:no-repeat;	
	

}

.tv2skole #skoleCrumbs .tab .titleSelected {
	background:url(/multimedia/webtv/tv2skole/common/tree_active.png);
	height: 38px;	
	width: 224;
	background-repeat:no-repeat;
	background-position: 0px -2px;
	

}

.tv2skole #skoleCrumbs .titleSelected a {
	color:#364F7D !important;
	font-family:arial;
	font-size:14px;
	font-weight:bold;		
	
}
.tv2skole #skoleCrumbs .titleSelected p {

	padding-left: 10px;
	padding-top: 10px;
	white-space: nowrap;
		
}

.tv2skole #skoleCrumbs .title p {

	padding-left: 10px;
	padding-top: 7px;
	white-space: nowrap;	
}



.tv2skole #skoleCrumbs .tab .title a {
	color:#768bac!important;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
}

.tv2skole #skoleCrumbs .tab3 {
	//z-index: 1;
}

.tv2skole #skoleCrumbs .tab4 {
	//z-index: 10;
}

.tv2skole .dialog .content {
 top : 0px;
}


.tv2skole .progDate,
.tv2skole #showLogo,
.tv2skole .orderby,
.tv2skole .tab1, 
.tv2skole .left, 
.tv2skole .leftSelected,
.tv2skole .rightSelected,
.tv2skole .strongBorder {
	display:none;
}

.tv2skole .subCategory {
	text-align:left!important;
	margin-left:10px;
}

.tv2skole #dlgStopButton {
	display :display;
}

.tv2skole .freeCategoryImg{
	background-image: none;
	padding-left: 0px;
}
/*

.tv2skole #metaArea {
	top: 500px;
}
*/

.tv2skole #contentGallery {
	top:435px;
	width: 709px;	
}

.tv2skole #galleryTab {	
	width: 709px;
}



.tv2skole #ArticleList .ArticleListHeader {
	background:url(/multimedia/webtv/tv2skole/common/iceberg.png);
	background-repeat:no-repeat;	
	background-position: -10px;
	max-width:240px !important;
	border: none!important;
	height : 40px;	
	padding-top:18px;
	color: #364F7D !important;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
}

.tv2skole #ArticleList .ArticleListHeader p {
	padding-top:7px;
	padding-left:10px;
}

.tv2skole #articleItemList {
	
	height :200px;
	
}

.tv2skole .articleItem a {	
	display:block;
	//width: 220px;
	background:url(/multimedia/webtv/tv2skole/common/bg-article.png);
	border: 1px solid #969696;
	border-bottom: none;	
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	color: #364f7d !important;
	text-decoration: none;
		
}
.tv2skole .articleItem a:hover {	
	background:none;
	background-color: #969696;
}

.tv2skole #articleLine {
	//height :1px;
	border-bottom: 1px solid #969696;	
}


.tv2skole #programArchive .item a {	
	display:block;
	background-image:url(/multimedia/webtv/tv2skole/common/bg-article.png);
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	color: #364f7d !important;
	text-decoration: none;
	border: 1px solid #969696;	
	border-top: none;
		
}
.tv2skole #programArchive .item a:hover {	
	
	background-color: #969696;
	border-bottom: 1px solid #969696;	
	background-image:none;
}
.tv2skole #programArchive .item {	
	display:block;
	background-image:none;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 2px;
		
}


.tv2skole  .articleButton{
 	top: 0px;
}


.tv2skole .rightBox, .tv2skole .leftBox {
	margin-bottom: 0px;	
	top: -5px;
}

a.tv2skoleIcebergHeading {
	background:url(/multimedia/webtv/tv2skole/common/iceberg.png);
	width:220px;
	height:30px;
	display:block;
	background-position:-10px 0px;
	background-repeat:no-repeat;
	color:#364F7D !important;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
	padding-top:18px !important;
	text-decoration: none;
}

.tv2skoleIcebergHeading a:hover {
	text-decoration:none!important;
}



ul.tv2skoleMenu {
	left:278px;
	top:0;
	height:82px;
	position:absolute;
	width:683px;
	border-right: 1px solid #ABACAD;
}

ul.tv2skoleMenu li {
	float:left;
	width:169px;
	height:82px;
	text-align: center;
	border-left: 1px solid #ABACAD;
}

ul.tv2skoleMenu li a {
	color: #364f7d!important;
	font-size: 16px;
	font-family:arial;
	display:block;
	height:82px;
	width:169px;
	font-weight:bold;
}

.tv2skole #metaArea{
	top:489px;
}

ul.tv2skoleMenu li a:hover {
	background-color:#CDD2D7;
	text-decoration:none;
}

ul.tv2skoleMenu li a div{
	padding-top: 12px;
}

.tv2skoleMore {
	border-bottom: 1px solid #a1a2a5; 
	border-left: 1px solid #a1a2a5; 
	border-right: 1px solid #a1a2a5; 
	background-color: #ffffff;
	height: 30px;
	width: 683px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}
	
.tv2skoleMore div {
	padding-top: 8px;
	padding-left: 15px;
}

.tv2skoleMore a {
	color: #364f7d!important;
}

.tv2skoleMore.large {
    font-size: 14px;
}

.tv2skoleMore.small{
    font-size: 13px;
}

/* TOP MENU */


.dark #articleFull a, .dark #article a {
 	color: #C5CFC0;
}

.vif #mainMenu {
	left: 278px;
}
.vif #head {
	background-image: url('/multimedia/webtv/template/images/vif/menu.png');
}

.vif #mainMenu li {
	background-image: none;
}
.vif #mainMenu li span, .vif #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}
.vif #mainMenu li span {
	display: none;
}

.vif #mainMenu #mmNyheter {
	width: 87px;
}
.vif #mainMenu #mmMagasin {
	width: 89px;
}
.vif #mainMenu #mmHoydepunkt {
	width: 111px;
}
.vif #mainMenu #mmPortretter {
	width: 110px;
}
.vif #mainMenu #mmRekrutt {
	width: 88px;
}
.vif #mainMenu #mmDirekte {
	width: 85px;
}
.vif #mainMenu #mmNyheter.selected, .vif #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/vif/menu-sel.png') no-repeat;
}
.vif #mainMenu #mmMagasin.selected, .vif #mainMenu #mmMagasin a:hover {
	background: transparent url('/multimedia/webtv/template/images/vif/menu-sel.png') -87px 0px no-repeat;
}
.vif #mainMenu #mmHoydepunkt.selected, .vif #mainMenu #mmHoydepunkt a:hover {
	background: transparent url('/multimedia/webtv/template/images/vif/menu-sel.png') -176px 0px no-repeat;
}
.vif #mainMenu #mmPortretter.selected, .vif #mainMenu #mmPortretter a:hover {
	background: transparent url('/multimedia/webtv/template/images/vif/menu-sel.png') -287px 0px no-repeat;
}
.vif #mainMenu #mmRekrutt.selected, .vif #mainMenu #mmRekrutt a:hover {
	background: transparent url('/multimedia/webtv/template/images/vif/menu-sel.png') -397px 0px no-repeat;
}
.vif #mainMenu #mmDirekte.selected, .vif #mainMenu #mmDirekte a:hover {
	background: transparent url('/multimedia/webtv/template/images/vif/menu-sel.png') -485px 0px no-repeat;
}

/* LEFT */
.vifArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#vifArchiveList {
	height: 96px;
	overflow: auto;
}
#vifArchiveList {
	position: relative;
	width: 100%;
}
#vifArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #vifArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #vifArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#vifArchive .program, #vifArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* TOP-RIGHT MENU */
.vif #customerMenu {
	position: absolute;
	top: 6px;
	right: 120px;
}

.vif #customerMenu li {
	padding: 4px;
	padding-right: 10px;
}

.vif #customerMenu a {
	color: #636363;
}

/* RIGHT */
.vif h6.adHeader {
	margin-left:-15px;
	margin-right:-15px;
	width: 252px;
}
.vif #common .ad {
	margin-left:-15px;
	margin-right:-15px;
}

.vif .colophon {
  position: absolute;
  bottom: 0px;
  font-size: 10px;
}



/* STYLES FOR PREGENERATED PNG TITLES FOR VIF-TV */
#pngText .categoryTitle.vif {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #E6E6E6;
    width: 200px;
    height: 18px;
}


/* TOP MENU */
.viking #mainMenu {
	left: 278px;
}
.viking #head {
	background-image: url('/multimedia/webtv/template/images/viking/menu.png');
}

.viking #mainMenu li {
	background-image: none;
}
.viking #mainMenu li span, .viking #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}
.viking #mainMenu li span {
	display: none;
}

.viking #mainMenu #mmNyheter {
	width: 87px;
}
.viking #mainMenu #mmMagasin {
	width: 89px;
}
.viking #mainMenu #mmHoydepunkt {
	width: 111px;
}
.viking #mainMenu #mmPortretter {
	width: 110px;
}
.viking #mainMenu #mmRekrutt {
	width: 88px;
}
.viking #mainMenu #mmDirekte {
	width: 85px;
}
.viking #mainMenu #mmNyheter.selected, .viking #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/viking/menu-sel.png') no-repeat;
}
.viking #mainMenu #mmMagasin.selected, .viking #mainMenu #mmMagasin a:hover {
	background: transparent url('/multimedia/webtv/template/images/viking/menu-sel.png') -87px 0px no-repeat;
}
.viking #mainMenu #mmHoydepunkt.selected, .viking #mainMenu #mmHoydepunkt a:hover {
	background: transparent url('/multimedia/webtv/template/images/viking/menu-sel.png') -176px 0px no-repeat;
}
.viking #mainMenu #mmPortretter.selected, .viking #mainMenu #mmPortretter a:hover {
	background: transparent url('/multimedia/webtv/template/images/viking/menu-sel.png') -287px 0px no-repeat;
}
.viking #mainMenu #mmRekrutt.selected, .viking #mainMenu #mmRekrutt a:hover {
	background: transparent url('/multimedia/webtv/template/images/viking/menu-sel.png') -397px 0px no-repeat;
}
.viking #mainMenu #mmDirekte.selected, .viking #mainMenu #mmDirekte a:hover {
	background: transparent url('/multimedia/webtv/template/images/viking/menu-sel.png') -485px 0px no-repeat;
}



.viking .colophon {
	position: absolute;
	right: 6px;
	text-align: right;
	top: 30px;
	color: #636363;
}

.viking #head .colophon a {
	color: #636363;
	text-decoration: underline;
}


/* LEFT */
.vikingArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#vikingArchiveList {
	height: 191px;
	overflow: auto;
}
#vikingArchiveList {
	position: relative;
	width: 100%;
}
#vikingArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #vikingArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #vikingArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#vikingArchive .program, #vikingArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* TOP-RIGHT MENU */
.viking #customerMenu {
	position: absolute;
	top: 6px;
	right: 120px;
}

.viking #customerMenu li {
	padding: 4px;
	padding-right: 10px;
}

.viking #customerMenu a {
	color: #636363;
}

/* RIGHT */
.viking h6.adHeader {
	margin-left:-15px;
	margin-right:-15px;
	width: 252px;
}
.viking #common .ad {
	margin-left:-15px;
	margin-right:-15px;
}


/* STYLES FOR PREGENERATED PNG TITLES FOR viking-TV */
#pngText .categoryTitle.viking {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #E6E6E6;
    width: 200px;
    height: 18px;
}


/* TOP MENU */


.nff #articleFull a, .dark #article a {
 	color: #C5CFC0;
}

.nff #mainMenu {
	left: 281px;
	heigth: 35px;
}
.nff #head {
	background-image: url('/multimedia/webtv/template/images/nff/menu.png');
}

.nff #mainMenu li {
	background-image: none;
}
.nff #mainMenu li span, .nff #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}
.nff #mainMenu li span {
	display: none;
}

.nff #mainMenu #mmNyheter {
	width: 136px;
}
.nff #mainMenu #mmNFF{
	width: 137px;
}
.nff #mainMenu #mmLandslag {
	width: 137px;
}
.nff #mainMenu #mmToppfotball {
	width: 137px;
}
.nff #mainMenu #mmBreddefotball {
	width: 137px;
}
.nff #mainMenu #mmNyheter.selected, .nff #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/nff/menu-sel.png') no-repeat;
}
.nff #mainMenu #mmNFF.selected, .nff #mainMenu #mmNFF a:hover {
	background: transparent url('/multimedia/webtv/template/images/nff/menu-sel.png') -136px 0px no-repeat;
}
.nff #mainMenu #mmLandslag.selected, .nff #mainMenu #mmLandslag a:hover {
	background: transparent url('/multimedia/webtv/template/images/nff/menu-sel.png') -273px 0px no-repeat;
}
.nff #mainMenu #mmToppfotball.selected, .nff #mainMenu #mmToppfotball a:hover {
	background: transparent url('/multimedia/webtv/template/images/nff/menu-sel.png') -410px 0px no-repeat;
}
.nff #mainMenu #mmBreddefotball.selected, .nff #mainMenu #mmBreddefotball a:hover {
	background: transparent url('/multimedia/webtv/template/images/nff/menu-sel.png') -547px 0px no-repeat;
}


/* LEFT */
.nffArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#nffArchiveList {
	height: 96px;
	overflow: auto;
}
#nffArchiveList {
	position: relative;
	width: 100%;
}
#nffArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #nffArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #nffArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#nffArchive .program, #nffArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* TOP-RIGHT MENU */
.nff #customerMenu {
	position: absolute;
	top: 6px;
	right: 30px;
	color: #9aa297;
}

.nff #customerMenu li {
	padding: 4px;
}

.nff #customerMenu a {
	color: #C5CFC0;
}

/* RIGHT */
.nff h6.adHeader {
	margin-left:-15px;
	margin-right:-15px;
	width: 252px;
}
.nff #common .ad {
	margin-left:-15px;
	margin-right:-15px;
}

.nff #head .colophon {
    color: #9aa297;
    position: absolute;
    right: 6px;
    text-align: right;
    top: 50px;
}
.nff #head .colophon a {
    color: #9aa297;
    text-decoration:underline;
}
.nff #head .colophon a:hover {
    color: #C5CFC0;
}

/* STYLES FOR PREGENERATED PNG TITLES FOR NFF-TV */
#pngText .categoryTitle.nff {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #E6E6E6;
    width: 200px;
    height: 18px;
}


/* TOP MENU */
.tango #head {
	background-image: url('/multimedia/webtv/template/images/tango/menu.png');
}

.tango #mainMenu li {
	background-image: none;
}
.tango #mainMenu li span, .tango #mainMenu li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 32px;
	cursor: pointer;
}
.tango #mainMenu li span {
	display: none;
}

.tango #mainMenu #mmNyheter {
	width: 84px;
}
.tango #mainMenu #mmSammendrag {
	width: 113px;
}
.tango #mainMenu #mmPortretter {
	width: 103px;
}
.tango #mainMenu #mmRekrutt {
	width: 83px;
}
.tango #mainMenu #mmArkiv {
	width: 65px;
}
.tango #mainMenu #mmDirekte {
	width: 80px;
}
.tango #mainMenu #mmNyheter.selected, .tango #mainMenu #mmNyheter a:hover {
	background: transparent url('/multimedia/webtv/template/images/tango/menu-sel.png') no-repeat;
}
.tango #mainMenu #mmSammendrag.selected, .tango #mainMenu #mmSammendrag a:hover {
	background: transparent url('/multimedia/webtv/template/images/tango/menu-sel.png') -84px 0px no-repeat;
}
.tango #mainMenu #mmPortretter.selected, .tango #mainMenu #mmPortretter a:hover {
	background: transparent url('/multimedia/webtv/template/images/tango/menu-sel.png') -197px 0px no-repeat;
}
.tango #mainMenu #mmRekrutt.selected, .tango #mainMenu #mmRekrutt a:hover {
	background: transparent url('/multimedia/webtv/template/images/tango/menu-sel.png') -300px 0px no-repeat;
}
.tango #mainMenu #mmArkiv.selected, .tango #mainMenu #mmArkiv a:hover {
	background: transparent url('/multimedia/webtv/template/images/tango/menu-sel.png') -383px 0px no-repeat;
}
.tango #mainMenu #mmDirekte.selected, .tango #mainMenu #mmDirekte a:hover {
	background: transparent url('/multimedia/webtv/template/images/tango/menu-sel.png') -448px 0px no-repeat;
}


.tango .colophon {
	position: absolute;
	right: 6px;
	text-align: right;
	top: 30px;
	color: #636363;
}

.tango #head .colophon a {
	color: #636363;
	text-decoration: underline;
}


/* LEFT */
.tangoArchivePrograms {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#tangoArchiveList {
	height: 191px;
	overflow: auto;
	position: relative;
	width: 100%;
}
#tangoArchive .item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url('../images/itemDot-dark.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.light #tangoArchive .item {
	background-image: url('../images/itemDot-dark.png');
}
.dark #tangoArchive .item {
	background-image: url('../images/itemDot-light.png');
}
#tangoArchive .program, #tangoArchive .subCategory {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* TOP-RIGHT MENU */
.tango #customerMenu {
	position: absolute;
	top: 6px;
	right: 132px;
}

.tango #customerMenu li {
	padding: 4px;
	padding-right: 10px;
}

.tango #customerMenu a {
	color: #636363;
}

/* RIGHT */
.tango h6.adHeader {
	margin-left:-15px;
	margin-right:-15px;
	width: 252px;
}
.tango #common .ad {
	margin-left:-15px;
	margin-right:-15px;
}





/* STYLES FOR PREGENERATED PNG TITLES FOR tango-TV */
#pngText .categoryTitle.aafk {
    -font-file: DiCnBd.pfb;
    font-family: DINCond-Bold;
    font-size: 15;
    font-weight: normal;
    color: #E6E6E6;
    width: 200px;
    height: 18px;
}


.black #head, #head.black {
  background-image: url("/webtv/sumo/images/bg/top_black_winner.png") !important;
}

.sporty #interface {
	background-position: 0;
}
.sporty #sportyheader {
	position:absolute;
	top:0;
	left:0;
}
.sporty #sportylogo {
	position:absolute;
	top:30px;
	left:35px;
}
.sporty #sportypagetitle {
	position:absolute;
	top:38px;
	left:279px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
    	text-transform: uppercase;
    	width:630px;
}
.sporty ul {
	margin-left:20px;
	margin-top:10px;
}
.sporty ul li {
	margin-top:4px;
	list-style-type: disc;
}

/* Tooltip */
 
#tooltip {
    position:absolute;
    z-index:9999;
    color:#fff;
    font-size:10px;
    width:100px;
     
}
 
#tooltip .tipHeader {
    height:8px;
    background:url(images/tipHeader.gif) no-repeat;
}
 
/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}
 
#tooltip .tipBody {
    background-color:#000;
    padding:5px;
}
 
#tooltip .tipFooter {
    height:8px;
    background:url(images/tipFooter.gif) no-repeat;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/multimedia/webtv/template/images/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/multimedia/webtv/template/images/lightbox/overlay.png", sizingMethod="scale");
	}
	

#dlgExternalLogin .alreadyUser {
	display:none;
}

.dialogNav .help {
    left: 500px;
    position: absolute;
    top: -7px;
    width: 140px;
}


