/* Global dacbond.com styles */
/*------------------------------------------------------------------
	[Naming Conventions]
- Style names should be in all lowercase and words within the style
name should be separated with a "-" (e.g., page-heading)
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Style Rules]
- Font sizes should be specified in pixels (px) 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Table of Contents]

1. CSS Reset
2. Base Styles
3. Body
4. Header / #header
	4.1. Navigation / #navbar
5. Content / #content
	5.1. Left column / #leftcolumn
	5.2. Right column / #rightcolumn
	5.3. Sidebar / #sidebar
		5.3.1. RSS / #rss
		5.3.2. Search / #search
		5.3.3. Boxes / .box
		5.4. Sideblog / #sideblog
		5.3.5. Advertisements / .ads
6. Footer / #footer
7. handsontable ("HOT")
8. repeated multi input
9. modal dialog
10. SeriesTable
11. CurrencyInput
12. DocumentFileContent
13. Draw breakdown import
14. document-file-link
15. collapsible-section
16. skewed-headers-table
17. Webinars
18. Reports

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Color Codes]

Dark Gray 1 (h1):			#696969
Dark Gray 2 (info-box h3):	#444444
Gray (info-box contents):	#6A6A6A
Blue (links):				#0B6997
Light Green (success msg):	#DFF2BF
Light Green (series):		#DEFFDE
Goldenrod:					#DAA520
Yellow (warning box border): #F0C36D;
Light Yellow (warning box): #F9EDBE;
Red (validation bg):        #FF0000;
Lt Red (validation bg):     #FF8888;
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[CSS Reset]
------------------------------------------------------------------*/
html,body,div,dl,dt,dd,ul,h1,h2,h3,pre,form,label,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img {
	border: 0
}

ul {
	list-style: none
}

/*------------------------------------------------------------------
	[Base Styles]
------------------------------------------------------------------*/
html {
	height: 100%;
}

body {
	background: #F8F8F8;
	color: #000000;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto;
	min-height: 100%;
}

a {
	text-decoration: none;
}

a:link {
	color: #0B6997;
	font-weight: bold;
}

a:visited {
	color: #0F8AC7;
}

a:hover,a:hover span {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: #4444cc;
}

dl {
	line-height: 180%;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 8px;
}

h1 {
	float: none;
	color: #193974;
	font-size: 36px;
}

h1 a {
	letter-spacing: -1px;
	color: #193974;
	font-weight: bold;
	text-shadow: 1px 1px 0 #DDDDDD;
}

h1 a:link,h1 a:visited,h1 a:hover {
	color: inherit !important;
	font-weight: normal;
}

h1 a:hover,h1 a:active {
	text-decoration: none;
}
.highlighted-row {
  background-color: yellow; /* Or any color you prefer */
}
.edit_facility_btn {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #003366;
    border-radius: 2px;
    color: #003366;
    cursor: pointer; 
    font-size: 11px;
    font-weight: bold;
    line-height: 27px;
    margin: 4px 2px;
    min-width: 46px;
    padding: 0 10px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.edit_facility_btn:disabled {
    border: 1px solid #193974; 
    color: #99BEDB; 
    cursor: not-allowed;
}

/* PR-26 M Williams  20151006  Temporarily commenting out
h1.h1-bond-name {
	font-size: 16px;
	text-align: left;
	color: #000000;
	font-weight: normal;
	margin-left: 210px;
	width: 600px;
}
*/

h1.h1-page-title {
	font-size: 16px;
	text-align: left;
	color: #000000;
	font-weight: normal;
	margin-left: 210px;
	width: 600px;
}

h2 {
	background: transparent;
	color: #696969;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3 {
	background: transparent;
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h4 {
	color: #444444;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 6px 0;
}

h5 {
	color: #666;
	font-size: 13px;
	margin: 0 0 3px 2px;
}

h6 {
	color: #666;
	font-size: 12px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

hr {
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
	clear: both;
	height: 0;
}

input {
	padding: 1px 5px 1px 1px;
	margin: 0 2px -1px 0;
}

option {
	padding-right: 10px;
}

select {
	font-family: inherit;
	font-size: 12px;
}

ul.show-bullets {
	list-style-position: inside;
	list-style-type: disc;
}

/*------------------------------------------------------------------
	[Header]
------------------------------------------------------------------*/
.main-nav-bar {
	border: Opx solid #000 !important;
	box-shadow: 0px 2px 2px #bbb;
}

.main-nav-bar,.main-nav-bar ul {
	border-radius: 0 !important;
}

.nav-sub-menu {
	height: 26px;
}

.nav-sub-menu ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.nav-sub-menu ul {
	background: rgb(255,255,255); /* old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* W3C */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* IE10+ */
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 28px;
	margin: 0;
	padding: 0 0 0 165px;
}

.nav-sub-menu ul li {
	border: medium none;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}

.nav-sub-menu ul li a {
	background-color: transparent;
	color: #00233B;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 22px 0 20px;
	text-decoration: none;
	width: auto;
}

.nav-sub-menu ul li a:link,
.nav-sub-menu ul li a:visited {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.nav-sub-menu ul li a:hover,
.nav-sub-menu ul li a:active,
.nav-sub-menu ul li a.active {
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/*------------------------------------------------------------------
	[Content]
------------------------------------------------------------------*/
.data-table,.ui-datatable table {
	border: 0;
	border-collapse: collapse;
}

.data-table-left-margin {
	margin-left: 40px;
}

.data-table-bottom-margin {
	margin-bottom: 18px;
}

.data-table-380px {
	width: 380px;
}

.data-table-400px {
	width: 400px;
}

.data-table-600px {
	width: 600px;
}

.data-table-700px {
	width: 700px;
}

.data-table-800px {
	width: 800px;
}

.data-table-900px {
	width: 960px;
}

.data-table-1000px {
	width: 1063px;
}

.data-table-1100px {
    width: 1100px;
}

.data-table-100pct {
	width: 100%;
}

.data-table caption,
.bare-caption {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 4px;
}

.data-table caption {
    width: 100%;
}

.ui-datatable-header .caption {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
}

.ui-treetable.list-page-tree-table table,.ui-treetable.headerless-tree-table table {
	width: 900px;
}

.ui-treetable.list-page-tree-table.list-page-tree-table-medium table {
	width: 600px;
}

.ui-treetable.list-page-tree-table.list-page-tree-table-800px table {
	width: 800px;
}

.data-table thead,.ui-treetable.list-page-tree-table table thead {
	background-color: #F8F8F8;
	border: 1px solid #D1D1D1;
}

.ui-treetable.headerless-tree-table table thead {
	display: none;
}

.dac-menu.dac-menu-vertical.filters .ui-treetable table thead {
	display: none;
}

.dac-menu.dac-menu-vertical.filters .ui-treetable table,
.dac-menu.dac-menu-vertical.filters .ui-treetable table tbody,
.dac-menu.dac-menu-vertical.filters .ui-treetable table td,
.dac-menu.dac-menu-vertical.filters .ui-treetable table tr { 
	border: 0;
	padding: 0;
	font-size: 11px;
}

.dac-menu.dac-menu-vertical.filters div.ui-accordion-content {
	overflow-x: auto;
}

.dac-menu.dac-menu-vertical.filters div.ui-accordion-content table.ui-selectmanycheckbox.ui-widget td:nth-child(1) {
    width: 0%;
}

.dac-menu.dac-menu-vertical.filters div.ui-accordion-content table.ui-selectmanycheckbox.ui-widget td:nth-child(2) {
    width: 100%;
    white-space: nowrap;
    padding-right: 10px;
}

.data-table th,.ui-datatable table th,.ui-treetable.list-page-tree-table table th {
	background: none;
	border: none;
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

.data-table.headerless-data-table table thead {
	display: none;
}

.data-table th a:link,.data-table th a:visited,.data-table th a:hover,.ui-datatable table th a:link,.ui-datatable table .data-table th a:visited,.ui-datatable table .data-table th a:hover
	{
	color: #036;
	background-color: #E8EDF0;
	font-weight: bold;
	white-space: nowrap;
}

.data-table th.index-header,.ui-datatable table th.index-header {
	padding: 5px 7px;
	text-align: left;
	width: 15px;
}

.data-table th.checkbox-header,.ui-datatable table th.checkbox-header {
	padding: 5px 7px;
	text-align: left;
	width: 15px;
}

.data-table th.checkbox-col,.ui-datatable table th.checkbox-col {
	padding: 5px 7px;
}

.data-table th.verynarrow,.ui-datatable table th.verynarrow {
	width: 25px;
}

.data-table th.narrow,.ui-datatable table th.narrow {
	width: 65px;
}

.data-table th.medium,.ui-datatable table th.medium {
	width: 155px;
}

.ui-treetable.list-page-tree-table tbody,.ui-treetable.headerless-tree-table tbody {
	border: 1px solid #C2C7CB;
}

.ui-treetable.list-page-tree-table .ui-widget-content .ui-state-highlight,.ui-treetable.headerless-tree-table .ui-widget-content .ui-state-highlight
	{
	border: none;
}

.ui-treetable.list-page-tree-table tbody tr.ui-state-highlight,.ui-treetable.list-page-tree-table tbody tr.ui-state-hover,.ui-treetable.headerless-tree-table tbody tr.ui-state-hover
	{
	background: none;
	border: none;
}

.ui-tree .ui-treenode-label.ui-state-highlight {
	font-weight: bold;
}

.data-table td,.ui-datatable-data td,.ui-datatable-data-empty td,.ui-treetable.list-page-tree-table tbody.ui-treetable-data td,.ui-treetable.headerless-tree-table tbody.ui-treetable-data td
	{
	border-bottom: 1px solid #D1D1D1;
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 5px 7px;
	font-size: 12px;
	vertical-align: top;
}

.data-table td.centered,.ui-datatable table td.centered {
	text-align: center;
}

.data-table a
,.ui-datatable table a
,.ui-treetable.list-page-tree-table table tbody.ui-treetable-data a
,.ui-treetable.headerless-tree-table table tbody.ui-treetable-data a
,.ui-treetable-header.ui-widget-header a
,.ui-datatable-header.ui-widget-header a {
	color: #147EB3;
	text-decoration: none;
	font-weight: bold !important;
}

.data-table a:visited,.ui-datatable table a:visited,.ui-treetable.list-page-tree-table table tbody.ui-treetable-data a:visited,.ui-treetable.headerless-tree-table table tbody.ui-treetable-data a:visited
	{
	font-weight: normal;
	text-decoration: none;
}

.data-table a:hover,.ui-datatable table a:hover,.ui-treetable.list-page-tree-table table tbody.ui-treetable-data a:hover,.ui-treetable.headerless-tree-table table tbody.ui-treetable-data a:hover
	{
	text-decoration: underline;
}

.data-table a:active,.ui-datatable table a:active,.ui-treetable.list-page-tree-table table tbody.ui-treetable-data a:active,.ui-treetable.headerless-tree-table table tbody.ui-treetable-data a:active
	{
	text-decoration: underline;
}

.data-table.wrap-headers th {
	white-space: normal;
}

td.data-currency,.ui-datatable tfoot td.data-currency {
	text-align: left;
}

td.data-currency.negative {
	color: #A30A0D;
}

td.data-numeric,.ui-datatable tfoot td.data-numeric {
	text-align: left;
}

td.data-date,td.data-centered-text {
	text-align: left;
}

.data-table.no-cell-borders td,.data-table.no-cell-borders td {
	border: 0;
}

.data-table.no-cell-borders tfoot td {
	border-color: #D1D1D1;
	border-style: solid none;
	border-width: 1px medium;
}

.fieldsCollection .ui-datatable.stacked-table {
	margin-bottom: 30px;
}

.ui-datatable.document-table {
	max-height: 300px;
	overflow: auto;
	width: 100%;
}

tr.unselected-data-table-row {
	background-color: #888888;
}

.high-level-view-table table td.high-level-doc-count,
.high-level-view-table table td.high-level-doc-count a {
	font-size: 1.3em !important;
	vertical-align: middle;
	text-align: center;
	width: 30em;
}

.high-level-view-table table td.high-level-doc-count a {
	position: relative;
	top: -0.1em;
}

ul.action-links {
	white-space: nowrap;
}

.action-links li {
	background: url("/pict/javax.faces.resource/divider_blue_white_2x14.png.xhtml?ln=images") no-repeat scroll right center
		transparent;
	display: inline;
	padding: 0 2px;
}

.action-links li:first-child,
.action-links li:first-child a {
	padding-left: 0;
	margin-left: 0;
}

.action-links li:last-child {
	background: none repeat scroll 0 0 transparent;
}

.add-link {
	display: block;
	margin-top: 6px;
	margin-bottom: 10px;
}

.add-link a.ui-commandlink {
	color: #0B6997;
}

.cancel-link {
	margin: 12px 0 0;
	font-size: 14px;
}

.cancel-link a {
	text-decoration: underline;
}

a.column-sort-down-inactive {
	background: url("down_icon_gray.png") no-repeat scroll right transparent;
	padding-right: 15px;
}

a.column-sort-up-inactive {
	background: url("up_icon_gray.png") no-repeat scroll right transparent;
	padding-right: 15px;
}

a.column-sort-down-active {
	background: url("down_icon_blue.png") no-repeat scroll right transparent;
	padding-right: 15px;
}

a.column-sort-up-active {
	background: url("up_icon_blue.png") no-repeat scroll right transparent;
	padding-right: 15px;
}

.info-text {
	color: #444444;
	font-size: 14px;
	padding: 8px;
	text-align: left;
}

.info-text label {
	display: inline-block;
	float: left;
	font-weight: bold;
	padding: 0 10px;
	vertical-align: top;
	width: 115px;
}

.info-text.label-overflow label {
	overflow: visible;
	white-space: nowrap;	
}

.info-text.label-100px label {
	width: 100px;
}

.info-text.label-120px label {
	width: 120px;
}

.info-text.label-150px label {
	width: 150px;
}

.info-text.label-165px label {
	width: 165px;
}

.info-text.label-170px label {
	width: 170px;
}

.info-text.label-230px label {
	width: 230px;
}

.info-text.label-left {
	padding-left: 0px;	
}

.label-left label {
	padding-left: 0px;	
	text-align: left !important;
}

.value-right .info-value {
	text-align: right !important;
	overflow: auto;
}

.info-text .boldContent {
	font-weight: bold;
	margin: 0 0 5px;
	padding: 3px 0;
}

.info-text .info-value {
	display: inline-block;
	width: 300px;
}

.info-text.value-80px .info-value {
	width: 80px;
}

.info-text.value-100px .info-value {
	width: 100px;
}

.info-text.value-160px .info-value {
	width: 160px;
}

.info-text.value-230px .info-value {
	width: 230px;
}

.info-text.value-580px .info-value {
	width: 580px;
}

.info-text small {
	display: block;
	margin: -2px 0 5px 135px;
	padding: 3px 0;
	font-size: 95px;
}

.info-text ul {
	list-style-type: disc;
	margin-left: 30px;
}

.info-text p {
	margin-bottom: 10px;
}

.info-messages,.error-messages {
	border: 1px solid;
	border-collapse: collapse;
	margin: 10px 0 10px 150px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 448px;
}

.info-messages {
	color: #4F8A10;
	background: url("/pict/javax.faces.resource/success.png.xhtml?ln=images") no-repeat scroll 10px center #DFF2BF;
}

.error-messages {
	color: #D8000C;
	background: url("/pict/javax.faces.resource/error.png.xhtml?ln=images") no-repeat scroll 10px center #FFBABA;
}

div.expand-icon-green {
	display: inline-block;
	background-image: url("/pict/javax.faces.resource/expand_icon_green.png.xhtml?ln=images");
	background-repeat: no-repeat;
	width: 16px;
	height: 12px;
}

a.green-copy-down {
	display: inline-block;
	background-image: url("/pict/javax.faces.resource/green-copy-down.png.xhtml?ln=images");
	background-repeat: no-repeat;
	width: 16px;
	height: 12px;
}

a.green-copy-down:link,a.green-copy-down:visited {
	background-position: 0px -12px;
}

a.green-copy-down:hover,a.green-copy-down:active {
	background-position: 0px 0px;
}

.hide {
	display: none !important;
}

.error-message {
	color: #D8000C;
	padding-left: 6px;
}

.pipe-delimited-links ul {
	list-style-type: none;
	margin: 0 18px 3px;
	padding: 0;
}

.pipe-delimited-links ul.no-margin {
	margin: 0;
}

.pipe-delimited-links li {
	background: url("/resources/images/divider_blue_white_2x12.png") no-repeat scroll right center transparent;
	display: inline;
	padding: 0 8px 1px;
}

.pipe-delimited-links li.last {
	background: none repeat scroll 0 0 transparent;
}

.pipe-delimited-links li a {
	color: #0B6997;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: 1px;
}

.client-info {
	text-align: right;
}

.client-info .client-header {
	text-align: center;
	font-size: 22px;
	padding-right: 50px;
}

.client-info .client-header label {
	color: #444444;
}

.client-info .client-header select {
	background-color: #F8F8F8;
	border: 1px solid #DCDCDC;
	border-radius: 2px 2px 2px 2px;
	color: #444444;
	font-size: 11px;
	list-style: none outside none;
	margin: 0 2px;
	min-width: 46px;
	max-width: 200px;
	outline: medium none;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.client-info .client-header select option {
	max-width: 800px;
	padding-right: 42px;
	text-align: left;
}

.client-info .client-header select option:first-child {
	text-align: center;
}

.client-info .manage-link {
	font-size: 10px;
	padding-left: 2px;
	vertical-align: -10%;
}

.sign-in {
	width: 290px;
	margin: 0 auto;
}

.signin-box {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #E5E5E5;
	padding: 20px 25px;
	text-align: left;
}

.signin-box.yellow {
	background-color: #FFECB3;
	border: 1px solid #FFCC66;
}

.signin-box.blue {
	background-color: #D1E1EF;
	border: 1px solid #99BEDB;
}

.signin-box.dark-gray {
	background-color: #E5E5E5;
	border: 1px solid #C5C5C5;
}

.signin-box label {
	display: block;
	margin: 0 0 15px;
}

.signin-box .email-label,.signin-box .passwd-label {
	-moz-user-select: none;
	display: block;
	font-weight: bold;
	margin: 0 0 05px;
}

.signin-box input[type="text"],.signin-box input[type="password"] {
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	width: 100%;
}

.signin-box input[type="email"],.signin-box input[type="password"],.signin-box input[type="text"],.signin-box input[type="url"],.signin-box select
	{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-box-sizing: border-box;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	border-radius: 1px 1px 1px 1px;
	border-right: 1px solid #D9D9D9;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	margin: 0;
	padding-left: 8px;
}

.signin-box input[type="email"]:hover,.signin-box input[type="password"]:hover,.signin-box input[type="text"]:hover,.signin-box input[type="url"]:hover,.signin-box select:hover
	{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #A0A0A0 #B9B9B9 #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.signin-box input[type="email"]:focus,.signin-box input[type="password"]:focus,.signin-box input[type="text"]:focus,.signin-box input[type="url"]:focus,.signin-box select:focus
	{
	border: 1px solid #4D90FE;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	outline: medium none;
}

.signin-box label.remember {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	top: -1px;
}

.signin-box label {
	margin: 0 0 15px;
}

.signin-box input[type="checkbox"],.signin-box input[type="radio"] {
	-moz-box-sizing: border-box;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 1px 1px 1px 1px;
	cursor: pointer;
	height: 13px;
	margin: 0;
	position: relative;
	vertical-align: bottom;
	width: 13px;
}

.signin-box .remember-label {
	-moz-user-select: none;
	color: #666666;
	font-weight: normal;
	line-height: 17px;
	padding: 0 0 0 04px;
	position: relative;
	top: 2px;
}

.signin-box ul {
	list-style-type: none;
}

.signin-box .assistance-text {
	-moz-user-select: none;
	color: #666666;
	font-weight: normal;
	line-height: 17px;
	padding: 0 0 0 04px;
	position: relative;
}

.dac-inline-block {
	display: inline-block;
	position: relative;
}

.viewpane-content {
	margin-top: 6px;
}

.viewpane-toolbar.density-small {
	margin-top: 0;
}

.viewpane-toolbar {
	padding: 0px 0px 4px 0px;
	overflow: hidden;
}

.viewpane-toolbar.no-border {
	border-bottom: 0px;
}

.viewpane-toolbar.constrained {
	width: 800px;
}

.viewpane-toolbar.toolbar-900px {
	max-width: 900px;
}

.viewpane-toolbar.toolbar-1000px {
	width: 1000px;
}

.viewpane-toolbar-selection {
	float: left;
}

.viewpane-toolbar-trash-icon,.viewpane-toolbar-email-icon,.viewpane-toolbar-multi-doc-icon,.viewpane-toolbar-edit-icon,.viewpane-toolbar-create-icon,.viewpane-toolbar-reminder-icon
	{
	height: 21px;
	margin-left: 17px;
	margin-top: 2px;
	vertical-align: middle;
	width: 21px;
}

.viewpane-toolbar-trash-icon:before {
	content: url("/pict/javax.faces.resource/trash_button_icon.png.xhtml?ln=images");
}

.viewpane-toolbar-email-icon:before {
	content: url("/pict/javax.faces.resource/email_button_icon.png.xhtml?ln=images");
}

.viewpane-toolbar-multi-doc-icon:before {
	content: url("/pict/javax.faces.resource/multi_doc_button_icon_2.png.xhtml?ln=images");
}

.viewpane-toolbar-edit-icon:before {
	content: url("/pict/javax.faces.resource/edit_button_icon.png.xhtml?ln=images");
}

.viewpane-toolbar-create-icon:before {
	content: url("/pict/javax.faces.resource/create_button_icon.png.xhtml?ln=images");
}

.viewpane-toolbar-reminder-icon:before {
	content: url("/pict/javax.faces.resource/reminder_icon_2.png.xhtml?ln=images");
}

.viewpane-toolbar-reminder-caption {
	height: 21px;
	margin-top: 2px;
	opacity: 0.55;
	vertical-align: middle;
}

a.button-link:hover {
	text-decoration: none;
}

span.button-link .flat-menu-button { /* disabled link */
	opacity: 0.5;
}

.dac-button {
	border-radius: 2px 2px 2px 2px;
	cursor: default;
	font: bold 11px Verdana;
	height: 27px;
	line-height: 27px;
	margin-right: 16px;
	min-width: 54px;
	outline: 0 none;
	padding: 0 8px;
	text-align: center;
}

.dac-button-standard {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f1f1f1));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%); /* W3C */
	border: 1px solid #99BEDB;
	color: #444444;
}

.dac-button-standard:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.dac-button-action:hover,.dac-button-standard:hover,.dac-button-delete:hover {
	opacity: 0.72;
}

.dac-button-delete, .flat-menu-button.dac-button-delete {
	background: #fdbcaa; /* Old browsers */
	background: -moz-linear-gradient(top, #fdbcaa 0%, #fdb8a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdbcaa), color-stop(100%, #fdb8a5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdbcaa 0%, #fdb8a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdbcaa 0%, #fdb8a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdbcaa 0%, #fdb8a5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdbcaa 0%, #fdb8a5 100%); /* W3C */
	border: 1px solid #EF3706;
	color: #444444;
}

.dac-button-delete:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.dac-button .dac-button-img {
	margin-top: -3px;
	vertical-align: middle;
}

.dac-button-label {
	margin-left: 5px;
}

.dac-button-narrow {
	min-width: 34px;
	padding: 0;
}

.dac-button-collapse-left,.dac-button-collapse-right {
	z-index: 1;
}

.dac-button-collapse-left.dac-button-disabled {
	z-index: 0;
}

.dac-button-collapse-left:focus,.dac-button-collapse-right:focus,.dac-button:hover.dac-button-collapse-left,.dac-button:hover.dac-button-collapse-right
	{
	z-index: 2;
}

.dac-button-collapse-left,.viewpane-toolbar .flat-menu-button.dac-button-collapse-left {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -4px;
}

.dac-button-collapse-right,.viewpane-toolbar .flat-menu-button.dac-button-collapse-right {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: 0;
}

.dac-button-no-margin {
	margin: 0;
}

.dac-button-push-right {
	margin-left: 24px;
}

.dac-button-primary {
	background: #f94715; /* Old browsers */
	background: -moz-linear-gradient(top, #f94715 0%, #ef3706 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f94715), color-stop(100%, #ef3706));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f94715 0%, #ef3706 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f94715 0%, #ef3706 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f94715 0%, #ef3706 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f94715 0%, #ef3706 100%); /* W3C */
	border: 1px solid transparent;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	vertical-align: top;
}

.dac-button-primary.dac-button:hover {
	opacity: .72;
}

.dac-button-primary:focus {
	border: 1px solid transparent;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	outline: 0 none transparent;
}

.dac-button-primary:active {
	background: #fa5a2e; /* Old browsers */
	background: -moz-linear-gradient(top, #fa5a2e 0%, #f94715 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa5a2e), color-stop(100%, #f94715));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fa5a2e 0%, #f94715 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fa5a2e 0%, #f94715 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fa5a2e 0%, #f94715 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fa5a2e 0%, #f94715 100%); /* W3C */
	border: 1px solid #EF3706;
}

.dac-button-action {
	background: #4d90fe; /* Old browsers */
	background: -moz-linear-gradient(top, #4d90fe 0%, #4787ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d90fe), color-stop(100%, #4787ed));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d90fe 0%, #4787ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d90fe 0%, #4787ed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d90fe 0%, #4787ed 100%); /* W3C */
	border: 1px solid #3079ED;
	color: #FFFFFF;
}

.dac-button-action.dac-button-clear-outline {
	box-shadow: none;
}

.dac-button-action.small-button {
	font-size: 9px;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
	margin-left: 4px;
	min-width: 40px;
	padding: 0 8px;
}

.link-button {
	display: inline-block;
	height: 25px;
}

.link-button:hover {
	text-decoration: none;
}

.viewpane-toolbar .flat-menu-button {
	margin: 4px 8px;
}

.viewpane-toolbar .flat-menu-button.first {
	margin-left: 0 !important;
}

.flat-menu-button-caption,.flat-menu-button-caption a:link,.flat-menu-button-caption a:visited {
	color: #003366;
	cursor: default;
	display: block;
	vertical-align: top;
	white-space: nowrap;
}

.flat-menu-button-caption a:hover {
	text-decoration: none;
}

.flat-menu-button {
	background: rgb(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)),
		color-stop(100%, rgba(245, 245, 245, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	/* IE6-9 */
	border: 1px solid #193974;
	border-radius: 2px 2px 2px 2px;
	color: #99BEDB;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
	list-style: none outside none;
	margin: 0 2px;
	min-width: 46px;
	outline: medium none;
	padding: 0 10px !important;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}

.flat-menu-button.yellow {
	background: #ffe781; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe781 0%, #ffdb75 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe781), color-stop(100%, #ffdb75));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe781 0%, #ffdb75 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe781 0%, #ffdb75 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe781 0%, #ffdb75 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe781 0%, #ffdb75 100%); /* W3C */
}

.flat-menu-button-push-right {
	margin-left: 24px !important;
}

.flat-menu-button:hover {
	opacity: 0.72;
}

.flat-menu-button-dropdown {
	border-color: #003366 transparent;
	border-style: solid;
	border-width: 4px 4px 0;
	height: 0;
	padding: 0 18px 0 6px;
	position: absolute;
	right: 5px;
	top: 12px;
	width: 0;
}

.flat-menu-button-collapse-left {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -6px !important;
}

.viewpane-toolbar .flat-menu-button.flat-menu-button-collapse-right {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#form-wrapper {
	float: right;
	width: 364px;
}

.form-wrapper-a {
	float: right;
	display: inline-block;
	width: 100%;
}

#search-filters-container {
	height: 27px;
	line-height: 27px;
	padding: 0;
}

.advanced-search-button-container {
	height: 27px;
	line-height: 24px;
	position: absolute;
	right: -20px;
	top: 0;
}

.advanced-search-button.flat-menu-button {
	background-color: transparent;
	background-image: none;
	border: medium none;
	margin: 0 4px 0 0;
	min-width: 8px;
	padding: 4px;
}

.advanced-search-button {
	cursor: pointer;
	height: 18px;
	width: 10px;
}

.advanced-search-button .flat-menu-button-dropdown {
	border-width: 5px 5px 0;
	opacity: 0.55;
	right: 3px;
	top: 11px;
}

.search-input-clear-container {
	height: 27px;
	position: absolute;
	right: -297px;
	top: -22px;
}

.search-input-clear-icon {
	background-image: url("search_clear_button_icon.png");
	background-repeat: no-repeat;
	height: 10px;
	margin: 5px 3px;
	width: 10px;
	opacity: 0.55;
}

.search-input-clear {
	cursor: pointer;
	margin: 0;
	outline: medium none;
	padding: 4px 3px 3px;
}

.navpane {
	width: 180px;
}

.navpane.no-content {
	width: 20px;
}

.navpane-container-scrollable {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.navpane-top-list.density-small {
	line-height: 22px;
}

.dac-list {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
}

.navpane-top-list {
	border-top: 0 none !important;
	font-size: 13px;
	overflow: hidden;
	position: relative;
}

.dac-list .dac-list-menu-container {
	overflow: hidden;
}

.navpane .dac-list-menu-container {
	overflow: visible !important;
}

.dac-list .dac-menu {
	border: 0 none;
	overflow-y: visible;
	position: static;
	z-index: 0;
}

.navpane .dac-menu {
	box-shadow: none;
	outline: medium none;
}

.navpane-top-list .dac-menu {
	padding-bottom: 0;
	padding-top: 0;
}

.dac-menu {
	z-index: 10;
	background: none repeat scroll 0 0 #FFFFFF;
	cursor: default;
	outline: medium none;
	padding: 6px 0;
}

.dac-menu-vertical {
	margin-left: 8px;
	position: relative;
}

.dac-menu.nav-list {
	
}

.dac-listitem-content {
	padding-left: 9px;
}

.dac-listitem-content.inactive:hover,dac-listitem-inactive:hover {
	background: #FFF !important;
}

.dac-listitem,.dac-listitem a {
	color: #222222;
	font-weight: normal;
	display: block;
	margin: 0;
}

.dac-listitem,.dac-listheaderitem {
	cursor: pointer;
	line-height: 18px;
	padding: 1px 2px;
	vertical-align: middle;
	white-space: nowrap;
}

.dac-listitem-inactive {
	color: #808080;
	cursor: default;
}

.dac-listitem-caption,.dac-listitem-subcaption,.dac-listheaderitem-caption,.dac-listheaderitem-subcaption {
	font-family: arial, sans-serif;
	white-space: nowrap;
}

.dac-listitem a:hover,.dac-listitem-content:hover { /*	opacity: .72;*/
	text-decoration: underline;
}

.navpane-top-list.density-small .dac-listitem {
	line-height: 22px;
}

.navpane .navpane-top-list .dac-listitem {
	border-left: 4px solid #99BEDB;
	padding-left: 0;
	position: relative;
}

.dac-list .dac-option.dac-option-selected {
	background: #ffe781; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe781 0%, #ffdb75 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe781), color-stop(100%, #ffdb75));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe781 0%, #ffdb75 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe781 0%, #ffdb75 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe781 0%, #ffdb75 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffe781 0%, #ffdb75 100%); /* W3C */
	border-left: 4px solid #DAA520;
	font-weight: bold;
}

.dac-list .dac-option.dac-option-selected a {
	color: #222222;
	font-weight: bold;
}

.dac-list .dac-option {
	background-color: #E5EEF6;
	border-bottom: 1px solid #99BEDB;
	margin-top: 1px;
}

.page-title-row {
	border-width: 0px;
	height: auto;
	margin-bottom: 0;
	margin-top: 18px;
	height: auto;
}

.page-title-row .page-title {
	display: block;
	padding: 5px 12px;
}

.content-select {
	padding: 8px 15px;
	border: 1px solid #d9d9d9;
	display: block;
	width: auto;
	background: rgb(237,237,237); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(244,244,244,1) 100%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(244,244,244,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(244,244,244,1) 100%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(244,244,244,1) 100%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(244,244,244,1) 100%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(244,244,244,1) 100%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */

}



.content-select label {
	font-weight: bold;
	color: #3081D1;
	font-size: 14px;
	margin-right: 4px;
	margin-left: 12px;
}

.content-select select,form.standard-form .content-select select {
	color: #444444;
	min-width: 250px;
	font-size: 15px;
}

.content-select select option {
	padding-right: 11px;
}

.content-select select option.empty-option {
	text-align: center;
}

.content-select.sub-select {
	margin: 0 0 7px;
}

.content-select .static-value {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 5px;
	text-align: left;
	width: 300px;
}

div.content-select-error {
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	background-color: #FFFFFF;
	color: #FF0000;
	font-weight: bold;
	width: 400px;
	display: inline-block;
	margin-left: 44px;
	vertical-align: 65%;
	padding: 6px 8px 6px 18px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

div.content-select-error.inline-with-selects {
	vertical-align: 25%;
}

.searchpane {
	padding: 24px 188px 4px 0;
	border-bottom: 1px solid #EBEBEB;
	font-size: 2em;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
}

.searchpane .centered-content {
	margin: 0 auto;
	width: 650px;
	color: #696969;
	font: 09px Arial, Helvetica, Verdana, sans-serif !important;
}

.searchpane .indented-content {
	padding: 2px 0 0 18px;
	width: 960px;
	color: #696969;
	font: 09px Arial, Helvetica, Verdana, sans-serif !important;
}

.searchpane label {
	color: #696969;
	font: 10px Arial, Helvetica, Verdana, sans-serif !important;
	line-height: 29px;
}

.searchpane select {
	font-size: 14px;
	margin-left: 4px;
	width: 690px;
}

#chart_div {
	display: inline;
	position: relative;
	float: left;
}

#pie_chart_div {
	display: inline;
	position: relative;
	float: right;
}

.summarypane {
	border-bottom: 1px solid #EBEBEB;
	margin-top: 10px;
}

.summarypane.no-border {
	border-bottom: 0;
}

.summarypane.centered {
	text-align: center;
}

.contentcreationpane.density-small {
	padding: 14px 0 8px 32px;
}

.contentcreationpane {
	font-size: 13px;
	min-height: 29px;
}

.toolbar-item-new {
	margin-left: 0 !important;
	margin-right: 0 !important;
	vertical-align: top;
}

.toolbar-item-upload {
	margin-left: -3px !important;
	margin-right: 24px !important;
	vertical-align: top;
}

.toolbar-item-upload.first {
	margin-left: 0px !important;
}

.toolbar-item-upload-icon {
	background: url("upload_icon.png") repeat scroll 0 0 transparent;
	height: 17px;
	margin-top: 5px;
	width: 17px;
}

.contentpane {
	float: left;
	margin: 0 16px;
	width: 786px;
}

.contentpane.narrow {
	float: left;
	margin: 0 16px;
	width: 600px;
}

.contentpane.wide {
	width: 900px;
}

.contentpane.extra-wide {
	width: 900px;
}

.addlinfopane {
	display: inline-block;
	position: relative;
	margin-left: 16px;
}

.addlinfopane .info-box {
	background-color: #F8F8F8;
	border: 1px solid #D7D7D7;
	font-size: 13px;
	margin: 10px 0;
	padding: 10px;
}

.info-box {
  border: none;
	color: #5F5F5F;
	margin: 0px auto 5px;
	padding: 5px;
	overflow: auto;
}

.info-box h3 {
	color: #444444;
}

.info-box.large-font {
	font-size: 16px;
}

.info-box.info-box-520px {
	width: 520px;
	margin: 10px 0;
}

.info-box.show-bullets ul {
	list-style-position: inside;
	list-style-type: disc;
}

.info-element {
	color: #5F5F5F;
	font-size: 14px;
	margin-top: 10px;
}

.info-element:first-child {
	margin-top: 0;
}

.info-element label {
	display: inline-block;
	padding-right: 6px;
	text-align: right;
	width: 100px;
	font-weight: bold;
}

.info-element label.wide {
	width: 150px;
}

.info-element-value {
	display: inline-block;
}

form.standard-form {
	margin: 0;
	padding: 16px 0 0;
}

form.standard-form.standard-form-no-padding {
	padding: 0;
}

form.standard-form.standard-form-bottom-padding {
	padding-bottom: 8px;
}

form.standard-form.standard-form-uniform-padding {
	padding: 8px;
}

form.standard-form fieldset {
	border: none;
	font-size: 12px;
	margin-top: 8px;
	position: relative;
}

form.standard-form.popover-form {
	margin: 0 12px;
}

.section-divider {
	border-bottom: 1px solid #EBEBEB;
	margin: 2px 0 10px;
	width: 100%;
}

fieldset legend {
	color: #444444;
	font-size: 17px;
}

legend.sublegend {
	font-size: 14px;
}

.form-element {
	margin-bottom: 5px;
	position: relative;
}

.form-element div {
	display: inline-block;
}

.form-element div.ui-helper-hidden {
	display: none;
}

.form-element.newline {
	display: block;
}

.form-element label,.form-element .pseudo-label {
	display: inline-block;
	padding-right: 4px;
	text-align: left;
	width: 155px;
}

.form-element label.nowidth,.form-element .pseudo-label.nowidth {
    display: inline-block;
    padding-right: 0px;
    text-align: left;
    width: inherit;
}

.form-element label {
	color: #333333;
	vertical-align: top;
}

.longtext {
	display: inline-block;
	white-space: wrap;
	max-width: 500px;
	padding-left: 10px;
}

.form-element label.top,.form-element .pseudo-label.top {
	padding-top: 6px;
	vertical-align: top;
}

.form-element .multi-checkboxes label {
	text-align: left;
	padding-left: 3px;
	width: 350px;
}

.form-element .stacked-input {
	display: block;
}

.form-element .required {
	font-weight: bold;
	text-align: right;
}

.form-element .text-value {
	margin-left: 0;
}

form.standard-form input[type="email"],.standard-form input[type="number"],.standard-form input[type="password"],.standard-form input[type="tel"],.standard-form input[type="text"],.standard-form input[type="url"]
	{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-box-sizing: border-box;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	border-radius: 1px 1px 1px 1px;
	border-right: 1px solid #D9D9D9;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 22px;
	margin: 0;
	padding: 1px 2px 0;
}

form.standard-form select {
	display: inline-block;
	height: 22px;
	margin: 0;
	padding: 2px;
	width: 147px;
}

form.standard-form select.ui-helper-hidden {
	display: none;
}

form.standard-form select.select-350px {
	width: 350px;
}

.standard-form input[type="text"].textbox-45px {
	width: 45px;
}

.standard-form input[type="text"].textbox-250px {
	width: 250px;
}

form.standard-form.wide-labels .form-element label {
	width: 230px;
}

form.standard-form.narrow-labels .form-element label {
	width: 100px;
}

form.standard-form.narrow-labels label.dac-button {
	width: auto;
}

.form-element label.side-by-side-form-element {
	margin-left: 14px;
	width: auto !important;
}

form.standard-form.extra-wide-labels .form-element label,form.standard-form.extra-wide-labels .form-element .pseudo-label
	{
	width: 360px;
}

.form-buttons {
	margin: 40px 0 20px 150px;
}

.form-buttons.centered {
	margin: 20px 0;
	text-align: center;
}

.ui-dialog-content .form-buttons {
	margin-bottom: 12px;
}

.form-action-link-right {
	margin-left: 12px;
}

.dac-menuitem {
	position: relative;
}

.dac-menuitem,.dac-tristatemenuitem,.dac-filterobsmenuitem {
	color: #333333;
	cursor: pointer;
	list-style: none outside none;
	margin: 0;
	padding: 6px 7em 6px 30px;
	position: relative;
	white-space: nowrap;
}

div.right-padded-textbox-div {
	padding: 0 6px 0 0;
}

.filter-menu-label-container select {
	padding: 2px 0 4px;
}

#content-table {
	border: none;
	border-collapse: collapse;
	width: 100%;
}

ul.table-cell-list {
	padding-left: 14px;
}

::-webkit-input-placeholder {
	color: #999999;
	font-style: italic;
}

:-moz-placeholder {
	color: #999999;
	font-style: italic;
}

input[disabled="disabled"] {
	background: #F8F8F8 !important;
}

input[type="text"][disabled="disabled"],input[type="text"][readonly="readonly"],input[type="checkbox"][disabled="disabled"]
	{
	background: #D8D8D8 !important;
	border-color: #A0A0A0 #B9B9B9 #B9B9B9;
	opacity: .9;
}

.splitpane-first-container {
	border: 1px solid #EBEBEB;
	border-width: 0px 1px 0px 2px;
}

.splitpane-first-container.no-content {
	border-right: none;
	padding: 80px;
}

.splitpane-second-container {
	padding: 0 0 0 20px;
	width: 100%;
}

tbody>tr>th {
	text-align: left;
	border-bottom: 1px solid #D1D1D1;
}

.data-table.data-entry-table input[type="text"] {
	width: 100px;
}

.data-table.data-entry-table>thead>tr>th>input[type="text"] {
	float: left;
	margin-right: 0;
	width: 84px;
}

.data-table.data-entry-table>thead>tr>th>.delete-icon {
	margin: 2px 0 0 -2px;
}

.data-table.data-entry-table td.good-value {
	background: #DEFFDE;
}

.data-table.data-entry-table td.total-column {
	background: #E5EEF6;
}

.dac-menu.dac-menu-vertical.filters {
	margin: 0;
	border-width: 0;
	background: transparent;
}

h4.filters-title {
    background: rgb(228, 228, 228); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228, 228, 228, 1) 0%, rgba(217, 217, 217, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(228, 228, 228, 1)),
        color-stop(100%, rgba(217, 217, 217, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228, 228, 228, 1) 0%, rgba(217, 217, 217, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228, 228, 228, 1) 0%, rgba(217, 217, 217, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(228, 228, 228, 1) 0%, rgba(217, 217, 217, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(228, 228, 228, 1) 0%, rgba(217, 217, 217, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#e4e4e4', endColorstr='#d9d9d9', GradientType=0);
	color: #000;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 5px 15px;
	border: 1px solid #d6d6d6;
	border-width: 1px 0;
	/* IE6-9 */
}

div.filters-subtitle {
    background: rgb(228, 228, 228);
	padding-left: 5px;
	padding-top: 5px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

.filter.ui-accordion .ui-accordion-content {
	margin: 0;
	max-height: 165px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
}

.filter.ui-accordion h3.ui-accordion-header.filter-title {
	background: rgb(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)),color-stop(100%, rgba(245, 245, 245, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(245, 245, 245, 1) 100%); /* W3C */
	border-bottom: 1px solid #EBEBEB;
	border-top-width: 0px;
	border-left: none;
	border-right: none;
	margin-top: 0;
	padding: 3px 20px;
}

.filter.ui-accordion .ui-accordion-header .ui-icon {
	left: 4px;
}

.filter.ui-accordion .ui-accordion-header.filter-title a {
	color: #223264;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 0 16px;
}

.filter.ui-accordion .ui-widget {
	font-size: 11px;
}

.filter-option {
	line-height: 13px;
	margin: 0 12px;
	overflow: auto;
}

.filter-option a:link,.filter-option a:visited {
	color: #0b6997;
}

.filter-option input {
	margin-right: 5px;
}

.filter-selections {
	border: 1px solid #D7D7D7;
	font-size: 11px;
	margin-top: 10px;
	overflow: hidden;
	padding: 10px 8px 9px;
	position: relative;
}

.filter-selections h7 {
	float: left;
	font-weight: bold;
	margin: 0 15px 0 14px;
	text-transform: uppercase;
}

.filter-selections .remove {
	background: url("circle_x_blue.png") no-repeat scroll right center transparent;
	display: inline-block;
	font-weight: bold;
	height: 12px;
	margin: 0 12px 0 0;
	padding: 0 15px 3px 0;
	text-transform: uppercase;
}

.filter-selections a:link,.filter-selections a:visited {
	color: #0b6997;
}

.welcome {
	color: #DAA520;
	font-weight: bold;
}

.text-with-icon {
	vertical-align: 30%;
}

.docs-panel {
	padding-bottom: 20px;
}

a:link.alert-hover,a:visited.alert-hover,a:hover.alert-hover,a:active.alert-hover {
	font-weight: bold;
	color: #E60000 !important;
}

.sqft-denominator-override {
	font-weight: bold;
	/* color: #E60000 !important; */ /*Akanksha*/
}

/* Read-only forms */
a:link.edit-icon-link,a:visited.edit-icon-link,a:hover.edit-icon-link,a:active.edit-icon-link {
	background-image: url("/pict/javax.faces.resource/edit_button_icon.png.xhtml?ln=images");
	display: inline-block;
	height: 21px;
	width: 21px;
	vertical-align: -4px;
}

a:link.lock-icon-link,a:visited.lock-icon-link,a:hover.lock-icon-link,a:active.lock-icon-link {
	background-image: url("/pict/javax.faces.resource/lock_button_icon.png.xhtml?ln=images");
	display: inline-block;
	height: 21px;
	width: 21px;
	vertical-align: -4px;
}

form.form-readonly {
	background-color: #F9F9F9;
	border: 1px solid #EBEBEB;
}

label.label-40px {
	width: 40px;
}

form.standard-form table.ui-selectoneradio.ui-widget>tbody>tr td label,table.ui-selectoneradio.ui-widget>tbody>tr td label
	{
	margin-left: 10px;
	width: auto;
	text-align: left;
	margin-right: 20px;
}

table.ui-selectoneradio.ui-widget {
	display: inline-block;
}

.originating-series-list,.series-list {
	color: #888888;
	font-style: italic;
}

.bond-issue-part {
	font-style: italic;
	color: rgb(73, 120, 143);
}

.facPrjExp-indent1 {
	margin-left: 20px;
}

.facPrjExp-indent2 {
	margin-left: 40px;
}

.facPrjExp-indent3 {
	margin-left: 60px;
}

.text-block {
	margin-top: 12px;
}

.text-block p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 16px;
}

.text-block .info-box,.ui-dashboard-column .ui-panel.ui-widget .info-box {
	background-color: #FFF5DA;
	border: 1px solid #FDBC14;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 2px #CCCCCC;
	color: #282828;
	font-size: 13px;
}

.ui-dashboard-column .ui-panel.ui-widget .info-box {
	margin-bottom: 10px;
}

.dashboard-subheading {
	color: #444444;
	font-size: 15px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.info-box p:last-child {
	margin-bottom: 0;
}

.info-box h4 {
	font: 600 1.2em/1.3em Arial, Helvetica, Arial, sans-serif;
	margin: 0 !important;
	padding: 0 0 10px !important;
}

.info-box h5 {
	color: #333333;
	font-size: 13px;
	margin: 3px 0 3px;
}

.info-box .instructions {
	font-style: italic;
	margin-top: 16px;
}

table.info-table {
	border: 1px solid;
}

table.info-table th,table.info-table td {
	border: 1px solid;
	padding: 4px;
}

table.info-table td.version {
	text-align: center;
}

table.info-table td.yes-no {
	text-align: center;
}

/*------------------------------------------------------------------
	[Navigation Styles]
------------------------------------------------------------------*/
.borderLeft_v1 {
	padding-left: 14px;
	border-left: 1px solid #ccc;
}

.borderRight_v1 {
	padding-right: 14px;
	border-right: 1px solid #ccc;
}

#container {
	margin: 0 auto 0; /* center the container */
	background: #FFFFFF;
	min-width: 1410px;
}

#container #header {
	background-color: #FFFFFF;
	position: relative;
	height: 50px;
}

#content {
	overflow: auto;
}

#content-with-margin { /*
	padding: 23px 30px 25px 30px;
	border: 1px solid #99BEDB;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
*/
/* This interferes with Handsontable height management
	overflow: auto;
*/
	min-height: 500px;
	padding-bottom: 25px;
}

#noNavBarContent {
	border: 1px solid #99BEDB;
	border-radius: 10px 10px 10px 10px;
	overflow: auto;
	padding: 25px;
}

#main {
	padding: 0;
}

#header #logo {
	position: absolute;
	left: 20px;
	top: 0;
}

#header #logo a {
	display: block;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0 !important;
	height: 57px;
}

#header #logo a:hover {
	background: none;
	text-decoration: none;
}

#nav-reference {
	padding: 10px 50px 0 0;
	color: #666666;
	text-align: right;
	position: absolute;
	top: 9px;
	right: 20px;
	font-size: 11px;
}

#nav-reference ul {
	float: left;
}

#nav-reference li {
	background: url("/pict/javax.faces.resource/divider_blue_white_2x10.png.xhtml?ln=images") no-repeat scroll right center transparent;
	margin: 0;
	padding: 0 10px 1px 5px;
	display: inline;
	list-style-type: none;
}

#nav-reference li:last-child {
	background: none repeat scroll 0 0 transparent;
}

#nav-reference a:link,#nav-reference a:visited {
	color: #0b6997;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#header #nav-reference a:hover {
	background: none;
	text-decoration: underline;
	letter-spacing: normal;
}

#nav-subsection {
	height: 26px;
}

#leftNavForm-leftNav a.ui-menuitem-link {
    color: #0B6997;
}

.alert .notice {
	color: #900;
}

label.search-label {
	color: #193974;
	font-size: 16px;
	margin-right: 4px;
}

.background-gradient {
	background: #9bb6cf; /* Old browsers */
	background: -moz-linear-gradient(top, #9bb6cf 0%, #436a8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bb6cf), color-stop(100%, #436a8c));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9bb6cf 0%, #436a8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9bb6cf 0%, #436a8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9bb6cf 0%, #436a8c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9bb6cf 0%, #436a8c 100%); /* W3C */
}

.background-gradient-light {
	background: #d1e1ef; /* Old browsers */
	background: -moz-linear-gradient(top, #d1e1ef 0%, #99bedb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1e1ef), color-stop(100%, #99bedb));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d1e1ef 0%, #99bedb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d1e1ef 0%, #99bedb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d1e1ef 0%, #99bedb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d1e1ef 0%, #99bedb 100%); /* W3C */
}

/* Rounded corners styles */
.upper-left-corner-light-blue {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("images/corner_light_blue.png");
	font-size: 0%;
}

.upper-left-corner-dark-blue {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("images/corner_dark_blue.png");
	font-size: 0%;
}

.upper-left-corner-white {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("images/corner_white.png");
	font-size: 0%;
}

.upper-right-corner-light-blue {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("images/corner_light_blue.png");
	font-size: 0%;
}

.upper-right-corner-dark-blue {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("images/corner_dark_blue.png");
	font-size: 0%;
}

.upper-right-corner-white {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("images/corner_white.png");
	font-size: 0%;
}

.tl {
	top: 0;
	left: 0;
	background-position: 0px 0;
}

.tr {
	top: 0;
	right: 0;
	background-position: 10px 0;
}

#adminNavBar {
	padding: 6px;
	margin: 2px 0 12px;
	background-color: #F6F3EE;
	border: 1px solid #99BEDB;
	font-size: 13px;
	height: 18px;
	text-align: left;
}

#summary-box,.summary-box {
background: rgb(255,255,255); /* old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* W3C */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* IE10+ */
	border: .5px solid gray;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 10px;
	width: 610px;
}

.currentDateRange {
	color: #777777;
	font-size: 12px;
	font-weight: bold;
}

div.filter-links {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 10px;
}

div.filter-links a {
	color: #0B6997;
	font-size: 12px;
	text-decoration: underline;
}

div.filter-links li {
	background: url("divider_blue_white_2x10.png") no-repeat scroll right center transparent;
	margin: 0;
	padding: 0 11px 1px 4px;
	display: inline;
	list-style-type: none;
}

div.filter-links li.filterLabel {
	background: none repeat scroll 0 0 transparent;
	font-size: 12px;
	font-weight: bold;
	padding-right: 2px;
}

div.filter-links li.last {
	background: none repeat scroll 0 0 transparent;
}

.fieldset-table {
	font-size: 77px;
	margin: 0 0 10px 20px;
}

.popover-overview {
	border: 1px solid gray;
	margin-bottom: 15px;
}

.popover-overview.instructions {
	background-color: #F8F8F8;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}

.popover-overview.success {
	background-color: #D7FFD7;
}

.popover-overview.error {
	background-color: #FFE9E9;
}

a.red-x-delete-link {
	background-image: url("/pict/resources/images/red_x_2.png");
	width: 15px;
	height: 17px;
	display: inline-block;
}

div.selected-items-area {
	background-color: #F8F8F8;
	padding: 15px;
	border: 1px solid #C0C0BC;
}

div.selected-items-area th.ui-paginator {
	background-color: #F3FDF2;
}

img.open-popover-icon {
	vertical-align: -25%;
	margin-right: 2px;
}

/*------------------------------------------------------------------
	[Footer]
------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #EBEBEB;
	margin: 0 auto;
	position: relative;
	padding: 15px 0 25px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgb(165, 158, 158) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: none;
}

#footer .footerLinks {
	float: left;
	text-align: left;
	width: 730px;
}

#footer ul {
	float: left;
	list-style-type: none;
	margin: 0 18px 5px;
	padding: 0;
	width: 730px;
}

#footer li {
	background: url("/pict/javax.faces.resource/divider_blue_white_2x10.png.xhtml?ln=images") no-repeat scroll right center transparent;
	display: inline;
	padding: 0 10px 1px 3px;
}

#footer li.last {
	background: none repeat scroll 0 0 transparent;
}

#footer li a {
	color: #0B6997;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: 1px;
}

#footer ul.copyright {
	font-size: 10px;
	margin-top: 2px;
}

#footer .copyright li {
	background: none repeat scroll 0 0 transparent;
	color: #666666 !important;
	display: block;
	margin-bottom: 5px;
}

#footer .logo {
	float: right;
	padding-right: 18px;
}

/*------------------------------------------------------------------
	[handsontable ("HOT")]
------------------------------------------------------------------*/
.hts-component {
	margin-left: 40px;
}

.handsontable td.hts-cell-validation-error {
	background-color: #FF8888;
}

.handsontable tr.hts-row-validation-error,
.handsontable tr.hts-row-validation-error td {
	background-color: #FFCCCC;
}

.handsontable td.hts-cell-readonly {
	background-color: #AAAAAA !important;
}

.hts-popup {
	background-color: #F9EDBE;
	border: 1px solid #000000;
	z-index: 1010;
	padding: 10px;
	font-size: 11px;
	min-width: 150px;
	max-width: 500px;
	vertical-align: middle;
	position: absolute;
	margin: 5px;
}

td.hts-delete-cell {
	text-align: center;	
}

td.hts-delete-cell a {
	display: inline-block;
	background-image: url("/pict/javax.faces.resource/red_x.png.xhtml?ln=images");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

/* handsontable and modal dialogs aren't getting along. Until this is resolved, we'll use non-modal dialogs when they contain handsontables */
/*
.ui-dialog.modal div.handsontable.ht_master {
	z-index: 1040;
} 

.ui-dialog.modal div.handsontable.ht_master * {
	z-index: 1039;
} 

.ui-dialog.modal div.handsontable.ht_clone_top {
	z-index: 1050;
} 

.ui-dialog.modal div.handsontable.ht_clone_top * {
	z-index: 1049;
} 

.ui-dialog.modal div.handsontable.ht_clone_left {
	z-index: 1045;
} 

.ui-dialog.modal div.handsontable.ht_clone_left * {
	z-index: 1044;
} 

.ui-dialog.modal .handsontableInputHolder,
.ui-dialog.modal .handsontableInputHolder * {
	z-index: 1080;
}

.ui-dialog.modal .manualColumnResizer,
.ui-dialog.modal .manualColumnResizer * {
	z-index: 1090;
}
*/

/*--------------------------------------------------------------------
    [repeated multi input]
------------------------------------------------------------------*/
.rmi-action-link {
	margin-left: 5px;
	margin-right: 5px;
}

/*--------------------------------------------------------------------
    [modal dialog]
------------------------------------------------------------------*/
.modal-dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.modal-dialog {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 14px;
	padding: 8px;
}

/*--------------------------------------------------------------------
    [Series Table]
------------------------------------------------------------------*/
input.series-table-series-property,.series-table-series-property input {
	width: 150px;
}

input.series-table-series-property.hasDatepicker,.series-table-series-property input.hasDatepicker {
	width: 122px;
}

span.series-table-series-property button.ui-button.ui-widget.ui-datepicker-trigger {
	margin-right: 0px;
}

input.series-table-series-name {
	width: 100px;
}

td.series-table-total-output,td.series-table-issue-number-value {
	text-align: right;
}

td.series-table-total-output.series-table-total-output-too-large {
	color: #ff0000;
	font-weight: bold;
}

td.series-table-issue-date-value {
	text-align: center;
}

td.series-table-property-cell {
	text-align: right;
}

td.series-table-select-all-series-checkbox-cell {
	text-align: right;
}

td.series-table-select-series-checkbox-cell {
	text-align: center;
}

/*--------------------------------------------------------------------
    [Currency Input]
------------------------------------------------------------------*/
input.currency-input {
	text-align: right;
}

/*--------------------------------------------------------------------
    [Date Input (without Calendar component)]
------------------------------------------------------------------*/
input.date-input {
    text-align: right;
}

/*--------------------------------------------------------------------
    [Document File Content]
------------------------------------------------------------------*/
.document-file-content-container {
	display: inline-block;
	vertical-align: top;
}

.document-file-content-container.document-file-content-disabled,.document-file-content-container.document-file-content-readonly
	{
	background-color: #D8D8D8;
}

.document-file-content-file-input {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

label.document-file-content-input-label {
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	width: 200px;
}

.document-file-content-dropzone {
	border: 2px dashed #DDDDDD;
	border-radius: 4px;
	color: #BCBCBC;
	display: inline-block;
	padding: 14px;
	text-align: center;
	vertical-align: middle;
}

.document-file-content-dropzone .large-text {
	display: block;
	font-size: 16px;
	margin: 0 auto 8px;
	padding: 0 10px;
}

.document-file-content-dropzone .medium-text {
	display: block;
	font-size: 13px;
	margin: 0 auto 6px;
	padding: 0 10px;
}

.document-file-content-info-area {
	display: inline-block;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
}

.document-file-content-info-area table {
	width: 100%;
}

.document-file-content-document-link-area {
	float: left;
	max-width: 600px;
	vertical-align: baseline;
}

.document-file-content-document-link-area-delete-link {
	margin-left: 20px;
}

img.document-icon {
	border: 0;
	width: 17px;
	height: 17px;
}

#fileUploadProgressText {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#fileUploadProgressBarContainer {
	border: 1px solid #777777;
	height: 30px;
	margin-top: 16px;
	width: 400px;
}

#fileUploadProgressBar {
	background-color: #A4C4DF;
	height: 30px;
}

.click-to-browse {
	border: 1px solid black;
}

/*--------------------------------------------------------------------
    [Draw breakdown import]
------------------------------------------------------------------*/
.new-draw-import-item {
	color: #00aa00;
	font-weight: bold;
}

.updated-draw-import-item {
	color: #0000aa;
	font-weight: bold;
}

/*--------------------------------------------------------------------
    document-file-link tag
------------------------------------------------------------------*/
.document-file-link {
	white-space: nowrap;
	display: inline-block;
}

/*--------------------------------------------------------------------
    collapsible-section tag
------------------------------------------------------------------*/
.collapsible-section legend {
	color: rgb(50, 108, 166);
	padding-left: 20px;
	cursor: pointer;
}

.collapsible-section.mini legend {
	color: inherit;
	font-size: inherit;
	margin-left: inherit;
    padding-left: 20px;
	cursor: pointer;
	border: 0;
	font-style: italic;
}

.collapsible-section.mini .section-divider {
	display: none;
}

.collapsible-section.mini ul {
	list-style: circle;
	margin-left: 5px;
}

.collapsible-section.collapsible-section-show legend {
	background: url("/pict/javax.faces.resource/collapse-icons.png.xhtml?ln=images") no-repeat scroll transparent;
	background-position: 5px -24px;
}

.collapsible-section.collapsible-section-hide legend {
	background: url("/pict/javax.faces.resource/collapse-icons.png.xhtml?ln=images") no-repeat scroll transparent;
	background-position: 5px 3px;
}

/*--------------------------------------------------------------------
    skewed-headers-table
------------------------------------------------------------------*/
.ui-datatable.skewed-headers-table.inset-table {
	margin-left: 120px;
}

.ui-datatable.skewed-headers-table table {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: auto;
}

.ui-datatable.skewed-headers-table table thead {
	margin-top:6px;
	background: none;
}

.ui-datatable.skewed-headers-table table th,.ui-datatable.skewed-headers-table table th.ui-state-default {
	background: none;
	border: none;
	font-size: 11px;
	font-weight: bold;
	height: 120px;
	width: 30px;
	overflow: visible;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}

.ui-datatable.skewed-headers-table table th img {
	margin: 0 1px 0 -5px;
	vertical-align: -25%;
}

.ui-datatable.skewed-headers-table table th:first-child,.ui-datatable.skewed-headers-table table th.ui-state-default:first-child
	{
	border: none;
}

.ui-datatable.skewed-headers-table table th:last-child,.ui-datatable.skewed-headers-table table th.ui-state-default:last-child
	{
	border: none;
}

.ui-datatable.skewed-headers-table table th>span>div,.ui-datatable.skewed-headers-table table th.ui-state-default>span>div
	{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	height: 100%;
	left: 60px;
	overflow: hidden;
	position: relative;
	top: 0;
	transform: skew(-45deg, 0deg);
	-ms-transform: skew(-45deg, 0deg); /* IE 9 */
	-webkit-transform: skew(-45deg, 0deg); /* Safari and Chrome */
	-moz-transform: skew(-45deg, 0deg); /* Firefox */
	-o-transform: skew(-45deg, 0deg); /* Opera */
}

.ui-datatable.skewed-headers-table table th.bond-issue-name>span {
	border: none;
}

.ui-datatable.skewed-headers-table table th>span>div>span,.ui-datatable.skewed-headers-table table th.ui-state-default>span>div>span
	{
	bottom: 92px;
	color: #4F4F4F;
	display: inline-block;
	left: -110px;
	position: absolute;
	text-align: left;
	transform: skew(45deg, 0deg) rotate(315deg);
	-ms-transform: skew(45deg, 0deg) rotate(315deg); /* IE 9 */
	-webkit-transform: skew(45deg, 0deg) rotate(315deg); /* Safari and Chrome */
	-moz-transform: skew(45deg, 0deg) rotate(315deg); /* Firefox */
	-o-transform: skew(45deg, 0deg) rotate(315deg); /* Opera */
	width: 250px;
}

.ui-datatable.skewed-headers-table table th a,.ui-datatable.skewed-headers-table table th a:link,.ui-datatable.skewed-headers-table table th a:hover,.ui-datatable.skewed-headers-table table th a:visited,.ui-datatable.skewed-headers-table table th a:active
	{
	background: none;
	color: #0B6997;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.ui-datatable.skewed-headers-table table td,.ui-datatable.skewed-headers-table table td.ui-state-default {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	height: 28px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 28px;
}

.ui-datatable.skewed-headers-table table td a {
	display: block;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

.ui-datatable.skewed-headers-table table td.bond-issue-name,.ui-datatable.skewed-headers-table table th.bond-issue-name
	{
	width: 120px;
	text-align: right;
	font-weight: bold;
	border: none;
	padding-right: 8px;
	overflow: hidden;
}

.ui-datatable.skewed-headers-table table th.odd span>div,.ui-datatable.skewed-headers-table table th.odd.ui-state-default span>div,.ui-datatable.skewed-headers-table table td.odd,.ui-datatable.skewed-headers-table table td.odd.ui-state-default
	{
	background-color: #E8E8E8;
}

.ui-datatable.skewed-headers-table table td.has-docs {
	background-color: #98FB98;
}

.has-docs {
	background-color: #98FB98;
}

/*--------------------------------------------------------------------
    Webinars
------------------------------------------------------------------*/
.date {
	margin: 12px 0;
	clear: both;
}

.icon-date {
	margin: 12px 0 0 8px;
	min-height: 32px;
	clear: both;
}

.icon-date p {
	line-height: normal;
}

.icon-date img {
	float: left;
	margin-right: 20px;
}

#webinars {
	margin-top: 20px;
	width: 800px;
}

#webinars h3 {
	border-bottom: 1px solid #646464;
	color: #282828;
	font: 19px Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 10px;
}

#webinars p {
	margin: 0 0 10px 8px;
}

.webinar {
	margin-bottom: 30px;
}

.ui-widget-content .webinar a {
	color: #0B6997;
	font-weight: bold;
}

.webinar .webinar-title {
	border-bottom: 1px solid #646464;
	color: #003366;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 16px;
	padding-bottom: 3px;
	width: 100%;
}

.webinars-box {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #E5E5E5;
	padding: 20px 25px 15px;
	text-align: left;
	margin-top: 27px;
}

.summary-info {
	height: 100%;
	overflow: hidden;
	padding-left: 8px;
	position: relative;
}

.summary-info img {
	float: left;
	margin: 0 30px 15px 0;
}

.webinar a.underlined-link {
	text-decoration: underline;
}

.webinar a.register-link {
	color: #E07000;
	font-size: 14px;
	text-decoration: underline;
}

.returnLink {
	margin-bottom: 14px;
}

.returnLink a:link,.returnLink a:visited {
	color: #0B6997;
	font-size: 14px;
	text-decoration: underline;
}

/* Webinar forms - evaluation form and survey */
.wq {
	font-family: Helvetica, Arial, Sans-serif;
	text-align: left;
	font-weight: normal;
	color: black;
	font-size: 13px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.wq .wq-qtextlabel {
	font-weight: bold;
	display: block;
	margin-top: 20px;
	margin-bottom: 4px;
}

.wq .wq-title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0pt 1px 0pt rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	margin-bottom: 15px;
}

.wq .wq-subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.wq .wq-statictext,.wq .wq-instructions {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 15px;
	margin-left: 0px !important;
}

.wq input[type=text] {
	color: rgb(102, 102, 102);
	font-size: 12px;
	padding: 9px 6px;
}

.wq textarea {
	
}

.wq input[type=text],.wq textarea {
	border-right: 1px solid rgb(220, 223, 231);
	border-bottom: 1px solid rgb(220, 223, 231);
	border-left: 1px solid rgb(220, 223, 231);
	border-top: 1px solid rgb(170, 173, 178);
	border-radius: 3px 3px 3px 3px;
	font-size: 12px;
	font-family: Helvetica, Arial, "Sans-serif !important";
}

.wq input[type=radio],.wq input[type=checkbox] {
	margin-right: 5px;
}

.wq select {
	
}

.wq label.radiolabel,.wq label.checkboxlabel {
	margin-right: 25px;
	vertical-align: baseline;
	font-size: 0.9em;
	font-family: Helvetica, Arial, Sans-serif;
}

.wq .wq-vspaced {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Faux radio button mode selectors */
a:link.faux-radio-checked-link,a:visited.faux-radio-checked-link,a:hover.faux-radio-checked-link,a:active.faux-radio-checked-link,a:link.faux-radio-unchecked-link,a:visited.faux-radio-unchecked-link,a:hover.faux-radio-unchecked-link,a:active.faux-radio-unchecked-link,span.faux-radio-checked-link,span.faux-radio-unchecked-link
	{
	background-image: url("/pict/javax.faces.resource/radio.png.xhtml?ln=images");
	background-repeat: no-repeat;
	padding-left: 22px;
	display: inline-block;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:link.faux-radio-checked-link,a:visited.faux-radio-checked-link,span.faux-radio-checked-link.ui-state-disabled {
	background-position: 0px -53px;
}

a:hover.faux-radio-checked-link,a:active.faux-radio-checked-link {
	background-position: 0px -78px;
}

a:link.faux-radio-unchecked-link,a:visited.faux-radio-unchecked-link,span.faux-radio-unchecked-link.ui-state-disabled {
	background-position: 0px -3px;
}

a:hover.faux-radio-unchecked-link,a:active.faux-radio-unchecked-link {
	background-position: 0px -28px;
}

span.faux-radio-checked-link.ui-state-disabled,span.faux-radio-unchecked-link.ui-state-disabled {
	opacity: 0.5;
}

/* Faux checkbox */
a:link.faux-checkbox-checked-link, a:link.faux-checkbox-unchecked-link {
	display: inline-block;
	height: 15px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:link.faux-checkbox-checked-link {
	background-image: url("/pict/javax.faces.resource/checkbox.png.xhtml?ln=images");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a:link.faux-checkbox-unchecked-link {
	background-image: url("/pict/javax.faces.resource/checkbox.png.xhtml?ln=images");
	background-repeat: no-repeat;
	background-position: 0px -15px;
}

div.incompatible-private-use-icon {
	display: inline-block;
	background-image: url("/pict/javax.faces.resource/warning.png.xhtml?ln=images");
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}

.ui-datatable.private-use-schedule-table {
	max-height: 300px;
	overflow: auto;
	width: 100%;
}

div.private-use-expenditures-choice-area,div.view-tree-area {
	max-height: 300px;
	overflow: auto;
	width: 100%;
}

div.private-use-groups-area {
	max-height: 300px;
	overflow: auto;
	width: 100%;
}

.private-use-new,.ui-widget-content.private-use-new {
	color: #00aa00;
	font-weight: bold;
}

.private-use-updated,.ui-widget-content.private-use-updated {
	color: #0000aa;
	font-weight: bold;
}

.private-use-overwritten,.ui-widget-content.private-use-overwritten {
	text-decoration: line-through;
}

.private-use-year-in-contract-period,.ui-widget-content.private-use-year-in-contract-period {
	
}

.private-use-year-not-in-contract-period,.ui-widget-content.private-use-year-not-in-contract-period {
	opacity: 0.5;
	filter: alpha(opacity =       50);
}

table.standard-grid td {
	vertical-align: top;
}

/*--------------------------------------------------------------------
    Reports
------------------------------------------------------------------*/
.report-lists h3 {
	color: #DAA520;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}

.report-lists ul {
	margin-bottom: 19px;
}

/* Private Use Reports */
body.report-body {
	background: none;
	filter: none;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

.report-title {
	color: #333333;
	font: normal 24px Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

.report-table {
	table-layout: auto;
}

table.report-table {
	border: 2px solid black;
}

.report-table td.xnum {
	text-align: right;
}

.report-table td.xdt {
	text-align: center;
}

.report-table th.subheading {
	font-size: 13px;
	font-weight: bold;
	background-color: #F5F5F5;
	color: #000000;
	text-align: left;
}

.infoBox {
	border: 1px solid #ABC1CF;
	margin: 10px 0;
	padding: 10px;
	overflow: auto;
}

/*--------------------------------------------------------------------
    Project Detail
------------------------------------------------------------------*/
input.project-detail-expenditure-property,.project-detail-expenditure-property input {
	width: 150px;
}

input.project-detail-expenditure-property.hasDatepicker,.project-detail-expenditure-property input.hasDatepicker {
	width: 122px;
}

span.project-detail-expenditure-property button.ui-button.ui-widget.ui-datepicker-trigger {
	margin-right: 0px;
}

/*--------------------------------------------------------------------
    PrimeFaces Paginator
------------------------------------------------------------------*/
.ui-datatable div.ui-paginator, div.ui-paginator {
	text-align: right;
	height: 29px;
	padding: 4px 0px 4px 0px;
}

div.ui-paginator * {
	text-align: center;
}

/*--------------------------------------------------------------------
    Miscellaneous
------------------------------------------------------------------*/
a.largelink,
a.largelink.ui-commandlink,
a.largelink.ui-commandlink.ui-widget {
	font-size: 1.2em;
}

.autocomplete-long-wrapped .ui-autocomplete-token {
    white-space: normal;
    clear: both;
    padding-right: 15px;
}

.autocomplete-long-wrapped .ui-autocomplete-token-icon {
	top: 10px;
}

.autocomplete-long-wrapped .ui-autocomplete-multiple-container.ui-widget.ui-inputfield {
	margin-left: 0px !important;
}

.autocomplete-long-wrapped.autocomplete-long-wrapped-170px .ui-autocomplete-token {
    width: 137px;
}

.autocomplete-long-wrapped.autocomplete-long-wrapped-170px .ui-autocomplete-multiple-container {
	width: 160px;
}

.radiobutton-custom-layout {
	display: inline-block;
	float: left;
}

.radiobutton-custom-layout ~ label {
	display: inline-block;
	float: left;
	margin-left: 6px;
	margin-top: 6px;
}

input.hasDatepicker {
	text-align: right !important;
}

.past-maturity-date {
	color: #aaaaaa;
}

a.early-payoff-date {
	color: green !important;
}

.ui-widget-content.ui-datatable-even.readonly,
.ui-widget-content.ui-datatable-odd.readonly {
	background-color: #eeeeee;
}

.allocated-amount-exceeds-available {
	color: red;
}

.area-part-selected {
	font-weight: bold;
}

.area-part-unassigned {
	text-decoration: line-through;
}

.importErrors ul {
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 10px;
}

.importErrors ul li {
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 15px;
}

.filter-no-options-available {
	font-size: 9px;
	font-style: italic;
	padding: 15px;
	display: inline-block;
}

.filters-headings {
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	background-color: #eeeeee;
	font-size: 13px;
	padding: 5px 15px;
	color: black;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
  background: rgb(255,255,255); /* old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* W3C */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* IE10+ */}

.filters-headings-description {
	display: block;
	font-weight: bold;
text-align:center;
margin-bottom:10px}

.filters-headings-group {
	display: block;
}

.filters-heading {
	display: block;
	margin-top: 3px;
}

.filters-heading-name {
	margin-right: 4px;
	font-size:14px;
	color:#2885D4;
	font-weight:bold
}

.filters-heading-item {
	padding: 2px 20px 2px 0px;
	border: 1px solid rgba(10, 134, 77, 0.71);
	border-radius: 4px;
	white-space: nowrap;
	margin-right: 1px;
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(227,245,171,0.69) 0%, rgba(183,223,45,0.66) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,245,171,0.69)), color-stop(100%,rgba(183,223,45,0.66))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(227,245,171,0.69) 0%,rgba(183,223,45,0.66) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(227,245,171,0.69) 0%,rgba(183,223,45,0.66) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(227,245,171,0.69) 0%,rgba(183,223,45,0.66) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(227,245,171,0.69) 0%,rgba(183,223,45,0.66) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e3f5ab', endColorstr='#a8b7df2d',GradientType=0 ); /* IE6-9 */
	font-size:12px;
	margin-bottom:3px
}

.filters-heading-item:hover {
	background-color: #dddddd;
	border: 1px solid #aaaaaa;
}

.filters-heading-item a:link,
.filters-heading-item a:visited,
.filters-heading-item a:hover,
.filters-heading-item a:active {
	background-image: url("/pict/javax.faces.resource/images/ui-icons_cd0a0a_256x240.png.xhtml?ln=primefaces-dac-theme");
	background-position: -96px -128px;
	width: 15px;
	height: 14px;
	color: #cd0a0a;
	display: inline-block;
	visibility: hidden;
}

.filters-heading-item:hover a,
.filters-heading-item a:hover,
.filters-heading-item a:active {
	visibility: visible;
}

.filters-heading-item-sep {
	margin-left: 9px;
	margin-right: 1px;
}

/* Bond Dashboard Customization */

/* If other pages with a bond issue description title will change to be the same as the dashboard, then
we can use this single style and remove the original (above in this file). If not, then we will need a
new style name for this */
h1.h1-bond-name {
	display: inline-block;
	font-size: 16px;
	color: #0077B5;
	font-weight: bold;
	max-width: 850px;
	min-width:150px;
	height: auto;
	text-align: center;
	padding: 15px 60px;
	border: 2px solid #0077B5;
	border-radius: 8px;
	margin-left: 5px;
	margin-bottom: 10px;
	background: rgb(255,255,255); /* old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* W3C */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* IE10+ */
	
}

h1.h1-facility-name {
	display: inline-block;
	font-size: 16px;
	color: #0077B5;
	font-weight: bold;
	max-width: 350px;
	min-width:150px;
	height: auto;
	text-align: center;
	padding: 15px 60px;
	border: 2px solid #0077B5;
	border-radius: 8px;
	margin-left: 5px;
	margin-bottom: 10px;
	background: rgb(255,255,255); /* old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* W3C */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* IE10+ */
	align-content: center
}


.navpane .content-select {
	background: rgb(255,255,255); /* old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* W3C */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* IE10+ */;
	background-color: orange;
	padding: 8px 8px;
}

.navpane .content-select select {
	width: 130px;
	min-width: 130px;
	font-size: 12px;
}

.navpane .content-select label {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
	clear: both;
	width: 100%;
}

label.vertical-align-top {
	vertical-align: top;
}

a.green-swoop-arrow-small-link,a:link.green-swoop-arrow-small-link,a:visited.green-swoop-arrow-small-link,a:hover.green-swoop-arrow-small-link,a:active.green-swoop-arrow-small-link {
	background-image: url("/pict/javax.faces.resource/green-swoop-arrow.png.xhtml?ln=images");
	display: inline-block;
	height: 60px;
	width: 60px;
}

.ui-datatable.ui-widget.data-table .file-too-big {
	background-color: red;
}

.schedulek-bond-complete {
	color: green;
}
.schedulek-bond-incomplete {
	color: red;
}
.schedulek-bond-complete-checkbox {
	width: 626px;
	text-align: center;
	vertical-align: middle;
	background-color: #ccffcc;
	border: 2px solid #88ff88;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.schedulek-edit-fields-area {
	width: 1200px;
}
.schedulek-edit-fields-area .schedulek-edit-section-heading {
    background-color: rgb(255, 255, 255);
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding: 35px 4px 4px 4px;
	width: 100%;
}
.schedulek-edit-fields-area .schedulek-edit-groupPrivateUse {
	padding: 10px 15px;
	font-size: 11px;
	text-align: left;
	background-color: #e8edf0;
}
.schedulek-edit-fields-area .schedulek-edit-field-row {
	width: 100%;
	border-bottom: 1px dotted rgb(242, 214, 115);
	padding: 4px 4px 4px 16px;
	vertical-align: top;
	display: block;
	clear: both;
	background-color: #ffffff;
}
.schedulek-edit-fields-area .schedulek-edit-groupPrivateUse .schedulek-edit-field-row {
	width: 95%;
}
.schedulek-edit-fields-area .schedulek-edit-field-row .labelarea {
	display: inline-block;
	width: 480px;
}
.schedulek-edit-fields-area .schedulek-edit-field-row .labelarea.wide {
	width: 680px;
}
.schedulek-edit-fields-area .schedulek-edit-field-row .irsline {
	font-weight: normal;
	font-size: 14px;
	vertical-align: top;
}
.schedulek-edit-fields-area .schedulek-edit-field-row label.fieldlabel {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	display: inline;
	margin-left: 10px;
	vertical-align: top;
}
.schedulek-edit-fields-area .schedulek-edit-field-row .field-hint-icon {
	background-image: url("/pict/javax.faces.resource/infoPurple.png.xhtml?ln=images");
	display: inline-block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px dashed;
	vertical-align: top;
}
.schedulek-edit-fields-area .schedulek-edit-field-row .field-hint-icon-null {
	background-color: transparent;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
}
.schedulek-edit-fields-area .schedulek-edit-field-row .field {
	vertical-align: top;
	width: 250px;
	display: inline;
	border-left: 1px dotted rgb(242, 214, 115);
	padding-left: 5px;
}
.schedulek-review-links {
	display: inline-block;
	width: 1000px;
	text-align: center;
	margin: 15px 0px;
}

.schedulek-review-links a {
	margin-left: 15px;
	margin-right: 15px;
}

a.smallEmailIcon {
	display: inline-block;
	background-image: url("/pict/javax.faces.resource/icon_email.gif.xhtml?ln=images");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 16px;
	height: 16px;
}

a.smallEditIcon {
	display: inline-block;
	background-image: url("/pict/javax.faces.resource/edit_16x16.gif.xhtml?ln=images");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 16px;
	height: 16px;
}

a.smallDeleteIcon {
	display: inline-block;
	background-image: url("/pict/javax.faces.resource/bullet_cross.png.xhtml?ln=images");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 16px;
	height: 16px;
}

a.smallCopyIcon {
	display: inline-block;
	background-image: url("/pict/javax.faces.resource/editcopy.png.xhtml?ln=images");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 16px;
	height: 16px;
}

.upcoming-payments-area {
	display: inline-block;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.specialInstructions-decimal {
	font-weight: normal;
}
.specialInstructions-decimal li {
	margin-bottom: 6px;
	list-style-type: decimal;
}

.datatable-select-all {
	clear: both;
	display: inline-block;
	text-align: left;
	width: 100%;
}

a.datatable-select-all-link {
    margin-right: 15px; 
}

a.datatable-select-all-link:last-child {
    margin-right: 0px;
}

.datatable-select-all-message {
	margin-left: 40px;
    display: inline-block;
    text-align: left;
    font-weight: normal;
}

.datatable-select-all-message-countSelected,
.datatable-select-all-message-countAvailableToSelect {
	font-weight: bold;
}


.mydacTopCaption {
	width: 900px;
	margin-left: 10px;
    margin-top: 13px;
	padding: 8px 0px;
	border: 2px solid #cccccc;
    font: 14px Arial, Helvetica, Verdana, sans-serif;
    color: #0F7AB0;
	background: none; /* old browsers */
	/*! background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); */ /* FF3.6+ */
	/*! background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1))); */
	/* Chrome,Safari4+ */
	/*! background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); */ /* Chrome10+,Safari5.1+ */
	/*! background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); */ /* Opera 11.10+ */
	/*! background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); */ /* W3C */
	/*! background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); */ /* IE10+ */
	border: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.mydacTopCaption p {
    margin-bottom: 10px;
    line-height: 15px;	
    text-align: left;
    font-weight: bold;
}

table.mydacSectionsArea {
    margin-top: 15px;
	width: 1080px;
    margin-left: 0px;	
    margin-right: auto;  
    border-collapse: separate;
    border-spacing: 4px;
}

tr.mydacSection {
	/*! height: 40px; */
}

tr.mydacSectionSpacer td {
	height: 10px;
}

td.mydacSectionTitle {
	color: #fcfcfa;
    font: 12px Arial, Helvetica, Verdana, sans-serif;
    width: 150px;
background: #0077b5; /* Old browsers */
background: -moz-linear-gradient(top,  #0077b5 5%, #2989d8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0077b5 5%,#2989d8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0077b5 5%,#2989d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077b5', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */





	border-color: #2F69AB;
    padding: 4px;
    border: 1px solid #3B3838;
    border-radius: 15px 0px 0px 15px;
    /*! border-right: 0; */
    /*! vertical-align: middle; */
    text-align: center;
    /*! height: 30px; */
	font-weight: bold;
	/*! margin-right: 30px; */
}

td.mydacSectionDescription {
    width: 720px;
    font: 12px Arial, Helvetica, Verdana, sans-serif;
    color: #292828;
	padding: 8px 4px 8px 25px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-left: 0;
    vertical-align: top;
    text-align: left;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbdb+1,eaeaea+9,eaeaea+100&0+0,1+9,1+100 */
background: -moz-linear-gradient(top, rgba(219,219,219,0) 0%, rgba(219,219,219,0.11) 1%, rgba(234,234,234,1) 9%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(219,219,219,0) 0%,rgba(219,219,219,0.11) 1%,rgba(234,234,234,1) 9%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(219,219,219,0) 0%,rgba(219,219,219,0.11) 1%,rgba(234,234,234,1) 9%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dbdbdb', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */


	border: 1px solid #C0C0C0;
    margin-left: -5px;
    float: left;
    border-left: none;
    /*! height: 30px; */
    border-radius: 0px 15px 15px 0px;
}

.validation-error-icon {
    background-image: url('/pbu/framework/images/Icons/validation.png');
}

.hot-component, .hot-component .ht_master {
	display: inline-block;
}

.note {
	opacity: 0.5;
	font-style: italic; 
}

.dac-client::before {
    content: "*";
    padding-right: 5px;
    color: #f57900;
    font-weight: bold;
}

textarea.client-comment-input {
    font-size: 1.3em;    	
    box-sizing: border-box;
}

.viewed-client-comment-area {
    font-size: 1.3em;       
	width: 100%;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.viewed-client-comment {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2em;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.viewed-client-comment-heading {
    width: 100%;
	background-color: #dddddd;
	padding: 0.5em;
    display: inline-block;
    box-sizing: border-box;
}

.viewed-client-comment-text {
    width: 100%;
    padding: 0.5em;
    display: inline-block;
    box-sizing: border-box;
}

.proceeds-allocated-cost, .proceeds-mixed {
    font-weight: normal;
    font-style: normal;
}

.proceeds-taxable {
    font-weight: bold;
    font-style: italic;
}

 .downloading-message {
        display: none; 
        margin-top: 10px; 
        width: fit-content;
    	font-size: 14px;
    }