#spam_collapsible {
	padding-right: 10px;
	padding-left: 10px;
}
table, table tr, table tr td {
	font-weight: normal;
	font-size: 0.95em;
	width: inherit;
}
td {
	padding: 5px;
}
table {
	width: 100%;
	border: 1px red #FFFFFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
table .row0 {
	background-color: #EEEEEE;
}

table.rsn_table tr td:last-child {
	font-weight: bold;
}

.mg-error {
	border: #FF0000 solid 1px;
	background-repeat: no-repeat;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #FFAABB;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.mg-positive-feedback {
	border: #ff8c00 solid 1px;
	background-repeat: no-repeat;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #ffa500;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.no_heading_margin {
	margin-top: 7.2px;
}

/* removes the elipsis and allows wrapping */
.ui-li-desc, .ui-li-heading, .ui-header .ui-title {
	white-space: normal;
}
li .ui-grid-a .ui-block-a, li .ui-grid-a .ui-block-b {
	font-size: 12px;
}
li .ui-grid-a .ui-block-a {
	width: 30%;
}
li .ui-grid-a .ui-block-b {
	width: 70%;
	font-weight: normal;
}
li .ui-grid-a .ui-block-b ul {
	list-style-type:none;
	padding: 0;
}
li .ui-grid-a .sender, li .ui-grid-a .recipients {
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	white-space: wordwrap !important;
}

div .ui-btn-inner {
	padding: 0.5em 15px;
}

p.date {
	float: right;
	color: #247c94;
}
p.subject {
	font-weight: bold;
}

a.email {
	background: #AAA;
	text-decoration: none;
	font-weight:normal !IMPORTANT;
	color: #fff !IMPORTANT;
	padding: 1px 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:inline-block;
	text-shadow: none !IMPORTANT;
	
}

/* #sw-slots .sw-center { text-align:center; } */