/* Copyright Dalbrook Limited 2004 */

td.prefs
{
	background-color: rgb(202,231,250);
}

table.prefs
{
	background-color: rgb(215,255,255);
}

a.reactive {
	font-family: "Verdana", "sans-serif";
	font-size: 10pt;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	width: 75px;
	height: 25px;
	color: #442222;
	background-color: #AAFFFF;
	border-bottom-color: #224422;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #88CC88;
	border-left-style: solid;
	border-left-width: 2px;
	border-top-color: #88CC88;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: #224422;
	border-right-style: solid;
	border-right-width: 2px;
	margin-left: 4;
	margin-right: 4;
	margin-top: 4;
	margin-bottom: 4;
	}

a.reactive150 {
	width: 150px;
	height: 25px;
	}

a.reactive200 {
	width: 200px;
	height: 25px;
	}

a.reactive250 {
	width: 250px;
	height: 25px;
	}

a.reactive300 {
	width: 300px;
	height: 25px;
	}

a.reactive-big {
	font-family: "Verdana", "sans-serif";
	font-size: 10pt;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 180px;
	height: 20pt;
	color: #DDDDDD;
	background-color: #1810CC;
	border-left: #8888CC 3 solid;
	border-top: #8888CC 3 solid;
	border-right: #222244 3 solid;
	border-bottom: #222244 3 solid;
	margin-left: 4;
	margin-right: 4;
	margin-top: 4;
	margin-bottom: 4;
	}

a.reactive-huge {
	font-family: "Verdana", "sans-serif";
	font-size: 14pt;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 680px;
	height: 40pt;
	color: #DDDDDD;
	background-color: #1810CC;
	border-left: #8888CC 3 solid;
	border-top: #8888CC 3 solid;
	border-right: #222244 3 solid;
	border-bottom: #222244 3 solid;
	margin-left: 4;
	margin-right: 4;
	margin-top: 4;
	margin-bottom: 4;
	}

/* NB the hover style has to be last for some reason */
a.reactive:hover
{
	color: rgb(255,0,0);
}