/* $Id: zen-classic.css,v 1.9 2008/09/21 15:09:48 johnalbin Exp $ */ /*
 * COMMON STYLES
 */
div.content,div.links {
	font-size: 92%;
}


/* TODO: Look to combine all breadcrumbs styles - eliminate those not really needed */
.breadcrumb {
	margin: 0px 0px 8px 18px;
	font-size: .9em;
	color: #666;
	width: 90%;
	clear: both;
}

.breadcrumb a,.breadcrumb a:link,.breadcrumb a:visited {
	color: #40B0D6;
}

.breadcrumb a:hover {
	color: #40B0D6;
	border-bottom: 1px dotted #AADDEE;
}

/*
 * LINK STYLES
 */
ul.links {
	text-align: left;
}

ul.links li {
	border-left: 1px solid #9cf;
}

ul.links li.first {
	padding-left: 0;
	border: none;
}

.links {
	color: #999;
}

.links a {
	padding: 0 .1em 0 .1em;
}

/*
 * STYLES
 */
input,textarea,textfield {
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	padding: 1px;
	font-size: 100%;
}

input.form-checkbox,input.form-radio {
	border: none;
} /* these could be related to GXT */



/*
 * Pager styles
 */
.pager-current {
	margin: 0px;
	font-weight: bold;
} /* RegPagingWidget.java */

.pagerSelect  {
	margin: 0px;
	color: #60AFFE;
	cursor: pointer;
} /* RegPagingWidget.java */

.pagerSeparator {
	margin: 0px;
	padding: 0px 5px;
} /* RegPagingWidget.java */
 /* home.html */ /*
 * Misc. Styles
 */ 
.removeTxt {
	color: #999;
	text-align: left;
	font-size: 11px;
}  /* what is removeTxt doing?; Used in Breadcrumbs.java */
a.removeTxt:link,a.removeTxt:visited {
	color: #999;
}  /* used in Breadcrumbs.java */
a.removeTxt:hover,a.removeTxt:active {
	color: #0099CC;
}  /* used in Breadcrumbs.java */ /* is .hr this used anywhere? */
.hr {
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: 5px 0px 10px 0px;
	height: 1px;
	clear: both;
}
  /* used in HomeTabPanel.java */

.searchResults2 {
	color: #0099CC;
	font-size: 145%;
} /* SubmitCommentView and SearchResultsAsyncCallback */

