@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	background:#dbdbdb;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#424140;
}

h1 {
	color:#722671;
	font-size:12px;
	background:url(/imgV2/headlineBox.gif) no-repeat 0 2px;
	padding-left:18px;
	font-weight:bold;
	margin:5px 0 10px 0;
}

h3 {
}

p {
	margin-bottom:1.5em;
}

strong, b {
	font-weight:bold;
}

a {
	outline:none;
	color:#722671;
	text-decoration:none;
}

a:hover {
}

.space {
	height:30px;
	clear:both;
}

#wrap {
	width:1052px;
	position:relative;
	background:#FFF;
}

.pageHead {
	background:#b2b1af;
	height:78px;
	position:relative;
}

	.pageHead .logo {
		display:block;
		width:77px;
		height:29px;
		background:url(/imgV2/ummLogo.png);
		text-indent:-9999px;
		position:absolute;
		top:28px;
		left:38px;
	}
	
	.pageHead .simlogo {
		background:url(/imgV2/sim_logo.gif) no-repeat;
		position:absolute;
		left:150px;
		top:10px;
		width:53px;
		height:57px;
		text-indent:-9999px;
		display:block;
	}
	
	.pageHead .search {
		position:absolute;
		top:26px;
		right:26px;
	}
	
		.pageHead .search .txt label {
			float:left;
			color:#fff;
			font-weight:bold;
			padding-top:5px;
			margin-right:5px;
		}
	
		.pageHead .search .txt input {
			float:left;
			border:#8c3517 1px solid;
			padding:5px;
			width:150px;
		}
	
	.pageHead .index {
		position:absolute;
		right:26px;
		top:58px;
	}
	
	.pageHead .index a {
		text-decoration:none;
		color:#fff;
		display:block;
		float:left;
		margin-left:10px;
	}
	
.topMenu {
	background:#722671;
	padding:0 38px 0 28px;
	height:34px;
}

.artist .topMenu {
	background:#74c646;
	height:20px;
}
	
	.topMenu ul li {
		float:left;
	}
	
		.topMenu ul li a {
			display:block;
			padding:12px 10px 2px 10px;
			color:#fff;
			font-size:12px; 
			text-decoration:none;
			text-transform:uppercase;
		}

		.topMenu ul li a#current {
			background:#B2B1AF;
		}
		
		.topMenu ul li a:hover {
			background:#957293;
		}

.top {
	height:32px;
	width:775px;
	padding:10px 20px 0 30px;
	background:url(/imgV2/contentTopBack.gif) right no-repeat;
	position:absolute;
	right:0;
}

.print {
}

	.print a {
		display:block;
		padding:3px 4px 3px 4px;
		background:#957293;
		color:#fff;
		float:left;
		font-size:10px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		margin-right:5px;
	}
	
	.artist .print {
		float:right;
	}
	
	.artist .print a {
		background:#74c646;
		float:left;
	}
	
	.print a.current {
		background:#722671;
	}
	
	.artist .print a.current {
		background:#47852b;
	}
	
	.print a:hover {
		background:#722671;
	}

	.artist .print a:hover {
		background:#BCE796;
	}
	
	.top .login {
		float:right;
	}

	.top .txt {
		float:left;
	}
	
		.top .txt label {
			float:left;
			color:#722671;
			text-transform:uppercase;
			font-weight:bold;
			padding-top:5px;
			margin-right:5px;
		}
	
		.top .txt input {
			float:left;
			height:13px;
			padding:5px;
			border:#722671 1px solid;
			margin-right:10px;
		}
	
	.top .btn {
		float:left;
	}
	
		.top .btn input {
			height:24px;
			padding-right:5px;
			padding-left:5px;
			border:#8c3517 1px solid;
			background:#722671;
			color:#fff;
			text-transform:uppercase;
			margin-right:5px;
		}

.content {
	background:url(/imgV2/wrapperBack.gif) repeat-y #fff;
	height:100%;
}

.artist .content {
	background:#fff;
}

	.content .left {
		width:202px;
		padding:62px 15px 30px 15px;
		float:left;
	}
	
	.artist .content .left {
		padding-left:50px;
		padding-top:80px;
		width:250px;
	}
	
		.content .left .artistName {
			margin-bottom:70px;
		}
	
		.content .left h2 {
			color:#722671;
			font-size:12px;
			background:url(/imgV2/headlineBox.gif) no-repeat 0 2px;
			padding-left:18px;
			font-weight:bold;
			margin:5px 0 10px 0;
		}
	
		.artist .content .left h1 {
			font-size:16px;
			color:#575655;
			padding-left:0;
			margin-bottom:5px;
			background:none;
		}

		.content .left ul li a {
			background:url(/imgV2/headlineBox.gif) no-repeat 0 2px;
			display:block;
			padding-left:18px;
			margin:5px 0 10px 0;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
			color:#722671;
		}
		
		.content .left ul li.menu1 a {
			background:url(/imgV2/artistMenu1.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.menu1 a.selected {
			background:url(/imgV2/artistMenu1sel.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.menu2 a {
			background:url(/imgV2/artistMenu2.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.menu2 a.selected {
			background:url(/imgV2/artistMenu2sel.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.menu3 a {
			background:url(/imgV2/artistMenu3.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.menu3 a.selected {
			background:url(/imgV2/artistMenu3sel.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.menu4 a {
			background:url(/imgV2/artistMenu4.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.menu4 a.selected {
			background:url(/imgV2/artistMenu4sel.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.menu5 a {
			background:url(/imgV2/artistMenu5.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.menu5 a.selected {
			background:url(/imgV2/artistMenu5sel.gif) no-repeat 0 2px;
		}
		
		.content .left ul li.homemenu a {
			background:url(/imgV2/artistMenuBlank.gif) no-repeat 0 2px;
		}
		
		.content .left ul li a.selected {
			background:url(/imgV2/leftMenuSelected.gif) no-repeat 0 2px;
		}
		
	.content .main {
		float:left;
		width:499px;
		min-height:200px;
		padding:62px 0px 30px 27px;
		line-height:1.2em;
	}
		
		.content .main table td {
			padding:2px;
		}
		
	.wide .content .main {
		width:760px;
	}

	.artist .content .main {
		width:680px;
		padding-top:30px;
	}
	
		.content .main h1 {
			margin-left:-19px;
		}
		
		.content .main h2 {
			font-size:12px;
			color:#5f5e5e;
			font-weight:bold;
			margin:5px 0 10px 0;
		}
		
		.content .main h3 {
			color:#773920;
			font-size:14px;
			font-weight:bold;
			margin:15px 0 10px 0;
			clear:both;
		}
		
		.artist .content .main h3 {
			margin:10px 0 15px 0;
		}
		
		.content .main img {
			border:#c9c6c6 4px solid;
		}

	.content .right {
		float:left;
		min-height:200px;
		width:274px;
		padding:62px 10px;
		line-height:1.6em;
	}
	
		.content .right h2 {
			font-size:16px;
			font-weight:bold;
			color:#575655;
			padding-left:0;
			margin-bottom:5px;
			background:none;
		}
		
.footerUpper {
	background:#722671;
	padding:12px 38px 0 248px;
	height:26px;	
	color:#fff;
	font-size:12px; 
}

.footerUpper a {
	color:#fff;
}

.artist .footerUpper {
	background:#b2b1af;
	padding:0;
	height:1px;
}
	
.footerLower {
	background:#fff;
	padding:12px 38px 12px 248px;
	font-size:10px; 
}

.dummy {
	height:20px;
	background:#FC0;
}

/*--------------- Data list ----------------*/

.seperator {
	margin-bottom:35px;
}

.data-list {
}

.data-list .data-list-index {
	height:22px;
	margin-top:5px;
	margin-bottom:20px;
}

.data-list .data-list-index a {
	display:block;
	float:left;
	padding-right:9px;
	cursor:pointer;
}

	.data-list .data-item {
		border-bottom:1px solid #e6e6e6;
		clear:both;
	}
	
	.flow-list .data-item {
		width:245px;
		float:left;
		height:22px;
		clear:none;
	}
	
	.data-list .data-item .item-small {
		float:left;
		width:30%;
	}
	
	.data-list br, .image-list br {
		display:none;
	}

		.data-list .data-item .item-column {
			padding:5px 5px 5px 0;
			
			float:left;
		}
	
			.data-list .data-item .c2 {
				width:49%;
			}
	
			.data-list .data-item .c3 {
				width:32%;
			}
	
				.data-list .data-item .c3s {
					width:18%;
				}
		
				.data-list .data-item .c3l {
					width:60%;
				}
	
			.data-list .data-item .c4 {
				width:24%;
			}

				.data-list .data-item .c4s {
					width:18%;
				}
	
				.data-list .data-item .c4l {
					width:30%;
				}
	
			.data-list .data-item .c5 {
				width:19%;
			}

	.artist-images .large-image {
		float:left;
		max-width:470px;
	}
	
	.artist-images .large-image img {
		max-width:470px;
	}
	
	.artist-images .image-list {
		float:right;
		width:160px;
	}

	.artist-images .image-list .image-item {
		float:left;
	}

	.artist-images .image-list .image-item a {
		display:block;
		width:65px;
		height:65px;
		background-position:center;
		background-repeat:no-repeat;
		border:2px #999 solid;
		margin:0 10px 10px 0;
	}
	
		.image-list .image-item .image-info {
			display:none;
		}

/*--------------- Pages ----------------*/

#pages {
	margin-top:40px;
}

.info-section {
	margin:10px 0 15px 0;
}

.artist-image {
	margin-bottom:10px;
}

.artist-info {
}

.data-list .txt input {
	float:left;
	border:#8c3517 1px solid;
	padding:2px;
	width:150px;
	margin-right:5px;
}
	
.data-list .drp select {
	float:left;
	border:#8c3517 1px solid;
	padding:2px;
	width:250px;
	margin-right:5px;
}
	
.data-list .btn input {
	height:20px;
	border:#8c3517 1px solid;
	background:#722671;
	color:#fff;
	text-transform:uppercase;
	margin-right:5px;
	padding-right:5px;
	padding-left:5px;
}

