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

a:hover {
	color:#0000ff;
	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;
}

/* All tables and cells (IE only) */
table {
	font-family:arial;
	font-size:13px;
}

/* JS info links */
.alerter {
	color:#555555;
	font-weight:bold;
	text-decoration:underline;
}

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

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

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

/* 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;
}

.lineB { border-bottom:black solid 1px; font-size:13px; font-family:arial; }

/* JS links - no help icon */
.js {
	color:#555555;
	font-weight:bold;
	text-decoration:underline;
}

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

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

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

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

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

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

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