/* Styles shared between admin and front end */
.notification {
	margin:15px;
	color:#00578a;
	font-size:16pt;
	font-weight:bold;
	border:2px solid #00578a;
	padding:20px 20px 20px 70px;
	background-image:url(../Images/notification.png);
	background-repeat:no-repeat;
	background-position:10px 20px;
}
.notification p{
	margin: 0px;
}

p.blatant {
    color: red;
    font-size: 12pt;
    font-weight: bold;
}

/* Spinners */
div#top_content div#popup_justspinner.popup_block {
    text-align: center;
}
div#top_content div#popup_justspinner.popup_block p img {
    margin-top: 6px;
}
div#top_content div#popup_justspinner.popup_block {
    left: 45%;
    top: 40%;
}

div#top_content p.spinner_img {
    margin-top: 6px;
    text-align: center;
}
div#top_content div#popup_spinnermessage.popup_block {
    left: 35%;
    top: 40%;
}

/* Delete This Row Graphic Tweakage */
.delete_this_row {
    background: url("../Images/delete.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -1999px;
    width: 16px;
    margin: 0px auto;
}

/* Calculator Output Rows */
#abundaCalcBody_process td {
    vertical-align: top;
}
#abundaCalcBody_process td.line_number {
    width: 30px;
}
#abundaCalcBody_process td.upc {
}
#abundaCalcBody_process td.details {
}
#abundaCalcBody_process td.quantity {
    width: 30px;
}
#abundaCalcBody_process td.item {
    text-align: right;
    width: 80px;
}
#abundaCalcBody_process td.values {
    width: 80px;
}
#abundaCalcBody_process td.delete {
    width: 80px;
}
