/* CSS Document */

body
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 80%;
	background-color: #FCFCFC;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

iframe {
border: 0px solid #ffffff;
}

label
{
	display: block;
	margin: 5px 0 0 0;
}

input, select
{
	margin-left: 10px;
	margin: 5px 0;
}

.img-button
{
	border: none;
}

.img-shadow
{
	float: left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img
{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

a img{
border:0;
}

.saveDiv
{
	margin: 30px 0 10px 0;
	width: 95%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

.saveTable
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.saveInput
{
	vertical-align: top;
	width: 18em;
	margin-top: 0;
}

.saveSelect
{
	vertical-align: top;
	width: 18em;
	margin-top: 0;
	margin-right: 3px;
}

.conceptList
{
	width: 250px;
	white-space: nowrap;
	display: inline;
}


#navcontainer
{
	width: 700px;
	overflow: hidden;
}

#navlist
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
	font-size: 10pt;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #666;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #000;
	margin-bottom: 0px;
	background: transparent;
	color: #000;
}

#navlist a:hover
{
	color: #000;
}

.printLink
{
	font-weight: normal;
	font-size: 10pt;
}

#results .label
{
	font-weight: normal;
	font-size: 12pt;
}

#results .value
{
	font-weight: bold;
	font-size: 12pt;
}

#results .emphasized
{
	text-decoration: none;
	font-style: italic;
	font-weight: 500;
	/* color: #006633; */
	color: red;
}

#dateDiv
{
	position:absolute;
	visibility:hidden;
	background-color:white;
	z-index: 20;
}

#wrapper
{
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

#content
{
	width: 690px;
	background-color: #EAEAEA;
	margin: 2px;
	padding: 5px;
}

#report
{
	position: absolute;
	width: 690px;
	/* background-color: #EAEAEA; */
	margin: 2px;
	padding: 5px;
}

.wwFormTable
{
	margin-left: auto;
	margin-right: auto;
}

.errors
{
	color: red;
	font-weight: bold;
}

.chunk
{
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

.title
{
	font-weight: bold;
	font-size: 120%; /* 24pt; */
}

.query
{
	width: 650px;
}

.selectedConcepts
{
	font-weight: bold;
}

.selectButton
{
	display: block;
	width: 6em;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	cursor: pointer;
}

.saveButton
{
	vertical-align: top;
	width: 4em;
	margin: 0 0 0 5px;
	cursor: pointer;
}

.resetButton
{
	vertical-align: top;
	width: 8em;
	margin: 5px;
	cursor: pointer;
}

span.searchButton
{
	margin: 5px;
}

.concept
{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 14pt;
}

.conceptBlock
{
	float: left;
	width: 100%;
}

.label
{
	font-style: italic;
	font-weight: bold;
	padding-right: 5px;
	color: black;
}

.doctype
{
	width: 6em;
}

.buttonUp
{
	display: block;
	margin: 5px;
	left: 0;
}

.count
{
	width: 6em;
}

.date
{
	width: 6em;
}

.errorLabel
{
	font-style: italic;
	color: red;
}

.errorMessage
{
	font-weight: bold;
	text-align: center;
	color: red;
}

.message
{
	font-weight: bold;
	text-align: center;
	color: green;
}

.checkboxLabel
{
}

.checkboxErrorLabel
{
	color: red;
}

.required
{
	font-weight: bold;
	text-align: center;
	color: black;
}

.requiredLabel
{
	font-weight: bold;
	font-style: italic;
}

div.control
{
	position:relative;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 10px;
	margin: 5px;
}

div.control a:hover 
{
	/* background-color: #ff0; */
	font-weight: bold;
	color: red;
	border: solid red 1px;
}

div.result
{
	position: relative;
	left: 45px;
	top: -15px;
	width: 90%;
}

div.result p
{
	position: relative;
	padding: 0;
	margin: 0;
}

div.result ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.result ul li
{
	margin: 0;
	padding: 0;
	text-indent: 0;
}

div.resultRow
{
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}

a.top
{
	font: normal 80%/1.5em Verdana,Arial,sans;
}

#header
{
	width: 700px;
	height: 110px;
}

#header h1
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#header h1 span
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/banner.gif') no-repeat;
}

div#subheader
{
	width: 700px;
	overflow: hidden;
}

div#footer
{
	padding: 20px;
	text-align: center;
}

div#footer strong
{
	font-size: 120%;
}

div#users
{
	margin: 20px;
	text-align: center;
}

div#users input
{
	text-align: left;
}

/*
	Calendar related styles
*/
.CALcpYearNavigation,
.CALcpMonthNavigation
{
	background-color: #6677DD;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.CALcpDayColumnHeader,
.CALcpYearNavigation,
.CALcpMonthNavigation,
.CALcpCurrentMonthDate,
.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDate,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDate,
.CALcpCurrentDateDisabled,
.CALcpTodayText,
.CALcpTodayTextDisabled,
.CALcpText
{
	font-family: Arial;
	font-size: 8pt;
}

TD.CALcpDayColumnHeader
{
	text-align: right;
	border: solid thin #6677DD;
	border-width: 0 0 1px 0;
}

.CALcpCurrentMonthDate,
.CALcpOtherMonthDate,
.CALcpCurrentDate
{
	text-align: right;
	text-decoration: none;
}

.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.CALcpCurrentMonthDate
{
	color: #6677DD;
	font-weight: bold;
}

.CALcpCurrentDate
{
	color: #FFFFFF;
	font-weight: bold;
}

.CALcpOtherMonthDate
{
	color: #808080;
}

TD.CALcpCurrentDate
{
	color: #FFFFFF;
	background-color: #6677DD;
	border-width: 1px;
	border: solid thin #000000;
}

TD.CALcpCurrentDateDisabled
{
	border-width: 1px;
	border: solid thin #FFAAAA;
}

TD.CALcpTodayText,
TD.CALcpTodayTextDisabled
{
	border: solid thin #6677DD;
	border-width: 1px 0 0 0;
}

A.CALcpTodayText,
SPAN.CALcpTodayTextDisabled
{
	height: 20px;
}

A.CALcpTodayText
{
	color: #6677DD;
	font-weight: bold;
}

SPAN.CALcpTodayTextDisabled
{
	color: #D0D0D0;
}

.CALcpBorder
{
	border: solid thin #6677DD;
}

div.viewport
{
	position: relative;
	width: 650px;
	height: 1%;
	min-height: 117px;
	margin: 0 auto 10px auto;
	padding: 0;
	overflow: auto;
	border: solid #000 1px;
}

ul#queue
{
	position: relative;
	width: 2000px;
	list-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

ul#queue li.running-job
{
	float: left;
	border: solid #3C3 2px;
	background-color: #CFC;
	margin: .2em;
}

ul#queue li.done-job
{
	float: left;
	border: solid #999 2px;
	background-color: #FFF;
	margin: .2em;
}

ul#queue li.inactive-job
{
	float: left;
	border: solid #333 2px;
	background-color: #CCC;
	margin: .2em;
}

ul#queue li.failed-job
{
	float: left;
	border: solid #C33 2px;
	background-color: #FCC;
	margin: .2em;
}

ul#queue li.cancelled-job
{
	float: left;
	border: solid #C93 2px;
	background-color: #FC6;
	margin: .2em;
}

ul#queue li p
{
	margin: 0;
	padding: 0;
}

table.schedule
{
	border-collapse: collapse;
	margin: 1em auto;
	text-align: center;
}

table.schedule tr
{
	text-align: left;
}

table.schedule tr th
{
	background-color: #CCF;
	padding: .3em;
}

table.schedule tr td
{
	border: solid #000 1px;
	vertical-align: top;
	padding: .3em;
}

