/* 
    Document   : styles
    Created on : Feb 16, 2011, 2:34:10 PM
    Author     : krobair
    Description:
        Purpose of the stylesheet follows.
*/
.scrollDataTable {
	table-layout: fixed;
}

.scrollDataTableCol75 {
	word-wrap: break-word;
	width: 75px;
}

.scrollDataTableCol100 {
	word-wrap: break-word;
	width: 100px;
}

.scrollDataTableCol125 {
	word-wrap: break-word;
	width: 125px;
}

.scrollDataTableCol150 {
	word-wrap: break-word;
	width: 150px;
}

.scrollDataTableCol175 {
	word-wrap: break-word;
	width: 175px;
}

.scrollDataTableCol200 {
	word-wrap: break-word;
	width: 200px;
}

.bottomButtonDiv {
	margin: 20px;
}

.ui-datatable .ui-datatable-data tr.ui-state-highlight {
	background: #dfdfdf;
}

.ui-datatable .ui-datatable-data tr.ui-selected {
	background: #afafaf;
}

.hideRow {
	display: none;
}

.noGridBorders tr, .noGridBorders td, .noGridBorders th {
	border: none !important;
	padding: 5 !important;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td {
	padding: 2px 7px;
}

.header3 {
	font-weight: bolder;
	font-size: large;
	text-decoration: underline;
}

.header4 {
	font-weight: bold;
	font-size: medium;
	text-decoration: underline;
}

.message1 {
	font-size: larger;
	background-color: #c3d9ff;
	padding: 5px;
	border: 1px solid gray;
	margin: 5px
}

.floatLeftTable {
	float: left
}

.header1 {
	font-size: x-large;
	font-weight: bold;
}

/* for easier viewing of disabled text areas */

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  background: #fcfcfc;
  opacity: 0.9;
}

.ui-state-disabled-custom {
  background: #ffffff !important;
  opacity: 1.0 !important;
}
