/* fonts */
body, kbd, .normalFont, input, select, option, textarea {
	font-family: Arial, Helvetica, Freesans, Sans-serif;
}
/* result sets */
.resultHeadFont {
	color:#000000;
	font-weight:bold;
}

.rsSmallFont {
	color: #DA2128;
}

h1{
	font-weight: bold;
	/*padding-right: 55px;*/
	border-bottom: 1px solid #F37121;
	margin: 20px 0;
	padding-bottom: 10px;
}

h2{
	
}

.blur {
	opacity: 0.4;
}

/* IE-only */
.blur td {
	filter: alpha(opacity = 40);
}


h3{
	margin: 8px 0px 8px 0px;
	padding: 3px 7px 2px;
	color: #555;
	overflow: hidden;
	display: block;
	_height: 1%; /* ie bugfix */
	clear: both;
}
h3, .boxColor, #content div.role {
	background-color: #EAEAEA;
}

.iconFont {
	color: #777;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}


#advancedQueryOptions h3, .navigation h3, .leftMenuItem h3, h3.h3extended {
	border: 1px solid #ddd;
	background: transparent url('/static/gfx/tables/shadowVertical.gif') repeat-x scroll 0%;
	height: 15px;
}

h4, .navigation h4 a {
	color:#555555;
	margin: 0px 0px 0px 0px;
	overflow:auto;
	/* padding:4px; */
	font-weight: bold;
	text-decoration: none;
}
.navigation h4 a div.right {
	font-weight: bold;
}

/*
.navigation h4 {
	margin-top: 7px;
	margin-left: 7px;
}*/

/* pri 1 link */
a, .navigation h4 a span.right {
	text-decoration: none;
	font-weight: normal;
	color: #006bb5; 
}
a:hover, a.subLinks:hover, a div:hover {
	text-decoration: underline;
}

.error{
	color:#ff0000;
	font-weight:bold;
}


.tipColor {
	color: #aaaaaa;
}
.gray
{
	color: #777777;
}
/* red, actually :-) */
.green
{
	color: #D3222A;
}
/* marked search terms */
.focus {
	background-color: #C3D7F6;
}

.unfocus {
	background-color: transparent;
}