
/* test af GIT sync mellem Rune og Rasmus 04 */

/* general styles start */
#columnWrap 
{
    display:none !important;
}


/* general styles end */

div#listWrapper {
	width:830px;
	margin:0 auto;
	background:transparent url(../images/mainWhiteBlueBg.gif) repeat-y 0 0;
	}
div#listHeader {
	position:relative; /* bruges til positionering af search og paging */
	height:46px;
	margin:0;
	background:url(../images/listMainTop.gif) no-repeat 0 0;
	}
div#listHeader div#searchBox {
	position:absolute;
	top:13px;
	left:16px;
	height:24px;
	width:356px; /* +100px */
	}
div#listHeader div#searchResultBox {
	position:absolute;
	top:16px;
	left:245px;
	height:24px;
	width:250px;
	font-weight:bold;
	}
div#listHeader div.pagingBox {
	position:absolute;
	top:16px;
	right:16px;
	height:24px;
	width:280px;
	background:transparent;
	}
div#listFooter div.pagingBox {
	position:absolute;
	top:5px;
	right:16px;
	height:24px;
	width:340px;
	background:transparent;
	}
div#listHeader div.pagingBox p, div#listFooter div.pagingBox p {
	position:absolute;
	top:5px;
	/*right:88px;*/
	right:60px;
	margin:0;
	padding:0;
	text-align:right;
	color:#fff;
	background:transparent;
	}	
div#listHeader div.pagingBox a.back, div#listFooter div.pagingBox a.back {
	position:absolute;
	top:0px;
	right:145px;
	/*right:40px;*/
	height:24px;
	width:30px;
	background:transparent url(../images/listPageBack.gif) no-repeat 0 0; 
	}
div#listHeader div.pagingBox a.forward, div#listFooter div.pagingBox a.forward {
	position:absolute;
	top:0px;
	right:0px;
	height:24px;
	width:30px;
	background:transparent url(../images/listPageForward.gif) no-repeat 0 0; 
	}
div#listHeader div.pagingBox a span, div#listFooter div.pagingBox a span {
	margin-left:-2000px; /* til sk¾rml¾sere */
	}
div#tableWrapper {
	margin:0 10px;
	background:#3ac1ec url(../images/listMainBg.png) repeat-x 0 0;
	}
div#listFooter {
	position:relative; /* bruges til positionering af search og paging */
	height:45px;
	margin:0;
	background:url(../images/listMainBottom.gif) no-repeat 0 0;
	}

/* table generelle styles start */

table#listTable {
	width:800px;	
	border-top:solid 1px #12526e;
	border-right:solid 1px #12526e;
	border-bottom:solid 1px #12526e;
	border-left:solid 1px #12526e;
	margin:0 auto;
	padding:0;
	}
table#listTable td {
	padding:0; /* NB!!! husk box-model m.h.t bredder */ 
	font-family:verdana, sans-serif;
	font-size:10px !important;
	font-weight:bold;
	color:#32afdf;
	}
table#listTable td.first {
	border:0;
	}
table#listTable td span {	
	padding:0 0 0 5px; /* s¾tter pading-left for alle celler med span */
	font-family:verdana, sans-serif;
	font-size:10px !important;
	font-weight:bold;
	color:#32afdf;
	}
table#listTable tbody td span a {
	color:#32afdf !important;
	font-family:inherit;
	font-size:10px !important;
	text-decoration:none !important;	
	}
table#listTable tbody td span a:hover {	
	text-decoration:underline !important;
	}

/* table generelle styles end */

/* table-head styles start */

table#listTable thead tr {
	height:23px;
	background:#333 url(../images/listSorteringBg02.png) no-repeat 0 0;
	}	
table#listTable thead td {
	border-left:solid 1px #424853;
	}
table#listTable thead td span {
	color:#fff;
	}
table#listTable thead tr td.col01 
{
    cursor: pointer;
	width:355px; /* + 92px lagt til fra tilføj liste - var 379px bred*/
	background:#333 url(../images/sortBar_arrowDown.gif) no-repeat 100% 10px;
	}
table#listTable thead tr td.col01_01 /* TV/Radio */
{
    cursor: pointer;
	width:90px; 
	background:#333 url(../images/sortBar_arrowDown.gif) no-repeat 100% 10px;
	}
table#listTable thead tr td.col02 /* Varighed */
{
    cursor: pointer;
	width: 80px;
	background:#333 url(../images/sortBar_arrowDown.gif) no-repeat 100% 10px;
	}
table#listTable thead tr td.col03 /* År */
{
    cursor: pointer;
	width:50px;
	background:#333 url(../images/sortBar_arrowDown.gif) no-repeat 100% 10px;
	}	
table#listTable thead tr td.col04 /* Afspilninger */
{
    cursor: pointer;
	width:100px;
	background:#333 url(../images/sortBar_arrowDown.gif) no-repeat 100% 10px;
	}	
table#listTable thead tr td.col05 /* Rating */
{
    cursor: pointer;
	width:120px;
	background:#333 url(../images/sortBar_arrowDown.gif) no-repeat 100% 10px;
	}	
/*
table#listTable thead tr td.col05 {
	cursor: pointer;
	background:#333 url(../images/sortBar_arrowDown.gif) no-repeat 100% 10px;
	} 
*/
/* table-head styles end */ 

/* table-body styles start */

table#listTable tbody td {
	border-left:solid 1px #babcc0;
	}	
table#listTable tbody td.first span{
	padding-left:22px; /* NB!!! husk box-model m.h.t bredder */
	/* background:transparent url(../images/listArrowBlue.gif) no-repeat 10px 8px; kan ikke bruges grundet IE bug ved placering af pil i f¿lgende styles*/
	}

/* table-body styles start */

/* program-items styles start */

table#listTable tbody tr.progWhite {
	height:23px;
	background:url(../images/listProgramWhiteBg.gif) repeat-x 0 0;	
	}
table#listTable tbody tr.progWhite td.first {
	background:url(../images/listProgramFirstBg.gif) no-repeat 0px -23px; /* til IE grundet baggrunds bug */
	}		
table#listTable tbody tr.progGrey {
	height:23px;
	background:url(../images/listProgramGreyBg.gif) repeat-x 0 0;
	}
table#listTable tbody tr.progGrey td.first {
	background:url(../images/listProgramFirstBg.gif) no-repeat 0px 0px; /* til IE grundet baggrunds bug */
	}
/* program-items styles end */

/* series-items styles start */

table#listTable tbody tr.seriesHeader {
	height:23px;
	background:url(../images/listSeriesHeaderBg.png) repeat-x 0 0;	
	}	
table#listTable tbody tr.seriesHeader td span {
	color:#f5dafc;	
	}
table#listTable tbody tr.seriesHeader td.first {
	background: url(../images/listSeriesHeaderFirstBg.png) no-repeat 0px 0px;	
	}	
table#listTable tbody tr.seriesLight {
	height:23px;
	background:url(../images/listSeriesBlueBg.png) repeat-x 0 0;
	}
table#listTable tbody tr.seriesDark {
	height:23px;
	background:url(../images/listSeriesGreyBg.png) repeat-x 0 0;
	}

/* series-items styles end */
input.inputSearch 
{
    vertical-align:middle;
    font:          14px verdana, arial, sans serif;
	padding:0 0px;
	padding-left:2px;
    line-height:24px !important;
     /*font-size:14px;
   font-weight:bold;
    border:#11597A 1px solid;*/
    height:24px;
    width:164px;
    background:#fff url(http://www.dr.dk/bonanza20_assets/images/listSearchInputBg.gif) no-repeat 0 0;
    border:                     0;
	-webkit-box-sizing:         content-box;
	-moz-box-sizing:            content-box;
	box-sizing:                 content-box;
}
/*
input.inputSearch, x:-moz-any-link {
    padding-top: 4px;
    height: 20px    
}*/
td a.add {
	display:block;
	height:23px;
	background:transparent url(../images/listPlaylistAddProgram.gif) no-repeat 50% 5px;
	}
tr.seriesHeader td a.add {
	display:block;
	height:23px;
	background:transparent url(../images/listPlaylistAddSeries.gif) no-repeat 50% 5px;
	}
td a.add span {
	margin-left:-2000px; /* til sk¾rml¾sere */
	}	

/* Bliver ikke brugt i sprint01 start*/
td.rating01 {
	background:transparent url(../images/rating01.png) no-repeat 1px 1px;
	}
td.rating02 {
	background:transparent url(../images/rating02.png) no-repeat 1px 1px;	
	}
td.rating03 {
	background:transparent url(../images/rating03.png) no-repeat 1px 1px;	
	}
td.rating04 {
	background:transparent url(../images/rating04.png) no-repeat 1px 1px;
	}
td.rating05 {
	background:transparent url(../images/rating05.png) no-repeat 1px 1px;
	}
/* Bliver ikke brugt i sprint01 end*/	
	
/* midletidig rating start */	
table#listTable tbody tr td.rate {
	padding:0 !important;
	}
td.rateWhite div {
	height:23px;
	width:100%;
	/*background:url(../images/testRateWhite05.gif) no-repeat 0px 0px;*/	
	}	
td.rateGrey div{
	height:23px;
	width:100%;
	/*background:url(../images/testRateGrey05.gif) no-repeat 0px 0px;*/		
	}
/* midletidig rating end */	





























































