table.table {
	border: 1px solid #ccc;
	width: 100%;
	margin-top: 10px;
	}
	
table.table thead {
	background-color: #222;
	color: #ccc;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	}

table.table thead td {
	padding: 5px;
	}
	
table.table tbody td {
	padding: 5px;
	}
	
table.table tbody tr.odd td {
	background-color: #f0f0f0;
	}
	
table.advertise {
	width: 100%;
	}
	
table.advertise thead td {
	background-color: #7cbf0d;
	text-transform: uppercase;
	color: #006699;
	font-size: 18pt;
	font-weight: bold;
	font-family: helvetica;
	text-align: center;
	}
	
table.advertise thead td p.price {
	text-transform: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana;
	margin: 0;
	}
	
table.advertise td.blank {
	background-color: #fff;
	}
	
table.advertise tbody td {
	background-color: #fff;
	padding: 15px;
	}
	
table.advertise tbody td.text {
	text-align: center;
	color: #690e0b;
	}
	
table.advertise tbody td.yes {
	background-image: url(images/yes.gif);
	background-position: center 10px;
	background-repeat: no-repeat;
	}
	
table.advertise tbody td.signup {
	background-color:  #fff;
	text-align: center;
	height: 33px;
	}

table.advertise tbody td.signup a {
	display: block;
	position: relative;
	left: 45px;
	background-image: url(images/signup.gif);
	background-repeat: no-repeat;
	width: 96px;
	height: 33px;
	}
	
table.inbox {
	border: 1px solid #b4b4b4;
	border-bottom: 0;
	width: 100%;
	margin-bottom: 10px;
	}
	
table.inbox thead tr {
	background-color: #3399FF;
	color: #fff;
	}
	
table.inbox thead tr td {
	padding: 5px;
	}

table.inbox tbody tr td {
	background-image: url(images/inbox_back.gif);
	background-repeat: repeat-x;
	height: 42px;
	padding: 5px;
	border-bottom: 1px solid #d9d9d9;
	}
	
table.inbox tbody tr.unread td {
	font-weight: bold;
	}
	
table.inbox tbody tr td.check {
	text-align: center;
	}