/********************************      Basic Structure      ********************************/

/*

Dark blue:  #5186b8
Light gray: #696565
Orange: #e09928
Green: #8cc027

*/


html
{
	font-size: 100%;
	/*height: 150%; /* Scrollbars at all times */
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	background: #f0f0f0;
	font-size: 12px;
	/*height: 150%; /* Scrollbars at all times */
}

#body-wrapper
{
	
}

/********************************      Elements styling      ********************************/

h1, h2, h3
{
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
	font-weight: bold;
}

h1
{
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 31px;
	font-weight: bold;
	color: #fff;
	position: absolute;
}

h2
{
	font-size: 26px;
	padding: 0 0 10px 0;
}

.h2subhead 
{
	line-height: 10%;
	margin: 0;
	padding: 0;
}

h3
{
	font-size: 17px;
	padding: 0 0 10px 0;
	
}

h4
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	background: #5186b8;
	font-size: 1em;
	padding: 7px 5px;
	margin: 0px 0px 10px 0px;
	clear: both;
}

.sectionHeader
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	background: #5186b8;
	font-size: 1em;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	clear: both;
	display:block;
}

h4 .ui-icon 
{
	float: right;
}

h5
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

div.recordInfo
{
	color: #666;
	font-size: 0.9em;
	line-height: 130%;
}

span.recordStatus 
{
	text-align: right; 
	float: right;   
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #d7ebf9;
	font-size: 2.4em;
	padding: .5em;
}

span.message
{   
	font-family: Arial, sans-serif;
	font-size:small;
	font-style:italic;
   
}

span.smallerMessage
{   
	font-family: Arial, sans-serif;
	font-size:90%;
	font-style:italic;
   
}

.fieldSection 
{
	background: #fdfdfd;
	border: 1px solid #ddd;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 1em;
	clear: both;
}

.fieldSectionContent 
{
	margin: 0;
	padding: 10px;
}


a
{
	color: #0070a3;
	text-decoration: none;
}
a:hover
{
	color: #000;
}
a:active
{
	color: #777;
}
a:focus
{
	outline: 1px;
}

strong
{
	font-weight: bold;
	color: #333;
}

small
{
	font-size: 0.85em;
}

pre
{
	font-family: monospace;
}

p
{
	padding: 5px 0 10px 0;
	line-height: 1.6em;
}

.em 
{
	font-weight: bold;
}

/** Fixes sizing issue bug with FireFox **/
input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div.formDiv 
{
	padding: 15px 0 0 0;
	line-height: 1.6em;
	clear: both;
}

div.formDiv div div div 
{
	float:left;
	padding-left:5px;
}

div.formDiv div div div:first-child
{
	padding-left:0px;
}


/********************************      Header      ********************************/

#header
{
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #FFF url('Img/logo.png') center left no-repeat;
	height: 90px;
	border-bottom: solid 1px #dcdcdc;
}

#header-content
{
	float: right;
	margin: 10px 10px;
}

#header-content p
{
	text-align: right;
	line-height: 40%;
}

#header-content b 
{
	font-size: 1.2em;
	font-weight: bold;
}

#header-home 
{
	width: 588px;
	height: 79px;
	float: left;   
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}


/********************************      General Classes      ********************************/

.clear
{
	clear: both;
}

.clear-xsmall
{
	clear: both;
	height: 5px;
}

.clear-small
{
	clear: both;
	height: 10px;
}

.clear-dotted
{
	border-bottom: dotted 1px #666;
	margin-bottom: 10px;
}

.clear-tabs
{
	clear:both;
	border-bottom: solid 1px #A6C9E2;
	margin-bottom: 10px;
}

.clear-medium
{
	clear: both;
	height: 30px;
}

.clear-big
{
	clear: both;
	height: 50px;
}

.align-left
{
	float: left;
}

.align-right
{
	float: right;
}

.filter 
{
	clear: both;
	white-space: nowrap;
	text-align: right;
	margin: 0 10px 0 5px;
}

.hide
{
	display: none;
}

/************ Messages ************/

#messages p, #messages form
{
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

#messages h4
{
	padding: 10px 0;
}

#messages fieldset
{
	margin: 0;
}

#messages textarea
{
	margin: 0 0 15px 0;
}

#eventDetailTxt
{
	font-family: Courier New, Sans-Serif;
	color: #666;
}


/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content
{
	margin: 0 20px 0 20px;
	padding: 0;
}

.left-spacer 
{
	margin-left: 5px;
}

.right-spacer 
{
	margin-left: 5px;
}

.column-label
{
	width: 25%;
	float: left;
}

.column-field 
{
	width: 73%;
	float: right;   
}

.column-left
{
	width: 70%;
	float: left;
}

.column-right
{
	width: 26%;
	float: right;
	/* 
	background-color: #0070a3;
	color: #fff;
	background-color: #fff;
	color: #222;
	border: 1px solid #0070a3;
	padding: 10px;
	*/
}
.one-quarter-column-left
{
    width:25%;
    float:left;
}
.three-quarter-column-right
{
    width:75%;
    float:right;
}
.small-column-left
{
	width: 18%;
	float: left;
}
.small-column-middle
{
	width: 52%;
	float: left;
	margin-left:2%;
}
.small-column-right
{
	width: 26%;
	float: right;
}

.third-column-one
{
	width: 32%;
	float: left;
}

.third-column-two
{
	width: 32%;
	float: left;
	
}

.third-column-three
{
	width: 32%;
	float: right;
}


.third-small-column-one
{
	width: 65%;
	float: left;
}
.third-small-column-two
{
	width: 10%;
	float: left;
	margin-left:2%;
	white-space:nowrap;
}

.third-small-column-three
{
	width: 1%;
	float: left;
	margin-top: -2px; 
}
.third-small-column-four
{
	width: 5%;
	margin-right :0.5%;
	float: left;
}


.even-column-left
{
	width: 46%;
	float: left;
}

.even-column-right
{
	width: 46%;
	float: right;
}

.align-left
{
	float: left;
}

.align-left-pad20
{
	float: left;
	margin-right: 20px;
}

.column-right h2
{
   color: #0070a3; 
   border-bottom: 3px solid #8cc027;
   padding-bottom: 5px;
/*   line-height: 50%;
   padding-top: 4px;*/
}

.column-right h3
{
   color: #0070a3; 
   border-bottom: 1px solid #dcdcdc;
   line-height: 100%;
}

.help-dialog h2
{
   color: #0070a3; 
   border-bottom: 3px solid #8cc027;
   line-height: 50%;
   margin-top: 20px;
}

.intro-text
{
	font-size: 1.2em;
	line-height: 130%;
}

#footer
{
	border-top: 1px solid #ccc;
	margin: 40px 0 0 0;
	padding: 0 0 15px 0;
}

#footer small
{
	margin: 0;
	padding: 12px 0;
	font-size: 0.85em;
}

/************ Lists ************/

#main-content ul, #main-content ol
{
	padding: 10px 0;
}

/* Unordered List */

#main-content ul li
{
	background: url('Img/bullet_black.png') center left no-repeat;
	padding: 4px 0 4px 20px;
}

/* Ordered List */

#main-content ol
{
	padding: 0 0 0 24px;
}

#main-content ol li
{
	list-style: decimal;
	padding: 4px 0;
}


/*************** Content Box ***************/

.content-box
{
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
	background: #fff;
}

.content-table
{
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow:auto;
}

.content-box-header
{
	background: #e5e5e5 url('Img/bg-content-box.gif') top left repeat-x;
	margin-top: 1px;
	height: 40px;
}

.content-box-header h3
{
	padding: 12px 15px 10px;
	float: left;
}

ul.content-box-tabs
{
	float: right;
	padding: 12px 15px 0 0 !important;
	margin: 0 !important;
}

ul.content-box-tabs li
{
	float: left;
	margin: 0;
	padding: 0 !important;
	background-image: none !important;
}

ul.content-box-tabs li a
{
	color: #333;
	padding: 8px 10px;
	display: block;
	margin: 1px;
	border-bottom: 0;
}

ul.content-box-tabs li a:hover
{
	color: #0070a3;
}

ul.content-box-tabs li a.current
{
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0;
}

.content-box-content
{
	padding: 20px;
	font-size: 13px;
	border-top: 1px solid #ccc;
}

/************ Table ************/

#main-content table
{
	width: 100%;
	border-collapse: collapse;
}

#main-content table thead th
{
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	color:#555555;
}

#main-content tbody
{
	border-bottom: 1px solid #ddd;
}

#main-content tbody tr
{
	background: #fff;
}

#main-content tbody tr.alt-row
{
	background: #f3f3f3;
}

#main-content table td, #main-content table th
{
	padding: 10px;
	line-height: 1.3em;
}

#main-content table tfoot td .bulk-actions
{
	padding: 15px 0 5px 0;
}

#main-content table tfoot td .bulk-actions select
{
	padding: 4px;
	border: 1px solid #ccc;
}

table td.lastCol, table th.lastCol
{
	text-align: right;
	width: 40px auto;
	white-space: nowrap;
}

table td.lastCol img, table th.lastCol img
{
	padding-right: 10px;
	border: 0;
}

img.ui-datepicker-trigger 
{
	vertical-align: middle;
	padding: 0 0 0 3px;
	border: 0;   
}



table.inlineTable
{
	width: 100%;
	border-collapse: collapse;
}

table.inlineTable thead th
{
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}

table.inlineTable tbody
{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

table.inlineTable td, table.inlineTable th
{
	padding: 10px;
	line-height: 1.3em;
}

table.inlineTable tbody tr.alt-row
{
	background: #f3f3f3;
}

table.inlineTable td
{
	padding: 10px;
	line-height: 1.1em;
}


table.inlineTable td.iconColumn
{
	text-align: center;
	width: 30px;
}

.table-filter 
{
	
}

.table-filter label
{
	font-weight: bold;
}

.noData
{
	border:none !important;
}

/*************** Pagination ***************/

#main-content .pagination
{
	text-align: right;
	padding: 20px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pagination a
{
	margin: 0 5px 0 0;
	padding: 3px 6px;
}

.pagination a.number
{
	border: 1px solid #ddd;
}

.pagination a.current
{
	background: #469400 url('Img/bg-button-green.gif') top left repeat-x !important;
	border-color: #0070a3 !important;
	color: #fff !important;
}

.pagination a.current:hover
{
	text-decoration: underline;
}

.sideItem 
{
	font-family: Arial, sans-serif;
	font-size: 0.9em !important;
	cursor: pointer;
	padding: 5px;
	line-height: 120%;
	margin: 0;
	border-bottom: 1px dotted #666 !important;
}

.selectedSideItem 
{
	background-color: #ddd;
}

/************ Shortcut Buttons ************/



img.statusIcon
{
	vertical-align: middle;
	padding: 0 5px 3px 0;
	border: 0;
}

img.pintTypeIcon
{
	clear: both;
	border: 0;
}

.shortcut-button
{
	border: 1px solid #ccc;
	background: #f7f7f7 url('Img/shortcut-button-bg.gif') top left no-repeat;
	display: block;
	width: 130px;
	margin: 0 0 30px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.shortcut-button span
{
	border: 1px solid #dcdcdc;
	display: block;
	padding: 15px 10px 15px 10px;
	text-align: center;
	color: #555;
	font-size: 13px;
	line-height: 1.3em;
}

.shortcut-button span img
{
	margin-bottom: 10px;
}

.shortcut-button:hover
{
	background: #fff;
}

.shortcut-button span:hover
{
	color: #0070a3;
}

ul.shortcut-buttons-set li
{
	float: left;
	margin: 0 15px 0 0;
	padding: 0 !important;
	background: 0;
}

.inline-image 
{
	border: solid 1px #999;
}

.nextButton, .previousButton
{
	width: 7em;
	margin-right: 4px;
}

/*************** Forms ***************/

label
{
	display: block;
	padding: 0 0 1px;
	font-weight: bold;
}

.radio-label
{
	display: inline;
	padding: 0 0 1px;
	font-weight: normal;
}

.radio-label-bold
{
    display: inline;
	padding: 0 0 1px;
	font-weight: bold;    
}

.sub-label
{
	display: block;
	padding: 0 0 1px;
	font-weight: normal;
	text-decoration: underline;   
}

input.disabled-field, select.disabled-field, textarea.disabled-field
{
	background: url('Img/disabled-background.png') top left repeat !important; /* #F0F0F0 */
}

fieldset legend
{
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

p small
{
	font-size: 0.75em;
	color: #666;
	padding: 0;
}

p span
{
	font-size: 1em;
	color: #777;
	padding: 0 0 1px;
}


input.showAsCal 
{
	width: auto !important;
}

input.text-input, form select, form textarea, form password
{
	padding: 4px;
	font-size: 13px;
	background: #fff url('Img/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
}

form input[readonly], input[readonly].text-input
{
	background: #ddd;
}

input.blur
{
	color: #999;
	font-style:italic;
}

.header-input
{
	width: 120px !important;    
	font-size: 10px !important;
	padding: 4px !important;
}

.short-input
{
	width: 10% !important;
}

.smaller-input
{
	width: 15% !important;
}

.small-input
{
	width: 25% !important;
}

.smallish-input
{
	width: 35% !important;
}

.smallish-medium-input
{
	width: 45% !important;
}

.full-input 
{
	width: 100% !important;
}

form .small-long-input
{
	width: 72% !important;
}

.small-full-input
{
	width: 90% !important;
}

.smaller-full-input
{
	width: 98% !important;
}

.spaced-input
{
	display: block;
	clear: both;
	margin-bottom: 5px;
}

form .medium-input
{
	width: 65% !important;
}

form .small-medium-input
{
	width: 62% !important;
}

form .medium-big-input
{
	width: 67% !important;
}

form .medium-full-input
{
	width: 72% !important;
}

.half-input
{
	width: 45% !important;
}

.long-input
{
	width: 80% !important;
	font-size: 13px !important;
	padding: 4px !important;
}

.longer-input
{
	width: 90% !important;
	font-size: 13px !important;
	padding: 4px !important;
}

.large-input
{
	width: 97.5% !important;
	font-size: 16px !important;
	padding: 8px !important;
}

.wide-input
{
   width: 97.5% !important;
	font-size: 13px !important;
   padding: 4px !important;
}

textarea
{
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
}

select
{
	padding: 4px;
	background: #fff;
}

input[type="checkbox"], form input[type="radio"]
{
	padding: 0;
	background: none;
	border: 0;
}

.formatted-text
{
	font-family: Courier New, Monospace, Sans-Serif;
	font-size: 12px;
}


fieldset.left-line 
{
	border-left: 1px dotted #e09928;
	padding-left: 10px;
}

form .searchBox
{
	margin:3px 5px 0px 0px;
}

form .inline
{
	display:inline;   
}


.buttonBox 
{
	margin: 4px 5px 0 0;
}

.reportingYearDropDown 
{
    margin: 2px 10px 0 0;
}
/*************** Notifications ***************/

.notification
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
}

.information, .a-information
{
	background: #dbe3ff url('Img/information.png');
	border-color: #a2b4ee;
	color: #585b66;
}

.attention, .b-attention
{
	background: #fffbcc url('Img/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}

.problem, .c-problem
{
	background: #ffcece url('Img/cross_circle.png');
	border-color: #df8f8f;
	color: #665252;
}

.success
{
	background: #d5ffce url('Img/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
}

.field-validation-valid 
{
	display:none;	
}

.half-date-error 
{
	margin-left:48%;
}

.medium-date-error 
{
	margin-left:67%;
}

.contact-points .error, .contact-points .field-validation-error 
{
	/*margin-left:25.4%;*/
    vertical-align:top;
    display:inline-block;
}

.contact-points .field-validation-error.contact-type-error 
{
	margin-left: 0%;
    width:25%;
   
}

.error, .field-validation-error 
{
	color: #CD0A0A !important;
	display: block;
	line-height: 1.3em;
}


.field-validation-error span, .error-alert, tr.error-alert
{
	color: #CD0A0A;
}

.notification div
{
	display: block;
	font-style: normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

.notification .close
{
	color: #990000;
	font-size: 9px;
	position: absolute;
	right: 5px;
	top: 5px;
}

#pageNotification 
{
	margin-bottom:30px;
	clear: both;   
}

/* Notification for form inputs */

.input-notification
{
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 22px;
	background-color: transparent;
	margin: 0 0 0 5px;
}

div.blockMsg
{
	width: 40%;
	top: 30%;
	left: 30%;
	text-align: center;
	background-color: #fff !important;
	border: 1px solid #fff !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-moz-opacity: .70;
	opacity: .70;
	padding: 15px;
	color: #0070A3 !important;
	font-weight:bold;
	font-size: 2em !important;
	font-family: Verdana, Arial, sans-serif !important;
}

div.confirm
{
	width: 90%;
	color: #666 !important;
	font-size: 1.1em !important;
	font-family: Verdana, Arial, sans-serif !important;
}


.bar
{
	display: block;
	clear: both;
	margin-bottom: 3px;
}

span.hint
{
	color: #999;
	font-size: 0.8em;
	line-height: 100%;
	display: block;
}



.hoverRow
{
	color: #0070a3;
}



.header-buttons-side 
{
	padding: 0;
}

.header-buttons-side a
{
	font-size: 0.85em;
	margin: 5px 0;
}



#locAttchmentProgress
{
	color: #0070a3;
	font-size: 16px;
	font-weight: bold;
}

.getAttCell, #attachmentTable tbody td .getAttCell, #attachmentTable tbody td.getAttCell
{
	width: 16px;
}

/*
	TABLE SORT
*/

#main-content table thead th.header, table.inlineTable thead th.header
{
	padding-left: 20px;
	color:#555555;
}

th.header
{
	background-image: url(Img/nosort.png);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
	text-decoration: none;
}

th.headerSortDown
{
	background-image: url(Img/desc.png);
	text-decoration: underline;
}

th.headerSortUp
{
	background-image: url(Img/asc.png);
	text-decoration: underline;
}

/*
	DIALOG
*/

.ui-dialog
{
	background: #f0f0f0;
}

.ui-tabs .ui-tabs-hide
{
	 display: none;
}

.ui-tabs-panel 
{
	overflow:auto;
	position: relative; /*IE7 fix*/
}

.ui-tabs 
{
	position: relative; /*IE7 fix*/
}

.ui-autocomplete 
{
	max-height: 300px;
	overflow: auto;	
}


/*

	Questions
*/

#agreementChecks div 
{
	margin: 3px 0 3px 20px;
}

#agreementChecks input 
{
	margin-right: 10px;
}

#agreementChecks span 
{
	font-size: 90%;
}

div.verify-result-item 
{
	background-image: url(Img/tick_circle.png);    
	background-repeat: no-repeat;
	background-position: center left;
	margin: 10px 20px;
	padding: 1px 0 1px 30px;
	font-size: 120%;
}

.content-clearer 
{
	margin: -5px 0 0 -16px;
}

.inline-image 
{
	border: 0;
	vertical-align: middle;
	padding-right: 5px;
}

div.itemLine
{
	margin: 0 0 5px 0;
}

img.itemAdd
{
	float: right;
}

.span-content
{
	font-size: 1em;
	color: #777;
	padding: 0 0 1px;
	margin: 0px 20px 3px 0;
	line-height: 130%;
	list-style:none;
	list-style-type:none;
	border:none !important;
}

.span-content-edit
{
	font-size: 1em;
	padding: 0 0 1px;
	line-height: 130%;
	margin: 0px 20px 3px 0;
	list-style:none;
	list-style-type:none;
	border:none !important;
}

.span-content-edit li
{
	float: left;
	margin: 0px 10px 10px 0;
	padding: 0;
	width: 180px;
	list-style:none;
	background:none !important;	
	color: #777;
}

.span-content-edit li label
{
	margin-bottom: 2px;
}

#peSeasonOps li 
{
	width:230px;
}
.wrapped-content
{
	float: left;
	margin: 0px 3px 3px 0;
	padding: 0;
	width: 150px;
	list-style:none;
	background:none !important;	
	color: #000000;
}

.wide 
{
	width:175px;
}

.wrapped-content span
{
	font-size: 1em;
	color: #777;
	padding: 0 0 1px;
	margin: 1px 0px 10px 0;
	display:block;
}

#news-sidebar p
{
	font-size: 1em;
	margin: 0;
	padding: 2px;
}

.side-section 
{
	margin: 5px 0 15px 0;
	line-height: 125%;
}


.contact-point-item 
{
	margin: 5px 0;
}

.sec-question-item 
{
	clear: both !important;   
	margin: 15px 0;
}


/******************************
	TABS
*****************************/



#tabCtrl 
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	border: 0;
}

#tabCtrl ul
{
	background: none;
	background-color: White;
	border: none;  
	border-bottom: 1px solid #A6C9E2;
}

#tabCtrl ul li 
{
	padding: 0 0 0 0;
}

#tabCtrl ul, #tabCtrl ol
{
	padding: 0 0 0 0;
}

#tabCtrl .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
	background-color: #E3F6FA;
}

#tabCtrl .ui-tabs-nav li.ui-state-default {
	background: none repeat scroll 0 0;
}

#tabCtrl .ui-tabs .ui-tabs-nav li {
	border-bottom: 0 none !important;
	float: left;
	list-style: none outside none;
	margin: 0 0.2em 1px 0;
	padding: 0;
	position: relative;
	top: 1px;
	white-space: nowrap;
}

#tabCtrl ul li.ui-tabs-selected a {
	margin-bottom: 0;
	background-color: #0070A3;
	color: #fff;
}

#tabCtrl a {
	color: #0070A3;
	cursor: pointer;
	text-decoration: none;
}

#tabs a:hover {
	color: #000000;
	cursor: pointer;
}

#tabCtrl .ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 2px;
	background-color: #fff;
	margin-bottom: 0; 
	padding-bottom: 1px;
}

img.custom-field-help 
{
	vertical-align: middle;
	
	margin: 2px 3px 0 0;
	width: 12px;
	height: 12px;
	border: 0;
	cursor:pointer;
	float:left;
}

.tab-error-icon 
{    
	margin: 0 0 -3px 5px;
	border: 0;
}

.read-only 
{
    cursor: default !important;
}

.read-only select, 
.read-only checkbox, 
.read-only input, 
.read-only radio, 
.read-only textarea
{
    opacity: .50; filter:Alpha(Opacity=50);
}

.growComments 
{
    height: 35px;   
}

.required input, .required select, .required textarea
{
    /* text-decoration: underline;  ui-bg_gloss-wave_20_cd0a0a_500x100.png  */
    border-left: 2px solid #cd0a0a;
}


.control-device-col1
{
	width: 13% !important;
	float: left;	
	padding:0;

}
.control-device-col2
{
	width: 9% !important;
	float: left;
	padding-left: 1%;
}
.control-device-col3
{
	width: 1% !important;
	float: left;
	padding:0,0,0;
}

.control-device-col4
{
	width: 72% !important;
	float: left;
	padding-left: 2%;
}

.control-device-col5
{
	width: 0.1% !important;
	float: right;
	margin: -2px 0 0;
}

#agreementChecks div 
{
    margin: 3px 0 10px 10px;
}

tr.subRow td
{
	padding:0px 10px 10px 10px !important;
}

tr.subRow input[type="checkbox"], form input[type="radio"] 
{
	margin:0px;
}

tr .subHeader 
{
	display:block;
}

.pollutant-point-item, .item-point, .releasepoint-apportionment-point  
{
	margin: 5px 0px 5px 0px;
}

.releasepoint-apportionment-point .field-validation-error
{
	white-space: normal;	
}

.listPager
{
    margin:0 auto;
     width:250px;
}
.textPager
{
    width:300px;
}
.saveButton {
    margin-right:20px;
}

