/* tRules */

/* ==========================================================================
   Global styles
   ========================================================================== */

/* typography */


@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'), /* requires 'application/x-font-woff' MIME Type set on server */
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), /* requires 'application/x-font-woff' MIME Type set on server */
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSans-Semibold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'), /* requires 'application/x-font-woff' MIME Type set on server */
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSans-Bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), /* requires 'application/x-font-woff' MIME Type set on server */
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSans-BoldItalic-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 15px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	color: #e5e5e5;
	background: #292F33 repeat-y left;
}

a {
	color: #b5daf4;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

.callout {
	color: #aad2ee;
}

h1 {
	margin: 0 0 1.0em 0;
	font-size: 1.4em;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0 0 1.0em 0;
	line-height: 1.3em;
	font-size: 1.2em;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

h3 {
	margin: 0 0 1.0em 0;
	line-height: 1.3em;
	font-size: 1.1em;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0 0 1.0em 0;
	line-height: 1.2em;
	font-size: 1.0em;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
.text-button {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
}

.heading {
	overflow: hidden;
	margin: 0 0 1.0em 0;
	padding-bottom: 2px;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4 {
	float: left;
	margin: 0.5em 0 0 0;
}

.heading div.required {
	margin-top: 1.0em;
}

.heading .btn-bar {
	float: right;
	margin: 0;
}

.heading + table.data,
.heading + .box {
	margin-top: -0.5em;
}

strong {
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;	
}


/* ==========================================================================
   Layout
   ========================================================================== */

html, body {
	height: 100%;
}
   
body {
	min-width: 1008px;
}
   
/* header */
   
#header {
	position: fixed;
	z-index: 10;
	width: 100%;
	color: #fff;
	background: #b29559 url(images/phc-logo.png) no-repeat 8px;
	border-bottom: 1px solid #667580;
}

#header .header {
	padding: 10px 20px 10px 55px;
	border-bottom: 1px solid #806a40;
}

#header #links {
	font-size: 0.8em;
	line-height: 1.8em;
	text-transform: uppercase;
	float: right;
}

#header #links > li {
	float: left;
	margin: 0 0 0 30px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header h1 {
	float: left;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
}

.slide-menu {
	display: block;
	position: relative;
}

.slide-menu a {
	display: block;	
}

.slide-menu > a {
	padding: 0 5px;
	border: 1px solid transparent;
	border-radius: 3px;
}

.slide-menu > a:hover,
.slide-menu.open > a {
	background: url(images/buttons.png) repeat-x top;
}

.slide-menu > a:hover {
	border-color: rgba(31,35,38,0.25);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
}

.slide-menu.open > a {
	border-radius: 3px 3px 0 0;
	border-color: #464f57;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.slide-menu ul {
	position: absolute;
	display: none;
	white-space: nowrap;
	font-size: 0.9em;
	text-transform: none;
	margin-top: -1px;
	padding: 2px 5px;
	background: #7d8c97;
	border: 1px solid #464f57;
	border-radius: 0 0 3px 3px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}



/* content */

#content {
	padding: 65px 25px;
}

.sidenav #main {
	margin-left: 180px;
}

.sidenav #content {
	padding-left: 40px;
}

.hdiv {
	margin: 0 -25px;
	padding: 30px 0;
	background: url(themes/dark/h-div.png) repeat-x center;
}

.sidenav .hdiv {
	margin-left: -40px;
}

table.data + .hdiv {
	margin-top: 30px;
	padding-top: 0;
	background-position: top;
}


/* navigation */

.sidenav {
	background-image:  url(themes/dark/gutter.png);
}

.sidenav #gutter {
	display: block;
}

#gutter {
	display: none;
	position: fixed;
	top: 47px;
	left: 0;
	width: 195px;
}

#gutter .tabnav {
	margin-bottom: 20px;
}

#gutter .tabnav li {
	padding: 4px 16px 3px 4px;
}

#gutter .tabnav .button {
	display: block;
	text-align: left;
	height: 40px;
	line-height: 40px;
	border: none;
	box-shadow: none;
	border-radius: 3px 0 0 3px;
}

#gutter .tabnav li.active {
	background: url(images/tab-active.png) no-repeat right;
}

#gutter .tabnav li.active .button {
	background-color: #1168a6;
}

#gutterContent {
	padding: 32px 16px 32px 0;
}


/* tabs */

.tab-body {
	display: none;
}

/* columns */

.columns {
	overflow: hidden;
}

.columns .col,
.columns > li {
	float: left;
	margin-left: 1% !important;
	margin-right: 1% !important;
}

.columns.one .col,
.columns.one > li {
	width: 98%;
}

.columns.two .col,
.columns.two > li {
	width: 48%;
}

.columns.three .col,
.columns.three > li {
	width: 31%;
}


.columns.four .col,
.columns.four > li {
	width: 23%;
}


.columns.five .col,
.columns.five > li {
	width: 18%;
}

.columns.six .col,
.columns.six > li {
	width: 14.5%;
}


/* boxes */

.boxtitle {
	margin: 0 10px 8px 0;
	color: #b8d2e5;
	font-size: 1.0em;
}

.box {
	padding: 15px 20px;
	border: 1px solid #53585B;
	border-left-color: #3E4347;
	border-right-color: #1F2326;
	border-bottom-color: #191D1F;
}


/* form elements */

select,
input[type="text"],
input[type="password"],
textarea,
.picklist {
	padding: 5px 4px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #e5e5e5;
	background: #1f2326 url(images/inputs.png) repeat-x top;
	border: 1px solid #1f2326;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
/*	outline: none;*/
}

select {
	padding: 4px 2px 4px 4px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	background-color: #3d464c;
	box-shadow: 0px 1px 0px rgba(170,210,238,0.75);
}

input::-webkit-input-placeholder {
   color: #424C53;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #424C53;
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #424C53; 
}

input:-ms-input-placeholder {  
   color: #424C53;
}

input.dateinput {
	width: 90px;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 13px;
    width: 13px;
    vertical-align: middle;
    outline: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	color: #e5e5e5;
	font-size: 1.0em !important;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/* custom inputs */

.custom-input {
	display: inline-block;
	background: #1f2326 url(images/inputs.png) repeat-x top;
	border: 1px solid #1f2326;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
}

.custom-input.focus {
	background-color: #3d464c;
	box-shadow: 0px 1px 0px rgba(170,210,238,0.75);
}

.custom-input input {
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.custom-input input::-ms-clear {
    display: none;
}

.custom-input.search-field input {
	padding-right: 30px;
	background: url(images/icons/magnify.png) no-repeat right;
}

.custom-input.date-field input {
	padding-right: 30px;
	background: url(images/icons/calendar.png) no-repeat right;
}


/* custom checkbox and radio */

.custom-checks input[type="radio"],
.custom-checks input[type="checkbox"] {
	margin: 0 -17px 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.custom-checks input[type="radio"] + label,
.custom-checks input[type="checkbox"] + label {
	white-space: nowrap;
	line-height: 27px;
	padding: 0 0 0 32px;
	background: url(themes/dark/radio-custom.png) no-repeat left top;
}

.custom-checks input[type="checkbox"] + label {
	background-image: url(themes/dark/checkbox-custom.png);
}

.custom-checks input[type="radio"] + label.checked,
.custom-checks input[type="checkbox"] + label.checked {
	background-position: 0 -27px;
}

.custom-checks input[type="radio"] + label.disabled,
.custom-checks input[type="checkbox"] + label.disabled {
	background-position: 0 -54px;
	cursor: default;
	color: #56626a;
}

.custom-checks input[type="radio"] + label.checked.disabled,
.custom-checks input[type="checkbox"] + label.checked.disabled {
	background-position: 0 -81px;
}


/* custom select dropdowns */

select.custom-select {
	padding-right: 25px;
}

.select-wrapper {
	position: relative;
	float: left;
	line-height: 32px;
	height: 34px;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color: #e5e5e5;
	background: #1f2326 url(images/inputs.png) repeat-x top;
	border-radius: 3px;
}

.select-wrapper select {
	position: relative;
	z-index: 2;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.select-wrapper .holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	padding: 0 35px 0 5px;
	white-space: nowrap;            
	background: url(themes/dark/select-custom.png) no-repeat right top;
	border: 1px solid #1f2326;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
}

.select-wrapper .holder div {
	overflow: hidden;
}

.select-wrapper:hover .holder {
	background-position: right bottom;
}

.select-wrapper.focus {
	background-color: #3d464c;
}

.select-wrapper.focus .holder {
	box-shadow: 0px 1px 0px rgba(170,210,238,0.75);
}

.justify .select-wrapper,
.justify .select-wrapper select {
	max-width: 100%;
	width: 100%;
}

.justify .button,
.justify select,
.justify textarea,
.justify input[type="text"],
.justify input[type="password"] {
	width: 95%;
	padding-left: 2%;
	padding-right: 2% !important;
}

.nojustify select,
.nojustify textarea,
.nojustify input[type="text"],
.nojustify input[type="password"] {
	width: auto;
}

/* pick lists */

.picker {
	position: relative;
	padding-top: 15px;
	margin-bottom: 25px;
}

.picker .button {
	position: absolute;
	right: 0;
	bottom: 190px;
}

.picklist {
	padding: 1px;
	height: 182px;
	line-height: 26px;
	overflow: hidden;
	overflow-y: auto;
	outline: none;
}

.picklist li {
	overflow: hidden;
	white-space: nowrap;
}

.sourcelists .picklist li,
.picklist .ui-sortable li {
	cursor: pointer;
}

.picklist li span {
	display: inline-block;
	width: 40px;
	margin-right: 10px;
	text-align: center;
	color: #e5e5e5;
	text-transform: uppercase;
}

.picklist li,
.picklist li span {
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

.picklist li:hover {
	color: #e5e5e5;
	background: #1479c1;
}

.picklist li:hover span {
	background: #1891e7;
}

.picklist li.picked,
.picklist li.picked span {
	color: #667580;
	cursor: default;
}

.picklist li.picked:hover {
	background: none;
}

.picklist span,
.picklist li.picked:hover span {
	background: #525D66;
}

.picklist li a {
	float: right;
	margin: 5px;
	width: 15px;
	height: 15px;
	background: url(images/icons/remove.png) no-repeat top;
}

.picklist li a:hover {
	background-position: bottom;
}


/* forms */

ul.form {
	overflow: hidden;
}

.form > li {
	float: left;
	padding: 15px 0;
	margin: 0 20px 0 10px;
}

.form.stack > li {
	width: 100%;
	padding: 10px 0;
	margin: 0;
}

.form label {
	display: block;
	margin: 0 5px 5px 0;
	color: #8fa4b2;
	text-shadow: 0px 1px 0px rgba(0,0,0,1.0);
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

label.required::after {
	content: " *";
	color: red;
	font-size: 0.9em;
}

label span {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 5px;
}

label.error,
.required span {
	color: red !important;
}

label span.right {
	float: right;
}

div.required {
	float: right;
	color: #8fa4b2;
	font-size: 0.8em;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

table.form {
	border-spacing: 0px;
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '0px');
}

table.form th {
	text-align: right;
	color: #8fa4b2;
	text-shadow: 0px 1px 0px rgba(0,0,0,1.0);
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

table.form th,
table.form td {
	vertical-align: top;
	padding: 6px 8px;
}

table.form .hilite {
	text-align: center;
	color: #e5e5e5;
	background: #525D66;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
}


/* button wrapper */

.form-btns {
	margin: 15px 0 20px 0;
}

.form-btns.screen {
	position: relative;
	zoom: 1;
}

.form-btns.multi .button {
	margin: 0 5px;
}

.form-btns .screen {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.modal .form-btns {
	padding-top: 15px;
	border-top: 1px solid #ddd;
}


/* button bar */

.btn-bar {
	text-align: right;
	margin-bottom: 10px;
}

.btn-bar > li {
	display: inline-block;
	margin-left: 15px;
}


/* buttons */

.button {
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,1.0);
	line-height: 15px;
	height: 40px;
	padding: 0px 14px;
	*padding: 0px 10px; /* IE7 padding bug */
	overflow: visible;
	color: #fff !important;
	background: #1168a6 url(images/buttons.png) repeat-x top;
	border: 2px solid #1F2326;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

a.button,
div.button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	height: 36px;
	vertical-align: middle;
}

a.button span {
	line-height: 26px;
}

.button:hover {
	background-color: #1479c1;
	box-shadow: 0px 1px 0px rgba(170,210,238,0.75);
}

.button:disabled,
.button[disabled="disabled"] {
	color: #4a89b5 !important;
	background-color: #1168a6 !important;
	cursor: default !important;
}

.button.small {
	font-size: 0.8em;
	height: 28px;
}

a.button.small,
div.button.small {
	line-height: 24px;
	height: 24px;
}

.button.gray { background-color: #6a6a6a; }
.button.gray:hover { background-color: #7a7a7a; }

.button.green { background-color: #179340; }
.button.green:hover { background-color: #1aaf4c; }

/* tables */

table.data {
	width: 100%;
	margin-bottom: 1.5em;
	background: #525d66;
	border: 1px solid #646B70;
	border-left-color: #636D75;
	border-right-color: #3E464D;
	border-bottom-color: #32393E;
	border-spacing: 0px;
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '0px');
}

td table.data {
	margin-bottom: 0;
}

table.data tr {
	transition: opacity 0.25s ease;
}

table.data tr.hide-me {
	opacity: 0.0;
}

table.data th,
table.data td {
	padding: 4px 8px;
}

table.data thead th {
	text-align: left;
	vertical-align: bottom;
	line-height: 14px;
	font-size: 11px;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

table.data > thead tr th {
	padding: 8px;
	text-shadow: 0px 1px 0px rgba(0,0,0,1.0);
	color: #8fa4b2;
	background: #3e474d;
	border-bottom: 1px solid #262B2F;
}

table.data tbody td {
	line-height: 15px;
	font-size: 12px;
	vertical-align: top;
}

table.data > tbody > tr > td {
	border-top: 1px solid #5c676f;
	border-bottom: 1px solid #464f57;
}

table.clickable tbody tr:hover {
	cursor: pointer;
}

table.hover tbody tr:hover > td {
	background: #71828e;
	border-top-color: #71828e;
	border-bottom-color: #71828e;
}

table.data .nested td,
table.data .expanded td,
table.data .nested:hover td,
table.data .expanded:hover td {
	background: #998a6b;
	border-top-color: #998a6b;
	border-bottom-color: #998a6b;
}

table.data .nested,
table.data .nested > td.nested-content > div {
	display: none;
}

table.data .nested > td {
	border-top-color: #998a6b;
	border-bottom-color: #baaf9a;
}

table.data .nested > td.nested-content {
	border-top-color: #baaf9a;
}

table.data .nested-content ul,
table.data .nested-content ul > li:first-child {
	border-color: #baaf9a;
}

table.data tbody .no-results td {
	padding: 5px 8px 6px 8px;
	text-align: center;
	background: inherit;
	border-top: 1px solid #5c676f;
	border-bottom: 1px solid #464f57;
}

table.data span.tooltip {
	border-bottom: 1px dotted #7d8c97;
}

table.data span.tooltip.icon {
	border-bottom: none;
}

table.data .row-toggle {
	width: 20px;
}

table.data .actions {
	white-space: nowrap;
}

.hilight-me,
table.data tbody td {
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

.hilighted {
	background-color: #1aaf4c !important;
}

/* sortable tables */

.tablesorter-header {
	cursor: pointer;
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

.tablesorter-header:hover {
	background-color: #475258;
}

.tablesorter-header[data-sorter="false"] {
	cursor: default;
	background-color: #3e474d !important;
}

.tablesorter-header-inner {
	background: no-repeat right;
	padding-right: 8px;
}

.tablesorter-headerAsc .tablesorter-header-inner {
	background-image: url(images/table-sorter-asc.png);
}

.tablesorter-headerDesc .tablesorter-header-inner {
	background-image: url(images/table-sorter-desc.png);
}

.tablesorter-headerAsc,
.tablesorter-headerDesc {
	color: #cdd6dc !important;
	background-color: #343c41 !important;
}


/* simple lists */

.ul {
	padding: 0 0 0 15px;
	list-style: square;
}

.ul li {
	padding: 0 0 5px 0;
}

/* icons */

.icon {
	display: inline-block;
	font-size: 0em;
	line-height: 0em;
	vertical-align: middle;
}

.icon + .icon {
	margin-left: 5px;
}

.icon.toggle {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background:  url(images/icons/row-toggle.png) no-repeat top;
	cursor: pointer;
}

.expanded .icon.toggle {
	background-position: bottom;
}

.icon.remove {
	width: 15px;
	height: 15px;
	background: url(images/icons/remove.png) no-repeat bottom;
	cursor: pointer;
}

.icon.help,
.icon.info {
	width: 16px;
	height: 16px;
	cursor: help;
}

.icon.help { background: url(images/icons/help.png); }

.icon.info { background: url(images/icons/info.png); }

.icon.view,
.icon.edit,
.icon.copy,
.icon.delete {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.icon.view { background: url(images/icons/view.png); }

.icon.edit { background: url(images/icons/edit.png); }

.icon.copy { background: url(images/icons/copy.png); }

.icon.delete { background: url(images/icons/delete.png); }


/* ==========================================================================
   global messaging
   ========================================================================== */

#MsgWrapper {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
}

#MsgWrapper #MsgDiv {
	max-width: 650px;
	margin: 0 auto;
	color: #4E3C05;
	border: 0px solid #9d813e;
	border-top: none;
	border-radius: 0 0 2px 2px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=3, direction=135, color=#333333);
}

#MsgWrapper.error #MsgDiv {
	border-color: #d91626;
}

#MsgWrapper.success #MsgDiv {
	border-color: #44ad5f;
}

#MsgWrapper #MsgText {
	position: relative;
	padding: 10px 45px 10px 10px;
	line-height: 15px;
	font-size: 12px;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	background: #FFEAA8 url(images/msg-background.png) repeat-x top;
}

#MsgWrapper.error #MsgText {
	color: #c82222;
	background-color: #f9d0d0;
}

#MsgWrapper.success #MsgText {
	color: #008a24;
	background-color: #b5f4c5;
}

#MsgWrapper #MsgIcon {
	padding-left: 35px;
	background: #e3c771 url(images/icons/message.png) no-repeat 5px;
}

#MsgWrapper.error #MsgIcon {
	background: #fa0000 url(images/icons/alert.png) no-repeat 5px;
}

#MsgWrapper.success #MsgIcon {
	background: #439d1f url(images/icons/check.png) no-repeat 5px;
}

#MsgClose {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 15px;
	height: 15px;
	background: url(images/icons/close.png);
	cursor: pointer;
}

/* ==========================================================================
   imageless processing spinner
   ========================================================================== */

.spinner-target {
	position: relative;
}

#Spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 101;
	background: #1f2326 url(images/inputs.png) repeat-x top;
	border: 1px solid #1f2326;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
	margin-top: -1px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#docBody > #Spinner {
	border: none;
	margin-top: 0px;
	background: #292F33;
}

#Spinner .txt {
	position: absolute;
	left: 0px;
	width: 100%;
	margin-top: -100px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #999;
}

.spinner {
	position: absolute;
	left: 50%;
}


/* ==========================================================================
   PHC modal customizations
   ========================================================================== */

.modal {
	color: #e5e5e5;
	background: #292F33;
	font-size: 1.0em;
	line-height: 1.1em;
	padding: 15px 25px;
	border-radius: 3px;
	border: 1px solid #3E4347;
	border-bottom-color: #191D1F;
	border-right-color: #1F2326;
	box-shadow: 0 0 8px rgba(0, 0, 0, 1.0);
}

.modal-header {
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	margin: -15px -25px 15px -25px;
	background: #b39559;
	border: none;
}

.modal-x {
	margin: -6px 0 0 18px;
	height: 17px;
	width: 38px;
	background: url(images/modal-close.png) no-repeat top;
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

.modal-x:hover {
	background-color: #bca36e;
	background-position: bottom;
}

.modal .hdiv {
	margin: 0;
	padding: 25px 0;
}


/* ==========================================================================
   qTip customizations
   ========================================================================== */

.tiptext {
	display: none;
	line-height: 13px;
	font-size: 10px;
}

.qtip-phc {
	font-family: 'OpenSansSemiBold', Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #f0dda4;
	border: 2px solid #a68111;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.qtip-phc .qtip-titlebar {
	color: #fff;
	background-color: #a68111;
	overflow: visible;
}

.qtip-phc .qtip-close .qtip-icon {
	background-position: -2px 0;
}

span.tooltip {
	cursor: help;
}


/* ==========================================================================
   jQuery UI customizations
   ========================================================================== */

/* menus */

.ui-menu {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #e5e5e5;
	background: #525d66;
}
   
.ui-autocomplete.ui-menu {
	z-index: 5 !important;
	max-width: 300px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #1f2326;
	border-radius: 0 0 2px 2px;
	box-shadow: 2px 2px 3px rgba(0,0,0, 0.5);
}

.ui-autocomplete.ui-menu .ui-state-hover, .ui-autocomplete.ui-menu .ui-state-focus { border-color: #1891e7; background: #1891e7; color: #e5e5e5; }
.ui-autocomplete.ui-menu .ui-state-hover a, .ui-autocomplete.ui-menu .ui-state-hover a:hover { color: #fff; }

/* date picker */

.ui-datepicker {
	background: #525d66;
	border: 1px solid #65737e;
	border-left-color: #5c6872;
	border-right-color: #49535b;
	border-bottom-color: #3f484f;
	box-shadow: 0 0 8px rgba(0, 0, 0, 1.0);
}
   
.ui-datepicker .ui-datepicker-header {
	padding: 2px;
	color: #efefef;
	background: #b39559;
	border-color: #635947;
	border-top-color: #bfa775;
	border-left-color: #bfa775;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: #b39559;
	border-color: #927843;
	border-right-color: #bfa775;
	border-bottom-color: #bfa775;
}

.ui-datepicker select {
	padding: 0px 0px 0px 2px;
}

.ui-datepicker th {
	color: #8fa4b2;
}

.ui-datepicker tbody .ui-state-default {
	color: #fff;
	background: #71828E;
	border-color: #55616a;
}

.ui-datepicker tbody .ui-state-default:hover {
	background: #8997a1;
	border-color: #333;
}

.ui-datepicker tbody .ui-state-highlight {
	background: #998A6B;
}

.ui-datepicker tbody .ui-state-active {
	background: #1479C1;
	border-color: #000;
}

.ui-datepicker-trigger {
	vertical-align: middle;
	margin-left: 4px;
	cursor: pointer;
}


/* ==========================================================================
   jScrollpane customizations
   ========================================================================== */
   
.jspVerticalBar {
	background: none;
}

.jspVerticalBar * {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.jspContainer:hover .jspVerticalBar * {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.jspTrack {
	background: #282d31;
}

.jspDrag {
	background: #4c565e;
	cursor: default;
}

.jspArrow {
	background: #4c5f74 no-repeat top;
}

.jspArrow.jspDisabled {
	background: #4c5f74 no-repeat bottom;
}

.jspVerticalBar .jspArrowUp {
	background-image: url(images/scroll-arrow-up.png);
	border-bottom: 1px solid #282d31;
	border-radius: 2px 2px 0 0;
}

.jspVerticalBar .jspArrowDown {
	background-image: url(images/scroll-arrow-down.png);
	border-top: 1px solid #282d31;
	border-radius: 0 0 2px 2px;
}