/* Globals */
.txtSmall {font-size: 0.8em;}
.crDef {cursor: default;}
.crHand {cursor: pointer;}
.crHelp {cursor: help;}
.online {
	font-weight: bold;
	color: #00C000;
	background-color: transparent;
}
.private {
	font-weight: bold;
	color: #C00000;
	background-color: transparent;
}

.smallWarning {
	font-size: 0.8em;
	color: #CC0000;
	background-color: transparent;
}


/* Links */
a {
    background-color: transparent;
    text-decoration: none;
}
a:link {
    color: #DB0000;
}
a:visited {
    color: #DB0000;
}
a:hover {
	color: #000000;
}


/* Latest forum posts */
div.lfPostItem a {
    background-color: transparent;
	text-decoration: none;
}
div.lfPostItem a:link {
	color: #FFFFFF;
}
div.lfPostItem a:visited {
    color: #FFFFFF;
}
div.lfPostItem a:hover {
    color: #DB0000;
}

legend {
	color: #000000;
	background-color: transparent;
	cursor: default;
}

span.req-field {
	color: #CC0000;
	background-color: transparent;
	cursor: help;
}
