
/* All standard links */
a {
	color:#0000ff;
	font-weight:bold;
	font-family:arial;
	text-decoration:underline;
	font-size:13px;
}

a:hover {
	color:#0000c0;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	font-size:13px;
}

/* Color of page and scroll bars */
body {
	background-color:#ffffff;
	scrollbar-base-color: #888888;
	scrollbar-arrow-color: #ffff00;
}

input {font-size: 13px;}
select {font-size: 13px;}

/* Color of javascript links */
.alerter {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

.alerter:hover {
	color:#888888;
	font-weight:bold;
	text-decoration:none;
	cursor : help;
}

/* bg colors in wysi */
.bgOpts{
	position:absolute;
	visibility:hidden;
	border:white outset 2px;
	width:100px;
	font-family:Arial;
	font-size:9px;
	background-color:#FFCC99;
	cursor:default;
	z-index:45;
}

.bgSamp{
	width:20px;
	border:solid black 1px;
}

.bgOptsUp{
	font-family:Arial;
	font-size:9px;
	color:white;
	background-color:navy;
	cursor:default;
}

.bgOptsDn{
	font-family:Arial;
	font-size:9px;
	color:black;
	background-color:silver;
	cursor:default;
}

/* Color of form buttons */
.but {
	width:100%;
	font-weight:bold;
	cursor:hand;
	color:#000099;
	background-color:#ccccff;
}

.buto {
	width:100%;
	font-weight:bold;
	cursor:hand;
	color:#0000ff;
	background-color:#FFCC99;
}

/* Used to format all table cells that 
don't contain form feilds (covers NN) */
.cell3{font-family:arial;font-size:13px;}

/* Width of most form fields */
.field{ width:223px; }

/* Green links */
.green {
	color:#008800;
	font-weight:bold;
	font-family:arial;
	text-decoration:underline;
	font-size:13px;
}

.green:hover {
	color:#00bb00;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	font-size:13px;
}

.import {
	height:1;
	position:relative;
	visibility:hidden;
	overflow:hidden;
}

/* Color of javascript links */
.js {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

.js:hover {
	color:#888888;
	font-weight:bold;
	text-decoration:none;
	cursor : hand;
}

/* Admin Control Panel links */
.panel {
	color:#CC0000;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	font-size:13px;
}

.panel:hover {
	color:#FF0000;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	font-size:13px;
}

/* colored links */
.red {
	color:#CC0000;
	font-weight:bold;
	font-family:arial;
	text-decoration:underline;
	font-size:13px;
}

.red:hover {
	color:#FF0000;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	font-size:13px;
}

/* Red links and red text */
.white {
	color:#ffffff;
	font-weight:bold;
	font-family:arial;
	text-decoration:underline;
	font-size:13px;
}

.white:hover {
	color:#ffff00;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	font-size:13px;
}

.toolbar {
	height: 24; 
	overflow: hidden;
	cursor: default;
}
.tools {
	position: relative;
	cursor: default;
}

TD.CatBox2 {
	BACKGROUND-COLOR: #ffcc99;
	border : 3px solid #63319C;
}
