img.wpsca-action-icon {
    cursor: pointer;
    margin: 3px;
}

table.wpsca_affiliate_application th {

}
table.wpsca_affiliate_application input,
table.wpsca_affiliate_application select
{
    margin: 0;
}


th.formHeader
{
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 1.0em;

}

table.wpsca-form-table {

}

table.wpsca-form-table th {
    text-align: left;
    font-weight: normal;
    width: 150px;
}

div.wpsca_form_errors
{
    color: red;
    text-align: left;
}

label.wpsca_form_error
{
    color: red;
}
input.wpsca_form_error{
    background-color: pink;
}
span.status_applied {
    color: orange;
    font-weight: bold;
    text-transform: uppercase;
}
span.status_declined {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
span.status_blocked {
    color: red;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}


span.status_active {
    color: green;
    font-weight: bold;
    text-transform: uppercase;
}
span.status_inactive {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
span.status_confirmed {
    color: blue;
    font-weight: bold;
    text-transform: uppercase;
}
span.status_approved {
    color: #abd;
    font-weight: bold;
    text-transform: uppercase;
}

.positiveMoney
{
    color: green;
    white-space: nowrap;
}
.negativeMoney{
    color: red;
    white-space: nowrap;
}

table.wpsca_terms_table
{
    text-align: left;
}

div.buttonsBar
{
    margin: 20px;
	
}
div.buttonsBar > a
{
    margin: 0 15px 0 15px;
	padding: 5px;
	border: solid 1px #000;
	background: #ccc;
	color: #000;
}
div.accountSummaryBox > span
{
    margin-left: 15px;
    margin-right: 15px;
}

div.summaryPanel{
    font-size: 1.1em;
}
div.summaryPanelLine{
    margin: 10px;
}
div.summaryPanelLineLabel
{
    white-space: nowrap;
}
div.summaryPanelLineValue
{
    float: left;
    width: 50px;
    font-weight: bold;
}

/***** Affiliate Control Panel *****/

.aff-wrap {
	background: #fff;
	border: solid 1px #000;
}

div.affiliate-cp-subnav
{
	background: #000;
    white-space: nowrap;
	padding-left: 7px;
	margin-bottom: 15px;
}

div.affiliate-cp-subnav ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;

}
div.affiliate-cp-subnav li
{
    display: inline-block;
	text-align: center;
	padding: 0!important;
	margin: 0!important;
}

div.affiliate-cp-subnav li:hover {
   background: #FFF;
}

div.affiliate-cp-subnav li:hover a {
	color: #000;
}


div.affiliate-cp-subnav a
{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    width: 115px;
    color: #FFF;
	text-shadow: none!important;
	font-weight: bold;
	text-decoration: underline;
}

.aff-wrap .widefat {
	margin: 0 auto 0;
	color: #000;
	margin-bottom: 20px;
}

.daterange-form {
	padding: 10px;
	color: #000;
}


div.wpsca-tip
{
    padding: 15px 30px;
    background-color:#ffc;
    border: 1px solid #fc0;
    width: 600px;
}

div.wpsca-error-tip
{
    padding: 15px 30px;
    background-color:#fee;
    border: 1px solid #daa;
    width: 600px;
}

div.wpsca-success-tip
{
    padding: 15px 30px;
    background-color:#dfd;
    border: 1px solid #0b0;
    width: 600px;
}


.totalsTable th {
    text-align: left;
    padding: 6px;
}
.totalsTable td {
    padding: 3px;
    vertical-align: top;
}
table.totalsTable {
    padding: 10px;
    margin-top: 10px;
}
th.moneyCell, td.moneyCell {
    text-align: right;
}
tr.totalRow {
    font-size: 1.5em;

}
tr.totalSeparatorRow td {
    height: 1px;
    padding: 0;
    background-color: #aaa;
}

tr.transaction-pending {
    background-color: #ffc;
	color: #000;
}
tr.transaction-confirmed {
    background-color: #dfd;
	color: #000;
}
tr.transaction-failed {
    background-color: #fee;
	color: #000;
}
