.headerRows{background-color:#555555; border-style:none; border-width:0px; color:white}
.headerRows th{padding:4px; text-align: inherit;}
.headerRows td{border:0}
.table_odd{background-color:#fff;}
.table_even{background-color:#e0e0e0;}
.table_subtitle{text-decoration:underline}
.delete_cell{text-align:center}
form{margin:0px}
input, select{font-family: Arial,Helvetica,sans-serif; font-size:12px; margin:0px; padding:2px 0 2px 0;}
select {padding: 2px;}
.warning_message{background-color:#b02126; border:#f27029 solid 1px; padding:10px; text-align:left; color: #fff; margin-bottom: 10px;}
.error-message{background-color:#b02126; border:#f27029 solid 1px; padding: 2px; font-size: .8em; color: #fff;}
#suggestionsDisplay {position: absolute; z-index: 100; background-color: #fff; text-align: right; display: none; border: #555555 solid 1px; padding: 6px;/* height: 140px;*/ width: 160px; overflow: auto;/* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7;*/}
#suggestionsDisplay a {color: #555555;}
.suggestions_title {font-weight: bold;}
.requiredField {color: #ffcc66; font-weight: bold;}
.disabled_form_input{background-color:#F0F0F0}
/* .instructionNotes {font-style: italic;} */
.instructionNotes {
    font-weight: bold;
}
.instructions {}
.instructionNotes ul {list-style: disc; margin-top: 10px; font-weight: normal;}
.clickableImage {cursor: pointer; cursor: hand;}
.modal-overlay{position:fixed; top:0; right:0; bottom:0; left:0; height:100%; width:100%; margin:0; padding:0; opacity:.75; filter:alpha(opacity=75); -moz-opacity:0.75; z-index:101}
.modal-window{position:fixed; top:50%; left:50%; margin:0; padding:0; z-index:102}
.close-window{position:absolute; width:32px; height:32px; right:8px; top:8px; background:transparent url('/img/close-button.png') no-repeat scroll right top; text-indent:-99999px; overflow:hidden; cursor: pointer; cursor: hand; opacity:.5; filter:alpha(opacity=50); -moz-opacity:0.5}
.close-window:hover{opacity:.99; filter:alpha(opacity=99); -moz-opacity:0.99}
/* IE6 modal window fix */
* html .modal-overlay {position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
* html .modal-window {position:absolute;}
table td {padding: 2px;}
img.ui-datepicker-trigger {vertical-align: middle; margin-left: 2px;}