body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #550055;
	margin: 0px;
}
a {
	color: #990099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #84006B;
}
.hl {
	color: #9900CC;
}
.xsmall {
	font-size: x-small
}
.xxsmall {
	font-size: xx-small
}
.sides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9999CC;
	border-right-color: #9999CC;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
}
.sides_and_bottom {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9999CC;
	border-right-color: #9999CC;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
}
.sides_and_top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9999CC;
	border-right-color: #9999CC;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
}
.all_sides {
	border: 1px solid #9999CC;
}
.header_row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
}
.oddrow {
	background-color: #F7EEFF;
}
.evenrow {
}
.title_col {
	text-align: left;

}
.comment_col {
	width: 15%;
	text-align: left;
}
.time_col {
	padding-right: 5px;
	padding-left: 5px;
	width: 5%;
}
.artist_col {
	width: 15%;
	text-align: left;
}
.loc_col {
	width: 20%;
	font-size: x-small;
	text-align: left;
}
.rel_col {
	width: 10%;
	font-size: x-small;
}
.edit_col {
	width: 16px;
}

.alert {
	color: #FF0000;
}
.newrel {
	background-color: #FFCCFF;
}
.updrel {

	background-color: #FFFFCC;
}
.focus {
	background-color: #FFCCFF;
}
.hidden {
	display: none;
}
.rep {
	color: #660066;
}
.break td {
	background-color: #CCFFFF;
	height: 1px;
}
.nedpil {
	position: relative;
	top: -20px;
	right: 10px;
}

/* FE release-listing */

.rel_div {
	margin-bottom: 7px;
}

.track_side {
	width: 25px;
	text-align: right;
	vertical-align: top;
}
.track_number {
	width: 50px;
	text-align: right;
	vertical-align: top;
}
.track_title {
	width: 400px;
	vertical-align: top;
}
.track_title a {
	color: #550055;
}
.track_title.hl a {
	color: #9900CC;
}
.track_time {
	width: 50px;
	text-align: right;
	vertical-align: top;
}
.track_comment {
	vertical-align: top;
}
.th_holder {
	text-align: left;
	vertical-align: bottom;
}

/* Bullets */

.mediainfo {
	padding-left: 2px;
	margin-left: 2px;
}

.mediainfo li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.b_12 {
	background-image: url(syspics/vin12.gif);
}
.b_10 {	
	background-image: url(syspics/vin10.gif);
}
.b_7 {
	background-image: url(syspics/vin7.gif);
}
.b_cd {
	background-image: url(syspics/cd5.gif);
}
.b_3cd {
	background-image: url(syspics/cd3.gif);
}
.b_dvd {
	background-image: url(syspics/dvd5.gif);
}
.b_mc {
	background-image: url(syspics/cas.gif);
}
.b_dat {
	background-image: url(syspics/dat.gif);
}
.b_12cddvd,
.b_12dvd {
	background-image: url(syspics/vin12cd5.gif);
}
.b_dd {
	background-image: url(syspics/dd.gif);
}
.b_md {
	background-image: url(syspics/md.gif);
}
.b_bluray {
	background-image: url(syspics/bluray5.gif);
}
.b_cdbluray {
	background-image: url(syspics/cd5.gif);
}
li.none {
	background-image: url(syspics/none.gif);
}

/* Popup table listing */

#thumb_table {
	height: 300px;
	width: 750px;
}
#image_table {
	height: 300px;
	width: 750px;
}

/* new release header layout */

.relheader-outer {
	position: relative;
	height: 87px; /* Hvilehøjde - udvides til 163 ved morepics-aktivering */
}
.relheader-inner {
	padding-left: 120px; /* default, skal passe til biledet til venstre, men måtte gerne være dynamisk */
}

.bpl_images {
	padding-top: 5px;
	padding-left: 5px;
	position: absolute;	/* efter morepics-aktivering ændres til relative */
	bottom: 0px;
}
.bpl_images .bpl_primary_image, .bpl_images .bpl_secondary_images {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.bpl_morepics_holder {
	position: absolute;
	right: -4px;
	bottom: 5px;
}
.bpl_secondary_images {
	display:none;
}

a.bpl_showmore {
	background-image: url('syspics/morepics_init.gif');
}
a.bpl_showmore:hover {
	background-image: url('syspics/morepics.gif');
}

