a {
	color: #3a3a3a;
	font-weight: bold;
	font-family: Verdana;
	/* font-size: 11px; */
}

a:hover {
	color: rgb(39, 128, 227);
}

.iselected {
	color: #004080;
	font-weight: bold;
	font-family: Verdana;
	/* font-size: 11px; */
}

.iselected:hover {
	color: black;
}

.smalllink {
	color: black;
	font-size: 8px;
}

.smalllink:hover {
	color: #ff7f00;
}

.validationerror {
	color: #ff7f00;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
}

.itemlabel {
	/* width: 250px; */
}

.tablelink {
	color: #6b6b6b;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}
.tablelink_blue {
	color: #00f;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

.tablelink:hover {
	color: black;
	cursor: pointer;
}

.searchBox{
	background-image:url("/img/buttons/search.png");
	background-repeat:  no-repeat;
	background-position:  right;
}

.logininput {
	width: 150px;
}


.headerback {
	color: #6b6b6b;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	margin-left: 30px;
}

.headerback_value {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

.tablelink:hover {
	color: black;
}