/* Spearmint tints > http://inspire.server101.com/bttdb/html/tables/ */

/* table */
table.mint {
	background: #FFF;
	border-collapse: collapse;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: verdana;
	width:100%;
    border-right: #999999 1px solid;
    border-left:  #999999 1px solid;
    border-color:#999999;
    border-width:1px;
}


/* reduced font size to save space */
table.mint tr { font-size: 90%; }

/* prevent nested tables reducing font size further */
table.mint tr tr { font-size: 100%; }

/* tinted rows */
/* in CSS3 selectors: tbody tr:even or tbody tr:nth-child(2n) */
table.mint tr.odd {
	background: #CFD9E6;
}

/* table cells */
table.mint th, table.mint td {
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
}

/* borders to separate body sections */
table.mint tbody tr:first-child th,
table.mint tbody tr:first-child td,
table.mint tfoot tr:first-child th,
table.mint tfoot tr:first-child td {
	border-top: 1px solid #999999;
}

/* tints for column headings */
table.mint thead, .thead {
	background: #6A7D97;
	white-space: nowrap;
}

table.mint thead td, .thead td 
{
    color:#ffffff;
	font-weight:bold !important;
	border-right: #999999;
}

*
table.mint tbody tr td
{
	border-right: #999999;
}
