.dashboard-widget {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0;
	margin-top: 17px;
	margin-right: 17px;
	width: 45%;
	float: left;
}

.dashboard-widget p.error {
	background-image: none;
}

.dashboard-widget h1 {
	font-size: 95%;
	margin: 0;
	padding: 7px;
	background: #eee;
	color: #222;
}
.dashboard-widget h1 #spinner {
	padding: 0 0 0 70px;
	margin: 0;
}

.dashboard-widget table {
	margin: 10px 17px; 	
}
.dashboard-widget table .label {
	text-align: left;	
}
.dashboard-widget table tr.hasLabel td {
	padding-top: 7px;
}

.dashboard-widgetwidget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dashboard-widgetwidget li {
	padding: 0;
}

.tax-value td {
	padding: 1px 7px;
}

#updateInquiry {
	float: right;
	margin: 17px;
}

#paymentLinks table {
	width: 100%;
}
#paymentLinks table td {
	padding: 3px;
	vertical-align: top;
}

#paymentLinks p {
	font-style: italic;
}

table.account {
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	background: #fff;
	margin: 3px 3px 12px 3px;

}	

.account thead {
	font-size: 95%;
	margin: 0;
	padding: 7px;
	background: #eee;
	color: #222;
	text-align: left;	
}

.account th {
	padding: 1px 15px;
}

.account td {
	padding: 3px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

.account tr.even {
	background-color: #eee;
}

table.condensed {
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	background: #fff;
	margin: 3px 3px 12px 3px;
}	

table.condensed thead {
	font-weight: bold;
	margin: 0;
	padding: 3px;
	background: #eee;
	color: #222;
	text-align: left;	
}

table.condensed td.rowheader {
	font-weight: bold;
}

table.condensed th.colheader {
	padding: 1px 3px;	
}

table.condensed td {
	padding: 5px 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

table.condensed tr.even {
	background-color: #eee;
}

table.condensed tr.total {
	background-color: #eee;
}

table.condensed tr.total td {
	font-weight: bold;
}

/* a div surrounding the active link for a list of links */
div.activelink {
	color: #aaa;
	font-weight: bold;	
}

.pdfDownloadLink {
	font-size: 75%;
	padding-left: 28px;
	padding-top: 1px;
	padding-bottom: 1px;	
	background: url(../images/pdf-document.png) 0 0 no-repeat;
	height: 24px;
	display: block;
}

.total {
	font-weight: bold;
}