/* New styles that change colour for different pages
 * C.Sherwin
 * 10 Feb 2003
 */

/* Theme colors
 * text:				#666699
 * dark background:		#b0c0d2
 * light background:	#edf2f5
 * mainslot background:	#ffcccc
 */

 /* MainSlot */
table.mainslot {
	background-color: #ffcccc;
}
td.mainslot img {
	margin-bottom: 5px;
}
td.mainslotlink {
	background-color: #b0c0d2;
}
table.mainslotlink {
	background-color: #b0c0d2;
}

/* Tools */
div.promo table {
	border-color: #b0c0d2;
}
div.promo td.head {
	background-color: #b0c0d2;
}
div.promo td.right {
	color: #333366;
}

div.tools td.body {
	background-color: #edf2f5;
}
table.tools td.body {
	background-color: #edf2f5;
}

table.toollist td {
	background-color: #edf2f5;
}
table.toollist td.divider {
	background-color: #b0c0d2;
}

div.freelist table {
	background-color: #edf2f5;
}
div.freelist td.head {
	background-color: #b0c0d2;
}
table.freelisthp {
	background-color: #edf2f5;
}
table.freelisthp td.divider {
	background-color: #b0c0d2;
}

table.win {
	background-color: #edf2f5;
}

/* Directory */
div.directory {
	background: #edf2f5;
}
table.directory {
	background: #edf2f5;
}

/* Articles */
div.articletab {
	background: #b0c0d2;
	padding: 3px 5px 3px 7px;
	margin-bottom: 7px;
	color: #666699;
	font-size: 10px;
}

/* Shop search */
div.shopsearch td.subhead {
	background-color: #b0c0d2;
}

div.shopsearch td.searchbody {
	background-color: #edf2f5;
}

div.shopsearch td.browsebody {
	background-color: #edf2f5;
}
