/* ============= */
/* = RESET CSS = */
/* ============= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead,  th  /*tbody,tr,td */{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div.clear {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

span.clear {
	display:block;
	clear:both;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

strong, b {
	font-weight:bold;
}

em {
	font-style:italic;
}

span.permashare {
	margin-left:10px;
}

.formerror {
	color:red;
}

/* =============== */
/* = PAGE STYLES = */
/* =============== */
body {
	background:#123e68;
	text-align:center;
}

div.containerwrap {
	background:url(/public/images/ume_tile.gif) top left repeat;
}

div.containerwrapinner {
	width:957px;
	margin:0 auto;
	text-align:left;
}

div.container {
	border:5px solid #1a314e;
	background:#3b7297;
	color:#1a314e;
	padding:0 0 90px 0;
}

div.header {
	position:relative;
	height:162px;	
	background:#fff;
}

div.homepage div.header {
	height:448px;
	background:url(/public/images/logo-home.jpg) transparent 0 67px no-repeat;
}

div.flash, div.header ul {
	background:#3b7297;	
}

div.header div.flash {
	position:absolute;
	top:0;
	left:0;
	padding:3px 0;
	text-align:center;
	height:70px;
	width:100%;
}

div.header div.logo {
	position:absolute;
	top:100px;
	left:42px;
	width:856px;
	height:34px;	
	background:url(/public/images/logo-inner.gif) top left no-repeat;
}

div.homepage div.header div.logo {
	left:42px;
	top:383px;
	background:transparent;
}

div.header div.logo a {
	display:block;
	width:856px;
	height:34px;
	text-indent:-1000em;
	overflow:hidden;
}

div.header div.umelogo {
	left:10px;
	top:5px;
	width:60px;
	height:22px;
	background:url(/public/images/logo-ume.gif) top left no-repeat;
	position:absolute;
	z-index:10;
}

div.header div.umelogo a {
	width:60px;
	height:22px;
	display:block;
	text-indent:-1000em;
	overflow:hidden;	
}

div.homepage div.header div.umelogo {
	height:48px;
	left:42px;
	top:81px;
	width:130px;
	background:none;
}

div.homepage div.header div.umelogo a {
	height:48px;
	width:130px;
}

div.header ul {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;	
}

div.homepage div.header ul {
	background:#fff;	
}


div.header ul li {
	display:inline;
	margin:0 0 0 20px;
}

div.header ul a {
	color:#fff;
}

div.homepage div.header ul a {
	color:#3488c4;
}

div.header ul a:hover, div.contactpage ul li.item5 a, div.licensingpage ul li.item3 a, div.productpage ul li.item1 a, div.productdetailpage ul li.item1 a, div.clientspage ul li.item2 a, div.faqpage ul li.item4 a, div.labelspage ul li.item6 a {
	color:#d0b922;
	text-decoration:none;
}

div.header ul li.item1 {
	margin:0 0 0 42px;
}

div.header a.shop {
	position:absolute;
	bottom:0;
	right:4px;
	height:30px;
	width:218px;
	overflow:hidden;
	text-indent:-1000em;
	background:url(/public/images/umg-shop.png) top left no-repeat;	
}

div.content {
	background:url(/public/images/productcopybkg.gif) top left no-repeat;
}

div.homepage div.content {
	background:none;
}

div.homepage div.copy {
	background:url(/public/images/homecopybkg.gif) bottom left no-repeat;
	width:770px;
	margin:34px 0 0 54px;
	padding:0 0 38px 0;
}

div.homepage div.copy h1 {
	width:480px;
	height:50px;
	overflow:hidden;
	text-indent:-1000em;
	background:url(/public/images/homepageh1bkg.gif) top left no-repeat;
	margin:0 0 0 36px;
}

div.homepage div.copy h2 {
	margin:10px 0 10px 36px;
}

div.homepage div.copy div.text {
	margin:0 36px;
}

div.homepage div.copy p {
	margin:0 0 10px 0;
}

div.homepage div.copy div.text strong {
	font-size:14px;
}

div.homepage div.news {
	margin:20px 0 0 90px;
	width:700px;
}

div.homepage div.news div.newsitem {
	border:1px solid #839fbf;
	border-width:1px 0 1px 0;
	margin:0 0 15px 0;
}

div.homepage div.news div.newsitem div.newsiteminner {
	border:1px solid #839fbf;
	border-width:0 1px 0 1px;
	margin:0 -1px 0 -1px;
	position:relative;
	width:700px;
	background:#346a8e;
	overflow:hidden;
	padding:15px 0 15px 0;
}

div.homepage div.news div.newsitem div.abstract img {
	vertical-align:-38%;
}

div.homepage div.news div.newsitem div.image {
	float:left;
	width:200px;
	margin:0 0 0 15px;
	display:inline;
	overflow:hidden;
}

div.homepage div.news div.newsitem div.text {
	width:450px;
	margin:30px 15px 30px 0;
	display:inline;
	float:right;
}

div.contactpage div.content div.contentwrap, div.licensingpage div.content div.contentwrap {
	padding:86px 0 0 0;
	margin:0 86px;
	letter-spacing:4px;
}

div.contactpage div.content h2 {
	margin:0 0 15px 44px;
}

div.contactpage div.content div.copy {
	background:url(/public/images/contactbkg.gif) top left repeat;
	padding:3px 44px 22px 44px;
}

div.licensingpage div.content div.contentwrap {
	padding:0;
	letter-spacing:0;
}

div.licensingpage div.content, div.productpage div.content, div.clientspage div.content, div.labelspage div.content {
	position:relative;
}

div.licensingpage div.content div.title, div.productpage div.content div.title, div.clientspage div.content div.title, div.labelspage div.content div.title {
	position:absolute;
	height:100px;	
	top:0;
	left:88px;
	padding:20px 0 0 0;
	width:790px;
}

div.licensingpage div.content div.contentwrap, div.productpage div.content div.contentwrap {
	padding-top:140px;
}

div.licensingpage div.content div.contentwrap div.copy {
	background:url(/public/images/rulesbkg.gif) top left repeat-y;
	padding:0 100px;	
	line-height:30px;
}

/* ============================== */
/* = Products and services page = */
/* ============================== */
div.productpage div.content div.contentwrap, div.clientspage div.content div.contentwrap, div.labelspage div.content div.contentwrap {
	padding-top:110px;
}

div.productpage div.content div.contentwrap div.disco, div.productpage div.content div.contentwrap div.bio, div.productdetailpage div.contentwrap, div.faqpage div.faq {
	margin:0 0 0 96px;
	width:766px;
	background:url(/public/images/rulesbkg.gif) 0 0 repeat-y;
}

div.productpage div.content div.contentwrap div.bio {
	background:none;
}

div.productpage div.content div.contentwrap div.disco div.item {
	width:766px;
	overflow:hidden;
	margin:0 0 30px 0;
}

div.productpage div.content div.contentwrap div.disco div.item h2 {
	float:left;
	width:142px;
}

div.productpage div.content div.contentwrap div.disco div.item div.image {
	width:116px;
	margin:0 0 0 15px;
	float:left;
	display:inline;	
	overflow:hidden;
}

div.productpage div.content div.contentwrap div.disco div.item div.image a {
	width:114px;
	height:114px;
	border:1px solid #1f5370;
	overflow:hidden;
	display:block;
}

div.productpage div.content div.contentwrap div.disco div.item div.image a img {
	margin:7px 0 0 7px;
}

div.productpage div.content div.contentwrap div.disco div.item h3 {
	width:130px;
	float:left;
	margin:0 0 0 15px;
	display:inline;	
}

div.productpage div.content div.contentwrap div.disco div.item div.copy {
	width:235px;
	float:left;
	margin:0 0 0 15px;
	display:inline;
}

div.productpage div.content div.contentwrap div.disco div.item div.format {
	float:right;
	width:84px;
}

div.productdetailpage div.title {
	position:relative;
	height:100px;
	width:725px;
	margin:0 0 0 130px; 
}

div.productdetailpage h1 {
	font-size:36px;
	line-height:36px;
	color:#b8c3df;
	position:absolute;
	bottom:0;
	left:0;
}

div.productdetailpage div.contentwrap {
	margin-top:20px;
	overflow:hidden;
}

div.productdetailpage div.contentwrap div.c0 {
	float:left;
	width:440px;
	margin:0 0 0 35px;
	display:inline;
}

div.productdetailpage div.contentwrap div.c1 {
	float:right;
	margin:0 35px 0 0;
	display:inline;
	width:230px;
}


div.productdetailpage div.contentwrap div.c1 div.section {
	margin:0 0 30px 0;
}

div.productdetailpage div.contentwrap div.c1 div.section div.item {
	width:230px;
	overflow:hidden;
	margin:0 0 30px 0;
}

div.productdetailpage div.contentwrap div.c1 div.section div.image {
	float:left;
	width:80px;
	overflow:hidden;
}

div.productdetailpage div.contentwrap div.c1 div.section div.text {
	float:right;
	width:140px;
}

div.productdetailpage div.contentwrap div.c1 div.section li, div.productdetailpage div.contentwrap div.c1 div.section div.text h3 {
	margin:0 0 5px 0;
}

div.productdetailpage div.contentwrap div.c1 div.section div.text h4 {
	font-weight:normal;
	color:#fff;
}

/* ================ */
/* = CLIENTS PAGE = */
/* ================ */
div.clientspage div.content div.contentwrap, div.labelspage div.content div.contentwrap {
	margin:0 0 0 130px;
	width:700px;
}

div.clientspage div.content div.contentwrap div.item {
	border-bottom:1px solid #4c81a5;
	overflow:hidden;
	width:700px;
	padding:10px 0;
}

div.clientspage div.content div.contentwrap div.item div.image {
	float:left;
	width:100px;
	overflow:hidden;
	margin:0 0 0 10px;
}

div.clientspage div.content div.contentwrap div.item div.text {
	width:540px;
	float:right;
}

div.faqpage div.faq div.item strong {
	padding:0 8px 0 0;
}

/* ============ */
/* = FAQ PAGE = */
/* ============ */
div.faqpage div.content {
	background:transparent url(/public/images/rulesbkg.gif) repeat-y scroll bottom center;
}

div.faqpage div.content div.contentwrap {
	background:transparent url(/public/images/productcopybkg.gif) no-repeat scroll left top;
}

div.faqpage div.answers {
	padding:55px 0 0 0;
}

div.faqpage div.faq {
	background:none;
}

div.faqpage div.faq div.faqinner {
	width:635px;
	margin:0 0 0 65px;
	position:relative;
}

div.faqpage div.faq div.question {
	margin-bottom:10px;
}

div.faqpage div.faq div.item {
	margin-bottom:30px;
}

/* =============== */
/* = LABELS PAGE = */
/* =============== */
div.labelspage div.content div.title {
	left:130px;
	width:700px;
}

div.labelspage div.content div.contentwrap {
	overflow:hidden;
	width:732px;
}

div.labelspage div.contentwrap div.item {
	float:left;
	width:336px;
	padding:10px 0;
	background:url(/public/images/whitedot.gif) bottom left repeat-x;
	margin:0 30px 0 0;
}

div.labelspage div.contentwrap div.item div.image {
	float:left;
	width:125px;
	text-align:center;
}

div.labelspage div.contentwrap h2 {
	float:right;
	width:195px;
	margin:20px 0 0 0;
}

/* =============== */
/* = SEARCH PAGE = */
/* =============== */

div.searchpage fieldset {
	margin:0 0 15px 0;
	padding:5px 0 0 0;
	text-align:left;
	text-transform:lowercase;	
	clear:both;
	border:0;
	width:320px;
	vertical-align:bottom;
}

div.searchpage fieldset * {
	vertical-align: bottom;
}

div.searchpage label.option, div.searchpage legend, div.mobilepage legend{
	height:0;
	color:#fff;
	font-size:0px;
	line-height:0;
	display:none;
}

div.searchpage fieldset input, div.mobilepage fieldset input{
	padding-left:10px;	
	margin-left:0;
}

div.searchpage fieldset label, div.mobilepage fieldset label{
	padding-right:15px;	
	display:inline;
	vertical-align:baseline;
}

div.searchpage fieldset label {
	padding-right:10px;
}

div.searchpage div.searchformwrap {
	text-align:center;
}
div.searchpage div.searchform div.input {
	float:left;
	width:370px;
	display:inline;
}

div.searchpage div.searchform {
	text-align:left;
	padding:45px 0 0 0;
	margin:0 0 0 120px;
	width:485px;
}

div.searchpage input.searchtext {
	font-size:12px;
	float:left;
	width:370px;
}

div.searchpage div.searchform input.submit {
	background:url(/public/images/btn-search.gif) 0 0 no-repeat transparent;
	border:0;
	padding-left:95px;
	overflow:hidden;
	height:26px;
	display:block;
	float:right;
	text-indent:-1000em;	
	width:82px;
}

div.searchpage  div.top {
	margin-top:0;
	padding-top:4px;
}

div.searchpage  div.alphabetwrap div.top {
	margin-top:5px;
}
div.searchpage  div.mid{
	padding-top:0;
}

div.alphabets{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	text-transform:uppercase;
	top:0;
	left:0;
	height:20px;
	width:620px;

}

div.searchpage div.alphabetwrap {
	position:relative;
	padding-top:19px;
	margin-top:10px;

}

div.alphabets a{
	padding:20px 2px 10px 2px;
}

div.alphabets a.active{
	font-weight:bold;
}

div.searchpage  div.artist h3 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 15px;
}

div.mid ul.artist-roster{
	display:block;
	margin:12px 0 0 0;
	padding-bottom:20px;
}

ul.artist-roster li h4 {
	font-size:12px;
	margin:6px 0 0 0;
	padding:0 0 6px 15px;
	font-weight:normal;
	border-bottom:1px solid #4c81a5;
}

ul.artist-roster li h4.active {
		font-size:14px;
}

div.searchpage div.alphabetwrap div.top {
	margin-top:5px;
}

div.searchpage div.resultswrap {
	padding-bottom:20px;
}

div.searchpage div.resultswrap h3 {
	margin-bottom:18px;
}

div.searchpage table#TracksDataGrid, div.searchpage table#ProductsDataGrid, div.searchpage table#MembersDataGrid {
	margin:0;
	padding:0;
}


div.searchpage table#TracksDataGrid td, div.searchpage table#ProductsDataGrid td, div.searchpage table#MembersDataGrid td {
	border-width:0;
	border-style:none;
	border-collapse:collapse;
	border-color:transparent;
}


div.searchpage div.channel h3, div.searchpage div.resultswrap h3, div.searchpage table#ProductsDataGrid td.artistheader, div.searchpage table#ProductsDataGrid td.albumheader, div.searchpage table#MembersDataGrid td.artistheader, div.searchpage table#MembersDataGrid td.albumheader, div.searchpage table#TracksDataGrid td.trackheader, div.searchpage table#TracksDataGrid td.artistheader, div.searchpage table#TracksDataGrid td.albumheader {
	font-size:18px;
	text-transform:lowercase;
	font-weight:normal;
}

div.searchpage table#ProductsDataGrid td.artistheader, 
div.searchpage table#ProductsDataGrid td.albumheader, 
div.searchpage table#MembersDataGrid td.artistheader, 
div.searchpage table#MembersDataGrid td.albumheader, 
div.searchpage table#TracksDataGrid td.trackheader, 
div.searchpage table#TracksDataGrid td.artistheader, 
div.searchpage table#TracksDataGrid td.albumheader {
	background:url(/public/images/graydot.gif) bottom left repeat-x;
	padding:5px 0;
}

div.searchpage table#TracksDataGrid td.cell, div.searchpage table#ProductsDataGrid td.cell, div.searchpage table#MembersDataGrid td.cell, div.searchpage table#ArtistsDataGrid td.cell {
	border:0;
	padding:0 0 0 0;
}

div.searchpage table#TracksDataGrid {
	margin:20px 0 0 20px;
}

div.searchpage table#TracksDataGrid td.cell, div.searchpage table#ProductsDataGrid td.cell, table#MembersDataGrid td.cell {
	background:url(/public/images/graydot.gif) bottom left repeat-x;
}

div.searchpage table#ArtistsDataGrid td {
	padding:0;
}

div.searchpage table#ArtistsDataGrid td.cell {
	padding:6px 0 6px 15px;
	font-size:12px;
	background:url(/public/images/graydot.gif) bottom left repeat-x;
	width:620px;
}

div.searchpage table#ProductsDataGrid {
	width:100%;
}

div.searchpage table#ProductsDataGrid td.c1, div.searchpage table#MembersDataGrid td.c1{
	width:315px;
}
div.searchpage table#ProductsDataGrid td.c1 span, div.searchpage table#MembersDataGrid td.c1 span{
	display:block;
	width:315px;
}


div.searchpage table#MembersDataGrid td.c1 span.userimage {
	width:68px;
	float:left;
	display:block;
	margin:0 10px 0 0;		
}



div.searchpage table#MembersDataGrid  {
	width:100%;
}
div.searchpage table#MembersDataGrid td.c1 span {
	width:250px;
}
div.searchpage table#MembersDataGrid td.c2 span {
	width:150px;
}
div.searchpage table#TracksDataGrid td span{
	display:block;
}

div.searchpage table#TracksDataGrid td span.play {
	line-height:12px;
	padding-bottom:10px;
    background:url(/images/portal/bkgs/play.gif) no-repeat top left;
	padding:0 0 10px 0;
}

div.searchpage table#TracksDataGrid td span.nowplaying {
	line-height:12px;
	padding-bottom:10px;
    background:url(/images/portal/bkgs/nowplaying.gif) no-repeat top left;	
	padding:0 0 10px 0;
}
div.searchpage table#TracksDataGrid td.ac1 {
	width:190px;
}

div.searchpage table#TracksDataGrid td.ac2 {
	width:245px;
}

div.searchpage table#ProductsDataGrid td.c2, div.searchpage table#ProductsDataGrid td.artistheader, div.searchpage table#MembersDataGrid td.c2, div.searchpage table#MembersDataGrid td.artistheader {
	padding-left:5px;
}

div.searchpage table#TracksDataGrid td.cell, div.searchpage  table#ProductsDataGrid td.cell,div.searchpage table#MembersDataGrid td.cell {
	padding-top:12px;
	padding-bottom:12px;
	padding-right:12px;
	vertical-align:top;
}

div.searchpage table#TracksDataGrid td.cell a.image, div.searchpage  table#ProductsDataGrid td.cell a.image, div.searchpage table#MembersDataGrid td.cell a.image {
	float:left;
	margin-right:10px;
	font-weight:normal;
}

div.searchpage table#TracksDataGrid td.cell span.artist {
	display:block;
}

div.searchpage table#TracksDataGrid td.cell span.artist img {
	display:block;
	margin-top:5px;
}

div.searchpage table#MembersDataGrid td.cell a.image {
	display:block;
	border:1px solid #900;	
	width:90px;
	padding:0;
	margin-right:10px;
	height:90px;
}

div.searchpage table#MembersDataGrid td.cell a.image img{
	margin:5px;
}


/* ========= */
/* = FONTS = */
/* ========= */

body {
	font:12px/18px verdana, arial, helvetica, sans-serif;
}

div.productpage div.content div.contentwrap div.disco,
div.clientspage div.content div.contentwrap div.item div.text,
div.labelspage div.content div.contentwrap,
div.productdetailpage div.contentwrap,
div.clientspage div.content div.contentwrap div.control,
div.faqpage div.faq div.item div.answer span.copy {
	font-family:arial, helvetica, sans-serif;
}

div.header ul a, div.header ul a span {
	font-size:14px;
	line-height:30px;
	font-weight:bold;
}

div.homepage div.copy *,
div.contactpage div.content h2,
div.licensingpage div.content div.title,
div.productpage div.content div.title,
div.licensingpage div.content div.contentwrap div.copy *,
div.licensingpage div.content div.contentwrap div.copy,
div.productpage div.content div.contentwrap div.bio h2,
div.productdetailpage div.contentwrap *,
div.clientspage div.content *,
div.clientspage div.content div.contentwrap div.item div.text *,
div.labelspage div.content *,
div.productpage div.content div.contentwrap div.disco div.item *,
div.faqpage div.faq div.answer * {
	font-weight:bold;
}

div.homepage div.copy h2, div.licensingpage div.content div.title strong {
	font-size:14px;
}

div.contactpage div.content h2, div.productpage div.content div.contentwrap div.bio h2, div.clientspage div.content div.contentwrap div.item div.text h2 {
	font-size:18px;
	line-height:24px;
}

div.productdetailpage div.contentwrap {
	line-height:20px;
}

div.faqpage div.faq div.answer {
	line-height:24px;
}

div.productdetailpage div.contentwrap div.c1 h2 {
	font-size:24px;
	letter-spacing:4px;
	line-height:30px;
	text-transform:lowercase;
	margin:0 0 5px 0;
}

div.clientspage div.content div.contentwrap div.control,
div.clientspage div.content div.contentwrap div.item div.text,
div.footer {
	font-size:11.5px;
}

div.clientspage div.content div.contentwrap div.control *,
div.faqpage div.faq div.item strong span  {
	font-weight:normal;
}

div.faqpage div.faq div.question, div.faqpage div.faq div.item div.answer strong {
	font-size:24px;
	letter-spacing:2px;
	line-height:30px;
}

/* ========== */
/* = FOOTER = */
/* ========== */
div.footer {
	padding:10px 0 20px 0;
}


/* ========== */
/* = COLORS = */
/* ========== */

div.homepage div.copy h2 {
	color:#b8c3df;
}

a, div.homepage div.news div.newsitem div.text {
	color:#fff;
}

div.faqpage div.faq div.question, div.footer {
	color:#a2b5d3;
}

/* ======== */
/* = HIDE = */
/* ======== */

div.homepage div.news h2,
div.productpage h1,
div.clientspage h1,
div.labelspage h1 
{ width: 0; position: absolute; height: 0; overflow: hidden; top: -200em; }


/* ========== */
/* = PAGING = */
/* ========== */
div.productpage div.content div.contentwrap div.disco div.control,
div.clientspage div.content div.contentwrap div.control {
	text-align:right;
}
