@charset "utf-8";
/* CSS*/

.Simplelabel_tracks 
{
	line-height:16px;
	font-size:11px;
	color:#404041;
}

.label_tracks {
	text-align:left;
	line-height:16px;
	font-size:12px;
	font-weight:bold;
	color:#404041; 
	padding-left:10px;
	
}

.AddButton
{
    background:transparent url('/assets/images/AddButton.png') no-repeat center center;
	width:16px;
	height:16px;
	border:none;
	Cursor:Pointer;
	padding-bottom :5px;
}
.RemoveButton
{
    background:transparent url('/assets/images/RemoveButton.png') no-repeat center center;
	width:16px;
	height:16px;
	border:none;
	Cursor:Pointer;
	padding-bottom :5px;
}

.PriviewButton
{
 
    background:transparent url('/assets/images/PreviewButton.png') no-repeat center center;
	width:16px;
	height:16px;
	border:none;
	Cursor:Pointer;
	padding-bottom :5px;
	
}

.PageUpdateProgress {
	text-align: center;
	position: absolute;
	left: 45%;
	top: 40%;
	margin: auto;
	z-index:1000;
}
.rowHeader {
	width:98%;
	height:20px;
	float:left;
	background-color : #C8CACB;
	font-family: Calibri;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.rowContent {
	width:98%;
	float:left;
	border:#000000 0px solid;
}
.headerHeading {
	font-size:12px;
	font-weight:bold;
	color:#404041;
}

/*Artist_Application
---------------------------------------------------------------------------------------------------- */
.soundcity_details_table {
	float: left;
	width: 717px;
	margin:auto;
}

.Artist_Application_Top {
	float:left;
	background:transparent url('/assets/images/TrackTop.gif') no-repeat center center;
	width:897px;
	height:27px;	
}
.Artist_Application_Top p {
	float:left;
	font-size:16px;
	color:#FFF;
	line-height:27px;
	margin:0 0 0 27px;
	
}
.Artist_Application_Top p span
{
color:#FFFFFF;
font-size:16px;
line-height:22px;
}


.Artist_Application_Center {
	float:left;
	background:transparent url('/assets/images/TrackCenter.gif') repeat-y center center;
	width:897px;
}

.Artist_Application_Center p {
	font-size:12px;
	color:#203b43;
	line-height:18px;
	text-align:center;
}
#Soundcityleft {
	float:left;
	width:717px;
	margin:0 0 0 10px;
	padding:0;
}
.Soundcitycontainer {
	float: left;
	width:200px;
	margin:8px 0 0 10px;
}
.Soundcityleft {
	width:200px;
	float:left;
}
.Soundcityright {
	width:101px;
	float:left;
}
.Soundcitytxt {
	font-size:12px;
	color:#203b43; font-weight:bold;
	padding:10px 0 5px 0;
}
.txt {
	font-size:10px;
	color:#203b43;
	font-weight:normal;
	line-height:14px;
	padding:10px 0 5px 0;
}
#logon {
	width:300px;
	float:left;
	margin:8px 0 5px 5px;
}
.Soundcityright select {
	text-align:center;
	width:83px;
	height:18px;
	border:1px solid #203b43;
	font-size:12px;
	margin-left:70px;
}
.Input {
	width:192px;
	border:1px solid #203b43;
	height:14px;
}
#loginright {
	float:left;
	width:270px;
	margin:-40px 0 0 69px;
	padding:0;
}
.Soundcityright label {
	width:200px;
	font-size:18px;
	color:#203b43;
	float:left;
}
.bottomLine {
	float: left;
	width:672px;
	border-bottom:1px solid #203b43;
	margin:8px 0 0 10px;
}
.Entries {
	float: left;
	width:672px;
	margin:8px 0 0 20px;
}
.YourEntries {
	float:left;
	font-size:12px;
	color:#203b43;
	width:155px;
	font-weight:bold;
}
.Submitsong {
	float:left;
	font-size:12px;
	color:#203b43;
	font-weight:bold;
}
.EntryTable {
	float:left;
	width:672px;
	margin:8px 0 0 20px;
}
.EntryTable th {
	font-size:12px;
	color:#203b43;
	font-weight:bold;
	width:150px;
}
.EntryTable td {
	font-size:12px;
	color:#203b43;
}
.Artist_Application_Bottom {
	float:left;
	background:transparent url('/assets/images/Artist_Application_Bottom.gif') no-repeat center center;
	width:717px;
	height:8px;
}
.Buttons {
	float:left;
	width:675px;
	margin:10px 0 0 20px;
}
.BackBtn {
	float:left;
}
.AddSong {
	float: left;
	margin:0 0 0 25px;
}
.Submit {
	float:right;
}
.Notice {
	float: left;
	width:675px;
	margin:10px 0 10px 0;
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
}

/*General Buttons
++++++++++++++++++++++++++++++++++++++++++++*/
.back {
	float:left;
	background:transparent url('/assets/images/back.gif') no-repeat center center;
	width:56px;
	height:22px;
	border:none;
}
.back:hover {
	float:left;
	background:transparent url('/assets/images/back_h.gif');
	width:56px;
	height:22px;
}
.submit {
	float:left;
	background:transparent url('/assets/images/submit.gif') no-repeat center center;
	width:56px;
	height:22px;
	border:none;
}
.submit:hover {
	float:left;
	background:transparent url('/assets/images/submit_h.gif');
	width:56px;
	height:22px;
}
.reset {
	float:left;
	background:transparent url('/assets/images/reset.gif') no-repeat center center;
	width:56px;
	height:22px;
	border:none;
}
.reset:hover {
	float:left;
	background:transparent url('/assets/images/reset_h.gif');
	width:56px;
	height:22px;
}
/*User Pages
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header_internalPages {
	height: 30px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.label {
	text-align:left;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	color:#404041; 
	padding-left:10px;
}
.labelHeader {
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	color:#404041;
}
.labletext
{
    line-Height:25px;
    font-size :25px;
    color :#404041;
    border :1px solid red;
}
.Simplelabel {
    line-height:25px;
	font-size:11px;
	color:#404041;
}
.fonts td {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	height:25px;
}
.grid_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:transparent url('/assets/images/backend_heading.gif') repeat-x center center;
	height:25px;
	color: #333333;
	font-weight: bold;
	padding-left:6px;
	padding-right:6px;
}
.grid_Title_Link 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:transparent url('/assets/images/backend_heading.gif') repeat-x center center;
	height:25px;
	font-weight: bold;
	padding-left:6px;
	padding-right:6px;
}
.setlist_header {
	background:transparent url('/assets/images/backend_heading.gif') repeat-x center center;
	height:25px;
	font-size:12px;
	font-weight:bold;
	color:#404041;
}
.setlist_footer {
	background:transparent url('/assets/images/backend_heading.gif') repeat-x center center;
	height:25px;
}
.grid_Title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:25px;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a:visited {
	color: #F6941E;
}
a:active {
	color: #F6941E;
}
a:hover {
	color: #00437F;
}
.grid_separator {
	background:transparent url('/assets/images/backend_seprator.gif') no-repeat center center;
	width:1px;
	height:25px;
}
.gigsDetails_editClaim {
	float:left;
	background:transparent url('/assets/images/editclaim.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_editClaim:hover {
	float:left;
	background:transparent url('/assets/images/editclaim_h.gif');
	width:98px;
	height:22px;
}
.gigsDetails_deleteClaim {
	float:left;
	background:transparent url('/assets/images/deleteclaim.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_deleteClaim:hover {
	float:left;
	background:transparent url('/assets/images/deleteclaim_h.gif');
	width:98px;
	height:22px;
}
.gigsDetails_addSetLists {
	float:left;
	background:transparent url('/assets/images/addSetlist.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_addSetLists:hover {
	float:left;
	background:transparent url('/assets/images/addSetlist_h.gif');
	width:98px;
	height:22px;
}
/*broadcast details
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.controls {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#404041;
}
.broadcastDetails_createClaim {
	float:left;
	background:transparent url('/assets/images/createclaim.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.broadcastDetails_createClaim:hover {
	float:left;
	background:transparent url('/assets/images/createclaim_h.gif');
	width:98px;
	height:22px;
}
.broadcastDetails_editClaim {
	float:left;
	background:transparent url('/assets/images/editclaim.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.broadcastDetails_editClaim:hover {
	float:left;
	background:transparent url('/assets/images/editclaim_h.gif');
	width:98px;
	height:22px;
}
.broadcastDetails_deleteClaim {
	float:left;
	background:transparent url('/assets/images/deleteclaim.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.broadcastDetails_deleteClaim:hover {
	float:left;
	background:transparent url('/assets/images/deleteclaim_h.gif');
	width:98px;
	height:22px;
}
/*digital distribution details
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.DD_create {
	float:left;
	background:transparent url('/assets/images/create.gif') no-repeat center center;
	width:56px;
	height:22px;
	border:none;
}
.DD_create:hover {
	float:left;
	background:transparent url('/assets/images/create_h.gif');
	width:56px;
	height:22px;
}
.DD_edit {
	float:left;
	background:transparent url('/assets/images/edit.gif') no-repeat center center;
	width:56px;
	height:22px;
	border:none;
}
.DD_edit:hover {
	float:left;
	background:transparent url('/assets/images/edit_h.gif');
	width:56px;
	height:22px;
}
.DD_delete {
	float:left;
	background:transparent url('/assets/images/delete.gif') no-repeat center center;
	width:56px;
	height:22px;
	border:none;
}
.DD_delete:hover {
	float:left;
	background:transparent url('/assets/images/delete_h.gif');
	width:56px;
	height:22px;
}
.DD_manageTracks {
	float:left;
	background:transparent url('/assets/images/managetracks.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.DD_manageTracks:hover {
	float:left;
	background:transparent url('/assets/images/managetracks_h.gif');
	width:98px;
	height:22px;
}
/*GENERAL SETTINGS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
	width: 100%;
}
div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, span, a {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	font-family:Arial, 'Helvetica', sans-serif;
}
img {
	border: none;
}
ul, ol {
	list-style: none;
}
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.clear {
	height: 0px;
	width: 100%;
	clear: both;
}
.bold {
	font-weight: bold;
	line-height: 22px;
}
body {
	background-color: #deddcf;
	font: 100%/12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #414141;
	text-align: center;
	margin: 0;
	padding: 0;
}
#Beta_logo {
	width: 72px;
	height: 72px;
	margin: 0; padding: 0;
	position: absolute;
	top: 30px;
	left: 430px;
	z-index: 1;
}
/*LAYOUT FORMAT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper {
	position:relative;
	margin:auto;
	margin-top:36px;
	width:950px;
}
#header {
	position: relative;
	margin:auto;
	width:941px;
	height:126px;
}
#hdrimg {
	position:absolute;
	margin:auto;
	width:941px;
	height:126px;
}
#login {
	position:absolute;
	top:10px;
	left:450px;
}

#login_forgotPassword {
	position:absolute;
	top:10px;
	left:450px;
}

#login_welcomeArtist {
	position:absolute;
	top:10px;
	left:450px;
}
input.logonbtn {
	float:right;
	height: 18px;
	width: 52px;
	border: none;
	background: transparent url('/assets/images/log_on.gif') no-repeat 0 0;
	margin-top: 8px;
	cursor: pointer;
}
.newusercontainer {
	width:200px;
	height:25px;
	text-align:center;
	margin-top:5px;
}
.newleft {
	width:67px;
	height:auto;
	float:left;
}
.newright {
	width:101px;
	height:auto;
	float:left;
}
.nutxt {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
	background-color:inherit;
}
.newWelcome {
	height:auto;
	position: absolute;
	width:400px !important;
	text-align: right;
	top: 0px;
	right: -184px;
}
.welcometxt {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#181920;
}
#user_forgot {
	float:left;
	width:200px;
}
#logon {
	width:52px;
	padding-top:5px;
	float:left;
}
.login_button {
	float:left;
	background:transparent url('/assets/images/log-in.gif') no-repeat center center;
	width:53px;
	height:18px;
	margin-left:10px;
	border:none;
	cursor:pointer;
}
.password_button {
	float:left;
	background:transparent url('/assets/images/getpassword-btn.gif') no-repeat center center;
	width:84px;
	height:18px;
	margin-left:90px;
	border:none;
	cursor:pointer;
}
.getPass {
	margin-top:5px;
}
.cancel_button {
	float:left;
	background:transparent url('/assets/images/cancel-btn.gif') no-repeat center center;
	width:53px;
	height:18px;
	margin-left:10px;
	border:none;
	cursor:pointer;
}
.forgotcontainer {
	width:250px;
	height:25px;
	float:left;
	margin-left:-30px;
	margin-top:5px;
}
.userEmail {
	float:left;
	width:100px;
}
.forgotInput {
	width:101px;
	height:auto;
	float:left;
}
#forgot {
	float:left;
	width:140px;
	padding-top:5px;
	text-align:left;
}
.forgottxt {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#FFF; line-height:14px;
	text-decoration:none;
}
.loginError {
color:white;
	font-size:11px;
}
/* main navigation
---------------------------------------------------------------------------------------------------- */
#navigationbar {
	position: relative;
	width: 941px;
	height: 39px;
	padding: 0;
	margin: 6px 0 0 6px;
	background-color: #deddcf;
	text-align: center;
	z-index: 9999;
}
#navigationbar ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
}
#navigationbar ul li {
	display: inline;
	margin: 0;
	padding:0;
	height: 39px;
}
#navigationbar ul li a.home {

	float:left;

	background:transparent url('/assets/images/home.gif') no-repeat center center;

	width:112px;

	height:39px;

	margin-left:1px;

        z-index: 0;

}

#navigationbar ul li a.home:hover {

	float:left;

	background:transparent url('/assets/images/home-h.gif') no-repeat center center;

	width:112px;

	height:39px;

}

#navigationbar ul li a.home.home-c {

	float:left;

	background:transparent url('/assets/images/home-c.gif') no-repeat center center;

	width:112px;

	height:39px;

	margin-left:1px;

         z-index: 0;

}
#navigationbar ul li a.news {
	float:left;
	background:transparent url('/assets/images/news.gif') no-repeat center center;
	width:102px;
	height:39px;
	margin-left:4px;
}
#navigationbar ul li a.news:hover {
	float:left;
	background:transparent url('/assets/images/news-h.gif') no-repeat center center;
	width:102px;
	height:39px;
}
#navigationbar ul li a.news.news-c {
	float:left;
	background:transparent url('/assets/images/news-c.gif') no-repeat center center;
	width:102px;
	height:39px;
}
#navigationbar ul li a.artists {

	float:left;

	background:transparent url('/assets/images/artists.gif') no-repeat center center;

	width:112px;

	height:39px;

	margin-left:4px;

         z-index: 0;

}

#navigationbar ul li a.artists:hover {

	float:left;

	background:transparent url('/assets/images/artists-h.gif') no-repeat center center;

	width:112px;

	height:39px;

         z-index: 0;

}

#navigationbar ul li a.artists.artists-c {

	float:left;

	background:transparent url('/assets/images/artists-c.gif') no-repeat center center;

	width:112px;

	height:39px;

 z-index: 0;

}
#navigationbar ul li a.bolg {

	float:left;

	background:transparent url('/assets/images/blog.gif') no-repeat center center;

	width:112px;

	height:39px;

	margin-left:4px;

 z-index: 0;

}

#navigationbar ul li a.bolg:hover {

	float:left;

	background:transparent url('/assets/images/blog-h.gif') no-repeat center center;

	width:112px;

	height:39px;

 z-index: 0;

}

#navigationbar ul li a.bolg.blog-c {

	float:left;

	background:transparent url('/assets/images/blog-c.gif') no-repeat center center;

	width:112px;

	height:39px;

 z-index: 0;

}
#navigationbar ul li a.aboutus {

	float:left;

	background:transparent url('/assets/images/about_us.gif') no-repeat center center;

	width:137px;

	height:39px;

	margin-left:4px;

 z-index: 0;

}

#navigationbar ul li a.aboutus:hover {

	float:left;

	background:transparent url('/assets/images/about_us-h.gif') no-repeat center center;

	width:137px;

	height:39px;

 z-index: 0;

}

#navigationbar ul li a.aboutus.about_us-c {

	float:left;

	background:transparent url('/assets/images/about_us-c.gif') no-repeat center center;

	width:137px;

	height:39px;

 z-index: 0;

}
#navigationbar ul li a.faq {

	float:left;

	background:transparent url('/assets/images/faq.gif') no-repeat center center;

	width:112px;

	height:39px;

	margin-left:4px;

 z-index: 0;

}

#navigationbar ul li a.faq:hover {

	float:left;

	background:transparent url('/assets/images/faq-h.gif') no-repeat center center;

	width:112px;

	height:39px;

 z-index: 0;

}

#navigationbar ul li a.faq.faq-c {

	float:left;

	background:transparent url('/assets/images/faq-c.gif') no-repeat center center;

	width:112px;

	height:39px;

 z-index: 0;

}
#navigationbar ul li a.contact {

	float:left;

	background:transparent url('/assets/images/contact.gif') no-repeat center center;

	width:112px;

	height:39px;

	margin-left:4px;

 z-index: 0;

}

#navigationbar ul li a.contact:hover {

	float:left;

	background:transparent url('/assets/images/contact-h.gif') no-repeat center center;

	width:112px;

	height:39px;

 z-index: 0;

}

#navigationbar ul li a.contact.contact-c {

	float:left;

	background:transparent url('/assets/images/contact-c.gif') no-repeat center center;

	width:112px;

	height:39px;

 z-index: 0;

}
#navigationbar ul li a.signup {

	float:left;

	background:transparent url('/assets/images/signup.gif') no-repeat center center;

	width:212px;

	height:39px;

	margin-left:4px;

 z-index: 0;

}

#navigationbar ul li a.signup:hover {

	float:left;

	background:transparent url('/assets/images/signup-h.gif') no-repeat center center;

	width:212px;

	height:39px;

	margin-left:4px;

 z-index: 0;

}
#navigationbar ul li a.artist_logout {
	float:left;
	background:transparent url('/assets/images/artist_logout.gif') no-repeat center center;
	width:196px;
	height:39px;
	margin-left:4px;
}
#navigationbar ul li a.artist_logout:hover {
	float:left;
	background:transparent url('/assets/images/artist_logout_h.gif') no-repeat center center;
	width:196px;
	height:39px;
	margin-left:4px;
}
.artistButton_Logout {

	float:left;

	background-color:#F5D924;

	width:82px;

	height:39px;

	margin-left:4px;

	text-align:center;

	line-height:39px;

	background:transparent url('/assets/images/Logout.jpg');

}

.artistButton_Logout:hover {

	float:left;

	background:transparent url('/assets/images/Logout_h.jpg');

	width:82px;

	height:39px;

	margin-left:4px;

}
.artistHome {

	float:left;

	background-color:#F5D924;

	width:128px;

	height:39px;

	margin-left:4px;

	text-align:center;

	line-height:39px;

	background:transparent url('/assets/images/ArtistHome.jpg');

}

.artistHome:hover {

	float:left;

	background:transparent url('/assets/images/ArtistHome_h.jpg');

	width:128px;

	height:39px;

	margin-left:4px;

}
.artistButton_Login {
	float:left;
	background-color:#F5D924;
	width:196px;
	height:39px;
	margin-left:4px;
	text-align:center;
	line-height:39px;
	background:transparent url('/assets/images/artist_login.gif');
}
.artistButton_Login:hover {
	float:left;
	background:transparent url('/assets/images/artist_login_h.gif');
	width:196px;
	height:39px;
	margin-left:4px;
}
/* MAIN CONTENT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper #contentwrap {
	position: relative;
	width:950px;
	margin: 0;
	padding: 0;
	margin-top:6px;
	margin-bottom:5px;
}
/* main banner
---------------------------------------------------------------------------------------------------- */
#banner_bg {
	position:relative;
	width:100%;
	height:408px;
	margin: 0 0 0 0;
	background:transparent url('/assets/images/BgTabSections.jpg') no-repeat right center;
}
div.BnrContainer {
	position:absolute;
	width:639px;
	height:411px;
	overflow: hidden;
	margin: 0; padding: 0;
	left: 0px;
	top: 0px;
}
div.BnrContainer ul.banner, div.BnrContainer ul.banner li {
	display: block;
	list-style: none;
	margin: 0; padding: 0;
}
div.BnrContainer ul.banner li img {
	margin: 0; padding: 0;
	border: none;
}
.banner_right {
	position:relative;
	width:306px;
	height:132px;
	left:632px;
	top:4px;
}
.banner_img {
	float:left;
	width:112px;
	height:112px;
	padding:14px 8px 0 14px;
}
.right_txt {
	float:left;
	width:160px;
}
.right_txt h4 {
	font-size: 18px;
	font-weight: bold;
	padding-top:9px;
	color: #FFF;
	line-height: 15px;
}
.right_txt p {
	font-size: 12px;
	font-weight: normal;
	padding:5px 0 0 2px;
	color:#414141;
}
a.link-more, a span.link-more {
	font-size: 12px;
	font-weight: normal;
	color: white;
	margin: 0 0 0 2px;
	padding: 2px 0 0 0;
	display: block;
	text-align: left;
}
a span.link-more:hover {
	text-decoration: underline;
}
/* Leftcolumn
---------------------------------------------------------------------------------------------------- */
#leftcolumn {
	float:left;
	width:317px;
	display:inline;
}
#leftheading {
	float:left;
	background:transparent url('/assets/images/latest_news.gif') no-repeat center center;
	width:317px;
	height:55px;
	display: inline;
}
.column_centerbg1 {
	float:left;
	background:transparent url('/assets/images/center_bg1.gif') repeat-y center center;
	width:317px;
	display: inline;
}
.column_centerbg2 {
	float:left;
	background:transparent url('/assets/images/center_bg2.gif') repeat-y center center;
	width:317px;
	display: inline;
}
.column_centerbg3 {
	float:left;
	background:transparent url('/assets/images/center_bg3.gif') repeat-y center center;
	width:317px;
	display: inline;
	height: 260px;
	overflow: hidden;
}
#latestnews {
	float:left;
	width:295px;
	margin-left:11px;
	display: inline;
}
#latestnews #latestnews_img {
	float:left;
	margin-top:6px;
	width:294px;
	height:182px;
}
#latestnews .news_description {
	float:left;
	margin-top:10px;
	width:292px;
}
.news_description a span.link-news {
	padding-left: 0px !important;
}
#latestnews .news_description h4 {
	font-size: 18px;
	font-weight: bold;
	line-height:18px;
	color:#ea2127;
}
#latestnews .news_description p {
	font-size: 12px;
	font-weight: normal;
	padding:18px 0 0 2px;
	color:#414141;
}
.newsinfo {
	float:left;
	width:284px;
	margin-left:12px;
	margin-top:6px;
	border:5px solid #deddcf;
	height: 112px;
	overflow: hidden;
}
.newsinfo .news_img {
	float:left;
	border:5px solid #deddcf;
	margin:-5px 0 -5px -5px;
	width:112px;
	height:112px;
}
.news_description1 {
	float:left;
	width:162px;
	margin:6px 0;
}
.news_description1 h4 {
	font-size: 18px;
	line-height:18px;
	font-weight: bold;
	margin-left:8px;
	color:#ea2127;
}
.news_description1 p {
	font-size: 12px;
	font-weight: normal;
	padding:4px 0 0 8px;
	color:#414141;
}
a.link-news {
	font-size: 12px;
	font-weight: normal;
	color:#ea2127;
	margin: 0;
	padding: 2px 0 0 8px;
	display: block;
	text-align: left;
}
a span.link-news {
	font-size: 12px;
	font-weight: normal;
	color:#ea2127;
	margin: 0;
	padding: 2px 0 0 8px;
	display: block;
	text-align: left;
}
a.link-news:hover, a span.link-news:hover {
	text-decoration: underline;
}
.column_bottombg {
	float:left;
	background:transparent url('/assets/images/column_bottombg.gif') no-repeat center center;
	width:315px;
	height:20px;
}
.column_bottombg1 {
	float:left;
	background:transparent url('/assets/images/column_bottombg.gif') no-repeat center center;
	width:317px;
	height:20px;
}
/* Centercolumn
---------------------------------------------------------------------------------------------------- */
#centercolumn {
	float:left;
	width:317px;
}
#centercolumn #centerheading {
	float:left;
	background:transparent url('/assets/images/artists_heading.gif') no-repeat center center;
	width:317px;
	height:55px;
}
#artists {
	float:left;
	width:295px;
	margin-left:11px;
	display:inline;
}
#artists #artists_img {
	float:left;
	margin-top:6px;
	width:294px;
	height:182px;
}
#artists .artists_description {
	float:left;
	margin-top:10px;
	width:292px;
}
.artists_description a span.link-artist {
	padding-left: 0px !important;
}
#artists .artists_description h4 {
	font-size: 18px;
	font-weight: bold;
	line-height:18px;
	color:#1073b8;
}
#artists .artists_description p {
	font-size: 12px;
	font-weight: normal;
	padding:18px 0 0 2px;
	color:#414141;
}
.artistinfo {
	float:left;
	width:284px;
	margin-left:12px;
	margin-top:6px;
	border:5px solid #deddcf;
	height: 112px;
	overflow: hidden;
}
.artistinfo .artistinfo_img {
	float:left;
	border:5px solid #deddcf;
	margin:-5px 0 -5px -5px;
	width:112px;
	height:112px;
}
.artistinfo_description1 {
	float:left;
	width:162px;
	margin:6px 0;
}
.artistinfo_description1 h4 {
	font-size: 18px;
	line-height:18px;
	font-weight: bold;
	margin-left:8px;
	color:#1073b8;
}
.artistinfo_description1 p {
	font-size: 12px;
	font-weight: normal;
	padding:4px 0 0 8px;
	color:#414141;
}
a.link-artist {
	font-size: 12px;
	font-weight: normal;
	color:#1073b8;
	margin: 0;
	padding: 2px 0 0 8px;
	display: block;
	text-align: left;
}
a span.link-artist {
	font-size: 12px;
	font-weight: normal;
	color:#1073b8;
	margin: 0;
	padding: 2px 0 0 8px;
	display: block;
	text-align: left;
}
a.link-artist:hover, a span.link-artist:hover {
	text-decoration: underline;
}
.column_bottombg2 {
	float:left;
	background:transparent url('/assets/images/artist_home_bottom.gif') no-repeat center center;
	width:317px;
	height:20px;
}
/* Rightcolumn
---------------------------------------------------------------------------------------------------- */
#rightcolumn {
	float:left;
	width:315px;
}
#rightcolumn #recentsyncsheading {
	float:left;
	background:transparent url('/assets/images/recent_syncs.gif') no-repeat center center;
	width:317px;
	height:55px;
}
.recentsyncs {
	float:left;
	width:284px;
	margin-left:10px;
	display:inline;
	margin-top:6px;
	border:5px solid #deddcf;
	height: 112px;
	overflow: hidden;
}
.recentsyncs .recentsyncs_img {
	float:left;
	border:5px solid #deddcf;
	margin:-5px 0 -5px -5px;
	width:112px;
	height:112px;
}
.recentsyncs_description1 {
	float:left;
	width:162px;
	margin:6px 0;
}
.recentsyncs_description1 h4 {
	font-size: 18px;
	line-height:18px;
	font-weight: bold;
	margin-left:8px;
	color:#3cb34a;
}
.recentsyncs_description1 p {
	font-size: 12px;
	font-weight: normal;
	padding:4px 0 0 8px;
	color:#414141;
}
a.link-recentsyncs {
	font-size: 12px;
	font-weight: normal;
	color:#3cb34a;
	margin: 0 0 0 2px;
	padding: 2px 0 0 8px;
	display: block;
	text-align: left;
}
a span.link-recentsyncs {
	font-size: 12px;
	font-weight: normal;
	color:#3cb34a;
	margin: 0;
	padding: 2px 0 0 8px;
	display: block;
	text-align: left;
}
a.link-recentsyncs:hover, a span.link-recentsyncs:hover {
	text-decoration: underline;
}
.column_bottombg3 {
	float:left;
	background:transparent url('/assets/images/recent_sync_bottom.gif') no-repeat center center;
	width:317px;
	height:20px;
}
#twitterheading {
	float:left;
	background:transparent url('/assets/images/twitter.gif') no-repeat center center;
	width:315px;
	height:56px;
}
#twitter {
	float:left;
	width:315px;
}
#twitterheading {
	float:left;
	width:317px;
	height:58px;
}
#twitter .column_centerbg3 ul {
	float:left;
	width:286px;
	margin-left:12px;
	margin-top:12px;
}
#twitter .column_centerbg3 ul li {
	background:transparent url('/assets/images/pinkbullet.gif') no-repeat left 12px;
	font-size: 12px;
	font-weight: normal;
	padding:8px 0 1px 8px;
	color:#221f1f;
}
#twitter .column_centerbg3 ul li a span {
	font-size: 9px;
	font-weight: normal;
	cursor:default;
	text-decoration:none;
	color:#eb277a;
	cursor:pointer;
}

#twitter .column_centerbg3 ul li a {
	color:#eb277a;
}
#twitter .column_centerbg3 #twitter_update_list {
	font-size: 12px;
	font-weight: normal;
	color:#221f1f;
	width:286px;
	margin-left:12px;
	margin-top:12px;
	list-style: none;
}
#twitter .column_centerbg3 #twitter_update_list ul {
	float:left;
	display: block;
}
#twitter .column_centerbg3 #twitter_update_list li {
	background:transparent url('/assets/images/pinkbullet.gif') no-repeat left 12px;
	font-size: 12px;
	font-weight: normal;
	padding:8px 0 0px 8px;
	color:#221f1f;
}
#twitter .column_centerbg3 #twitter_update_list ul li {
	background:transparent url('/assets/images/pinkbullet.gif') no-repeat left 12px;
	font-size: 12px;
	font-weight: normal;
	padding:8px 0 0px 8px;
	color:#221f1f;
}
#twitter .column_centerbg3 #twitter_update_list ul li a {
	color:#eb277a;
}
#twitter .column_centerbg3 #twitter_update_list li a {
	color:#eb277a;
}

#logobox img{ margin-top:2px;}

#footer {
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;
	position: relative;
	float:left;
	width:950px;
}
#footerleft {
	float:left;
	background: transparent url('/assets/images/footer_left.gif') no-repeat center center;
	width:14px;
	height:61px;
}
#footercenter {
	float:left;
	background: transparent url('/assets/images/footer_center.gif') repeat-x;
	width:918px;
	height:61px;
}
#footer #ftrLinks {
	margin-top:20px;
	margin-left:18px;
}
#wrapper #footer #ftrLinks a {
	font-weight:normal;
	text-align: left;
	font-size: 24px;
	color: white;
	float:left;
	line-height:25px;
}
#wrapper #footer #ftrLinks span.telno {
	float:left;
	font-weight:normal;
	text-align: left;
	font-size: 24px;
	color: white;
	line-height:25px;
}
#wrapper #footer #ftrLinks span.email {
	float:left;
	font-weight:normal;
	text-align: left;
	font-size: 24px;
	color: white;
	line-height:25px;
}
span.ftrsep {
	float:left;
	background: transparent url('/assets/images/foo_seprator.gif') no-repeat center center;
	display:inline-block;
	height: 24px;
	width: 20px;
}
.emailLink {
	font-weight:normal;
	text-align: left;
	font-size: 24px;
	color: white;
	line-height:25px;
}
#footerright {
	float:left;
	background: transparent url('/assets/images/footer_right.gif') no-repeat center center;
	width:14px;
	height:61px;
}

/*News Page
---------------------------------------------------------------------------------------------------- */
#latestnews_main {
	float:left;
	width:950px;
}
#latestnews_main1 {
	float:left;
	width:950px;
	margin-top:5px;
}
.Industry_heading{
	float:left;
	background:transparent url('/assets/images/individual_industry.gif') no-repeat center center;
	width:950px;
	height:55px;
}
.recent_heading{
	float:left;
	background:transparent url('/assets/images/recent_sync_header.gif') no-repeat center center;
	width:950px;
	height:55px;
}

.Industry_heading h3, .recent_heading h3 {
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.news_heading {
	float:left;
	background:transparent url('/assets/images/news_heading.gif') no-repeat center center;
	width:950px;
	height:55px;
}
.news_heading h3 {
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.news_centerbg {
	float:left;
	background:transparent url('/assets/images/latest_new02.gif') repeat-y center center;
	width:950px;
}
.news_bottombg {
	float:left;
	background:transparent url('/assets/images/latest_new03.gif') no-repeat center center;
	width:950px;
	height:20px;
}
.individual_des {
	float:left;
	width:472px;
	margin-top:42px;
}
.individual_des h4 {
	font-size: 24px;
	font-weight: bold;
	padding-left:26px;
	color:#404041;
	line-height:20px;
}
.individual_des h5 {
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	padding-top:15px;
	padding-left:26px;
	color:#757575;
}
.individual_des p {
	font-size: 12px;
	font-weight: normal;
	padding: 24px 0 0 26px;
	line-height:15px;
}
.individual_img {
	float:right;
	width:415px;
	padding: 26px 30px 16px 20px;
}
a.mainnews_link {
	font-size: 14px;
	font-weight: bold;
	color:#ec1c24;
	padding: 24px 0 0 26px;
	display: block;
	text-align: left;
}
.NewsIndiviual_txt {
	float:left;
	width:472px;
	height:480px;
	min-height:480px;
	margin-top:10px;
}
.NewsIndiviual_txt h5 {
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	padding: 24px 0 15px 26px;
	color:#757575;
}
.news_centerbg h1 {
	font-size: 32px;
	font-weight:bold;
	line-height:24px;
	padding: 24px 0 15px 26px;
	color:#404041;
}
.news_centerbg h2 {
	font-size: 28px;
	font-weight:bold;
	line-height:22px;
	padding: 24px 0 15px 26px;
	color:#404041;
}
.news_centerbg h3 {
	font-size: 24px;
	font-weight:bold;
	line-height:20px;
	padding: 24px 0 15px 26px;
	color:#404041;
}
.news_centerbg h4 {
	font-size: 20px;
	font-weight:bold;
	line-height:18px;
	padding: 24px 0 15px 26px;
	color:#404041;
}
.news_centerbg h5 {
	font-size: 16px;
	font-weight:bold;
	line-height:16px;
	padding: 24px 0 15px 26px;
	color:#404041;
}
.news_centerbg h6 {
	font-size: 12px;
	font-weight:bold;
	line-height:14px;
	padding: 24px 0 15px 26px;
	color:#404041;
}
.NewsIndiviual_txt p {
	font-size: 12px;
	font-weight: normal;
	padding: 16px 0 0 26px;
	line-height:15px;
        margin-right:16px;
}
.news_centerbg p {
	font-size: 12px;
	font-weight: normal;
	padding: 16px 0 0 26px;
	line-height:15px;
        margin-right:16px;
}

/*News sub Boxes
---------------------------------------------------------------------------------------------------- */
#news_sub {
	float:left;
	width:950px;
	margin-bottom:5px;
}
.news_subbox {
	float:left;
	width:315px;
	margin-top:6px;
}
.news_subheading {
	float:left;
	background:transparent url('/assets/images/latest_new04.gif') no-repeat center center;
	width:315px;
	height:35px;
}
.news_subcenter {
	float:left;
	background:transparent url('/assets/images/latest_new05.gif') repeat-y center center;
	width:315px;
}
a.LtstNewsLnk {
	font-size: 12px;
	color: #ec1c24;
	text-decoration: none;
	font-weight: bold;
	margin-left: 28px;
}
a.LtstNewsLnk:hover {
	text-decoration: underline;
}
div.news_subbox div.news_subcenter a, div.news_centerbg div.individual_des a {
	font-size: 12px;
	color: #ec1c24;
	text-decoration: none;
	font-weight: bold;
	margin-left: 28px;
}
div.news_subbox div.news_subcenter a:hover, div.news_centerbg div.individual_des a:hover {
	text-decoration: underline;
}
div.news_subbox div.news_subcenter a span, div.news_centerbg div.individual_des a span {
	font-weight: bold;
}
div.news_subbox div.newssub_img a {
	margin-left: 0;
}
div.news_subbox div.news_subcenter p a, div.news_centerbg div.individual_des p a {
	font-weight: normal;
	margin: 0;
}
a.LtstNewsLnk span {
	font-size: 12px;
	color: #ec1c24;
	text-decoration: none;
	font-weight: bold;
}

.newssub_txt {
	float:left;
	width:262px;
	margin-left:28px;
}

.news_subcenter h5 {
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	padding: 22px 0 0 28px;
	padding-top:15px;
	color:#757575;
}
.news_subcenter p {
	font-size: 12px;
	font-weight: normal;
	padding: 22px 0 0 28px;
	line-height:15px;
	width:262px;
}
.newssub_img {
	float:left;
	width:262px;
	height:95px;
	padding: 15px 0 0 28px;
}
a.newssub_link {
	font-size: 14px;
	font-weight: bold;
	color:#ec1c24;
	padding: 12px 0 0 28px;
	display: block;
	text-align: left;
}
.news_subbottom {
	float:left;
	background:transparent url('/assets/images/latest_new06.gif') no-repeat center center;
	width:315px;
	height:18px;
}
/*Artist Page
---------------------------------------------------------------------------------------------------- */
#artist {
	float:left;
	width:950px;
}
.artists_hding {
	float:left;
	background:transparent url('/assets/images/artists_hding.gif') no-repeat center center;
	width:951px;
	height:55px;
}
.artists_centerbg {
	float:left;
	background:transparent url('/assets/images/artistIndividual_center.gif') repeat-y center center;
	width:952px;
}
.artists_hding h3 {
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.artistsindiv_bottombg {
	float:left;
	background:transparent url('/assets/images/latest_new03.gif') no-repeat center center;
	width:951px;
	height:20px;
}
#myspace_logo {
	float:left;
	width:320px;
	height:74px;
	margin-top:4px;
	margin-left:81px;
}
#myspace_logo a {
	float:left;
	background:transparent url('/assets/images/myspace_logo.jpg') no-repeat center center;
	width:320px;
	height:74px;
}
#myspace_logo a:hover {
	float:left;
	background:transparent url('/assets/images/myspace_logoh.jpg') no-repeat center center;
	width:320px;
	height:74px;
}
#artist_leftcol {
	float:left;
	width:314px;
}
#artist_sub {
	float:left;
	width:950px;
}
.artist_subbox {
	float:left;
	width:314px;
}
.artist_subheading {
	float:left;
	background:transparent url('/assets/images/artists-leftheading.gif') no-repeat center center;
	width:314px;
	height:24px;
}
.artist_subcenter {
	float:left;
	background:transparent url('/assets/images/artist_subcenter.gif') repeat-y center center;
	width:314px;
}
.artistsub_txt {
	float:left;
	width:262px;
	margin-left:25px;
}
.artist_subcenter h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 0 25px;
	color:#003fd7;
}
.artist_subcenter p {
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0 0 25px;
	width:262px;
	line-height:15px;
}
.artist_subcenter p a, .artist_subcenter p a span {
	font-size: 12px;
	color: #003FD7;
	text-decoration: none;
	font-weight: bold;
}
.artist_subcenter p a:hover, .artist_subcenter p a span:hover {
	text-decoration: underline;
}
.artistsub_img {
	float:left;
	width:262px;
	height:95px;
	padding: 8px 0 0 25px;
}
a.artistsub_link {
	font-size: 12px;
	font-weight: bold;
	color:#003fd7;
	padding-left:24px;
}
.artist_subbottom {
	float:left;
	background:transparent url('/assets/images/artist_subbottom.gif') no-repeat center center;
	width:314px;
	height:18px;
}
#artist_rightcol {
	float:left;
	width:635px;
}
.artist_subright {
	float:left;
	width:635px;
}
.artist_righthding {
	float:left;
	background:transparent url('/assets/images/artist_right01.gif') no-repeat center center;
	width:635px;
	height:54px;
}
.artist_righthding h3 {
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.artist_subrightcenter {
	float:left;
	background:transparent url('/assets/images/artists_rightcenter.gif') repeat-y center center;
	width:636px;
}
.artistsub_righttxt {
	float:left;
	width:225px;
	margin-left:25px;
}
.artistsub_righttxt a, .artistsub_righttxt a span {
	font-size: 12px;
	color: #003FD7;
	text-decoration: none;
	font-weight: bold;
}
.artistsub_righttxt a:hover, .artistsub_righttxt a span:hover {
	text-decoration: underline;
}
.artistsub_righttxt h4 {
	font-size: 24px;
	font-weight: bold;
	padding: 16px 0 0 0;
	line-height:30px;
	color:#003fd7;
}
.artistsub_righttxt p {
	font-size: 12px;
	font-weight: normal;
	padding: 12px 0 15px 0;
	line-height:15px;
}
.artist_rightimg {
	float:left;
	width:348px;
	height:348px;
	padding: 18px 0 30px 12px;
}
a.artistright_link {
	font-size: 12px;
	font-weight: bold;
	color:#003fd7;
}
.artist_rightbottom {
	float:left;
	background:transparent url('/assets/images/artists_rightbottom.gif') no-repeat center center;
	width:635px;
	height:20px;
}
.artist_link {
	float:left;
	width:950px;
	margin-bottom:4px;
}
.artist_link ul { margin-left:1px;
}
.artist_link ul li {
	width:152px;
	height:127px;
	margin-left:2px;
	margin-top:6px;
	display:inline-block;
	list-style:none;
}
.artist_link ul li a {
	position: absolute;
	background:transparent url('/assets/images/artist_imgbtn.png') no-repeat center center;
	width:140px;
	height:26px;
	margin-top:95px;
	margin-left:7px;
	text-align:center;
	line-height:25px;
	color:#404041;
	font-size:14px;
}
.artist_link ul li a:hover {
	position: absolute;
	background:transparent url('/assets/images/artist_imgbtnhover.png') no-repeat center center;
	width:140px;
	height:26px;
	margin-top:95px;
	margin-left:7px;
	color:#fff;
	font-size:14px;
}
ul.artist_link li div {
	width: 129px;
	height: 59px;
	margin: 0 0 0 15px; padding: 0;
}
.artist_temp1 ul.artist_link {
	list-style: none;
}
ul.artist_link li {
	width:157px;
	height:121px;
	background:transparent url('/assets/images/ArtistLnkdBg.png') no-repeat center center;
	position: relative;
	margin: 6px 0 0 0; padding: 0;
	display: block;
	list-style: none;
	float: left;
}
ul.artist_link li a {
	color: #003FD7;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	width: 129px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
	margin: 26px 0 4px 0; padding: 0 0 0 15px;
}
ul.artist_link li a:hover {
	text-decoration: underline;
}



ul.artist_link li div a {
	display: block;
	width: 129px;
	height: 59px;
	margin: 0; padding: 0;
}

/*About Us Page
---------------------------------------------------------------------------------------------------- */
.aboutus_heading {
	float:left;
	background:transparent url('/assets/images/aboutus_01.gif') no-repeat center center;
	width:950px;
	height:55px;
}
.aboutus_heading h4 {
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.aboutus_centerbg {
	float:left;
	background:transparent url('/assets/images/aboutus_center.gif') repeat-y center center;
	width:950px; 
}
.aboutus_bottombg {
	float:left;
	background:transparent url('/assets/images/aboutus_bottom.gif') no-repeat center center;
	width:950px;
	height:20px;
}
.about-leftheading {
	float:left;
	width:634px;
	background:transparent url('/assets/images/about_leftheading.gif') no-repeat center center;
	height:55px;
}
.about-leftheading h4 {
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.about_leftcenter {
	float:left;
	width:634px;
	background:transparent url('/assets/images/about_leftcenter.gif') repeat-y center center;
        min-height:700px;
        height:auto !important;
        height:700px;

}
.about_leftcenter h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 0 30px;
	line-height:30px;
}
.about_leftbottom {
	float:left;
	width:634px;
	background:transparent url('/assets/images/about_leftbottom.gif') no-repeat center center;
	height:20px;
}
.aboutus_content {
	float:left;
	width:888px;
	margin-left:32px;
}
.aboutus_centerbg p {
	font-size:16px;
	font-weight: normal;
	padding:12px 0 0 32px;
	width:888px;
	line-height:22px;
}
.about_text {
	float:left;
	width:572px;
	margin-left:30px;
}
about_leftcenter h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 0 30px;
	line-height:30px;
	color:#404041;
}
.about_leftcenter p {
	font-size: 12px;
	padding: 8px 0 0 30px;
	font-weight: normal;
	width:572px;
	line-height:14px;
}
#aboutus_left {
	float:left;
	width:634px;
}
#aboutus_right {
	float:left;
	width:310px;
}
.about_rightheading {
	float:left;
	width:315px;
	background:transparent url('/assets/images/about_rightheading.gif') no-repeat center center;
	height:55px;
}
.about_rightheading h4 {
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.about_rightcenter {
	float:left;
	width:315px;
	background:transparent url('/assets/images/about_rightcenter.gif') repeat-y center center;
}
.about_rightbottom {
	float:left;
	width:315px;
	background:transparent url('/assets/images/about_rightbottom.gif') no-repeat center center;
	height:20px;
}
.band {
	float:left;
	width:262px;
}
.band_name {
	float:left;
	width:262px;
	margin-left:27px;
	margin-top:10px;
}
.band_name h4 {
	font-size: 20px;
	font-weight: bold;
	line-height:20px;
	padding:0 10px 0 0;
	color:#404041;
}
.band_name p {
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
	padding:8px 0 0 0;
	width:262px;
	color:#404041;
}
.band_name img {
	margin:10px 0 0 0;
}
/*FAQ Page
---------------------------------------------------------------------------------------------------- */
#faq {
	float:left;
	width:950px;
	margin-bottom:6px;
}
#faq_left {
	float:left;
	width:634px;
}
.faq_leftcol {
	float:left;
	width:634px;
}
.faq_greenbar {
	float:left;
	background:transparent url('/assets/images/faq_greenbar.gif') no-repeat center center;
	width:634px;
	height:20px;
	margin-top:1px;
}
.faq_center {
	float:left;
	background:transparent url('/assets/images/center_bg.gif') repeat-y center center;
	width:634px;
}
.question {
	float:left;
	width:568px;
}
.faq_center h3 {
	float:left;
	width:568px;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	padding:12px 0 0 35px;
}
.faq_center p {
	float:left;
	width:568px;
	font-size:12px;
	line-height:18px;
	padding:0px 0 0 35px;
}
.faq_center ul {
	float:left;
	width:568px;
	font-size:12px;
	line-height:18px;
	padding:0px 0 0 35px;	
}
.faq_center ul, .faq_center ul li {
	list-style-type: circle;
	list-style-position: inside;
}
.faq_bottom {
	float:left;
	background:transparent url('/assets/images/bottom_bg.gif') no-repeat center center;
	width:634px;
	height:18px;
}
#faqright_col {
	float:left;
	width:315px;
}
.faq_greyheading {
	float:left;
	background:transparent url('/assets/images/faq_grey.gif') no-repeat center center;
	width:315px;
	height:55px;
}
.faq_greyheading h3 {
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.faq_centerbg {
	float:left;
	background:transparent url('/assets/images/faq_rightcenter.gif') repeat-y center center;
	width:315px;
}
.faq_righttxt {
	float:left;
	width:255px;
	margin-left:30px;
}
.faq_righttxt h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 16px 0 0 0;
	color:#404041;
}
.faq_righttxt p {
	font-size: 12px;
	font-weight: normal;
	padding:12px 0 16px 0;
	line-height:14px;
	color:#404041;
}
.radio_egheading {
	float:left;
	background:transparent url('/assets/images/faq_grey1.gif') no-repeat center center;
	width:315px;
	height:31px;
}
.radio_egheading h3 {
	font-size:18px;
	font-weight:bold;
	padding-top:8px;
	padding-left:20px;
	color:#FFF;
}
.faq_righttxt ul {
	margin-top:18px;
	margin-bottom:26px;
}
.faq_righttxt ul li {
	font-size:12px;
	background:transparent url('/assets/images/greybullet.gif') no-repeat left 10px;
	font-weight: normal;
	padding:5px 0 0 10px;
	line-height:12px;
}
.faq_righttxt ul li span {
	font-size:12px;
	font-weight: bold;
}
.faq_bottombg {
	float:left;
	background:transparent url('/assets/images/faq_rightbottom.gif') no-repeat center center;
	width:315px;
	height:18px;
}
/*Contact Page
---------------------------------------------------------------------------------------------------- */
#contact_main {
	float:left;
	width:950px;
	margin-bottom:6px;
}
#contact_left {
	float:left;
	width:626px;
}
.contact_heading {
	float:left;
	background:transparent url('/assets/images/contact_heading_bg.gif') no-repeat center center;
	width:626px;
	height:55px;
}
.contact_heading h3 {
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.contact_centerbg {
	float:left;
	background:transparent url('/assets/images/contact_center.gif') repeat-y center center;
	width:626px;
	height:380px;
	min-height:380px;
}
.contact_text {
	float:left;
	width:560px;
	margin-left:36px;
	margin-top:20px;
}
.contact_text p {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
.contact_text span {
	color:#673090;
	font-size:14px;
	font-weight: bold;
}
.contact_text span a {
	color:#673090;
	font-size:14px;
	font-weight: bold;
	line-height:27px;
}
.contact_text h3 {
	color:#673090;
	font-size:14px;
	font-weight: bold;
	line-height:27px;
}
.address {
	color:#673090;
	font-size:14px;
	padding-top:10px;
	font-weight: bold;
	line-height:16px;
}
.contact_bottombg {
	float:left;
	background:transparent url('/assets/images/contact_bottom.gif') no-repeat center center;
	width:626px;
	height:21px;
}
#contact_right {
	float:left;
	width:320px; margin-left:2px;
}
.contact_rightbg {
	float:left;
	background:transparent url('/assets/images/visitus_bg.gif') no-repeat center center;
	width:320px;
	height:67px;
}
.contact_rightbg h3 {
	font-size:24px;
	font-weight:bold;
	padding-top:25px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}
.contacts_links {
	float:left;
	width:320px;
}
.myspace_btn a {
	float:left;
	background:transparent url('/assets/images/myspace_btn.gif') no-repeat center center;
	width:320px;
	height:94px;
	margin-top:3px;
	margin-left:1px;
}
.myspace_btn a:hover {
	float:left;
	background:transparent url('/assets/images/myspace_h.gif') no-repeat center center;
	width:320px;
	height:94px;
}
.facebook_btn a {
	float:left;
	background:transparent url('/assets/images/facebook_btn.gif') no-repeat center center;
	width:320px;
	height:94px;
	margin-top:3px;
	margin-left:1px;
}
.facebook_btn a:hover {
	float:left;
	background:transparent url('/assets/images/facebook_h.gif') no-repeat center center;
	width:320px;
	height:94px;
}
.twitter_btn a {
	float:left;
	background:transparent url('/assets/images/twitter_btn.gif') no-repeat center center;
	width:320px;
	height:94px;
	margin-top:3px;
	margin-left:1px;
}
.twitter_btn a:hover {
	float:left;
	background:transparent url('/assets/images/twitter_h.gif') no-repeat center center;
	width:320px;
	height:94px;
}
.blog_btn a {
	float:left;
	background:transparent url('/assets/images/blog_btn.gif') no-repeat center center;
	width:320px;
	height:94px;
	margin-top:3px;
	margin-left:1px;
}
.blog_btn a:hover {
	float:left;
	background:transparent url('/assets/images/blog_h.gif') no-repeat center center;
	width:320px;
	height:94px;
}
.soundCloud_btn a {
	float:left;
	background:transparent url('/assets/images/soundcloud_button.jpg') no-repeat center center;
	width:320px;
	height:94px;
	margin-top:3px;
	margin-left:1px;
}
.soundCloud_btn a:hover {
	float:left;
	background:transparent url('/assets/images/soundcloud_button_hover.jpg') no-repeat center center;
	width:320px;
	height:94px;
}
/*Registration Page
---------------------------------------------------------------------------------------------------- */
#registration_main {
	float:left;
	width:951px;
}
.registration_heading {
	float:left;
	background:transparent url('/assets/images/registration_heading.gif') no-repeat center center;
	width:950px;
	height:55px;
}
.Blog_heading {
	float:left;
	background:transparent url('/assets/images/Blog_heading.gif') no-repeat center center;
	width:950px;
	height:55px;
}
.Blog_heading h3 {
	font-size:24px;
	font-weight:bold;
	padding-top:3px;
	padding-left:20px;
	line-height:55px;
	color:#FFF;
}
.registration_heading h3 {
	font-size:24px;
	font-weight:bold;
	padding-top:22px;
	padding-left:30px;
	line-height:28px;
	color:#404041;
}
.registration_center {
	float:left;
	background:transparent url('/assets/images/registration_center.gif') repeat-y center center;
	width:950px;
}
.registration_OverFlow {
	float:left;	
	height: 340px;	
	overflow-x: hidden; 
	overflow-y: scroll; 
	width: 945px;
}
.registration_form {
	float:left;
	width:900px;
	margin-left:30px;
	margin-right:30px;
	margin-top:5px;
}
.registration_leftContent {
	float:left;
	width:35%;
	text-align:left;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#404041;
}
.registration_rightContent {
	float:left;
	width:55%;
	text-align:left;
}
.reg_txt {
	float:left;
	width:876px;
	margin-top:20px;
	margin-left:15px;
	height:350px;
}

.reg_txt h3{
	font-size:16px;
	font-weight:bold;
	color:#404041;
	line-height:30px;
	margin-left:15px;
}
.reg_txt h4 {
	font-size:14px;
	font-weight:bold;
	color:#404041;
	line-height:30px;
	margin-left:15px;
}
.reg_txt p {
	font-size:12px;
	font-weight: normal;
	line-height:27px;
	color:#404041;
	margin-left:15px;
}
.reg_txt dl,dt,dd {
	font-size:12px;
	font-weight: normal;
	line-height:27px;
	color:#404041;
}
.reg2_txt {
	float:left;
	width:876px;
	margin-top:20px;
	margin-left:30px;
}
.reg2_txt h4 {
	font-size:14px;
	font-weight:bold;
	color:#404041;
	line-height:30px;
}
.reg1_txt {
	float:left;
	width:900px;
	margin-top:20px;
	margin-left:30px;
	height: 340px;	
	overflow-x: hidden; 
	overflow-y: scroll; 
}

.reg1_txt h4 {
	font-size:14px;
	font-weight:bold;
	color:#404041;
	line-height:30px;
}
.reg1_txt p {
	font-size:12px;
	font-weight: normal;
	line-height:27px;
	color:#404041;
}
.accept_button {
	float:left;
	background:transparent url('/assets/images/accept_btn.gif') no-repeat center center;
	width:270px;
	height:90px;
	margin-left:335px;
	border:none; cursor:pointer;

}
.accept_button:hover {
	
	float:left;
	background:transparent url('/assets/images/accept_btn_h.gif') no-repeat center center;
	width:270px;
	height:90px;margin-left:335px; border:none;
}
.accept_button_new {

	float:left;

	background:transparent url('/assets/images/CompleteSignup.png') no-repeat center center;

	width:263px;

	height:60px;

	

	border:none;

	height:70px;

   margin-left:699px;

}



.accept_Label

{



margin-left:660px;

color:#FF0000;

font-family:Arial,Helvetica,sans-serif;

 font-size:12px;



}
.accept_btn {
	float:left;
	width:950px;
	margin-bottom:10px;
	margin-top:5px;
}
.registration_bottom {
	float:left;
	background:transparent url('/assets/images/registration_bottom.gif') no-repeat center center;
	width:950px;
	height:20px;
}
/*POP UP Dialog
---------------------------------------------------------------------------------------------------- */
#popup_wrapper {
	width:509px;
	height:492px;
	min-height:492px;
}
#popup_contentwrap {
	width:509px;
	height:492px;
	min-height:492px;
}
#popup_main {
	width:509px;
}
.popup_heading {
	float:left;
	background:transparent url('/assets/images/popup_top.png') no-repeat center center;
	width:509px;
	height:25px;
	clear: both;
	padding: 0px; margin: -25px 0 0 0;
}
.popup_Wait {
background:transparent url('/assets/images/ProgressAnim.gif') no-repeat scroll 0 0;
height:92px;
margin-top:-140px;
width:92px;
}

.popup_heading_s {
	background:transparent url('/assets/images/popup_top1.png') no-repeat center center;
	width:349px;
	height:17px;
}
.popup_heading h3 {
	display: block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	height:25px;
	padding: 0px; margin: 0px;
	line-height:25px;margin-left:15px;
}
.popup_heading_s h3 {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:25px; margin-left:15px;
}
.popup_center {
	background:transparent url('/assets/images/popup_center.png') repeat-y center center;
	width:509px;
	height:auto;
	padding: 0px !important; margin: 0px !important;
}

.popup_center_s {
	background:transparent url('/assets/images/popup_center1.png') repeat-y center center;
	width:349px;
	height:1px;
}
.popup_txt {
	float:left;
	width:668px;
	margin-top:20px;
}
.popup_video {
	float:left;
	width:390px;
	margin-left:25px;
}
.popup_des {
	float:left;
	width:220px;
}
.popup_des h4 {
	font-size:24px;
	font-weight:bold;
	color:#3bb44a;
	line-height:18px;
}
.popup_des p {
	font-size:12px;
	font-weight: normal;
	padding:26px 0 0 0px;
	line-height:14px;
}
.more_synchs {
	float:left;
	background:transparent url('/assets/images/more_syncs.gif') no-repeat center center;
	width:659px;
	height:26px;
	margin-left:5px;
	margin-top:12px;
}
.more_synchs h4 {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:6px 0 0 26px;
}
.popup_thumbs {
	float:left;
	width:680px;
	margin-left:2px;
}
.popup_thumbs ul {
	margin-top:10px;
}
.popup_thumbs ul li {
	background:transparent url('/assets/images/thumnail_bg.gif') no-repeat center center;
	width:130px;
	height:152px;
	display:inline-block;
	list-style:none;
}
.popup_thumbs ul li img {
	padding:10px 10px 6px 10px;
}
.popup_thumbs ul li a {
	color:#414141;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 28px;
}
.popup_bottom {
	background:transparent url('/assets/images/popup_bottom.png') no-repeat center center;
	width:509px;
	height:15px;
}
.popup_bottom_s {
	background:transparent url('/assets/images/popup_bottom.png') no-repeat center center;
	width:349px;
	height:12px;
}
/*Email Page
---------------------------------------------------------------------------------------------------- */
#email_wrapper {
	position:relative;
	margin:auto;
	width:400px;
	height:459px;
	min-height:459px;
	background-color:#ebe9df;
}
#email_header {
	position:relative;
	width:489px;
	height:79px;
	margin:auto;
	padding-top:5px;
}
#email_contentwrap {
	position:relative;
	width:500px;
}
.emailheading{
	width:24px;
	height:56px;
	float:left;
	margin-left:2px;
}
.emailheading_left {
	width:24px;
	height:56px;
	float:left;
	margin-left:2px;
}
.emailheading_center {
	width:448px;
	height:56px;
	float:left;
}
.emailheading_center h4 {
	font-size:18px;
	font-weight: normal;
	color:#FFF;
	padding: 15px 0 0 20px;
}
.emailheading_center h5 {
	font-size:14px;
	color:#FFF;
	padding: 6px 0 0 20px;
}
.emailheading_right {
	float:left;
	width:24px;
	height:56px;
}
.emailMain {
	position:relative;
	width:500px;
	background-color:#FFF;
}
.emailMain_top {
	width:500px;
	height:8px;
	float:left;
}
.emailMain_center {
	width:400px;
	float:left;
	background-color:#FFF;
	
	margin:0;
	padding:0;
}
.username {
	float:left;
	width:446px;
	padding:12px 0 0 25px;
	color:#231f20;
	font-size:14px;
	font-weight:bold;
}
.password {
	float:left;
	width:446px;
	padding:4px 0 0 25px;
	color:#231f20;
	font-size:14px;
	font-weight:bold;
}
.emailMain_center span {
	color:#2d5858;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 2px;
}
.emailMain_center p {
	float:left;
	width:346px;
	padding:14px 0 10px 25px;
	color:#231f20;
	font-size:12px;
	line-height:16px;
}
.email_info a {
	color:#2d5858;
	font-size:12px;
	font-weight:bold;
	padding:20px 0 0 5px;
	line-height:16px;
}
.email_info {
	color:#231f20;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 25px;
}
.tel_info {
	color:#231f20;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 0 25px;
}
.tel_info span {
	color:#2d5858;
	font-size:12px;
	font-weight:bold;
	padding:20px 0 0 5px;
	line-height:16px;
}
.emailMain_bottom {
background:url("/assets/images/emailMain_bottom.gif") no-repeat scroll 0 0 transparent;
float:left;
height:8px;
width:500px;
}
/*BACK_END Page
---------------------------------------------------------------------------------------------------- */
.flash_banner {
	position: relative;
	width:950px;
	height:142px;
	margin:6px 0 6px 8px;
}
#backend_main {
	float:left;
	width:950px;
}
.backend_top {
	float:left;
	background:transparent url('/assets/images/backend-top.gif') no-repeat center center;
	width:950px;
	height:25px;
}
.backend_center {
	float:left;
	background:transparent url('/assets/images/backend-center.gif') repeat-y center center;
	width:950px;
}
.backend_bottom {
	float:left;
	background:transparent url('/assets/images/backend-bottom.gif') no-repeat center center;
	width:950px;
	height:25px;
}
.artist_menu {
	position: relative;
	float:left;
	width:920px;
	margin-left:22px;
}
/*Menu-Left Page
---------------------------------------------------------------------------------------------------- */
.menu_left {
	float:left;
	background:transparent url('/assets/images/menu_left.gif') no-repeat center center;
	width:14px;
	height:43px;
}
.menu_center {
	float:left;
	background:transparent url('/assets/images/menu_center.gif') repeat-x center center;
	width:892px;
	height:43px;
}
.menu_right {
	float:right;
	background:transparent url('/assets/images/menu_right.gif') no-repeat center center;
	width:14px;
	height:43px;
}
.navigationBar {
	position:absolute;
}
.navigationBar ul {
	list-style: none;
	display: inline;
	width:892px;
	text-align: center;
	margin-left:14px;
}
.navigationBar ul li {
	display: inline-block;
	margin: 0;
	height: 34px;
	padding:6px 5px 5px 0px;
	background: transparent url('/assets/images/menu_sep.gif') no-repeat right center;
}
.navigationBar ul li.nosepline {
	background: none;
}
.navigationBar ul li a, .navigationBar ul li a:link {
	display: inline-block;
	height: 43px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.navigationBar ul li a:visited {
	text-decoration: none;
}
.navigationBar ul li a:hover, .navigationBar ul li a:active, .navigationBar ul li a:focus {
	text-decoration: none;
	color:#abcbce;
}
/*Buttons Page
---------------------------------------------------------------------------------------------------- */
.sub_content {
	float:left;
	width:895px;
	margin-left:28px;
}
.buttons {
	float:left;
	width:895px;
}
.track_detail a {
	float:left;
	background:transparent url('/assets/images/track-details.gif') no-repeat center center;
	width:444px;
	height:78px;
	margin-top:14px;
}
.track_detail a:hover {
	float:left;
	background:transparent url('/assets/images/track-details_h.gif') no-repeat center center;
	width:444px;
	height:78px;
}

.btn-MassTrax a {
	float:left;
	
	background:transparent url('/assets/images/Masstraxs.gif') no-repeat center center;
	width:444px;
	height:78px;
	margin-top:14px;
}
.btn-MassTrax a:hover {
	background:transparent url('/assets/images/Masstraxs_h.gif') no-repeat center center;
	
}
.gig-details a {
	float:right;
	background:transparent url('/assets/images/gig-details.gif') no-repeat center center;
	width:444px;
	height:78px;
	margin-top:14px;
}
.gig-details a:hover {
	float:right;
	background:transparent url('/assets/images/gig-details_h.gif') no-repeat center center;
	width:444px;
	height:78px;
}

.broadcast-details a {
	float:left;
	background:transparent url('/assets/images/broadcast-details.gif') no-repeat center center;
	width:444px;
	height:78px;
	margin-top:14px;
}
.broadcast-details a:hover {
	float:left;
	background:transparent url('/assets/images/broadcast-details_h.gif') no-repeat center center;
	width:444px;
	height:78px;
}

.account-details a {
	float:right;
	background:transparent url('/assets/images/account-details.gif') no-repeat center center;
	width:444px;
	height:78px;
	margin-top:14px;
}
.account-details a:hover {
	float:right;
	background:transparent url('/assets/images/account-details_h.gif') no-repeat center center;
	width:444px;
	height:78px;
}
/*Track Details
---------------------------------------------------------------------------------------------------- */
.trackDetails_bg {
	
	margin-top:15px;
	background:transparent url('/assets/images/trackDetails.gif') no-repeat center center;
	width:895px;
	height:79px;
}
.accountdetails_bg {
	
	margin-top:15px;
	background:transparent url('/assets/images/accountdetails.gif') no-repeat center center;
	width:895px;
	height:79px;
}

.BroadCast_bg {
	
	margin-top:15px;
	background:transparent url('/assets/images/BroadcastDetails_strip.gif') no-repeat center center;
	width:895px;
	height:79px;
}
.GigDetail_bg {
	
	margin-top:15px;
	background:transparent url('/assets/images/GigDetails_strip.gif') no-repeat center center;
	width:895px;
	height:79px;
}

.track_details {
	float: right;
	width:430px;
}
.track_txt {
	float:left;
	width:299px;
	font-size:20px;
	color:#333333;
	padding-top:30px;
	padding-left:5px;
	line-height:28px;
}
.green_check {
	float:left;
	background:transparent url('/assets/images/checkSign.png') no-repeat center center;
	width:36px;
	height:35px;
	margin:25px 0 0 5px;
}
.Red_check {
	float:left;
	background:transparent url('/assets/images/Cross_Icon.png') no-repeat center center;
	width:36px;
	height:35px;
	margin:25px 0 0 5px;
}
.input_box{}
.input_box input {
	float:left;
	background: transparent url('/assets/images/input_bg.png') no-repeat 0 0;
	width:62px;
	height:47px;
	border: none;
	color: #333;
	font-size: 20px;
	margin: 18px 18px 0 2px;
	font-weight: normal;
	text-align:center; 
	padding-top:10px;
}
.details_buttons {
	float:left;
	width:895px;
	margin-left:30px;
	margin-top:15px
}

.pageBtn {
	float:right;
	background:transparent url('/assets/images/pageBtn.gif') no-repeat center center;
	width:178px;
	height:39px;
}
.previous a {
	float:left;
	background:transparent url('/assets/images/previous.png') no-repeat center center;
	width:14px;
	height:28px;
	margin-left:8px;
	margin-top:4px;
}
.previous a:hover {
	float:left;
	background:transparent url('/assets/images/previous_h.png') no-repeat center center;
	width:14px;
	height:28px;
	margin-left:8px;
	margin-top:4px;
}
.next a {
	float:right;
	background:transparent url('/assets/images/next.png') no-repeat center center;
	width:14px;
	height:28px;
	margin-right:8px;
	margin-top:4px;
}
.next a:hover {
	float:right;
	background:transparent url('/assets/images/next_h.png') no-repeat center center;
	width:14px;
	height:28px;
	margin-right:8px;
	margin-top:4px;
}
.page_no {
	float:left;
	width:110px;
	font-size:20px;
	color:#FFF;
	line-height:22px;
	margin-left:16px;
	margin-top:8px;
}
.details_table {
	float: left;
	width: 895px;
	margin:18px 0 0 30px;
}
/*Help Details
---------------------------------------------------------------------------------------------------- */
.help_main {
	float:left;
	width:876px;
	margin-top:20px;
	margin-left:10px;
}
.help_main h4 {
	font-size:14px;
	font-weight:bold;
	color:#404041;
	line-height:30px;
}
.help_main p {
	font-size:12px;
	font-weight: normal;
	line-height:27px;
	color:#404041;
}
.help_links li a {
	font-size:14px;
	font-weight:bold;
	color:#f6941e;
	padding-left:5px;
	line-height:20px;
}
.help_links li a:hover {
	text-decoration:underline;
}
.help_links li a:visited {
	color:#fee20e;
}
.help_h3 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	color:#2c464f;
}
.HelpText {
	font-size: 12px;
	margin-left:10px;
	line-height:20px;
}

.WriterLink a:link {
	color:Red;
	font-size:14px;
	font-weight:bold;
}
.WriterLink a:hover {
	text-decoration: underline;
}
.gigsDetails_AddWriters {
	float:left;
	background:transparent url('/assets/images/addWriter.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_AddWriters:hover {
	float:left;
	background:transparent url('/assets/images/addWriter_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Clear {
	float:left;
	background:transparent url('/assets/images/clear.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Clear:hover {
	float:left;
	background:transparent url('/assets/images/clear_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_New {
	background:transparent url('/assets/images/new.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_New:hover {
	background:transparent url('/assets/images/new_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Next {
	float:left;
	background:transparent url('/assets/images/next.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Next:hover {
	float:left;
	background:transparent url('/assets/images/next_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Confirm {
	float:left;
	background:transparent url('/assets/images/confirm.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Confirm:hover {
	float:left;
	background:transparent url('/assets/images/confirm_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Back {
	float:left;
	background:transparent url('/assets/images/back.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Back:hover {
	float:left;
	background:transparent url('/assets/images/back_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_SearchTrack {
	float:left;
	background:transparent url('/assets/images/searchTracks.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_SearchTrack:hover {
	float:left;
	background:transparent url('/assets/images/searchTracks_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Search {
	float:left;
	background:transparent url('/assets/images/search.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Search:hover {
	float:left;
	background:transparent url('/assets/images/search_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_AddSong {
	float:left;
	background:transparent url('/assets/images/addSongs.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_AddSong:hover {
	float:left;
	background:transparent url('/assets/images/addSongs_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Writers {
	float:left;
	background:transparent url('/assets/images/writer.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Writers:hover {
	float:left;
	background:transparent url('/assets/images/writer_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Existing {
	float:left;
	background:transparent url('/assets/images/existing.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Existing:hover {
	float:left;
	background:transparent url('/assets/images/existing_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Submit {
	float:left;
	background:transparent url('/assets/images/submit.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Submit:hover {
	float:left;
	background:transparent url('/assets/images/submit_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Cancel {
	float:left;
	background:transparent url('/assets/images/cancel.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}
.gigsDetails_Cancel:hover {
	float:left;
	background:transparent url('/assets/images/cancel_h.gif') no-repeat center center;
	width:98px;
	height:22px;
	border:none;
}

.CreateButton_All
{
    background:transparent url('/assets/images/blank_button2.png') no-repeat center center;
	width:69px;
	height:29px;
	border:none;
	Color:White;
	Font-Size:12px;
	Cursor:Pointer;
	padding-bottom :5px;
}

.CreateButton_All_Brd
{
    Float:Left;
	background:transparent url('/assets/images/blank_button1.gif') no-repeat center center;
	width:100px;
	height:29px;
	border:none;
	Color:White;
	Font-Size:12px;
	Cursor:Pointer;
	padding-bottom :5px;
}
.createTrack a {
	float:right;
	background:transparent url('/assets/images/createTrack.gif') no-repeat center center;
	width:166px;
	height:39px;
	border:none;
	Color:White;
	Font-Size:12px;
	Cursor:Pointer;
	padding-bottom :5px;
}
.createTrack a:hover {
	float:right;
	background:transparent url('/assets/images/createTrack_h.gif') no-repeat center center;
	width:166px;
	height:39px;
}
.CreateButton_All_Brd1 {
	float:left;
	background:transparent url('/assets/images/blank_button1.png') no-repeat center center;
	width:100px;
	height:29px;
	border:none;
	color:White;
	font-size:14px;
	cursor :pointer;
	margin:15px 0 15px 30px;
}
.CreateButton_All_Brd1 a {
	float:left;
	width:100px;
	height:29px;
	border:none;
	color:White;
	font-size:14px;
	cursor :pointer;
	line-height:29px;
	text-align:center;
}
.CreateTrack_All
{
	background:transparent url('/assets/images/addTrack.png') no-repeat center center;
	width:166px;
	height:39px;
	border:none;
	Color:White;
	Font-Size:12px;
	Cursor:Pointer;
	padding-bottom :5px;

}

.Play_Exist
{
  	background:transparent url('/assets/images/BtnPlay.png') no-repeat center center;
	width: 26px;
	height: 26px;
	border:none;
	Cursor:Pointer;
}

.Play_Exist:hover {
	background:transparent url('/assets/images/BtnPlay_h.png') no-repeat center center;
}

.Play_ExistNot
{
     
	background:transparent url('/assets/images/BtnUpload.png') no-repeat center center;
	width:22px;
	height:22px;
	border:none;
	Cursor:Pointer;
}

.Play_ExistNot:hover {
	background:transparent url('/assets/images/BtnUpload_hvr.png') no-repeat center center;
}
.ForwardArrow{
	float:left;
	background:transparent url('/assets/images/next.png') no-repeat center center;
	width:37px;
	height:23px;
	border:none;
	color:White;
	font-size:14px;
	cursor :pointer;
}
.BackwordArrow  {
	float:left;
	background:transparent url('/assets/images/prev.png') no-repeat center center;
	width:37px;
	height:23px;
	border:none;
	color:White;
	font-size:14px;
	cursor :pointer;
}
.CreateButton_All a:hover 
{
	color:#abcbce;
}

.modalBackground
    {
      filter:alpha(opacity=40);
      opacity:0.5;
    }
.ModalWindow
    {
      border: solid 1px #c0c0c0;
      padding: 0px 10px 10px 10px;
      position:absolute;
      top:-100px;
    }
.popupControl 
    {
        color: #444444;
        position:absolute;
        padding-left:70px;
        padding-top:50px;
        cursor:move;
    }
    
/*Sync POP UP Page
---------------------------------------------------------------------------------------------------- */
#Syncspopup_wrapper { margin:auto;
	width:700px;
	height:492px;
	min-height:492px;
}
#Syncspopup_contentwrap {
	float:left;
	width:700px;
	height:492px;
	min-height:492px;
}
#Syncspopup_main {
	float:left;
	width:668px;
}
.Syncspopup_heading {
	float:left;
	background:transparent url('/assets/images/popup_top.gif') no-repeat center center;
	width:668px;
	height:30px;
}
.Syncspopup_center {
	float:left;
	background:transparent url('/assets/images/popup_center.gif') repeat-y center center;
	width:668px;
	height:230px;
	height:230px;
}
.Syncspopup_txt {
	float:left;
	width:668px;
	margin-top:20px;
}
.Syncspopup_video {
	float:left;
	width:390px;
	margin:20px 0 0 25px;
}
.Syncspopup_des {
	float:left;
	width:220px;
}
.Syncspopup_des h4 {
	font-size:24px;
	font-weight:bold;
	color:#3bb44a;
	line-height:18px; margin-top:20px;
}
.Syncspopup_des p {
	font-size:12px;
	font-weight: normal;
	padding:26px 0 0 0px;
	line-height:14px;
}
.more_synchs {
	float:left;
	background:transparent url('/assets/images/more_syncs.gif') no-repeat center center;
	width:659px;
	height:26px;
	margin-left:5px;
	margin-top:12px;
}
.more_synchs h4 {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:6px 0 0 26px;
}
.Syncspopup_thumbs {
	float:left;
	width:680px;
	margin-left:2px;
}
.Syncspopup_thumbs ul {
	margin-top:10px;
}
.Syncspopup_thumbs ul li {
	background:transparent url('/assets/images/thumnail_bg.gif') no-repeat center center;
	width:130px;
	height:152px;
	display:inline-block;
	list-style:none;
}
.Syncspopup_thumbs ul li img {
	padding:10px 10px 6px 10px;
}
.Syncspopup_thumbs ul li a {
	color:#414141;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 28px;
}
.Syncspopup_bottom {
	float:left;
	background:transparent url('/assets/images/popup_bottom.gif') no-repeat center center;
	width:668px;
	height:20px;
}
div.ManyThanks {
	position: absolute;
	margin: auto; padding: 0;
	width: 100%;
	height: 272px;
	top: 30%;
	text-align: center;
}
table.myClass tr 
{
    margin-top :5px;
    height:25px;
}
.AutoComplete
{
	 border: solid 1px #006699;
     line-height: 20px;            
     background-color: White;
}

.AutoCompleteItems
{
    background-color:White;
    font-size :11px;
    line-height :12px;
    border-bottom: dotted 1px #006699;
    cursor: pointer;
}
.AutoCompleteSelected
{
    background-color:blue;
    color :White; 
     font-size :11px;              
    cursor: pointer; 
}
.validationErrorMessageHeader
{
	font-weight: bold;
	color:#066CAA;
	text-decoration: underline;	
	font-size:12px;

}
.validationErrorMessage
{
    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	line-height:13px;
}

/*Tracks Application
---------------------------------------------------------------------------------------------------- */
.Tracks {
	float: left;
	width: 897px;
	margin-top:5px;
}
.TrackTop {
	float:left;
	background:transparent url('/assets/images/TrackTop.gif') no-repeat center center;
	width:897px;
	height:27px;
}
.TrackTop p {
	float:left;
	font-size:16px;
	color:#FFF;
	line-height:27px;
	margin:0 0 0 27px;
}
.TrackHeading p {
	float:left;
	font-size:16px;
	color:#FFF;
	line-height:27px;
	margin:0 0 0 27px;
}
.Yes_submit
{
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/Submitnew.png);
	width:72px;
	height:26px;
	 border:none;
	 cursor:pointer;
}
.Yes_Next
{
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/NextBtn.jpg);
	width:61px;
	height:27px;
	 border:none;
	 cursor:pointer;
}

.Yes {
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/Confirm.png);
	width:94px;
	height:27px;
	border:none;
	cursor:pointer;
}

.Yes a {
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/YesBtn.png);
	width:42px;
	height:22px;
	cursor:pointer;
}

.Yes_addwriter {
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/AddWritter.png);
	width:160px;
	height:27px;
	border:none;
	cursor:pointer;
}

.Yes_addwriter a {
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/YesBtn.png);
	width:42px;
	height:22px;
	cursor:pointer;
}
.No a {
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/NoBtn.png);
	width:42px;
	height:22px;
	cursor:pointer;
}
.Yes a:hover {
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/YesBtn_Active.png);
	width:42px;
	height:22px;
	cursor:pointer;
}
.No a:hover {
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/NoBtn_Active.png);
	width:42px;
	height:22px;
	cursor:pointer;
}
.TrackCenter {
	float:left;
	background:transparent url('/assets/images/TrackCenter.gif') repeat-y center center;
	width:897px;
}
.TrackSummary {
	float:left;
	width:800px;
	margin:10px 0 5px 27px;
}
.SongTitle {
	float:left;
	width:172px;
	font-size:12px;
	color:#203b43;
	margin:10px 0 0 0;
}
.SongTitle_tracks {
	float:left;
	width:230px;
	font-size:12px;
	color:#203b43;
	margin:19px 0 0 0;
}
.TrackName th {
	float:left;
	width:150px;
	font-size:12px;
	color:#203b43;
	margin:0px 0 0 0;
}

.TrackName th span {
	float:left;
	font-size:12px;
	color:#203b43;
	margin:0px 0 0 0;
	font-weight:bold;
}
.grid_Title td {
	float:left;
	width:150px;
	font-size:12px;
	
	margin:0px 0 0 0;font-weight:bold;
}
.TrackName td span {
	float:left;
	width:150px;
	font-size:12px;
	margin:0px 0 0 0;font-weight:bold;
	margin:0px 0 0 0;
}

.Resin {
	float:left;
	font-size:12px;
	color:#203b43;
	width:600px;
	margin:10px 0 0 0;
}

.Resin1 {
	float:left;
	font-size:12px;
	color:#203b43;
	margin:10px 0 0 0;

}
.Trackcontainer {
	float: left;
	width:200px;
	margin:1px 0 0 10px;
}
.Trackleft {
	width:200px;
	float:left;
}
.Trackright {
	width:101px;
	float:left;
}
.Tracktxt {
	font-size:12px;
	color:#203b43;
	padding:10px 0 5px 0;
}
.TrackInput {
	width:134px;
	height:14px;
	border:1px solid #dadbdc;
}
.ATrackInput {
	width:194px;
	height:14px;
	border:1px solid #dadbdc;
}
.DTrackInput {
	width:40px;
	height:14px;
	border:1px solid #dadbdc;
}
.TrackBottom {
	float:left;
	background:transparent url('/assets/images/TrackBottom.gif') no-repeat center center;
	width:897px;
	height:16px;
}
.AddBtn {
	float:left;
	width:675px;
	margin:0 0 0 20px;
}

.WriterPopUp {
	width:442px;
	margin:auto;
}
.WriterpopupTop {
	float:left;
	background:transparent url('/assets/images/WriterPopup_Top.png') no-repeat center center;
	width:442px;
	height:37px;
}
.WriterpopupTop p {
	float:left;
	font-size:16px;
	color:#FFF;
	line-height:37px;
	margin:0 0 0 27px;
}
.WriterpopupCenter {
	float:left;
	background:transparent url('/assets/images/WriterPopup_Center.png') repeat-y center center;
	width:442px;
	height:37px;
	min-height:372px;
	height: auto !important;
	height:372px;
}
.WriterpopupCenter_writer {
	float:left;
	background:transparent url('/assets/images/WriterPopup_Center.png') repeat-y center center;
	width:442px;
	height:37px;
	min-height:32px;
	height: auto !important;
	height:32px;
}
.WriterpopupBottom {
	float:left;
	background:transparent url('/assets/images/WriterPopup_Bottom.png') no-repeat center center;
	
width:442px;
	height:29px;
}
.deletebt {
	float:left;
	background:transparent url('/assets/images/DeleteBtn.gif') no-repeat center center;
	
	width:41px;
	height:14px;
	Cursor:Pointer;
	padding-left :5px;
}
.WInput 
{
border:1px solid #DADBDC;
height:14px;
width:192px;
}
.Surname
{
	float:left;
	width:117px;
	font-size:12px;
	color:#203b43;
	margin:0 0 0 10px;
	}
Table td  span{ color:#203b43;}	
.WriterField {
	float:left;
	font-size:12px;
	color:#203b43;
	width:192px;

}
.WInput {
	width:192px;
	height:14px;
	border:1px solid #dadbdc;
}
#PeviousEntries{ float:left;
	background:transparent url('/assets/images/Previous_header.gif') no-repeat center center; width:393px; height:20px; margin:20px 0 0 0px;}
#PeviousEntries p{		float:left;
	font-size:16px;
	color:#FFF;
	line-height:20px;
	margin:0 0 0 27px;
}
.grid_Titletrack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:25px;
	color:#203b43;
	font-weight: bold;
	padding-left:2px;
	padding-right:6px;
}





/*GIG Application
---------------------------------------------------------------------------------------------------- */
.GTitle {
	float:left;
	width:130px;
	font-size:12px;
	color:#203b43; margin:4px 0 0 0;
}
.GTitle span {
	color:#ff0000;
}
.GTrackInput {
	width:194px;
}

.GResin {
	float:left;
	font-size:12px;
	color:#203b43;
	width:200px;
}
.option {
	width:102px;
	height:20px;
	border:1px solid #2d4e57;
}
.time {
	width:55px;
	height:20px;
	border:1px solid #2d4e57;
}
.Gigcontainer {
	float: left;
	width:600px;
	margin:10px 0 0 10px;
}
.GigBtns {
	width:58px;
	float:left;
}
.GigBtns2 {
	width:58px;
	float:left;
	margin:0 0 0 74px;
}
.BtnBg {
	float:left;
	margin:4px 0 0 4px;
	background:url(/assets/images/NextBtn.png);
	width:61px;
	height:27px;
	border:none;
	cursor:pointer;
	
}

.BtnBg1 {
	float:left;
	background:transparent url('/assets/images/AddWritter.png') no-repeat center center;
	width:160px;
	height:27px;
	border:none;
	color:#FFF; margin:-2px 0 0 0;
	cursor:pointer;
	font-weight:bold;
}
#error span{ float:left; width:600px; margin:10px 0 0 0; font-size:12px; color:#ef3535;}


/*Venue Application
---------------------------------------------------------------------------------------------------- */
.Venue 
{
    margin-top:110px;
    margin-left:400px;
    width: 592px;
}
.VenueTop {
	float:left;
	background:transparent url('/assets/images/VenueTop.png') no-repeat center center;
	width:592px;
	height:27px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	
}
.VenueTop p {
	float:left;
	font-size:16px;
	color:#FFF;
	line-height:27px;
	margin:0 0 0 27px;
}
.VenueTopheading p {
	float:left;
	font-size:16px;
	color:#FFF;
	line-height:27px;
	margin:0 0 0 27px;
}

.VenueCenter {
	float:left;
	background:transparent url('/assets/images/VenueCenter.png') repeat-y center center;
	width:592px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.VenueBottom {
	float:left;
	background:transparent url('/assets/images/VenueBottom.png') no-repeat center center;
	width:592px;
	height:20px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
}
.VenueSummary{
	float:left;
	width:580px;
	margin:10px 0 5px 10px;
}
.VTitle {
	float:left;
	width:150px;
	font-size:12px;
	color:#203b43; 
}

.VTrackInput {
	width:350px;
}
.VResin {
	float:left;
	font-size:12px;
	color:#203b43;
	width:356px;
}
.Venuecontainer {
	float: left;
	width:350px;
	margin:10px 0 0 158px;
}
.Venuecontainer_results {
	float: left;
	width:90%;
	margin:10px 0 0 0;
}
.VBtns
{
	float:left;
	}
.VBtns2
{    float :right;
	}
.Vlabel {
	text-align:left;
	line-height:22px;
	font-size:12px;
	color:#203B43; 	
	
}
.Vgrid_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:transparent url('/assets/images/backend_heading.gif') repeat-x center center;
	height:25px;
	color: #203B43;
	font-weight: bold;
	padding-left:4px;
	padding-right:6px;
}
.Vgrid_Title  th {
	float:left;
	width:150px;
	font-size:12px; color: #203B43;
	margin:0;font-weight:bold;
}

.about_leftcenter p a.link-Services1{
	font-size: 12px;
	font-weight: normal;
	color:#19D0DE !important;
	margin: 0;
	padding: 2px 0 0 8px;
	
	text-align: left;
}
p a.link-Services1
{
	font-size: 12px;
	font-weight: normal;
	color:#19D0DE !important;
	margin: 0;
	padding: 2px 0 0 8px;
	display: block;
	text-align: left;
}
/*new pop css*/
.popup_center_721 {
	background:transparent url('/assets/images/popup_center(721).png') repeat-y center center;
	width:721px;
	height:auto;
}

.popup_bottom_721 {
	background:transparent url('/assets/images/popup_bottom(721).png') no-repeat center center;
	width:721px;
	height:15px;
}
.popup_heading_721 {
	background:transparent url('/assets/images/popup_top(721).png') no-repeat center center;
	width:721px;
	height:25px;
}
.popup_heading_721 h3{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:30px; margin-left:15px;
}
.popup_wrapper_721 
{
    width:721px;
	height:492px;
	min-height:492px;
}
.popup_contentwrap_721  {
	
	width:721px;
	height:492px;
	min-height:492px;
}
.popup_main_721  {
	width:721px;
}

/*new pop css for width 883*/
.popup_center_883 {
	background:transparent url('/assets/images/popup_center883.png') repeat-y center center;
	width:883px;
	height:auto;
}

.popup_bottom_883 {
	background:transparent url('/assets/images/popup_bottom883.png') no-repeat center center;
	width:883px;
	height:15px;
}
.popup_heading_883 {
	background:transparent url('/assets/images/popup_top883.png') no-repeat center center;
	width:883px;
	height:25px;
}
.popup_heading_883 h3{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:30px; margin-left:15px;
}
.popup_wrapper_883
{
    width:883px;
	height:492px;
	min-height:492px;
}
.popup_contentwrap_883 {
	
	width:883px;
	height:492px;
	min-height:492px;
}
.popup_main_883  {
	width:883px;
}

.grid_Title_Top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:transparent url('/assets/images/backend_heading.gif') repeat-x center center;
	
	min-height:25px;
	height:25px;
	color: red;
	font-weight: bold;
	padding-left:4px;
	padding-right:6px;
	padding-bottom:0px;
	border:0px solid black;		
}


.inner_container_1{
	width:950px;
	height:auto;
}
.loginwindow_1{
	padding-left:28px;
	height:auto;
	width:895px;
}
.vdo_sample_1{
	float:left;
	width:auto;
	height:auto;
}
.right_1{
	width:450px;
	height:auto;
	margin:0px 0px 0px 20px;
	float:left;
}
.toptext_1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	text-align:justify;
	line-height:17px;

}
.loginbox_1{
	width:400px;
	margin:5px auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#404041;
}
.AtomCreateButton_All {
background:url("/assets/images/login_bg.gif") no-repeat scroll center center transparent;
border:medium none;
color:White;
cursor:pointer;
float:left;
font-size:18px;
height:39px;
width:102px;
margin-left:4px;
}
.AtomCreateButton_signup {
background:url("/assets/images/signup_bg.gif") no-repeat scroll center center transparent;
	width:102px;
	height:39px;
	margin-left:4px;
	border:medium none;
	color:#333;
	cursor:pointer;
	float:right;
	font-size:18px;
}


.atomButton
{
float:right;
width:215px;
}	

.PopUptable
	{
	 padding: 10px 0 0 20px;
	}

.Masstrax_Application_Center {
	float:left;
	background-color:#FFF;
	width:897px;
}
.Masstrax_Application_Top {
background:url("/assets/images/RedTopbar.gif") no-repeat scroll center center transparent;
float:left;
height:28px;
width:812px;
}
.Masstrax_NextBtn {
background:url("/assets/images/MassTraxNext.png") no-repeat scroll center center transparent;
width:56px;
height:21px;
vertical-align:middle;
border:0px;
}
.Masstrax_MasstraxNextBtnEndBtn {
background:url("/assets/images/MassTraxEnd.png") no-repeat scroll center center transparent;
width:56px;
height:21px;
vertical-align:middle;
border:0px;
}
.Masstrax_MasstraxPreviousBtn {
background:url("/assets/images/MassTraxPrevious.png") no-repeat scroll center center transparent;
height:21px;
width:56px;
vertical-align:middle;
border:0px;
}

.WizardLeftBarStyle
{
	padding:30px 3px 0 0px;
	}
	
	.BtnView {
	 display:block;
	background:transparent url('/assets/images/BtnView.png') no-repeat center center;
	width: 24px;
	height: 24px;
	margin: 0; padding: 0;
}
.BtnView:hover {
	
	background:transparent url('/assets/images/BtnView_hvr.png') no-repeat center center;
}

.btnPrint {
	float:left;
	background:transparent url('/assets/images/download3.png') no-repeat center center;
	width:50px;
	height:50px;
	border:none;
}

/*Sentric Client Tootip*/
.SentricClient_tooltip_forTrackSection {
			border-bottom: 0px dotted #000000; 
			color: #3B4157; 
			outline: none;
			cursor: help; text-decoration: none;
			position:absolute;
		}
		.SentricClient_tooltip_forTrackSection span {
			margin-left: -999em;
			position: absolute;
			color:#FFFFFF;
			
		}
		
		.SentricClient_tooltip_forTrackSection:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 150px;
		}
		
		.SentricClient_tooltip_forTrackSection:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 12px; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}

.SentricClient_tooltip {
			border-bottom: 0px dotted #000000; 
			color: #3B4157; 
			outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.SentricClient_tooltip span {
			margin-left: -999em;
			position: absolute;
			color:#FFFFFF;
		}
		.SentricClient_tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 150px;
		}
		
		.SentricClient_tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 12px; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		
		.SentricClient_custom
               {
                 padding: 0.5em 0.8em 0.8em 2em;
               }
		* html a:hover { background: transparent; }
		
		
	.SentricClient_help
    {
         background: #3255BD; border: 1px solid #FFFFFF;
 	}


	/* --------------------------------New Tempalte Integration CSS------------------------------------------------------- */
		
.track_heading_container{
	width:905px;
	height:auto;
	overflow:hidden;
}
.track_heading_left_side{
	width:700px;
	height:74px;
	float:left;
	background:#FFF;
}
.track_heading_left{
	background:url('/assets/images/sentric_blue_left.jpg') bottom no-repeat;
	width:9px;
	height:74px;
	float:left;
}
.track_heading_mid{
	width:644px;
	height:74px;
	float:left;
	background:url('/assets/images/sentric_blue_mid.jpg') bottom repeat-x;
}
.track_heading_right{
	height:74px;
	background:url('/assets/images/sentric_blue_right.jpg') bottom no-repeat;
	width:47px;
	float:left;
}
.track_heading_right_side{
	width:195px;
	height:74px;
	float:left;
}
.track_heading_right_side_inner{
	border-bottom:6px #066CAA solid;
	height:68px;
}
.track_heading_right_side_inner_text{
	float:left;
	font-size:17px;
	color:#1C1C1C;
	padding:30px 0px 0px 0px;
}
.track_heading_right_side_inner_box{
	float:left;
	font-size:14px;
	padding:25px 0px 0px 5px;	
}
.track_heading_right_side_inner_box_style{
	width:42px;
	height:28px;
	font-size:14px;
	border:1px #1C1C1C solid;
	background:#FFF;
	text-align:center;
	padding: 0 !important;
   line-height:28px;

}
.create_track_button_container{
	width:905px;
	height:auto;
	padding:10px 0px;
	overflow:hidden;
}
.create_button_bg{
	background:url('/assets/images/blue_button.png') no-repeat;
	width:98px;
	height:30px;
	border:none;
	font-size:13px;
	color:#022D46;
}
.track_table_container{
	margin:10px 0px;
	overflow:auto;
	max-height:370px;
	padding:0px 1px;
}
.track_table_container th{
	
	font-size:13px;
	color:#022D46;
	font-weight:normal;
	background:url(/assets/images/table_heading_bg.jpg) bottom repeat-x;
	height:0px;
	margin:0px;
	padding:8px;
	
}
.gridHeaderRow
{
	border:1px solid #999;
}

.track_table_container td{
}
.track_table_container .row1{
	font-size:12px;
	color:#003D5C;
	background:#fff;
	text-align:center;
	line-height:20px;
}
.track_table_container .row2{
	font-size:12px;
	color:#003D5C;
	background:#F2F2F2;
	text-align:center;
	line-height:20px;
}
/* Create Track*/
.create_track_box{
	width:905px;
	height:auto;
	padding:10px 0px 0px 0px;
}
.create_track_heading{
	width:905px;
	height:29px;
}
.create_track_heading_left{
	background:url('/assets/images/rounded_top_left.png');
	width:6px;
	height:29px;
	float:left;
}
.create_track_heading_mid{
	background:url('/assets/images/rounded_top_mid.png');
	width:875px;
	height:19px;
	padding:10px 0px 0px 8px;
	float:left;
	font-size:15px;
	color:#022D46;
}
.create_track_heading_right{
	background:url('/assets/images/rounded_top_right.png');
	width:6px;
	height:29px;
	float:left;
}
.create_track_middle{
	width:893px;
	height:auto;
	overflow:hidden;
	border:1px #999 solid;
	border-top:none;
	border-bottom:none;
}
.create_track_table{
	width:420px;
	float:left;
	font-size:12px;
	color:#666666;
	margin:0px 0px 15px 20px;
}
.create_track_table td{
	padding:12px 0px 0px 0px;
}
.inputbox1{
	width:176px;
	height:17px;
	background:#f1f1f1;
	border:1px #999 solid;
	font-size:12px;
	color:#022D46;
}
.inputbox1_multiLine{
	width:176px;
	background:#f1f1f1;
	border:1px #999 solid;
	font-size:12px;
	color:#022D46;
	height:50px;
}
.inputbox_label{
	width:176px;
	height:17px;
	background:#fff;
	border:none;
	font-size:12px;
	color:#022D46;
}
.inputbox2{
	width:35px;
	height:17px;
	background:#f1f1f1;
	border:1px #999 solid;
	font-size:12px;
	color:#022D46;
}
.inputbox3{
	width:176px;
	background:#f1f1f1;
	border:1px #999 solid;
	font-size:12px;
	color:#022D46;
}
.red{
	color:#990000;
}
.create_track_bottom{
	width:905px;
	height:8px;
}
.create_track_bottom_left{
	background:url('/assets/images/rounded_bottom_left.png');
	width:8px;
	height:8px;
	float:left;
}
.create_track_bottom_mid{
	width:879px;
	height:8px;
	float:left;
	background:url('/assets/images/rounded_bottom_mid.png');
}
.create_track_bottom_right{
	background:url('/assets/images/rounded_bottom_right.png');
	width:8px;
	height:8px;
	float:left;
}
.add_writer_box{
	width:873px;
	height:auto;
	padding:15px;
	overflow:hidden;
}
.add_writer_box th{
	font-size:13px;
	color:#022D46;
	font-weight:normal;
	
	padding: 8px;
	margin:0px;
	background:url('/assets/images/table_heading_bg.jpg') repeat-x;
}
.add_writer_box th span{
	font-size:13px;
	color:#022D46;
	font-weight:normal;
	text-align:center;
}

.add_writer_box td{
}
.add_writer_box .row1{
	font-size:12px;
	color:#003D5C;
	background:#fff;
	text-align:left;
	line-height:20px;
}
.add_writer_box .row2{
	font-size:12px;
	color:#003D5C;
	background:#F2F2F2;
	text-align:left;
	line-height:20px;
}
.combobox1{
	width:176px;
	height:22px;
	background:#F1F1F1;
	border:1px #999 solid;
	font-size:12px;
	color:#022D46;
}
a.delete_button 
{
	float:left;
	background:url('/assets/images/delete_button_bg.png') no-repeat;
	width:60px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-size:13px;
	color:#003D5B;
	border:none;
	
}

.delete_button{
	background:url('/assets/images/delete_button_bg.png') no-repeat;
	width:60px;
	height:22px;
	font-size:13px;
	color:#003D5B;
	border:none;
}

.add_writer_container_left{
	width:50%;
	height:auto;
	float:left;
}
.buttons_left{
	float:left;
	padding:0px 0px 0px 10px;
}
.add_writer_button_bg{
	background:url('/assets/images/add_writer_bg.png') no-repeat;
	width:138px;
	height:22px;
	border:none;
	font-size:13px;
	color:#022D46;
}
.small_blue_buttons{
	background:url('/assets/images/blue_button_small.png') no-repeat;
	width:58px;
	height:22px;
	border:none;
	font-size:13px;
	color:#022D46;
	cursor:pointer;
}
.add_writer_Small_buttons{
	background:url('/assets/images/add_writer_small_bg.png') no-repeat;
	width:89px;
	height:22px;
	border:none;
	font-size:13px;
	color:#022D46;
	cursor:pointer;
}
.add_writer_container_right{
	height:auto;
	float:right;
	text-align:right;	
}
.buttons_right{
	float:right;
	padding:0px 10px 0px 0px;
}

/*pop Up*/
.pop_up_box{
	width:430px;
	height:auto;
	padding:10px 0px 0px 0px;
}
.pop_up_heading{
	width:430px;
	height:29px;
}
.pop_up_heading_left{
	background:url('/assets/images/rounded_top_left.png');
	width:6px;
	height:29px;
	float:left;
}
.pop_up_heading_mid{
	background:url('/assets/images/rounded_top_mid.png');
	width:410px;
	height:19px;
padding:10px 0px 0px 8px;
	float:left;
	font-size:15px;
	color:#022D46;
}
.pop_up_heading_right{
	background:url('/assets/images/rounded_top_right.png');
	width:6px;
	height:29px;
	float:left;
}
.pop_up_middle{
	width:398px;
	height:auto;
	overflow:hidden;
	border:1px #999 solid;
	border-top:none;
	font-size:11px;
	color:#666666;
	padding:7px 15px;
	border-bottom:none;
	background-color:White;
}
.pop_up_bottom{
	width:430px;
	height:8px;
}
.pop_up_bottom_left{
	background:url('/assets/images/rounded_bottom_left.png');
	width:8px;
	height:8px;
	float:left;
}
.pop_up_bottom_mid{
	width:414px;
	height:8px;
	float:left;
	background:url('/assets/images/rounded_bottom_mid.png');
}
.pop_up_bottom_right{
	background:url('/assets/images/rounded_bottom_right.png');
	width:8px;
	height:8px;
	float:left;
}
.pop_up_buttons{
	width:398px;
	height:auto;
}

/*----------Broadcast Claims------------*/
.broadcast_claims_heading{
	height:auto;
	overflow:hidden;
	padding:14px 0px 0px 0px;
	font-size:17px;
	color:#333;
	margin:0px 0px 0px 20px;	
}

.my_account_table{
	width:700px;
	font-size:12px;
	color:#666666;
	margin:0px 0px 15px 20px;
}
.my_account_table a{
	color:#666666;
	text-decoration:underline;	
}
.my_account_table a:hover{
	text-decoration:none;
}

.my_account_table td{
	padding:15px 0px 0px 0px;
}

.inputbox_Disable {
border:1px solid #999;
color:#999;
font-size:12px;
height:17px;
width:176px;
}
.inputbox_Disable_multiline {
border:1px solid #999;
color:#999;
font-size:12px;
width:176px;
height:50px;
}
/*--------------Help Page----------*/
.help_links{
	width:905px;
	height:auto;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}
.help_links ul{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#066CAA;
}
.help_links ul li{
	display:inline;
	font-size:12px;
	padding:0px 3px;
}


.help_inner{
	padding:0px 15px;
	font-size:12px;
	color:#333;
	line-height:20px;
	text-align:justify;
}
.help_inner p{
	
	margin:10px 0px;
	
}
.help_inner span{
	font-weight:bold;
	font-size:15px;
	color:#022D46;
}

/*---------------Create Another Writer------------------*/
/*pop Up*/
.add_another_writer_box{
	width:470px;
	height:auto; 
	padding:10px 0px 0px 0px;
}
.add_another_writer_heading{
	width:470px;
	height:29px;
}
.add_another_writer_heading_left{
	background:url(/assets/images/rounded_top_left.png);
	width:6px;
	height:29px;
	float:left;
}
.add_another_writer_heading_mid{
	background:url(/assets/images/rounded_top_mid.png);
	width:450px;
	height:19px;
	padding:10px 0px 0px 8px;
	float:left;
	font-size:15px;
	color:#022D46;
}
.add_another_writer_heading_right{
	background:url(/assets/images/rounded_top_right.png);
	width:6px;
	height:29px;
	float:left;
}
.add_another_writer_middle{
	width:438px;
	height:auto;
	overflow:hidden;
	border:1px #999 solid;
	border-top:none;
	font-size:12px;
	color:#666666;
	padding:7px 15px;
	border-bottom:none;
	background-color:White;
}
.add_another_writer_bottom{
	width:470px;
	height:8px;
}
.add_another_writer_bottom_left{
	background:url(/assets/images/rounded_bottom_left.png);
	width:8px;
	height:8px;
	float:left;
}
.add_another_writer_bottom_mid{
	width:454px;
	height:8px;
	float:left;
	background:url(/assets/images/rounded_bottom_mid.png);
}
.add_another_writer_bottom_right{
	background:url(/assets/images/rounded_bottom_right.png);
	width:8px;
	height:8px;
	float:left;
}
.add_another_writer_buttons{
	width:438px;
	height:auto;
		overflow:hidden;
}
.add_another_writer_table{
	width:438px;
	font-size:12px;
	color:#666666;

}

.add_gigtable_table{
	
	font-size:12px;
	color:#666666;

}
.add_another_writer_table td{
	padding:5px 0px 5px 0px;
}
.add_another_writer_inner_heading{
	width:430px;
	margin:5px 0px;
	height:20px;
	overflow:hidden;	
	font-size:15px;
	color:#022D46;
	padding:5px 0px 0px 8px;
	
	
}
.previous_entries_box{
	width:438px;
	height:auto;
	padding:0px;
	margin:5px 0px;
}
.previous_entries_box_table
{
	margin:0px;
	overflow:auto;
	max-height:150px;
	padding:0px;
	
}
.previous_entries_box th{
	font-size:11px;
	color:#022D46;
	font-weight:normal;
	background:url(/assets/images/table_heading_bg.jpg) bottom repeat-x;
	
	margin:0px;
	height:0px;
	padding: 8px;
}
.previous_entries_box td{
	
}
.previous_entries_box .row1{
	font-size:12px;
	color:#003D5C;
	background:#fff;
	text-align:left;
	line-height:20px;
}
.previous_entries_box .row2{
	font-size:12px;
	color:#003D5C;
	background:#F2F2F2;
	text-align:left;
	line-height:20px;
}
/* ---------Create Track Summary---------- */
.create_track_summary_table{
	width:520px;
	float:left;
	font-size:12px;
	color:#666666;
	margin:0px 0px 15px 20px;
}
.create_track_summary_table td{
	padding:15px 0px 0px 0px;
}

.label_size{
	color:#299FCE;
	font-size:11px;
}
#uTrackDetailNew1_RadioMoreTracks
{
	float:left;
	padding:0px;
	margin:0px 0px -10px 0px;
	
}
#uTrackDetailNew1_RadioMoreTracks label
{
	font-size:12px;
	padding:0px 0px 3px 0px;
	
}


/* --------------Gig Details---------- */
.gig_left_container{
	width:679px;
	height:auto;
	float:left;
	margin:10px 0px;
	padding-right:10px;
	border-right:1px #999 solid;
}
.gig_left_container_innerheading{
	height:16px;
	font-size:17px;
	color:#333;
	padding:3px 0px;
	border-bottom:1px #999 dashed;
}
.gig_left_button_container{
	width:auto;
	height:auto;
	padding:10px 0px;
	overflow:hidden;
}
.gig_left_container_table{
	width:auto;
	
	margin:10px 0px;
	overflow:auto;
	max-height:370px;
}
.gig_left_container_table th{
	font-size:13px;
	color:#022D46;
	font-weight:normal;
	background:url(/assets/images/table_heading_bg.jpg) bottom repeat-x;
	margin:0px;
	padding:8px;

}
.gig_left_container_table td{
	
}
.gig_left_container_table .row1{
	font-size:12px;
	color:#003D5C;
	background:#fff;
	text-align:left;
	line-height:20px;
}
.gig_left_container_table .row2{
	font-size:12px;
	color:#003D5C;
	background:#F2F2F2;
	text-align:left;
	line-height:20px;
}
.gig_right_container{
	width:190px;
	height:auto;
	float:right;
	margin:10px 0px;
}
/* ------------------Gig Setlist------------------ */
.gig_setlist_box{
	width:180px;
	height:auto;
	float:left;
	text-align:center;
}
.gig_setlist_box_listbox{
	width:180px;
	font-size:11px;
}
.gig_setlist_arrow_buttons_container{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:0px 10px;
	float:left;
	padding:60px 0px 0px 0px;
}
.gig_setlist_arrow_buttons{
	height:auto;
	margin:5px 0px;
	overflow:hidden;
}
/* ------Create Gig------- */
.create_gig_table{
	width:520px;
	float:left;
	font-size:12px;
	color:#666666;
	margin:0px 0px 15px 20px;
}
.create_gig_table td{
	padding:15px 0px 0px 0px;
}

/* ----------Add additional Email--------- */
.add_email_table{
	width:438px;
	font-size:11px;
	color:#666666;
	overflow:auto;
	max-height:300px;
	margin:0px 0px 5px 0px;

}
.add_email_table a{
	color:#066CAA;
	text-decoration:underline;


}
.add_email_table a:hover{
	color:#066CAA;
		text-decoration:none;
}
.add_email_table td{
	padding:5px 5px 5px 5px;
}
.add_email_table .row1{
	font-size:12px;
	color:#003D5C;
	background:#fff;
	text-align:left;
	line-height:20px;
}
.add_email_table .row2{
	font-size:12px;
	color:#003D5C;
	background:#F2F2F2;
	text-align:left;
	line-height:20px;
}
.inputbox_email{
	width:276px;
	height:17px;
	background:#f1f1f1;
	border:1px #999 solid;
	font-size:12px;
	color:#022D46;
}
/*-------------Top menu-------------*/
.welcometxt_right {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	background-color:#181920;
}
.topmenu{
float:right;
}
.topmenu ul{
margin:0px;
padding:10px 0px 0px 0px;
font-size:11px;
color:#fff;
font-weight:bold;
}
.topmenu ul a{
color:#fff;
text-decoration:none;
font-weight:bold;
}
.topmenu ul a:hover{
text-decoration:underline;
}
.topmenu ul li{
padding:1px 0px;
}

.calendar
{
}
.calendar td
{
	padding:0px;
}

.BroadCast_Medium
{
	padding-left:50px;
}

.grid_Track_Top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:url(/assets/images/table_heading_bg.jpg) bottom repeat-x;
	height:29px;
	
	color: #022D46;
border-left:1px solid #999;
border-right:1px solid #999;

border-top:1px solid #999;
}
.grid_Track_Top_border {
 border-right:1px solid #999;

}

.pop_SongUploadLable
{

color:#666666;
font-size:11px;
}

/*--------------Band Heading----------------------*/
.band_heading{
	font-size:24px;
	color:#666666;
	padding:10px 10px;
	width:90%;
}
.biography_text_area{
	width:883px;
	padding:10px;
}
.biography_text_area_bg{
	width:870px;
	height:100px;
	background:#f1f1f1;
	border:1px #999 solid;
	font-size:12px;
	color:#012C46;
}

/*Other classes*/
.blueLink a{
	color:#066CAA;
	text-decoration:underline;


}
.blueLink a:hover{
	color:#066CAA;
		text-decoration:none;
}
.track_table_container td a
{
	color:#066CAA;
	text-decoration:underline;
}
.track_table_container td a:hover
{
	color:#066CAA;
		text-decoration:none;
}

.gig_left_container_table td a
{
	color:#066CAA;
	text-decoration:underline;
}
.gig_left_container_table td a:hover
{
	color:#066CAA;
		text-decoration:none;
}

.previous_entries_box td a
{
	color:#066CAA;
	text-decoration:underline;
}
.previous_entries_box td a:hover
{
	color:#066CAA;
		text-decoration:none;
}
.validationErrorMessageHeader
{
	font-weight: bold;
	color:#066CAA;
	text-decoration: underline;	
	font-size:12px;

}
.help_links ul li a {
	font-weight:normal;
	font-size:12px;
 color:#066CAA;
	text-decoration:underline;
	padding:0px;
}
.help_links ul li a:hover
{
	font-weight:normal;
	font-size:12px;
	color:#066CAA;
		text-decoration:none;
}
.help_links ul li a:visited
{
font-size:12px;
	color:#066CAA;
}



.MasstraxTable {
	float:left;
	width:762px;
	margin:8px 0 0 20px;
}
.MasstraxTable th {
	font-size:13px;
	color:#022D46;
	font-weight:normal;
	background:url(/assets/images/table_heading_bg.jpg) bottom repeat-x;
	height:0px;
	margin:0px;
	padding:6px;
}
.MasstraxTable td {
	font-size:12px;
	color:#203b43;
}


.MasstraxTable td{
}
.MasstraxTable .row1{
	font-size:12px;
	color:#003D5C;
	background:#fff;
	text-align:center;
	line-height:20px;
}
.MasstraxTable .row2{
	font-size:12px;
	color:#003D5C;
	background:#F2F2F2;
	text-align:center;
	line-height:20px;
}
.addanotherwriter
{
	color:#666666;
	font-size:12px;
	}
	
	
.bottom_outer_links
{
	margin:10px auto;
overflow:hidden;
padding:10px 0;
width:540px;

}
.bottom_outer_links ul{
	font-size:12px;
	color:#666;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.bottom_outer_links ul a{
	color:#666;
text-decoration:none;
}
.bottom_outer_links ul a:hover{
text-decoration:underline;
}
.bottom_outer_links ul li{
	display:inline;
	padding:0px 3px;
}



.footerlinks_heading {
	float:left;
	background:transparent url('/assets/images/footerPagesHeading.jpg') no-repeat center center;
	width:950px;
	height:55px;
}

.footerlinks_heading h3{
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
	line-height:24px;
	color:#FFF;
}

.footerlinks_Body {
	width:942px;
	height:auto;
	min-height:480px;

}



/*New Css class*/



.SoundcityTable {

	float:left;

	width:762px;

	margin:8px 0 0 20px;

}

.SoundcityTable th {

	font-size:13px;

	color:#022D46;

	font-weight:normal;

	background:url(/assets/images/table_heading_bg.jpg) bottom repeat-x;

	height:0px;

	margin:0px;

	padding:6px;

}

.SoundcityTable td {

	font-size:12px;

	color:#203b43;

}



.SoundcityTable td{

}

.SoundcityTable .row1{

	font-size:12px;

	color:#003D5C;

	background:#fff;

	text-align:center;

	line-height:20px;

}

.SoundcityTable .row2{

	font-size:12px;

	color:#003D5C;

	background:#F2F2F2;

	text-align:center;

	line-height:20px;

}

.Soundcity_inner{

	padding:0px 15px;

	font-size:12px;

	color:#333;

	line-height:20px;

	text-align:justify;

}

.Soundcity_inner p{

	

	padding:10px 0px;

	text-align:left;

}

.Soundcity_inner span{

	

	font-size:12px;

	color:#3B4157;

	line-height:22px;

	padding-left:0px;

}



.SoundcitygridHeaderRow

{

	border:1px solid #999;

	line-height:18px;

}

/*  New Umbraco Css */

.about_us_box{
	width:912px;
	height:auto;
	background:#231F20;
	overflow:hidden;
	margin:10px auto 0px auto;
}
.about_us_left_col{
	width:332px;
	height:auto;
	float:left;
	padding:30px 0px 30px 0px
}
.about_item_performance{
	width:332px;
	height:70px;
}
.about_item_performance a{
	width:332px;
	height:70px;
	background:url(/assets/images/performance.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_performance a:hover{
	background:url(/assets/images/performance_h.jpg) top no-repeat;
}
.about_item_broadcast{
	width:332px;
	height:70px;
}
.about_item_broadcast a{
	width:332px;
	height:70px;
	background:url(/assets/images/broadcast.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_broadcast a:hover{
	background:url(/assets/images/broadcast_h.jpg) top no-repeat;
}
.about_item_sync{
	width:332px;
	height:70px;
}
.about_item_sync a{
	width:332px;
	height:70px;
	background:url(/assets/images/sync.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_sync a:hover{
	background:url(/assets/images/sync_h.jpg) top no-repeat;
}
.about_item_mechanical{
	width:332px;
	height:70px;
}
.about_item_mechanical a{
	width:332px;
	height:70px;
	background:url(/assets/images/mechanical.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_mechanical a:hover{
	background:url(/assets/images/mechanical_h.jpg) top no-repeat;
}
.about_item_international{
	width:332px;
	height:70px;
}
.about_item_international a{
	width:332px;
	height:70px;
	background:url(/assets/images/international.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_international a:hover{
	background:url(/assets/images/international_h.jpg) top no-repeat;
}
.about_us_right_col{
	width:332px;
	height:auto;
	float:right;
	padding:30px 0px 30px 0px
}
.about_item_tv{
	width:332px;
	height:70px;
}
.about_item_tv a{
	width:332px;
	height:70px;
	background:url(/assets/images/tv.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_tv a:hover{
	background:url(/assets/images/tv_h.jpg) top no-repeat;
}
.about_item_artist{
	width:332px;
	height:70px;
}
.about_item_artist a{
	width:332px;
	height:70px;
	background:url(/assets/images/artist.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_artist a:hover{
	background:url(/assets/images/artist_h.jpg) top no-repeat;
}
.about_item_sub_publishing{
	width:332px;
	height:70px;
}
.about_item_sub_publishing a{
	width:332px;
	height:70px;
	background:url(/assets/images/sub_publishing.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_sub_publishing a:hover{
	background:url(/assets/images/sub_publishing_h.jpg) top no-repeat;
}
.about_item_industry{
	width:332px;
	height:70px;
}
.about_item_industry a{
	width:332px;
	height:70px;
	background:url(/assets/images/industry.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_industry a:hover{
	background:url(/assets/images/industry_h.jpg) top no-repeat;
}
.about_item_opportunities{
	width:332px;
	height:70px;
}
.about_item_opportunities a{
	width:332px;
	height:70px;
	background:url(/assets/images/opportunities.jpg) top no-repeat;
	display:block;
	text-decoration:none;
}
.about_item_opportunities a:hover{
	background:url(/assets/images/opportunities_h.jpg) top no-repeat;
}
.click_for_more{
	width:auto;
	height:auto;
	text-align:center;
	padding:20px 0px;
}
.logos_container{
	width:600px;
	height:auto;
	margin-left:20px;
}
.logos{
	float:left;
	width:auto;
	height:auto;
	padding:5px;
}


.news_centerbg ul {

	font-size: 12px;

	font-weight: normal;

	padding: 16px 0 0 46px;

	line-height:15px;

	list-style-type:disc;

	margin-right:26px;

}



/* New changes */



.help-details a {

	float:left;

	background:transparent url('/assets/images/help_button.gif') no-repeat center center;

	width:444px;

	height:78px;

	margin-top:14px;

}

.help-details a:hover {

	float:left;

	background:transparent url('/assets/images/help_button_H.gif') no-repeat center center;

	width:444px;

	height:78px;

}



.SoundCity_detail a {

	float:right;

	background:transparent url('/assets/images/LivpSoundCity.gif') no-repeat center center;

	width:444px;

	height:78px;

	margin-top:14px;

}

.SoundCity_detail a:hover {

	float:right;

	background:transparent url('/assets/images/LivpSoundCity_h.gif') no-repeat center center;

	width:444px;

	height:78px;

}





.help-details_SubOpportunities a {

	float:right;

	background:transparent url('/assets/images/help_button.gif') no-repeat center center;

	width:444px;

	height:78px;

	margin-top:14px;

}

.help-details_SubOpportunities a:hover {

	float:right;

	background:transparent url('/assets/images/help_button_H.gif') no-repeat center center;

	width:444px;

	height:78px;

}



.SoundCity_detail_SubOpportunities a {

	float:left;

	background:transparent url('/assets/images/LivpSoundCity_Suboppertunities.gif') no-repeat center center;

	width:444px;

	height:78px;

	margin-top:14px;

}

.SoundCity_detail_SubOpportunities a:hover {

	float:left;

	background:transparent url('/assets/images/LivpSoundCity_Suboppertunities_h.gif') no-repeat center center;

	width:444px;

	height:78px;

}



.GreetEscape_SubOpportunities a {

	float:left;

	background:transparent url('/assets/images/the_great_escape.jpg') no-repeat center center;

	width:444px;

	height:78px;

	margin-top:14px;

}

.GreetEscape_SubOpportunities a:hover {

	float:left;

	background:transparent url('/assets/images/the_great_escape_h.jpg') no-repeat center center;

	width:444px;

	height:78px;

}



.Sonicbid_SubOpportunities a {

	float:left;

	background:transparent url('/assets/images/sonicbids.jpg') no-repeat center center;

	width:444px;

	height:78px;

	margin-top:14px;

}

.Sonicbid_SubOpportunities a:hover {

	float:left;

	background:transparent url('/assets/images/sonicbids_h.jpg') no-repeat center center;

	width:444px;

	height:78px;

}

.Primavera_SubOpportunities a {

	float:right;

	background:transparent url('/assets/images/primavira.jpg') no-repeat center center;

	width:444px;

	height:78px;

	margin-top:14px;

}

.Primavera_SubOpportunities a:hover {

	float:right;

	background:transparent url('/assets/images/primavira_h.jpg') no-repeat center center;

	width:444px;

	height:78px;

}

/*New Css of Statement FAQ Page
---------------------------------------------------------------------------------------------------- */

#Statementfaq_left {
	float:left;
	width:950px;
}
.Statementfaq_leftcol {
	float:left;
	width:950px;
}
.Statementfaq_greenbar {
	float:left;
	background:transparent url('/assets/images/statement_faq_top.gif') no-repeat center center;
	width:950px;
	height:20px;
	margin-top:1px;
}
.Statementfaq_center {
	/*float:left;
	background:transparent url('/assets/images/center_bg.gif') repeat-y center center;
	width:634px;*/
	float:left;
	background:transparent url('/assets/images/latest_new02.gif') repeat-y center center;
	width:950px;
}
.Statementquestion {
	float:left;
	width:950px;
}
.Statementfaq_center h3 {
	float:left;
	width:888px;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	padding:12px 0 0 35px;
}
.Statementfaq_center p {
	float:left;
	width:888px;
	font-size:12px;
	line-height:18px;
	padding:0px 0 0 35px;
}
.Statementfaq_bottom {
	/*float:left;
	background:transparent url('/assets/images/bottom_bg.gif') no-repeat center center;
	width:634px;
	height:18px;*/
	float:left;
	background:transparent url('/assets/images/latest_new03.gif') no-repeat center center;
	width:950px;
	height:20px;
}

.Sentric_writer_tooltip {
			border-bottom: 0px dotted #000000; 
			color: #3B4157; 
			outline: none;
			cursor: help; text-decoration: none;
			position:relative;
		}
		.Sentric_writer_tooltip span {
			margin-left: -999em;
			position: absolute;
			color:#FFFFFF;
		}
		.Sentric_writer_tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: -1em; z-index: 99;
			margin-left: -390px; width: 350px;
		}
		
		.Sentric_writer_tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 12px; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}


.Sentric_writer_custom
         {
                 padding: 0.5em 0.5em 0.8em 1em;
         }
		
		.Sentric_writer_help
        {
			background: #3255BD; border: 1px solid #FFFFFF;
 		}


/*New Css added */

.track_heading_right_side_inner_box_style{
	width:44px;
	height:31px;
	font-size:14px;
	border:none;
	text-align:center;
	padding: 0 !important;
   line-height:28px;
	background:url('/assets/images/input_bg.jpg') no-repeat;
}
.track_heading_right_side_inner_text{
	float:left;
	font-size:17px;
	color:#1C1C1C;
	padding:33px 0px 0px 0px;
}

/*New Umbarco Css*/

.channelFive_txt h5 {
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	padding: 24px 0 15px 26px;
	color:#757575;
}

.channelFive_txt p {
	font-size: 12px;
	font-weight: normal;
	padding: 16px 0 0 26px;
	line-height:15px;
        margin-right:16px;
}
.channelFive_txt p a{
color:#0066FF;
   padding-left:0;
  text-decoration :underline;
  font-weight:bold;
}

.channelFive_txt p a:hover{
color:#00437f;
   padding-left:0;
  text-decoration :none;
  font-weight:bold;
}
.channelFive_Top_txt {
	float:left;
	width:920px;
	margin-top:10px;
	margin-bottom:10px;
}
.channelFive_Top_txt h5 {
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	padding: 24px 0 15px 26px;
	color:#757575;
}

.channelFive_Top_txt p {
	font-size: 12px;
	font-weight: normal;
	padding: 16px 0 0 26px;
	line-height:15px;
    margin-right:16px;
}



.channelFive_Top_txt p a{
color:#0066FF;
   padding-left:0;
  text-decoration :underline;
  font-weight:bold;
}

.channelFive_Top_txt p a:hover{
  color:#00437f;
   padding-left:0;
  text-decoration :none;
  font-weight:bold;
}



.channelFive_MiddleText_txt h5 {
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	padding: 24px 0 15px 26px;
	color:#757575;
}
.channelFive_MiddleText_txt p {
	font-size: 12px;
	font-weight: normal;
	padding: 16px 0 0 26px;
	line-height:15px;
     margin-right:16px;
}

.channelFiveTop {
	float:left;
	width:950px;
	margin-top:10px;
}

.right_1 p {
    font-size : 12px;
	font-weight: normal;
	line-height:15px;
 }
 .ChannelFive_registration_OverFlow {
	float:left;	
	width: 945px;
	height:420px;
}
.ChannelFive_registration_OverFlow p a {
    color: #0066FF;
    font-weight: bold;
    padding-left: 0;
    text-decoration: underline;
}

.channelFive_Middle_img {
	width:415px;
	padding: 16px 30px 16px 40px;
}

.channelFive_MiddleText_txt {
	overflow:hidden;
	width:472px;
	
	margin-top:10px;
	
}

.channelFive_img {
	float:left;
	width:388px;
	padding: 26px 30px 16px 30px;
}

.channelFive_txt {
	display:table-cell;
	overflow:hidden;
	width:500px;
	
	margin-top:10px;
}

.channel5_artists_centerbg {
	
	float:left;
	background:transparent url('/assets/images/aboutus_center.gif') repeat-y center center;
	width:950px;
}

.channel5_artists_artistsindiv_bottombg {
	
	float:left;
	background:transparent url('/assets/images/aboutus_bottom.gif') no-repeat center center;
	width:950px;
	height:20px;
}


/*New Css*/
.ReverbNation_1{
	float:left;
	width:400px;
	height:auto;
	
}
 .ReverbNation_1 p {
    font-size : 12px;
	font-weight: normal;
	line-height:15px;
 }
 
 
 .ReverbNation_1 h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
 }
 
 .ReverbNation_1 h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
 }

/*-------------Track Upload-------------*/
/*pop Up*/
.track_upload{
	width:570px;
	height:auto;
	padding:10px 0px 0px 0px;
}
.track_upload_heading{
	width:570px;
	height:29px;
}
.track_upload_heading_left{
	background:url('/assets/images/rounded_top_left.png');
	width:6px;
	height:29px;
	float:left;
}
.track_upload_heading_mid{
	background:url('/assets/images/rounded_top_mid.png');
	width:550px;
	height:24px;
  padding:5px 0px 0px 8px;
	float:left;
	font-size:17px;
	color:#022D46;
}
.track_upload_heading_right{
	background:url('/assets/images/rounded_top_right.png');
	width:6px;
	height:29px;
	float:left;
}
.track_upload_middle{
	width:538px;
	height:auto;
	overflow:hidden;
	border:1px #999999 solid;
	border-top:none;
	font-size:12px;
	color:#666666;
	padding:7px 15px;
	border-bottom:none;
}
.track_upload_bottom{
	width:570px;
	height:8px;
}
.track_upload_bottom_left{
	background:url('/assets/images/rounded_bottom_left.png');
	width:8px;
	height:8px;
	float:left;
}
.track_upload_bottom_mid{
	width:554px;
	height:8px;
	float:left;
	background:url('/assets/images/rounded_bottom_mid.png');
}
.track_upload_bottom_right{
	background:url('/assets/images/rounded_bottom_right.png');
	width:8px;
	height:8px;
	float:left;
}
.track_upload_buttons{
	width:554px;
	height:auto;
	overflow:hidden;
	text-align:left;
}

.news_subcenter h4 {
	font-size: 24px;
	font-weight: bold;
	padding: 14px 0 0 28px;
	color:#404041;
	line-height:24px;
}


/*New Css for TV opportunity*/
.tv_licensing a {
	float:left;
	background:transparent url('/assets/images/tv_licensing.jpg') no-repeat center center;
	width:444px;
	height:78px;
	margin-top:14px;
}
.tv_licensing a:hover {
	float:left;
	background:transparent url('/assets/images/tv_licensing_h.jpg') no-repeat center center;
	width:444px;
	height:78px;
}
.sync_briefs a {
	float:right;
	background:transparent url('/assets/images/sync_briefs.jpg') no-repeat center center;
	width:444px;
	height:78px;
	margin-top:14px;
}
.sync_briefs a:hover {
	float:right;
	background:transparent url('/assets/images/sync_briefs_h.jpg') no-repeat center center;
	width:444px;
	height:78px;
}



.send_music a {
	float:left;
	background:transparent url('/assets/images/send_music.jpg') no-repeat center center;
	width:444px;
	height:78px;
	margin-top:14px;
}
.send_music a:hover {
	float:left;
	background:transparent url('/assets/images/send_music_h.jpg') no-repeat center center;
	width:444px;
	height:78px;
}
.what_sync a {
	float:right;
	background:transparent url('/assets/images/what_sync.jpg') no-repeat center center;
	width:444px;
	height:78px;
	margin-top:14px;
}
.what_sync a:hover {
	float:right;
	background:transparent url('/assets/images/what_sync_h.jpg') no-repeat center center;
	width:444px;
	height:78px;
}

.create_Sync_box{
	width:905px;
	height:auto;
	padding:10px 0px 0px 0px;
}
.create_Sync_heading{
	width:905px;
	height:29px;
}
.create_Sync_heading_left{
	background:url('/assets/images/rounded_top_left.png');
	width:6px;
	height:29px;
	float:left;
}
.create_Sync_heading_mid{
	background:url('/assets/images/rounded_top_mid.png');
	width:875px;
	height:19px;
	padding:10px 0px 0px 8px;
	float:left;
	  color: #022D46;
    font-size: 15px;
    font-weight: bold;
}
.create_Sync_heading_right{
	background:url('/assets/images/rounded_top_right.png');
	width:6px;
	height:29px;
	float:left;
}
.create_Sync_middle{
	width:893px;
	height:auto;
	overflow:hidden;
	border:1px #999 solid;
	border-top:none;
	border-bottom:none;
}
.create_Sync_table{
	width:420px;
	float:left;
	font-size:12px;
	color:#666666;
	margin:0px 0px 15px 20px;
}
.create_Sync_table td{
	padding:12px 0px 0px 0px;
}

.create_Sync_bottom{
	width:905px;
	height:8px;
}
.create_Sync_bottom_left{
	background:url('/assets/images/rounded_bottom_left.png');
	width:8px;
	height:8px;
	float:left;
}
.create_Sync_bottom_mid{
	width:879px;
	height:8px;
	float:left;
	background:url('/assets/images/rounded_bottom_mid.png');
}
.create_Sync_bottom_right{
	background:url('/assets/images/rounded_bottom_right.png');
	width:8px;
	height:8px;
	float:left;
}
.Sync_links{
	width:905px;
	height:auto;
	padding:10px 0px 0px 0px;
	/*overflow:hidden;*/
}
.Sync_links ul{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#066CAA;
}
.Sync_links ul li{
	display:inline;
	font-size:12px;
	padding:0px 3px;
}
.Sync_links ul li a {
	font-weight:normal;
	font-size:12px;
    color:#066CAA;
	
	 text-decoration :none;
	padding:0px;
}
.Sync_links ul li a:hover
{text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	color:#066CAA;

}
.Sync_links ul li a:visited
{
font-size:12px;
	color:#066CAA;
}


.Sync_inner{
	padding:10px 15px 0;
	  color: #3B4157;
    font-size: 12px;
    line-height: 20px;
	text-align:justify;
}
.Sync_inner p{
	
	/*margin:10px 0px;
	color:#414141;
	
	 font-size: 12px;
    font-weight: normal;
    line-height: 15px;*/
     color: #3B4157;
    font-size: 12px;
    line-height: 20px;
	
}
.Sync_inner span{
	font-weight:bold;
	font-size:15px;
	color:#022D46;
	
}
.Sync_inner ul li a {
	font-weight:normal;
	font-size:12px;
 color:#066CAA;
	text-decoration:underline;
	padding:0px;
}
.Sync_inner ul li a:hover
{
	font-weight:normal;
	font-size:12px;
	color:#066CAA;
		text-decoration:none;
}
.Sync_inner ul li a:visited
{
font-size:12px;
	color:#066CAA;
}

.Syn_buttons{
	background:url('/assets/images/blue_button_small.png') no-repeat;
	width:58px;
	height:22px;
	border:none;
	font-size:13px;
	 text-align: center;
	color:#022D46;
	float:right;
}

/*---------------Create Another Writer------------------*/
/*pop Up*/
.add_another_writer_box_800{
	width:800px;
	height:auto; 
	padding:10px 0px 0px 0px;
}
.add_another_writer_heading_800{
	width:800px;
	height:29px;
}
.add_another_writer_heading_left_800{
	background:url(/assets/images/rounded_top_left.png);
	width:6px;
	height:29px;
	float:left;
}
.add_another_writer_heading_mid_800{
	background:url(/assets/images/rounded_top_mid.png);
	width:772px;
	height:19px;
	padding:10px 0px 0px 8px;
	float:left;
	font-size:15px;
	color:#022D46;
}
.add_another_writer_heading_right_800{
	background:url(/assets/images/rounded_top_right.png);
	width:6px;
	height:29px;
	float:left;
}
.add_another_writer_middle_800{
	width:760px;
	height:auto;
	overflow:hidden;
	border:1px #999 solid;
	border-top:none;
	font-size:12px;
	color:#666666;
	padding:7px 15px;
	border-bottom:none;
	background-color:White;
}
.add_another_writer_bottom_800{
	width:792px;
	height:8px;
}
.add_another_writer_bottom_left_800{
	background:url(/assets/images/rounded_bottom_left.png);
	width:8px;
	height:8px;
	float:left;
}
.add_another_writer_bottom_mid_800{
	width:776px;
	height:8px;
	float:left;
	background:url(/assets/images/rounded_bottom_mid.png);
}
.add_another_writer_bottom_right_800{
	background:url(/assets/images/rounded_bottom_right.png);
	width:8px;
	height:8px;
	float:left;
}
.add_another_writer_buttons_800{
	width:792px;
	height:auto;
		overflow:hidden;
}
.add_another_writer_table_800{
	width:438px;
	font-size:12px;
	color:#666666;

}

.Masstrax_NextBtn1
{ visibility:hidden;
   
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

