
/*
Panels and container styles
*/
#Content
{
	width:775px;
}
#ValidationPanel
{
	color:#cc2200;
	font-style:italic;
}
#ResultsPanel
{
	margin-top:30px;
	width:650px;
}
#TextbaseChoicesPanel
{
	margin-top:25px;
	border:1px solid #ccc;
	padding-bottom:10px;
}
#SelectAllPanel
{
	position:relative;
	top:-10px;
	left:25px;
	background-color:#eaeaea;
	width:130px;
	padding:0 5px;	
}

.H1 {
	font-size: 16pt; /* this font size is the same as generated by Inmagic for the query screen banners*/
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/*
Search form styles
*/
.Searchbox
{
	width:400px;
}
.SearchLabel
{
	color:#008080;
	font-weight:bold;
}
.SecondaryLabel
{
	font-size:0.8em;
}
#TextbaseChoices td
{
	font-size:0.9em;
}

/* 
Progress indicator styles
*/
#ResultsProgress
{
	position:absolute;
	width:700px;
	height:100%;
	background-color:#eaeaea;
}
.ProgressIndicator
{
	width:100%;
	text-align:center;
	padding:10px;
	background-color:#fcfcfc;
	border:1px solid #999;
	color:#008080;
	font-weight:bold;
}

/*
Results repeater styles
*/
.row
{
}
.row td
{
	vertical-align:top;
}
.alternaterow
{
	background-color:#CCCCCC;
}
.alternaterow td
{
	vertical-align:top;
}
.item
{
	margin:5px 0;
	padding:0 5px;
}
.timespan
{
	font-size:0.8em;
	color:#444;
	margin:3px 0 0 0;
}
a.disabled 
{
	color:#000;
	font-weight:normal;
}
a.disabled:hover 
{
	color:#000;
	font-weight:normal;
}