@charset "utf-8";
/* CSS Document */

.amount_positive{
	color:#060;
}
.amount_negative{
	color:#900;
}
tr.linefinances1 td, tr.linefinances2 td{
	padding:5px;
	background: -moz-linear-gradient(0% 50% 90deg, #F8F8F8, #EEEEEE) repeat scroll 0 0 #F8F8F8;
	border-bottom:1px solid #CCC;
 
}

tr.footfinances td{
	padding:5px;
	background-color:#EEEEEE;
	border-top:2px solid #CCC;
}

tr.headerfinances td{
	padding:5px;
	background-color:#EEEEEE;
	border-bottom:2px solid #CCC;
}
.first_col_artist {
    padding: 0;
    width: 223px;
}
.second_col_artist {
    padding-left: 15px;
}
.artist_data {
    background: url("images/back_artist_data.png") no-repeat scroll 0 0 transparent;
    margin-bottom: 0;
    padding: 5px 15px 5px 5px;
}
.artist_data_bottom {
    background: url("images/back_artist_data_bottom.png") no-repeat scroll 0 0 transparent;
    height: 4px;
    margin-bottom: 5px;
}
span.cat_tag {
    border-radius: 2px 2px 2px 2px;
    font: 9px verdana,arial,sans-serif;
    padding: 2px 5px;
	
	display:inline-block;
	text-align:center;
	width:50px;
}

tr.linefinances1:hover a.delete_button, tr.linefinances2:hover a.delete_button{
	background:url(images/delete_gray.png) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}

tr.linefinances1:hover a.delete_button:hover, tr.linefinances2:hover a.delete_button:hover{
	background:url(images/delete.png) no-repeat;
	
}

tr.linefinances1:hover a.edit_button, tr.linefinances2:hover a.edit_button{
	background:url(images/edit_gray.png) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}

tr.linefinances1:hover a.edit_button:hover, tr.linefinances2:hover a.edit_button:hover{
	background:url(images/edit.png) no-repeat;
	
}


.artist_data h3{
	font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 5px;
    padding: 0;
  
	border-bottom: 1px solid #ECECEC;

}

tr.balance td{
	border-top:1px solid #CCC;
	
}

.notontime{
	color:#C00;
}
.ontime{
	color:#090;
}
.paid{
	color:#090;
}

.unpaid_ontime{
	color:#F90;
}

.statusline{
	color:#FFF;
}
.payment_notontime .statusline{
	background-color:#C00;
}
.payment_unpaid_ontime .statusline{
	background-color:#F90;
}
.payment_paid .statusline{
	background-color:#090;
}
.payment_pending .statusline{
	background-color:#999;
}

.payment_notontime .statussentence{
	color:#C00;
}
.payment_unpaid_ontime .statussentence{
	color:#F90;
}
.payment_paid .statussentence{
	color:#090;
}
.payment_pending .statussentence{
	color:#999;
}

.payment_notontime .statusdetail{
	background-color:#C00;
	color:#FFF;
}
.payment_unpaid_ontime .statusdetail{
	background-color:#F90;
	color:#FFF;
}
.payment_paid .statusdetail{
	background-color:#090;
	color:#FFF;
}
.payment_pending .statusdetail{
	background-color:#999;
	color:#FFF;
}

.payment_notontime .duedateline{
	color:#C00;
}

.num_payments{
	color:#FFF;
	font-size:10px;
	padding:2px;
	border-radius:2px;
	vertical-align:super;
	background-color:#999;
}
.num_payments_paid{
	background-color:#090;
}
.num_payments_unpaid{
	background-color:#C00;
}
.num_payments_unpaid_ontime{
	background-color:#F90;
}

tr.payments td{
	border-bottom:1px solid #CCC;
	background-color:#EEE;
	font-size:10px;
}

.payments_button{
	cursor:pointer;	
}

.paymenthide{
	display:none;
}
.paynow{
	background:url(images/arrow_right.png) no-repeat;
	
	text-decoration:none;
	/*
	background-color:#eee;
	padding:2px;
	border-radius:2px;
	
	display:compact;
	*/
	padding-left:20px;
}
.viewdetails{
	background:url(images/magnifier.png) no-repeat;
	padding-left:20px;
	text-decoration:none;
}
.paymenthover{
	background-color:#eee;
}
.invoicehover{
	background-color:#eee;
}
.selected_invoice{
	background-color:#eee;
}

fieldset.invoicesfieldset{
	padding:5px;
	border:none;
	border-top:1px solid #ccc;
}

fieldset.invoicesfieldset{
	
}

fieldset.invoicesfieldset legend{
	font: 16px "Lucida Grande",Arial,Sans-serif;
}

table.invoicesform, table.invoicesform input[type=text], table.invoicesform select, table.invoicesform textarea, table.invoicesform th{
	font: 13px "Lucida Grande",Arial,Sans-serif;
}

td.invoiceskey{
	width:150px;
	padding-right:15px;
	vertical-align:middle;
}
table.invoicesform td{
	padding:5px;
}

.notsetted{
	color:#CCC;
}



/* tabs */
dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}


.table tbody tr.success td {
	background-color: #dff0d8 !important;
}
.table tbody tr.success:hover td, .table tbody tr.success.paymenthover td  {
	background-color: #d0e9c6 !important;
}

.table tbody tr.warning td {
	background-color: #fcf8e3 !important;
}
.table tbody tr.warning:hover td, .table tbody tr.warning.paymenthover td {
	background-color: #faf2cc !important;
}

.table tbody tr.error td {
	background-color: #f2dede !important;
}
.table tbody tr.error:hover td, .table tbody tr.error.paymenthover td {
	background-color: #ebcccc !important;
}

.table_scrolls{
	overflow-x: scroll;
	overflow-y: hidden;
	width:100%;
}

.items_table_responsive{
	width:100%;
}


