/*styles that are never changed between sites*/

/*dont bother to change these, they are for noncompliant browsers*/
.linkspageitem a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000ff;
}
.linkspageitem a:hover
{
	color: #0066ff;
}

.topnav a, a.topnav
{
	font-size: 11px;
	color: #0066ff;
}
.topnav_container
{
	line-height: 20px;
	padding-left: 20px;
}
.todo
{
	color:#FF0000;
	font-family: "Courier New", Courier, monospace;
}
.debuginfo
{
	font-size: 10px;
}
.adminbox {
	background-color: #ffcccc;
	border: 1px solid #ff0000;
	padding: 4px;
}
.errormsg {
	color: #ff0000;
}
.modulechangebg {
	background-color: #EAEAEA; border: 2px solid #cccccc; padding: 4px;
}
.moduletitle {
	color: #000000;
	font-weight: bold;
}

.modulesubhead {
	font-weight: bold;
	color: #f00000;
	font-size: 12px;
}
.searchhighlight {
	color: #ffffff;
	background-color: #0000ff;
	border: 1px solid #ffffff;
}
.changebutton {
	font-size: 14px;
}

@media aural {
	.hiddenfootertext {
		display: none;
	}
}