@CHARSET "UTF-8";

/*

	Reset styles...

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/** here come our styles */
body {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#888888;
}


p {
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

a {
	color:#003399;
}

.footer {
	text-align:center;
	margin:10px 10px 10px;
	padding-bottom:40px;
}

.footer a{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 4px;
	border-left:1px solid #003399; 
}

.footer a.first{
	border-left:none;
}

.front-page-box {
	width:760px;
	height:200px;
	padding:0px;
	margin:8px auto 20px;
}

#header{
	width:760px;
	margin:0px auto 10px;
	background-image:url(/top-bar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#content{
	margin:10px auto;
	padding:16px 40px;
	width:678px;
	background-image:url(/images/gloom.jpg);
	border-left:1px solid gray;
	border-right:1px solid gray;
	position:relative;
}

#content-bottom{
	z-index:20;
	position:absolute;
	bottom:0px;
	left:-1px;
	width:760px;
	height:3px;
	background-image:url(/frame/bottom.jpg);
}
#content-top{
	z-index:20;
	position:absolute;
	top:0px;
	left:-1px;
	width:760px;
	height:3px;
	background-image:url(/frame/top.jpg);
}

#logo-container{
	padding-bottom:20px;
	background-image:url(/top-bar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#front-page-advertiser,
#front-page-artist{
	background-image:url(/front/bg.png);
	background-repeat:no-repeat;
}

#front-page-advertiser .box,
#front-page-artist .box{
	float:left;
	width:350px;
	padding:15px;
}

#front-page-advertiser .box p{
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:16px;
}

#front-page-advertiser .box a.button{
	display:block;
	margin-bottom:16px;
	width:177px;
}

#artist-login-box{
	background-image:url(/front/bg_login.jpg);
	background-repeat:no-repeat;
	height:108px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:25px;
	padding-top:15px;
	text-align:right;
	width:235px;
}

#artist-login-box label{
	display:block;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

#artist-login-box a{
	display:block;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-top:3px;
	font-size:10px;
}

.inp {
	background-color:#FFFFFF;
	border-color:#808080 #D4D0C8 #D4D0C8 #808080;
	border-style:solid;
	border-width:1px;
}

.bt {
	background-color:#FFFFFF;
	border-color:#D4D0C8 #808080 #808080 #D4D0C8;
	border-style:solid;
	border-width:1px;
	font-size:11px;
	font-weight:normal;
	height:20px;
}

form.lgnfrm{
	padding-bottom:5px;
	padding-left:40px;
	padding-right:5px;
	padding-top:10px;
}

#header p {
	padding:5px 10px 7px;
	text-align:right;
	color:white;	
}

p.intro {
	font-weight:bold;
	padding:16px 0px;
	line-height:17px;
	font-size:14px;
}

table.form {
	width:100%;
	font-size:12px;
	font-weight:bold;
}

table.form td{
	vertical-align: middle;
	padding:3px;
}

table.form.middle th{
	vertical-align:middle;
}

table.form.bold td{
	font-weight:bold;
	text-align:left;
	padding:3px;
}

table.form tr.header th {
	background-image:url(/images/blinds.png);
	background-color:#ccc;
	padding:12px 0px 12px 40px;
	font-size:12px;
	font-weight:bold;
}

table.form label {
	display:block;
	text-align:right;
	font-weight: bold;
}

table.form input,
table.infotable input,
table.compact input,
table.form select,
table.form textarea{
	border:1px solid #263DB6;
}

table.form input,
table.compact input,	
table.infotable input{
	width:150px;
}

table.form input.radio{
	border:none;
	width:auto;
}

table.form .descr{
	color:#666;
	padding-left:10px;
	font-weight:bold;
}

table .disaprove{
    color:#FF0000;
    padding-left:10px;
    font-weight:bold;
}

table .redhighlight{
    color:#FF0000;
    padding-left:10px;
    font-weight:bold;
}

table .descr{
    color:#666;
    padding-left:10px;
    font-weight:bold;
    
}


#dob_row div{
	padding-right:292px;
	text-align:right;
	font-weight: bold;
	margin:3px;
}

#gender_label{
	display:block;
	float:left;
	font-weight:bold;
	margin-left:132px;
	margin-top:5px;
}

span.addrlabel_1{
	margin-left:44px;
}

span.addrlabel_2{
	margin-left:22px;
	color:#666;
}

div.address_state_zip label{
	display:inline;
}

table.subform th{
	vertical-align: middle;
	background-color:#f7f7f7;
}

table.subform tr.header th{
	padding:3px;
	color:white;
	text-align:center;
	background-image:url(/top-bar.jpg);
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top:25px;
}

table.list {
	width:100%;
	margin:10px 0;
	font-size:10px;
	
}

table.list td {
	text-align:center;
	font-weight:bold;
	padding:1px;
}

table.list.large td{
	font-size:12px;
	padding:2px;
}

table.list tr.listrow0 td{
	background-color: #e8e8e8;
}

table.list.large tr.listrow0 td{
	background-color: #ccc;
}

table.list tr.listrow1 td{
	background-color: white;
}

table.list th {
	font-size:10px;
	color:white;
	background-image:url(/top-bar.jpg);
	text-align:center;
	background-repeat:repeat-x;
	padding:5px;
	font-weight:bold;
}

table.list.large th{
	font-size:12px;
}

table.infotable {
	width:100%;
}

table.infotable th{
	background-color:#e9e9e9;
	font-weight:bold;
	text-align:right;
	font-size:12px;
	padding:2px;
	width:171px;
}

table.infotable td{
	font-weight:bold;
	padding:2px;
	background-color: white;
	font-size:12px;
}

table.list td.right{
	text-align:right;
}

div.buttons{
	text-align: center;
}

div.buttons a {
	margin:5px;
}

table.compact {
	border:2px solid #999999;
	width:100%;
	margin-top:10px;
}

table.compact td {
	font-weight:bold;
	font-size:12px;
	padding:2px;
}

table.compact th {
	padding:2px;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	background-color:#ccc;
}

table.compact th.plain {
	background-color:transparent;
}

table.compact th.grayed{
	color:#666;
	text-align: center;
}

table.spotlist{
	width:100%;
}

table.spotlist th {
	font-size:18px;
	color:white;
	background-image:url(/top-bar.jpg);
	text-align:left;
	padding:3px;
	font-weight:bold;
}

table.spotlist td{
	vertical-align: middle;
	text-align: center;
}

table.spotlist table.subtable th{
	background-image:none;
	font-size:12px;
	color:black;
	text-align:right;
}

table.spotlist table.subtable td{
	font-size:12px;
	font-weight:bold;
}

table.left td {
	text-align:left ! important;
}

table.with-padding label{
	padding:3px;
}

p.has_match {
	color:white;
	background-image:url(/top-bar.jpg);
}

ul.list {
	padding-left:40px;
	margin:1em 0;
	list-style-type:disc;
}

ul.list li {
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

#faq, #terms, #privacy {
	margin:30px 0;
}

#faq p.question{
	font-size:14px;
	color:#4C4C4C;
	margin:10px 0px;	
}

#terms p {
	font-weight:normal;
}

#terms ol {
	padding-left:40px;
	margin:1em 0;
	list-style-type:decimal;
}

#terms li {
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin-top:4px;
}

#terms strong {
	font-weight:bold;
}

#privacy h3{
	font-size:14px;
	font-weight:bold;
	margin-top:1em;
}

#artist_edit_account_link{
	float:right;
}

#artist_spam_friends_link {
	float:right;
	clear:right;
	margin-top:5px;
}

#artist_add_new_cd_link{
	margin:20px 10px;
	display: block;
}

p.extrainfo {
	color:gray;
	margin:10px 0px;
}

#step_1_list{
	list-style-type:disc;
	margin:4em;
}

#step_1_list li{
	font-weight:bold;
	margin:20px 0px;
	font-szie:12px;
}

#step_1_table {
	clear:both;
	width:500px;
	margin:0px auto;
}

#step_1_table td{
	text-align:center;
}

#step_1_table td.done{
	font-size:18px;
	font-weight:bold;
}

#step_1_table th{
	background-color: #ccc;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

#step_1_table th span{
	font-size:10px;
	color:red;
}

p.normal{
	font-weight:normal;
}

p.important{
	color:#003399;
	font-size:10px;
}

#mp3_form p {
	margin:10px 0px;
}

#mp3_form strong {
	font-weight: bold;
}

div.err{
	font-size:18px;
	font-weight:bold;
	color:red;
}

div.infobox{
	width:50%;
	background-color: #ccc;
	padding:10px;
}

#disapproved_info{
	background-color:black;
	color:red;
	padding:10px;
	font-size:12px;
}

#disapproved_info td{
	font-weight:bold;
}

div.infobox h2{
	font-weight:bold;
	font-size:18px;
}

div.infobox table td{
	font-size:12px;
	font-weight:bold;
	padding:10px 2px;
}

div.tableinfo {
	width:420px;
	margin:20px auto;
	padding:20px;
	text-align:center;
	border:1px solid #263DB6;
	background-color:white;
}

div.tableinfo h2{
	font-weight:bold;
	font-size:18px;
}


#demo-list {
	float:left; 
	width:318px;
	height:25px;
	border:1px solid #263DB6;
	overflow:hidden;
	background-color:white;
}

#demo-status .progress
{
	background:				white url(/fancyupload/assets/progress-bar/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}

#demo-list li {
	padding:7px 3px;
	font-size:11px;
}

#demo-list a {
	padding:0px 3px;
	font-weight:bold;
}

#advertiser_actions {
	float:right;
}

#adv_edit_account_btn{
	margin-left:10px;
	position:relative;
	top:-10px;
}

#account_info {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	margin-left:100px;
}

button.image {
	border:0px;
	padding:0px;
	background-color:transparent;
}

#download_adv_template{
	height:140px;
	margin:20px 0px 20px 150px;
}

#download_adv_template a {
	display:block;
	padding:5px 0px;
}

#a-demo-list,
#x-demo-list,
#f-demo-list {
	float:left; 
	width:220px;
	height:25px;
	border:1px solid #263DB6;
	overflow:hidden;
	background-color:white;
}

#a-demo-status .progress,
#x-demo-status .progress,
#f-demo-status .progress
{
	background:				white url(/fancyupload/assets/progress-bar/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
	width:220px;
}

#a-demo-list li,
#f-demo-list li,
#x-demo-list li {
	padding:7px 3px;
	font-size:11px;
	white-space:nowrap;
}

#a-demo-list a,
#f-demo-list a,
#x-demo-list a {
	padding:0px 3px;
	font-weight:bold;
}

#campaign_edit_sidebar{
	float:right;
}

#campaign_status{
	background-color:#999999;
	font-weight:bold;
	margin-top:20px;
	padding-top:5px;
	text-align:center;
}

#campaign_status p {
	font-size:14px;
	margin-top:5px;
	padding:2px;
	color:white;	
}

#campaign_status p.no{
	background-color:red;
}

#campaign_status p.yes{
	background-color:#006600;
}

#search_toggle {
	padding:3px;
	margin:10px;
	cursor:pointer;
}

#search_form{
	margin:10px;
}

#search_form input {
	width:auto;
}

#search_form tr.header th {
	color:white;
	background-image:url(/top-bar.jpg);
	font-size:12px;
	padding:3px;
	font-weight:bold;
	text-align:center;
}

#search_form tr.row1 td {
	background-color:#efefef;
}

#search_form tr.row1 th {
	background-color:#d4d0c8;
}

#search_form th label {
	text-align:left;
}

#search_form th input {
	margin:10px;
}

#search_form th select {
	width:175px;
}

.formbuttons{
	text-align:center;
}

td.matchselect_cell {
	background-color:#283C83!important;
	color:white;
	vertical-align:middle;
	width:120px;
}

.matchselect_cell label {
	display:block;
	margin:20px 0px 5px;
}

.matchselect_cell label img {
	vertical-align:middle;
}

.matchselect_cell label.approve_cb_label {
	background-image:url(/top-bar.jpg);
	padding:3px;
}

.matchselect_cell input, .matchselect_cell select {
	border:1px solid black;
}

td.campaign_info {
	vertical-align:middle;
}

td.campaign_info table.form th {
	background-image:none;
	color:black;
	text-align:right;
}

table.infotable th label input {
	width:auto;
}

#fullmatch_override_btn{
	vertical-align:middle;
}

#fullCdMatch td, #fullCdMatch th {
	background-color:#999;
	height:40px;
	text-align:center;
	vertical-align:middle;
}

#fullCdMatch th {
	font-size:18px;
}

#matchtable td {
	vertical-align:middle;
}

.campaign-info{
	margin:10px auto;
	width:680px;
	border:2px inset;	
}

.campaign-info td,
.campaign-info th {
	font-size:12px;
	font-weight:bold;
	padding:3px;
}  

.campaign-info th{
	background-color:#f0f0f0;
	text-align:right;
}

.campaign-info th.header{
	color:white;
	background-color:#283c83;
	font-size:18px;
	padding:3px;
	font-weight:bold;
	text-align:left;
}

.campaign-info td.collapsed {
	height:140px;
	display:block;
	overflow:auto;
}

.campaign-info tr.imagerow td {
	vertical-align:middle;
	font-size:18px;
	background-color:#fff;
	text-align:center;
}

.campaign-info th.listheader{
	background-image:url(/top-bar.jpg);
	height:20px;
}

.campaign-info label img {
	vertical-align:bottom;
}

#cdtable {
	border:2px inset;
}

#artistinfo1{
	width:100%;
}

#artistinfo1 td,
#artistinfo1 th {
	font-size:12px;
	font-weight:bold;
	padding:3px;
}  

#artistinfo1 th {
	text-align:right;
}

#artistinfo1 table.list th {
	font-size:10px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

#matchtable tr.current_cd_row td {
	background-color:#990000;
	color:white;
}

#matchtable tr.current_cd_row td.big_x {
	font-size:72px;
}

#matchtable tr.current_cd_row td.campaign_info,
#matchtable tr.current_cd_row td.campaign_info td{
	background-color:#6c0000;
}

#matchtable tr.current_cd_row td.campaign_info table.form th {
	background-image:none;
	color:white;
	text-align:right;
}

#matchtable tr.current_cd_row td.campaign_info table.form tr.head th,
#matchtable tr.current_cd_row td.campaign_info table.form tr.head td {
	background-color:#880000;
}

.grayinfobox {
	border:1px solid #666666;
	width:610px;
	margin:20px auto;
	padding:25px;
	background-color:#f3f3f3;
}

.imageinfobox {
	background-color:white;
	border:1px solid #666666;
	width:610px;
	margin:20px auto;
	padding:25px;
	height:140px;
}

.imageinfobox img.infoboximage {
	float:left;
	margin-top:20px;
}

.imageinfobox .infoboxtext{

	float:left;
	margin-left:20px;
	width:480px;
}

.imageinfobox .infoboxtext p,
.grayinfobox p {
	padding-bottom:10px;
}

#cms_table{
	width:500px;
	margin:10px auto;
	background-color:#b8b8b8;
	background-image:url(/images/gradient-gray.png);
	background-repeat:repeat-x;
	background-position:top;
}

#cms_table .col {
	width:160px;
	float:left;
	margin-right:10px;
}
	
#cms_table h2 {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
	padding:13px 0px;
}

#cms_table li a {
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

#cms_table ul {
	background-color:white;
}

#cms_table ul li {
	margin-bottom:10px;
	height:94px;
}

.ref_artist{
	border:1px solid #999;
	margin:20px;
}

.ref_artist div{
	background-color:#999;
	position:relative;
}

.ref_artist div h2{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:2px;
}

.ref_artist div span{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:300px;
	padding:2px;
}
.ref_artist div.ref-container{
	clear:both;
	background-color:transparent;
}

#feedback_popup_btn {
	display:block;
	margin:5px;
}

#feedback_popup_form label{
	text-align:left;
}