@import 'fonts.css';

html{
	height: 100%;
}

body{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	font-size: 13px;
	color: #535353;
	height: 100%;
}

#main40cell {
	 vertical-align: top;
	 width: 900px;
	 height: 100%;
}

#main40celltable {
	margin: auto;
	background-color: white;
	width: 900px;
	height: 100%;
	border: 0px;
	border-spacing: 0;
	box-shadow: 0 0 15px #CCCCCC;
}

#main40celltable td {
	padding: 10px;
}
#main40celltable table td {
	padding: 2px;
}

p{
	margin: 0px;
	padding: 0px;
}

.pjstdtxt{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	color: #535353;
}
.pjstdtxt2{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	color: #979797;
}

.mainctr{
	height: 100%;
}

.lef{
	text-align: left;
}
.cen{
	text-align: center;
}
.rig{
	text-align: right;
}
.top{
	vertical-align: top;
}
.mid{
	vertical-align: middle;
}
.bot{
	vertical-align: bottom;
}
.nrm{
	font-weight: normal;
}
.bo{
	font-weight: bold;
}
.it{
	font-style: italic;
}
.fl{
	float: left;
}
.bordtop {
	border-top: 1px solid black;
}
.bordbot {
	border-bottom: 1px solid black;
}
.cpoint {
	cursor: pointer;
}
.pd0 {
	padding: 0px;
}
.hg24 {
	height: 24px;
}
.wd24 {
	width: 24px;
}
.wd48 {
	width: 48px;
}
.brd0 {
	border: 0;
}

td{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	color: #535353;
}

a{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	color: #FF8400;
}
a:link{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	color: #FF8400;
}
a:visited{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	color: #FF8400;
}
a:hover{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	color: #FFA84B;
}

.fakelink {
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	cursor: pointer;
}
.fakelink2 {
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	cursor: pointer;
}

h2{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	font-size: 20px;
	margin: 0px;
	color: #535353;
}

h3{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	font-size: 16px;
	margin: 0px;
	color: #535353;
}

.ws{
	background: url('/media/w_schatt.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.gs{
	background: url('/media/g_schatt.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.ws1{
	background: url('/media/g_schatt.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
.ws2{
	background: url('/media/w_schatt.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
.ws00{
	background: url('/media/w_schatt_red1.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.statln{
	float: left;
	margin-right: 6px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.statlnINAKT{
	float: left;
	margin-right: 6px;
	height: 20px;
	line-height: 20px;
	color: #EE7777;
	font-style: italic;
}

.pglinkOLD{
	line-height: 18px;
	border: 1pt gray solid;
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	color: #535353;
}

.pglinkA{
	cursor: pointer;
	line-height: 32px;
	font-weight: bold;
	background-color: white;
	color: #757575;
	display: inline;
	border: 2px solid #757575;
	padding: 5px;
	border-radius: 2px;
	text-decoration: none;
}
.pglink{
	cursor: pointer;
	line-height: 32px;
	font-weight: bold;
	background-color: #757575;
	color: white;
	display: inline;
	border: 2px solid white;
	padding: 5px;
	border-radius: 2px;
	text-decoration: none;
}
.pglink:link{
	background-color: #757575;
}
.pglink:hover{
	background-color: #979797;
}
.pglink:visited{
	background-color: #757575;
}


.cg1{
	color: #BBBBBB;
	text-align: left;
	border-radius: 2px;
}
.cg2{
	color: #888888;
	text-align: left;
	border-radius: 2px;
}
.cg3{
	color: #555555;
	text-align: left;
	border-radius: 2px;
}

.cellAMgold{
	background-color: gold;
	border: 2px gold solid;
}
.cellAMDDDDDD{
	background-color: #DDDDDD;
	border: 2px #DDDDDD solid;
}
.cellAMEEEEEE{
	background-color: #EEEEEE;
	border: 2px #EEEEEE solid;
}
.cellAMF5F5F5{
	background-color: #F5F5F5;
	border: 2px #F5F5F5 solid;
}

img{
	border-width: 0px;
	border: 0px;
}

textarea{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	background: url('/media/inputshadow.png');
	background-position: top left;
	background-repeat: repeat-x;
	border-radius: 2px;
}

input[type='text']{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	background: url('/media/inputshadow.png');
	background-position: top left;
	background-repeat: repeat-x;
	border-radius: 2px;
}

.fieldnormal {
	border: 1px solid #DDDDDD;
}
.fielderror{
	background-color: #FFDDDD;
	border: 1px solid red;
}


input[type='password']{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	background: url('/media/inputshadow.png');
	background-position: top left;
	background-repeat: repeat-x;
	border-radius: 2px;
}

input[type='file']{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
}

select{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	background: url('/media/inputshadow.png');
	background-position: top left;
	background-repeat: repeat-x;
	border-radius: 2px;
}

option{
	background-color: white;
}
optgroup{
	background-color: white;
}

.previeworder{
	position: relative;
	cursor: pointer;
	background: url('/promojukebox_media/preview_order_80.png');
	width: 80px;
	height: 89px;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
.previeworder:hover{
	position: relative;
	cursor: pointer;
	background: url('/promojukebox_media/preview_order_80.png');
	width: 80px;
	height: 89px;
	background-position: -80px 0px;
	margin-left: auto;
	margin-right: auto;
}
.previewordersmall{
	position: relative;
	cursor: pointer;
	background: url('/promojukebox_media/preview_order_55.png');
	width: 55px;
	height: 61px;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
.previewordersmall:hover{
	position: relative;
	cursor: pointer;
	background: url('/promojukebox_media/preview_order_55.png');
	width: 55px;
	height: 61px;
	background-position: -55px 0px;
	margin-left: auto;
	margin-right: auto;
}

.sendorder, .createlinkonly{
	position: relative;
	cursor: pointer;
	background: url('/promojukebox_media/send_order_80.png');
	width: 80px;
	height: 89px;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
.sendorder:hover, .createlinkonly:hover{
	position: relative;
	cursor: pointer;
	background: url('/promojukebox_media/send_order_80.png');
	width: 80px;
	height: 89px;
	background-position: -80px 0px;
	margin-left: auto;
	margin-right: auto;
}
.sendordersmall{
	position: relative;
	cursor: pointer;
	background: url('/promojukebox_media/send_order_55.png');
	width: 55px;
	height: 61px;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
.sendordersmall:hover{
	position: relative;
	cursor: pointer;
	background: url('/promojukebox_media/send_order_55.png');
	width: 55px;
	height: 61px;
	background-position: -55px 0px;
	margin-left: auto;
	margin-right: auto;
}

.stats20{
	position: relative;
	cursor: pointer;
	background: url('/media/stat20_duo.png');
	width: 20px;
	height: 20px;
	background-position: 0px 0px;
}
.stats20:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/stat20_duo.png');
	width: 20px;
	height: 20px;
	background-position: -20px 0px;
}

.dsstats20{
	position: relative;
	cursor: pointer;
	background: url('/media/dls_stat20_duo.png');
	width: 20px;
	height: 20px;
	background-position: 0px 0px;
}
.dsstats20:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/dls_stat20_duo.png');
	width: 20px;
	height: 20px;
	background-position: -20px 0px;
}

.simulatelink{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	color: #FF8400;
	cursor: pointer;
	text-decoration: underline;
}
.simulatelink:hover{
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	color: #FFA84B;
	cursor: pointer;
	text-decoration: underline;
}

.blockcenter{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.full100{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.cent{
	text-align: center;
}

.maindiv{
	position: relative;
	top: 20px;
	left: 0px;
	width: 100%;
}
.maindiv45{
	position: relative;
	top: 120px;
	left: 0px;
	margin:45px;
}

.m0{
	margin: 0px;
}
.cr{
	color: red;
}
.maincolor{
	color: #FFA84B;
}

.btn1{
	border: 1px solid #C4C4C4;
	height: 24px;
	color: white;
	background-color: #FF8600;
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	font-weight: bold;
	cursor: pointer;
}
.inp1{
	border: 1px solid #E3E3E3;
	width: 250px;
	height: 20px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	font-size: 11px;
	color: #535353;
}
.inp2{
	border: 1px solid #E3E3E3;
	max-width: 100px;
	height: 20px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	font-size: 11px;
	color: #535353;
	margin-bottom: 10px;
}
.txarea1{
	border: 1px solid #E3E3E3;
	width: 250px;
	height: 100px;
	font-family: 'Open Sans', sans-serif, Arial,Tahoma,Sans Serif;
	font-size: 11px;
	color: #535353;
}

.inlineblock1 {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.left60x188{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 188px;
	background: url('/promojukebox_media/left60x188_2.png');
	background-position: -60px 0px;
}
.left60x188:hover{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 188px;
	background: url('/promojukebox_media/left60x188_2.png');
	background-position: 0px 0px;
}

.right60x188{
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 188px;
	background: url('/promojukebox_media/right60x188_2.png');
	background-position: -60px 0px;
}
.right60x188:hover{
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 188px;
	background: url('/promojukebox_media/right60x188_2.png');
	background-position: 0px 0px;
}

#sortable{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 700px;
}

#sortable li{
	margin: 0 0 15px 0;
	padding: 0.6em;
	padding-left: 1.5em;
	padding-right: 0.6em;
	min-height: 18px;
	width: 700px;
	position: relative;
}

.sortableblock {
	border: 1px solid #666666;
	border-radius: 2px;
	background: #f7f7f7;
	color: #535353;
}

.sortableblocklight {
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background: #F9F9F9;
	color: #535353;
}

.sortableblocklightHL {
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background: #FAECCA;
	color: #535353;
}

.sortablehighlight {
	margin: 0 0 15px 0;
	border: 1px dashed #D2D2D2;
	background: #F5F5F5;
	height: 60px;
}

#sortabletracks {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 600px;
}

#sortabletracks li {
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 4px;
	padding-left: 12px;
	padding-right: 6px;
	line-height: 20px;
	height: 28px;
	width: 755px;
	position: relative;
	text-align: left;
}

#sortabletracksMailing {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 655px;
}

#sortabletracksMailing li {
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 4px;
	padding-left: 12px;
	padding-right: 6px;
	line-height: 24px;
	height: 24px;
	width: 630px;
	position: relative;
	text-align: left;
}

.sortableblocktracks {
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background: #F9F9F9;
	color: #535353;
}

.sortabletrackshighlight {
	margin: 0 0 5px 0;
	border: 1px dashed #D2D2D2;
	background: #F5F5F5;
	height: 20px;
}

#sortablenews {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 220px;
}

#sortablenews li {
	margin: 0 0 15px 0;
	padding: 0.6em;
	padding-left: 1.5em;
	padding-right: 0.6em;
	min-height: 18px;
	width: 230px;
	position: relative;
}

.sortablenewsblock {
	border: 1px solid #666666;
	border-radius: 2px;
	background: #f7f7f7;
	color: #535353;
}

.sortablenewsblocklight {
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background: #F9F9F9;
	color: #535353;
}

.sortablenewsblocklightNEW {
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background: #FFA402;
	color: white;
}

.sortablenewshighlight {
	margin: 0 0 15px 0;
	border: 1px dashed #D2D2D2;
	background: #F5F5F5;
	height: 60px;
}

#sortablereminders {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 220px;
}

#sortablereminders li {
	margin: 0 0 15px 0;
	padding: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	min-height: 18px;
	width: 230px;
	position: relative;
}

.sortablereminderblock {
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background: #F0F0F0;
	color: #535353;
}

.sortablereminderblockMO {
	border: 1px solid #555555;
	border-radius: 2px;
	background: #FFFFFF;
	color: #535353;
	cursor: pointer;
}

.searchhighlight {
	background-color: #fffe8d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url('/media/yellow_marker_bg.png');
	background-position: top left;
	font-weight: bold;
	color: black;
	padding: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid lightgray;
	border-radius: 2px;
}

.getflashB2{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/getflash_2v.png');
	width: 166px;
	height: 41px;
	background-position: 0px 0px;
}
.getflashB2:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/getflash_2v.png');
	width: 166px;
	height: 41px;
	background-position: -166px 0px;
}

.getwinrarB2{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/winrar_2v.png');
	width: 58px;
	height: 41px;
	background-position: 0px 0px;
}
.getwinrarB2:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/winrar_2v.png');
	width: 58px;
	height: 41px;
	background-position: -58px 0px;
}

.getitunesB2{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/itunes_2v.png');
	width: 41px;
	height: 41px;
	background-position: 0px 0px;
}
.getitunesB2:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/itunes_2v.png');
	width: 41px;
	height: 41px;
	background-position: -41px 0px;
}

.ilovepjb{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/ilovepjb166x80.png');
	width: 83px;
	height: 80px;
	background-position: 0px 0px;
}
.ilovepjb:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/ilovepjb166x80.png');
	width: 83px;
	height: 80px;
	background-position: -83px 0px;
}

.ilovepjb60{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/ilovepjb124x60.png');
	width: 62px;
	height: 60px;
	background-position: 0px 0px;
}
.ilovepjb60:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/ilovepjb124x60.png');
	width: 62px;
	height: 60px;
	background-position: -62px 0px;
}

.rund10t {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.rund10b {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.rund5t {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.rund5b {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.listeneintrag {
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background: #F0F0F0;
	color: #535353;
	padding: 4px;
	margin: 2px;
}

.listeneintragMouseOver {
	border: 1px solid #555555;
	border-radius: 2px;
	background: #FFFFFF;
	color: #535353;
	cursor: pointer;
}

.stagekachel{
	position: relative;
	/*float: left;*/
	display: inline-block;
	width: 280px;
	height: 280px;
	padding: 6px;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	background-color: white;
	margin: 7px;
}
.stagekachelcontent{
	position: absolute;
	top: 6px;
	left: 6px;
	text-align: center;
	padding: 12px;
	width: 256px;
	height: 256px;
	cursor: pointer;
	overflow: hidden;
	background: url('/media/backs/white95percent.png');
}
.stagekachelcontentMOUSEOVER{
	position: absolute;
	top: 6px;
	left: 6px;
	text-align: center;
	padding: 12px;
	width: 256px;
	height: 256px;
	cursor: pointer;
	overflow: hidden;
	background: url('/media/blank.gif');
}

.stagekachel2blocksNOSHADOW{
	position: relative;
	float: left;
	width: 588px;
	height: 280px;
	padding: 6px;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	background-color: white;
}
.stagekachel2blocks{
	position: relative;
	float: left;
	width: 589px;
	height: 280px;
	padding: 6px;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	background-color: white;
	box-shadow: 0px 0px 5px gray;
}
.stagekachel2blocks2 {
	position: relative;
	width: 589px;
	height: 280px;
	padding: 6px;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	background-color: white;
	box-shadow: 0px 0px 5px gray;
}

.stagekachel2blockscontent{
	position: absolute;
	top: 6px;
	left: 6px;
	text-align: center;
	padding: 12px;
	width: 565px;
	height: 256px;
	cursor: pointer;
	overflow: hidden;
	background: url('/media/backs/white95percent.png');
}
.stagekachel2blockscontentMOUSEOVER{
	position: absolute;
	top: 6px;
	left: 6px;
	text-align: center;
	padding: 12px;
	width: 565px;
	height: 256px;
	cursor: pointer;
	overflow: hidden;
	background: url('/media/blank.gif');
}

.stagekachel3blocks{
	position: relative;
	float: left;
	width: 898px;
	height: 280px;
	padding: 6px;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	background-color: white;
	box-shadow: 0px 0px 25px gray;
}
.stagekachel3blockscontent{
	position: absolute;
	top: 6px;
	left: 6px;
	text-align: center;
	padding: 12px;
	width: 874px;
	height: 256px;
	cursor: pointer;
	overflow: hidden;
	background: url('/media/backs/white95percent.png');
}
.stagekachel3blockscontentMOUSEOVER{
	position: absolute;
	top: 6px;
	left: 6px;
	text-align: center;
	padding: 12px;
	width: 874px;
	height: 256px;
	cursor: pointer;
	overflow: hidden;
	background: url('/media/blank.gif');
}

.PJBhead{
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px;
	border-bottom: 2px solid #CCCCCC;
	font-size: 24px;
	font-weight: bold;
	height: 32px;
	color: white;
	background-color: #ff9103;
}

.frage104x52 {
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/frage_104x52.png');
	width: 52px;
	height: 52px;
	background-position: 0px 0px;
}
.frage104x52:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/frage_104x52.png');
	width: 52px;
	height: 52px;
	background-position: -52px 0px;
}

.Bpaypal {
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/paypal_500x61.png');
	width: 250px;
	height: 61px;
	background-position: 0px 0px;
}
.Bpaypal:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/paypal_500x61.png');
	width: 250px;
	height: 61px;
	background-position: -250px 0px;
}

.Bvisamaster {
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/visa_mastercard_500x85.png');
	width: 250px;
	height: 85px;
	background-position: 0px 0px;
}
.Bvisamaster:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/visa_mastercard_500x85.png');
	width: 250px;
	height: 85px;
	background-position: -250px 0px;
}

.Bvisamasteramex {
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/visa_mastercard_amex_500x59.png');
	width: 250px;
	height: 59px;
	background-position: 0px 0px;
}
.Bvisamasteramex:hover{
	position: relative;
	cursor: pointer;
	background: url('/media/buttons/visa_mastercard_amex_500x59.png');
	width: 250px;
	height: 59px;
	background-position: -250px 0px;
}

.textareareiterspace{
	float: left;
	padding: 0px;
	padding-left: 30px;
	border: 0px;
	width: 700px;
}
.textareareiter{
	color: #999999;
	position: relative;
	float: left;
	font-size: 12px;
	padding: 3px;
	border: 2px solid #DDDDDD;
	border-right: 2px solid #BBBBBB;
	border-bottom: 2px solid #BBBBBB;
	border-radius: 2px;
	margin-right: 4px;
	margin-bottom: 3px;
	background-color: #CCCCCC;
}
.textareareiter:hover{
	background-color: #DDDDDD;
	cursor: pointer;
}
.textareareiter.active{
#	background-color: #FFFFFF;
	background: url('/media/inputshadow.png');
	color: black;
}
.textareareiter.active:hover{
	background-color: #EEEEEE;
}
.textareareiter.new{
	padding-right: 3px;
}
.textareareitericon{
	position: relative;
	top: -4px;
	right: -4px;
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 1px;
#	box-shadow: 0px 0px 2px black;
}
.SNotiz{
	clear: both;
	margin: 8px;
	background-color: orange;
	color: #111111;
	padding: 2px;
	border: 1px solid black;
	border-radius: 2px;
	box-shadow: 0px 0px 5px gray;
}

.PJBblockTD {
	text-align: left;
	vertical-align: top;
	background-color: #EAEAEA;
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #FFFFFF;
	border-radius: 1px;
}

.PJBblockHEAD{
	padding-top: 11px;
	padding-bottom: 0px;
	border: 0px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	font-size: 19px;
	font-weight: bold;
	height: 32px;
	color: white;
	background-color: #ff9103;
}

.PJBblockDIV{
	position: relative;
	float: left;
	text-align: left;
	vertical-align: top;
	background-color: #EAEAEA;
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #FFFFFF;
	border-radius: 1px;
	overflow: hidden;
	margin: 10px;
}

.PJBblock2DIV{
	text-align: left;
	vertical-align: top;
	background-color: #EAEAEA;
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #FFFFFF;
	border-radius: 1px;
	margin: 10px auto;
	position: relative;
	overflow: auto;
	max-width: 800px;
}

.PJBblock3DIV{
	text-align: left;
	vertical-align: top;
	background-color: #EAEAEA;
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #FFFFFF;
	border-radius: 1px;
	margin: 10px auto;
	position: relative;
	overflow: auto;
	max-width: 850px;
}

.PJBblock3DIV td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.PJBblock3DIV .tablerelatedlinks td {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.PJBblockHEADDIVsmall{
	padding: 6px;
	padding-bottom: 0px;
	border: 0px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	color: white;
	background-color: #ff9103;
}

.PJBblockCONTENTDIV{
	padding: 10px;
}

.agbtd{
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}

#ABmanagement {
	position: relative;
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
	border-top: 3px solid lightgray;
	border-radius: 2px;
}
#ABgroupmanagement {
	position: relative;
	top: -1px;
	width: 229px;
	min-height: 100px;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
	margin-right: 10px;
	padding: 10px;
	padding-top: 20px;
	border: 1px solid lightgray;
	border-radius: 2px;
	border-top-right-radius: 0px;
	background-color: #F7F7F7;
}
#ABentrylist {
	position: relative;
	top: -1px;
	width: 436px;
	min-height: 100px;
	float: left;
	padding: 10px;
	padding-top: 20px;
	border: 1px solid lightgray;
	border-radius: 2px;
	border-top-left-radius: 0px;
	background-color: #F7F7F7;
}

.ABliste1{
	margin-bottom: 15px;
	cursor: pointer;
	background-color: #DDDDDD;
	padding: 4px;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	float: left;
	width: 218px;
}
.ABliste1:hover{
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
}

.ABliste1HIGHLIGHT{
	margin-bottom: 15px;
	cursor: pointer;
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px solid #FFFF99;
	border-radius: 2px;
	float: left;
	width: 218px;
}
.ABliste1HIGHLIGHT:hover{
	background-color: #FFFFEE;
	border: 1px solid #FFFFCC;
}

.ABliste2{
	margin-bottom: 15px;
	cursor: pointer;
	background-color: #DDDDDD;
	padding: 4px;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	float: left;
	width: 426px;
}
.ABliste2:hover{
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
}

.ABliste2HIGHLIGHT{
	margin-bottom: 15px;
	cursor: pointer;
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px solid #FFFF99;
	border-radius: 2px;
	float: left;
	width: 426px;
}
.ABliste2HIGHLIGHT:hover{
	background-color: #FFFFEE;
	border: 1px solid #FFFFCC;
}

.whitelist{
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	color: black;
	border: 0px;
	box-shadow: 0 0 3px gray;
	border-radius: 2px;
	line-height: 14px;
	height: 14px;
	margin: 2px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: white;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
}
.whitelist:hover{
	background-color: #eee;
}

.ABedit{
	font-size: 9px;
	font-weight: bold;
	color: white;
	border: 0px;
	border-radius: 2px;
	float: right;
	position: relative;
	line-height: 14px;
	height: 14px;
	margin: 2px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #555555;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
}
.ABedit:hover{
	background-color: #999999;
}

.ABrename, .ABlists{
	font-size: 9px;
	font-weight: bold;
	color: white;
	border: 0px;
	border-radius: 2px;
	float: right;
	position: relative;
	line-height: 14px;
	height: 14px;
	margin: 2px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #33AA33;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
}
.ABrename:hover, .ABlists:hover{
	background-color: #66CC66;
}

.ABdelete{
	font-size: 9px;
	font-weight: bold;
	color: white;
	border: 0px;
	border-radius: 2px;
	float: right;
	position: relative;
	line-height: 14px;
	height: 14px;
	margin: 2px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #AA3333;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
}
.ABdelete:hover{
	background-color: #CC6666;
}

.ABexport{
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	color: white;
	border: 0px;
	border-radius: 2px;
	float: right;
	position: relative;
	line-height: 14px;
	height: 14px;
	margin: 2px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #8900f0;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
}
.ABexport:hover{
	background-color: #a937ff;
}

.ABdummy{
	font-size: 9px;
	font-weight: bold;
	float: right;
	position: relative;
	height: 14px;
	margin: 2px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
}

.ABlistname {
	font-weight: bold;
	margin-bottom: 5px;
}

.nextorange{
	margin-left: 5px;
	display: block;
	border: 0px;
	float: left;
	cursor: pointer;
	width: 16px;
	height: 20px;
	padding: 0px;
	background: url('/media/next.png');
}

.greenmarker{
	background: url('/media/greenmarker_light.png');
	background-repeat: repeat;
	border: 0px;
	border-radius: 2px;
	padding-left: 1px;
	padding-right: 1px;
	color: #007700;
}

.pjblayer1{
	text-align: left;
	padding: 20px;
	position: relative;
	border-left: 4px solid orange;
	border-top: 4px solid orange;
	border-right: 4px solid #d68c00;
	border-bottom: 4px solid #d68c00;
	background-color: white;
	color: black;
	border-radius: 2px;
	box-shadow: 0px 0px 50px 10px black;
}

.pjblayerdivback{
	z-index: 1004;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background: url('/media/graystreifen_75percent_onblack50.png');
	background-repeat: repeat;
	background-position: top left;
}

.pjblayerclose1{
	position: absolute;
	right: 5px;
	top: 5px;
	color: white;
	color: black;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}


.pjblayerunload{
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	#background: url('/media/backs/white90percent.png');
	background-color: white;
	color: black;
	font-weight: bold;
	padding: 20px;
	border-radius: 2px;
	border: 2px solid gray;
}

.pblayercontentrahmen{
	position: relative;
	top: 5px;
	left: 0px;
	padding: 5px;
	overflow: hidden;
	background-color: white;
	margin: 0 auto;
	font-weight: normal;
}

.pblayercontentDIV{
	margin: 0 auto;
	background-color: white;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	font-weight: normal;
}

.pblayercontentIFRAME{
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
}

.listchoose{
	margin: 3px;
	margin-left: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	position: relative;
	min-height: 15px;
	cursor: pointer;
	padding: 2px;
	border-radius: 2px;
}

#listselectblock {
	border: 2px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #E0E0E0;
	max-height: 400px;
	overflow: auto;
	margin-bottom: 4px;
	margin-right: 20px;
}

#listselectblock .listchoosebg1 {
	background-color: #F8F8F8;
}

#listselectblock .listchoosebg2 {
	background-color: #F4F4F4;
}

#listselectblock .listrowactive {
	background-color: #14b004;
	color: white;
}

.listchoose .listok{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
}

.listchoose .listactive{
	display: block;
}

.ABaddentry {
	font-size: 9px;
	font-weight: bold;
	color: white;
	border: 0px;
	border-radius: 2px;
	float: left;
	position: relative;
	height: 14px;
	padding: 2px 6px;
	margin: 3px;
	margin-right: 15px;
	overflow: hidden;
	background-color: #33AA33;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
	clear: both;
	top: -5px;
	line-height: 14px;
	cursor: pointer;
}

.ABchoose{
	font-size: 9px;
	font-weight: bold;
	color: white;
	border: 0px;
	border-radius: 2px;
	float: left;
	position: relative;
	line-height: 14px;
	height: 14px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	margin-left: 2px;
	width: 37px;
	margin-right: 15px;
	background-color: #33AA33;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
}
.ABchoose:hover{
	background-color: #66CC66;
}

.ABchooseSelected{
	font-size: 9px;
	font-weight: bold;
	color: white;
	border: 0px;
	border-radius: 2px;
	float: left;
	position: relative;
	line-height: 14px;
	height: 14px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	margin-left: 2px;
	width: 50px;
	margin-right: 2px;
	background-color: #555555;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
}
.ABchooseSelected:hover{
	background-color: #999999;
}

.ABshow{
	font-size: 9px;
	font-weight: bold;
	color: white;
	border: 0px;
	border-radius: 2px;
	float: left;
	position: relative;
	line-height: 14px;
	height: 14px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	margin-left: 2px;
	margin-right: 15px;
	background-color: #AA3333;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
}
.ABshow:hover{
	background-color: #CC6666;
}

.ABlisthead {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	padding-right: 10px;
	text-shadow: 0 1px 0 rgba(1, 1, 1, 0.5);
	background-color: #ff9103;
	color:white;
	line-height: 20px;
}

.TRassignedlist0 {
 	background-color: #DDDDDD;
 	cursor: pointer;
}

.TRassignedlist1 {
	background-color: white;
 	cursor: pointer;
}

.ABlistentry {
	color: black;
	font-weight: normal;
	border: 1px dotted gray;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	padding-right: 10px;
	line-height: 20px;
}

.ABlistentryACTIVE {
	background-color: #14B004;
	color: white;
	font-weight: normal;
	border-left: 1px dotted gray;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	padding-right: 10px;
	line-height: 20px;
}

.ABcenter{
	text-align: center;
}

.ABbold{
	font-weight: bold;
}

#assignedlistsdiv .listrowactive {
	background-color: #14b004;
	color: white;
}

.assignedlistscheck {
	cursor: pointer;
}

.assignedlistscheck, .assignedlistscheckDSBL {
	vertical-align: middle;
	background-color: yellow;
}

.pmcontrols .pmcontrol {
    width: 21px;
    height: 21px;
    float: left;
    display: inline;
    cursor: pointer;
}
.pmcontrols .play {
    background: url('/media/icons/pm_controls/play21.png');
}
.pmcontrols .pause {
    background: url('/media/icons/pm_controls/pause21.png');
}
.pmcontrols .stop {
    background: url('/media/icons/pm_controls/stop21.png');
}
.pmcontrols .lower {
    background: url('/media/icons/pm_controls/lower21.png');
}
.pmcontrols .louder {
    background: url('/media/icons/pm_controls/louder21.png');
}


#musotab1 {
    border-spacing: 1px;
    border-collapse: separate;
    margin: 10px auto;
}
#musotab1 td {
	border-top: 1px solid lightgray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid lightgray;
	vertical-align: top;
	text-align: left;
	padding: 3px;
}
#musotab1 tr:first-child td {
	background-color: gray;
	color: white;
	font-weight: bold;
}
.b2{
	border: 2px solid black;
}

.starta, .starta:link, .starta:visited{
	margin-left:15px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #535353;
}
.startaaktiv, .startaaktiv:link, .startaaktiv:visited{
	margin-left:15px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FF8600;
}
.starta:hover, .startaaktiv:hover{
	color: #FF8600;
}

.loadinglayer {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/media/background_gestreift_t85.png);
}
.loadinglayermessage {
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -210px;
	margin-top: -135px;
	width: 400px;
	height: 250px;
	border: 10px solid #ffb364;
	border-radius: 2px;
	background-color: #FFFFFF;
}
.loadinglayermessage table{
	width: 100%;
	height: 100%;
}
.loadinglayermessage td{
	text-align: center;
	vertical-align: middle;
	color: #ffb364;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif, Tahoma, Helvetica, Arial;
}

.deactivateafterdev::before {
    content: "THIS ADMIN BLOCK WILL BE DEACTIVATED";
    margin-bottom: 20px;
    font-weight: bold;
    display: block;
    color: red;
}
.deactivateafterdev{
	background: url('https://www.promojukebox.com/media/background_gestreift_t85.png');
	padding: 20px;
	border: 1px outset red;
	border-radius: 2px;
	margin-bottom: 10px;
	display: none;
}

.stattable1 {
	border: 1px outset red;
	border-spacing: 0px;
	border-radius: 2px;
}
.stattable1 td, .stattable1 th{
   	padding: 3px;
}
.stattable1 tr:nth-child(2n+2) {
	background-color: #ddd;
}
.stattable1 tr:nth-child(2n+3) {
	background-color: #eee;
}
.stattable1 th{
	background-color: #FF8400;
	color: white;
	font-weight: bold;
	text-align: left;
}
.stattable1a tr td:nth-child(1), .stattable1a tr td:nth-child(4) {
	text-align: right;
}

.bordered1 {
	border: 1px solid #777;
	border-spacing: 0px;
	border-collapse: collapse;
}
.bordered1 td, .bordered1 th {
	border: 1px solid #777;
	padding: 3px;
}
.bordered1 th {
	background-color: #222;
	color: #ddd;
}
.logoband {
	position: absolute;
	text-align: center;
	left: 0px;
	clear: both;
	width: auto;
	height: 416px;
	overflow: hidden;
	background-color: fuchsia;
	padding: 5px;
}
#kundenlogoscontent {
	position: relative;
	width: 720px;
	height: 412px;
	overflow: hidden;
//	background-color: #ff9103;
	margin: 20px auto;
	padding: 5px;
	border-radius: 5px;

	background: #fed572; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjZmVkNTcyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODkwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-radial-gradient(center, ellipse cover,  #fed572 36%, #ff8906 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #fed572 36%,#ff8906 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #fed572 36%,#ff8906 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed572', endColorstr='#ff8906',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.logokachel {
	position: relative;
	float: left;
	width: 160px;
	height: 186px;
	overflow: hidden;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	background-color: white;
}

.menu555, .menu555 ul, .menu555 li, .menu555 a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.menu555 {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	/*border-radius: 5px;*/
}
.menu555 li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
	cursor: pointer;
}
.menu555 li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #f3f3f3 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}
.menu555 li:first-child a {
	border-left: none;
}
.menu555 li:last-child a {
	border-right: none;
}
.menu555 li:hover > a {
	color: #8fde62 !important;
}
.menu555 ul {
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;
	background: #1f2024;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.menu555 li:hover > ul {
	opacity: 1;
}
.menu555 ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu555 li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}
.menu555 ul li a {
	min-width: 280px;
	padding: 4px 0 4px 40px;
	margin: 0;
	white-space: nowrap;
	border: none;
	/*border-bottom: 1px solid #353539;*/
	border: none;
}
.menu555 ul li:last-child a { 
	border: none;
}
.menu555 a.mypjb { 
	background: url(/promojukebox_media/list_bullet.png) no-repeat 6px center; 
	padding: 0 14px 0 30px ;
}

.padspc0 {
	border-collapse: collapse;
	border-spacing: 0;
}

.dlsharingplattform {
	display: inline-block;
	width: 36px;
	height: 27px;
	background-image: url('/media/icons/download.png');
	background-size: 36px 27px;
	cursor: pointer;
	margin:5px 0px;
}

#PJBmessagingModalTitle{
	color: black;
}

#PJBmessagingModalBody{
	color: black;
}

.eyeicon32on {
	position: relative;
	cursor: pointer;
	background: url('/media/icons/eyes_on_off_32x25.png');
	width: 32px;
	height: 25px;
	background-position: 0px 0px;
}
.eyeicon32on:hover {
	position: relative;
	cursor: pointer;
	background: url('/media/icons/eyes_on_off_32x25.png');
	width: 32px;
	height: 25px;
	background-position: 0px 0px; /* no change */
}
.eyeicon32off {
	position: relative;
	cursor: pointer;
	background: url('/media/icons/eyes_on_off_32x25.png');
	width: 32px;
	height: 25px;
	background-position: -32px 0px;
}
.eyeicon32off:hover {
	position: relative;
	cursor: pointer;
	background: url('/media/icons/eyes_on_off_32x25.png');
	width: 32px;
	height: 25px;
	background-position: -32px 0px; /* no change */
}

.sup {
  vertical-align: super;
  font-size: smaller;
}

.tooltip1 {
    padding: 10px 20px;
    color: yellow;
    background-color: #F00;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

#ccbtable {
	border-spacing: 0px;
	border: 0px;
	border-collapse: collapse;
}
#ccbtable td {
	padding: 10px;
	border: 0px;
}
#ccbtable tr:nth-child(1) {
	background-color: black;
}
#ccbtable tr:nth-child(1) td {
	color: #fff;
	font-weight: bold;
}
#ccbtable tr:nth-child(2n+2) {
	background-color: #FFFFE0;
}
#ccbtable tr:nth-child(2n+3) {
	background-color: #FFFFD0;
}
