/*--------------------------------------------------------------------------
Title: Incoming Mail Styles
Author: beth@resistmedia.net
Last Modified: 02.23.07
--------------------------------------------------------------------------*/

body {
	color: #333;
	background-color: #ccc;
	background-image: url(bg-main.jpg);
	background-repeat: repeat-x;
	font-family: lucida grande, verdana, helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 {
	color: #fff;
	background-image: url(bg-h1.jpg);
	background-position: bottom;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 20px 20px 30px 20px;
	width: 100%;
}

h2 {
	border-bottom: 1px dashed #a0a0a0;
	font-size: 14px;
	margin: 0 0 0 40px;
	padding: 0 0 5px 0;
	width: 500px;
}
	

p {
	font-size: 12px;
	width: 700px;
}

ul {
	font-size: 12px;
	list-style-image: url(arrow.gif);
	width: 500px;
}

ul li {
	margin-bottom: 5px;
}

#wrapper {
	margin: 20px;
	padding: 0;
}

table {
	width: 1000px;
	border: 1px solid #333;
	border-collapse: collapse;
	color: #000;
}

table tr {
	/*background-image: url(bg-off.jpg);
	background-repeat: repeat-x;
	background-color: #dcdcdc;*/
}

table tr td {
	border-right: 1px solid #333;
	padding: 3px;
	margin-left: 3px;
}

tr.head {
	background-color: #333;
	background-image: url(bg-header.jpg);
	background-position: bottom;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}

tr.artistHead {
	background-color: #333;
	background-image: url(bg-header.jpg);
	background-position: bottom;
	color: #fff;
	letter-spacing: 1px;
	font-size: 11px;
}

tr.subHead{
	background-color: #999;
	background-image: url(bg-subHeader.jpg);
	background-position: bottom;
	color: #fff;
	font-size: 12px;
}

tr.on {
	background-color: #e8e8e8;
	background-image: url(bg-on.jpg);
	background-position: bottom;
}

a {
	font-weight: bold;
	color: #900;
}

.takeMe {
	color: #900;
	background-color: #000;
	font-weight: bold;
}

.problem {
	font-weight: bold;
	color: #900;
}
