/*
    This the Trumbull Web Application Common Stylesheet
 */
body {
	background-color: #ddd;
	margin: 0px;
}

label {
	font-weight: bold;
	padding-right: 4px;
}

img {
	border: 0px;
}

div.body {
	position: relative;
	overflow: auto;
	height: 100%;
}

div.body div {
	float: left;
}

div#main div.ui-widget {
	overflow: auto;
}

div.ui-widget {
	border: 1px solid #999999;
	height: 95%;
	overflow: auto;
}

div.ui-widget-header {
	padding: 4px;
	text-align: left;
}

div.ui-widget-header table {
	width: 100%;
}

div.ui-widget-content {
	overflow: auto;
}

div.ui-widget-content table {
	font-size: 10pt !important;
}

div.scrollWrapper {
	height: 500px;
	overflow-y: scroll;
}

div.ui-widget-content table#results {
	margin-left: 0px;
	width: 100%;
	overflow-y: scroll;
}

/*
div.ui-widget-content table#results thead {
	position: absolute;
	left: 0;
	top: 0;
}

div.ui-widget-content table#results tbody tr {
	height: auto;
}
table thead {
	background: #999999;
}
*/
#leftnav {
	float: left;
	margin-right: 5px;
}

#leftnav div#content {
	width: 150px;
}

#leftnav ui,#leftnav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.text {
	text-align: left;
}

.number {
	text-align: right;
}

form {
	margin: 0;
}

/* Begin Pager styles */
#pager {
	align: center;
	width: 700px;
	color: #336699;
	font-size: 12px;
	line-height: 2em;
}

#pager #firstPrev {
	float: left;
	text-align: left;
	width: 30%;
}

#pager #nextLast {
	float: right;
	text-align: right;
	width: 30%;
}

#pager #pageDisplay {
	float: left;
	text-align: center;
	width: 40%;
}

/* end Pager styles */
#footer {
	position: relativ;
	bottom: 0;
	left: 20px;
	text-align: right;
	width: expression(this.parentElement.offsetWidth -   40);
	overflow: hidden;
	clear: both;
}

#footer a,#footer a:visited {
	text-decoration: none;
	color: #e09144;
}

#footer hr {
	margin-left: -20;
}

#glass {
	width: 100%;
	height: 100%;
	z-index: 1000000000;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-image: url('/images/loading_large.gif');
	background-position: center center;
	filter: Alpha(Opacity = 25, Style = 0);
}

.overdue {
	color: red;
}

.lastMod {
	font-size: smaller;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
}

.headerLinks td {
	border: none;
	border-bottom: 1px solid white;
	color: white;
}

.headerLinks a {
	text-decoration: none;
	color: white;
}

.error {
	color: red;
}

.header-frame {
	background-color: #69c;
	color: #fff;
	margin: 10px;
}

.header-frame a {
	color: #fff;
}

.header-frame .header {
	font: 12pt Arial !important;
	font-weight: bold;
	clear: none;
}

.header-frame .header img {
	vertical-align: middle;
}

.summary-table td {
	font: 8.5pt Arial;
}

.notification {
	background-color: #ffC;
	border: 1px solid #cc6;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 3px;
	margin-right: 3px;
}

.top-left {
	text-align: left;
	vertical-alignment: top;
}

.width-adj-twenty-percent {
	width: 20%;
}

.width-adj-twenty-five-percent {
	width: 25%;
}

.width-adj-fifty-percent {
	width: 50%;
}

.width-adj-seventy-five-percent {
	width: 75%;
}

.width-adj-eighty-percent {
	width: 80%;
}

.width-adj-hundred-percent {
	width: 100%;
}

.right-justify {
	text-align: right;
}

.left-justify {
	text-align: left;
}

.center-justify {
	text-align: center;
}

.fill-space {
	width: 100%;
	height: 100%;
}

.two-lines-high {
	height: 30px;
	display: block;
	vertical-align: middle;
}

.two-lines-high .extdt-cell-div,.all-lines-visible .extdt-cell-div {
	overflow: visible;
	white-space: normal;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

/* maintain preformatted line breaks and wrap long lines (https://developer.mozilla.org/en/CSS/white-space) */
.pre {
	white-space: pre-wrap;
	word-wrap: break-word
}

/* Richfaces ExtendedDataTable dynamic height fix*/
.rich-extdt-maindiv {
	height: auto !important;
}

.rich-extdt-maindiv,.extdt-innerdiv {
	position: relative !important;
}

.extdt-outerdiv {
	height: auto !important;
	overflow: visible !important;
}

.extdt-content {
	height: auto !important;
	max-height: 500px;
}
/* End dynamic height workaround */

/* Banner Styles */
/*
div#banner a {
	color: #69c;
}

div#banner {
	color: #fff;
	text-align: center;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #036;
}

div#banner #aboutLink {
	position: absolute;
	left: 10px;
	top: 10px;
}

h1#application {
	background-image: url(/images/logo_logon.gif);
	height: 32px;
	width: 150px;
	margin: 0px;
	margin-right: 8px;
	padding: 0px;
	float: left;
}

h2#company {
	background-image: url(/images/logo.gif);
	height: 30px;
	width: 30px;
	margin: 0px;
	padding: 0px;
}

h1#application span, h2#company span {
	display: none;
}
*/
/* End Banner Styles */

.editable {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: hand;
}

input.blur { 
	color: #999; 
} /* gray help text */

div.filter {
	position: absolute;
	right: 10px;
	top: 0px;
}

.legacybutton {
	height:30px;
    background-color: #0000FF;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 5px solid #009900;
  padding: 5px;
  behavior: url(css3pie/PIE.htc);
}

.error-field-set legend {
	color: #000 !important;
}
