/******** BEGIN /ph-fx/static/css/Ph.css ********/

.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}

.autoGenerated {
	background: url(../img/auto-generated.png) no-repeat right center;
}
.autoGenerated.x-form-focus, .autoGeneratedOff {
	background: none;
}

/******** END /ph-fx/static/css/Ph.css ********//******** BEGIN /ph-fx/static/css/main.css ********/

/*
 * Ext JS Library 2.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

body {
	font-family: tahoma, calibri, verdana, arial, helvetica, sans-serif;
    font-size:13px;
	padding:20px;
    /*padding-top:32px;*/
	padding-top:18px;
	background-color:#fff !important;
	
}

.example-info{
	width:150px;
	border:1px solid #c3daf9;
	border-top:1px solid #DCEAFB;
	border-left:1px solid #DCEAFB;
	background:#ecf5fe url( info-bg.gif ) repeat-x;
	font-size:10px;
	padding:8px;
}
pre.code{
	background: #F8F8F8;
	border: 1px solid #e8e8e8;
	padding:10px;
	margin:10px;
	margin-left:0px;
	border-left:5px solid #e8e8e8;
	font-size: 12px !important;
	line-height:14px !important;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}
.x-grid3-row-body p {
    margin:5px 5px 10px 5px !important;
}
#loginstatus
{
	font-size:12px;
	text-align:right;
	padding-right:40px;
	font-weight:bold;
	font-family: Calibri, Tahoma, Verdana;
	font-size:13px;
}

#loading-mask{
	position:absolute;
	left:0;
	top:0;
    width:100%;
    height:100%;
    z-index:20000;
    background-color:white;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
    height:auto;
}
#loading img {
    margin-bottom:5px;
}
#loading .loading-indicator{
	background:white;
	color:#555;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
    text-align:center;
    height:auto;
}
.readOnlyLayout {
	border: 0 none;
	background: inherit;
	cursor: default;
}


/******** END /ph-fx/static/css/main.css ********//******** BEGIN /ph-fx/static/css/claim.css ********/

#claim-header
{
	font:11px tahoma,arial,helvetica,sans-serif;
	width:450px;
}

#phase-header
{
	font:11px tahoma,arial,helvetica,sans-serif;
	width:450px;
}

#claim-header .fieldLabel, #phase-header .fieldLabel
{
	vertical-align:top;
	/*text-align:right;*/
	text-decoration:italic;
	font-weight:bold;
	font-size:12px;
	padding-right:10px;
}

#phase-header .phaseText
{
	width:95px;
}

.claim-toolbar .x-panel-collapsed .x-btn-group-header .x-tool-toggle {
	background-position: 0 -240px !important; /*the plus sign*/
}
.claim-toolbar .x-btn-group-header .x-tool-toggle {
    background-position: 0 -255px !important; /*the minus sign*/
}
.claim-toolbar .hideTitle .x-btn-group-header-text {
	visibility:hidden;
}
.claim-toolbar .x-toolbar-cell {
	vertical-align: top; 
}
.claim-toolbar .x-btn-group-header {
	height: 14px;
}


/******** END /ph-fx/static/css/claim.css ********//******** BEGIN /ph-fx/static/css/find.css ********/

.search-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
}

.search-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
}

.search-item h3 span {    
	float: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    width:100px;
    display:block;
    clear:none;
}


/******** END /ph-fx/static/css/find.css ********//******** BEGIN /ph-fx/static/css/grid.css ********/

button.clear-filter-tbbtn {
	background: url(../img/clear-filter.png) no-repeat;
}

button.apply-filter-tbbtn {
	background: url(../img/apply-filter.png) no-repeat;
}

.ph-bold-row td {
	font-weight: bold;
	color: black;
}

.ph-red-row td {
	font-weight: bold;
	color: #BC5151;
}

.ph-summary-col {
	text-align:right;
	padding-left:2px !important;
}


/* notes for grids */
.icon-notes {
	background-image:url('../img/icons/email.png') !important;
}

.notesCount {
    font-size: 8px;
    font-family: verdana;
    /*font-weight: bold;*/
    color: blue;
    position: relative;
    left: 2px;
    top: -2px;
}

.icon-open-in-window {
	background-image:url('../img/icons/open-in-window.png') !important;
}


/******** END /ph-fx/static/css/grid.css ********//******** BEGIN /ph-fx/static/css/dashboard.css ********/

body {
	line-height:18px;
	color:#555555;
}

#viewport {
	margin:auto;
	text-align:left;
	width:960px;
}

/*
#bd {
	margin: 5px 15px 0;
}

#samples 
{
    width: 902px;
    height: 373px;
    background: #fff url(../img/bg.png) no-repeat;
    position:relative;
	left:0;
	top:0;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:2px;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
}
#sample-menu 
{
    position:absolute;
    left:30px;
    top:42px;
    width:186px;
    overflow:visible;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	z-index:1;
}
#sample-menu-inner {
	zoom:1;
}

#sample-menu a {
	text-align:right;
	text-decoration:none;
    color:#fff;
    font-size:14px !important;
	line-height:14px;
	padding:5px 0 3px;
    cursor:pointer;
	display:block;
	padding-right:16px;
	-moz-outline:none;
	outline: 0 none;
	zoom:1;
}

#sample-menu a:hover {
    background: transparent url(../img/over-item.png) no-repeat;
	text-decoration: none;
}

.ext-ie #sample-menu a:hover {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/over-item.png', sizingMethod='scale');
}

#sample-menu a.active {
    background: transparent url(../img/active-item.png) no-repeat;
	text-decoration: none;
	color:#1860A8;
	font-weight:bold;
}

.ext-ie #sample-menu a.active {
	background:transparent !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/active-item.png', sizingMethod='scale') !important;
}

#sample-menu a img {
	background-image: url(../images/icons.gif);
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	margin:0 4px 0 0;
	vertical-align:top;
	display:none;
}

#sample-menu h4 {
	display:none;
	font-size:11px !important;
	font-weight:bold;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	color:#284F85;
	margin:0;
	padding:4px;
	line-height:16px;
	background:transparent url(../images/top-bottom.gif) repeat-x 0 -1px;
	border-bottom:1px solid #89a8cf;
}

.ext-ie #sample-menu a img {
	vertical-align:middle;
}

#sample-menu .sample-inactive-over span {
    text-decoration:underline;
}
#sample-box 
{
    position:absolute;
    left:215px;
    top:12px;
    line-height:14px;
    font-size:11px;
	background-color:#fff;
    border-style:solid;
    border-color:#fff;
	border-width: 0;
}
#sample-box-inner 
{
    width:675px;
	height:350px;
    line-height:14px;
    font-size:11px;
	background-color:#fff;
    border:1px solid;
    border-color:#3e6598 #3e6598 #3e6598 #3e6598;
	overflow:auto;
}

#sample-ct {
    padding:2px;
}

#sample-ct p i {
    color: #c33;
	font-style:normal;
	font-weight:bold;
}

#sample-ct h2 {
    border-bottom: 2px solid #99bbe8;
    cursor:pointer;
    padding-top:6px;
	-moz-user-select:none;
	-khtml-user-select:none;
}
#sample-ct h2 div {
    background:transparent url(../js/extjs/resources/images/default/grid/group-expand-sprite.gif) no-repeat 3px -47px;
    padding:4px 4px 4px 17px;
    color:#3764a0;
    font:bold 11px  tahoma, calibri, verdana, arial, sans-serif;
}
#sample-ct .collapsed h2 div {
    background-position: 3px 3px;
}
#sample-ct .collapsed dl {
    display:none;
}

#sample-ct dd {
    float:left;
    width:140px;
    height:114px;
    margin:5px 5px 5px 10px;
    cursor:pointer;
    zoom:1;
}
#sample-ct dd img {
    width:120px;
    height:90px;
    margin:5px 0 0 5px;
    float:left;
}

#sample-ct dd div {
    float:left;
    width:100px;
    margin-left:10px;
}

#sample-ct dd h4 {
    font-family: calibri, tahoma, verdana, arial, sans-serif;
    color:#555;
    font-size:12px;
    font-weight:bold;
	text-align:center;
}
#sample-ct dd p {
    color:#777;
}
#sample-ct dd.over {
    background: #ebf7d2 url(../img/sample-over.gif) no-repeat;
}


.icon-apps {
	background-position: 0 0;
}
.icon-grid {
	background-position: 0 -16px;
}
.icon-tree {
	background-position: 0 -32px;
}
.icon-win {
	background-position: 0 -112px;
}
.icon-misc {
	background-position: 0 -144px;
}
.icon-layout {
	background-position: 0 -48px;
}
.icon-combo {
	background-position: 0 -64px;
}
.icon-form {
	background-position: 0 -80px;
}
.icon-menu {
	background-position: 0 -96px;
}
.icon-tabs {
	background-position: 0 -128px;
}
*/
/* condensed view */

/*
.condensed-view #sample-ct dd {
    float:left;
    width:135px;
    height:114px;
    margin:5px 5px 5px 10px;
    cursor:pointer;
    zoom:1;
	text-align:center;
}
.condensed-view #sample-ct dd img {
    width:120px;
    height:90px;
    margin:5px 2px 0;
    float:none;
}

.condensed-view #sample-ct dd div {
    float:none;
    width:auto;
    margin-left:0;
}

.condensed-view #sample-ct dd h4 {
    font-family: calibri, tahoma, verdana, arial, sans-serif;
    color: #666;
    font-size: 12px;
    font-weight: bold;
	text-align: center;
	margin: 0;
}
.condensed-view #sample-ct dd p {
    display:none;
}
.condensed-view #sample-ct dd.over {
	background:transparent url(../img/sample-over-narrow.gif) no-repeat;
}
.condensed-view #sample-ct dd.over h4 {
	color:#1860A8;
}
*/

/* mini view */

/*
.mini-view #sample-ct dd {
    float:left;
    width:75px;
    height:69px;
    margin:5px 5px 5px 10px;
    cursor:pointer;
    zoom:1;
	text-align:center;
}
.mini-view #sample-ct dd img {
    width:60px;
    height:45px;
    margin:5px 2px 0;
    float:none;
}

.mini-view #sample-ct dd div {
    float:none;
    width:auto;
    margin-left:0;
}

.mini-view #sample-ct dd h4 {
    font-family: calibri, tahoma, verdana, arial, sans-serif;
    color:#666;
    font-size:9px;
    font-weight:normal;
	text-align:center;
	margin:0;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.mini-view #sample-ct dd p {
    display:none;
}
.mini-view #sample-ct dd.over {
	background:#ebf7d2;
}
.mini-view #sample-ct dd.over h4 {
	color:#1860A8;
}

#samples-cb {
	position:absolute;
	left:775px;
	top:-10px;
	zoom:1;
	width:97px;
	height:24px;
	font-size:11px;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	color:#fff;
	cursor:pointer;
	white-space:nowrap;
	zoom:1;
	overflow:hidden;
}

.condensed-view #samples-cb {
	background-position: 0 -25px;
}

.mini-view #samples-cb {
	background-position: 0 -50px;
}

#samples-cb img {
	width:32px;
	height:27px;
}
*/



/******** END /ph-fx/static/css/dashboard.css ********//******** BEGIN /ph-fx/static/css/row-editor.css ********/

/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.ext-ie .x-row-editor .x-form-text {
    margin:0 !important; 
}
.x-row-editor-header {
    height:2px;
    overflow:hidden;
    background: transparent url(../img/row-editor-bg.gif) repeat-x 0 0;
}
.x-row-editor-footer {
    height:2px;
    overflow:hidden;
    background: transparent url(../img/row-editor-bg.gif) repeat-x 0 -2px;
}
.ext-ie .x-row-editor-footer {
    margin-top:-1px;
}

.x-row-editor-body {
    overflow:hidden;
    zoom:1;
    background: #ebf2fb;
    padding-top:2px;
}
.x-row-editor .x-btns {
    position:absolute;
    top:28px;
    left:20px;
    padding-left:5px;
    background: transparent url(../img/row-editor-btns.gif) no-repeat 0 0;
}
.x-row-editor .x-btns .x-plain-bwrap {
    padding-right:5px;
    background: transparent url(../img/row-editor-btns.gif) no-repeat right -31px;
}
.x-row-editor .x-btns .x-plain-body {
    background: transparent url(../img/row-editor-btns.gif) repeat-x 0 -62px;
    height:31px;
}
.x-row-editor .x-btns .x-table-layout-cell {
    padding:3px;
}

/* Fixes for IE6/7 trigger fields */
.ext-ie6 .x-row-editor .x-form-field-wrap .x-form-trigger, .ext-ie7 .x-row-editor .x-form-field-wrap .x-form-trigger {
  top: 1px;
}

.ext-ie6 .x-row-editor .x-form-field-trigger-wrap, .ext-ie7 .x-row-editor .x-form-field-trigger-wrap {
  margin-top: -1px;
}

.errorTip .x-tip-body ul{
    list-style-type:disc;
    margin-left:15px;
}


/******** END /ph-fx/static/css/row-editor.css ********//******** BEGIN /ph-fx/static/css/FileUploadField.css ********/

/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}
.x-form-file-delete-btn {
    top: 30;    
}

/******** END /ph-fx/static/css/FileUploadField.css ********//******** BEGIN /ph-fx/static/css/FileUploadPanel.css ********/

.upload-icon {
    background: url('/static/img/image_add.png') no-repeat 0 0 !important;
}

/******** END /ph-fx/static/css/FileUploadPanel.css ********//******** BEGIN /ph-fx/static/css/search.css ********/

.search-item {
	float:left;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    /*padding:1px 10px 3px 10px;*/
	padding:10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
	line-height:16px;
	width:100%;
}

.cbo-search-item {
	padding:5px;
}

.search-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
}

.search-item h3 span {
    float: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    width:100px;
    display:block;
    clear:none;
}

.main_content {
	float:left;
	border:1px solid #c7c7c7;
	padding:5px 0 5px 20px;
	background-color:#ffffef;
	/*width:300px;*/
	width:250px;
}

.additional_content {
	display: block;
	/*float:left;*/
	float: left;
	margin: 0 0 5px 5px;
	padding: 5px 39px 5px 15px;
	width:270px;
	/* width: 200px; */
}

.cbo-template {
	/*width:250px;*/
	padding:5px 0 5px 0;
}

.label {
	width:65px;
	display:inline-block;
	text-align:right;
	padding-right:8px;
}

.label_bigger {
	width:75px;
}

.equipment {
	width:80px;
}

.lockbox {
	width:75px;
}

.mail {
	width:250px;
}

.spacer {
	padding-bottom:5px;
}

.emphasis {
	font-weight:bold;
}

.title {
	font-size:12px;
}


/******** END /ph-fx/static/css/search.css ********//******** BEGIN /ph-fx/static/css/animated-dataview.css ********/

/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.filePanel {
    background-color: #fff;
    text-shadow: #fff 0 1px 0;
}

.filePanel ul {
    position: relative;
    display: block;
    height: auto;
    font-size: 85%;
}

.filePanel ul li img {
    margin-bottom: 1px;
}

.filePanel ul li {
    float: left;
    padding: 8px 0px;
    margin: 5px;
/*    margin: 10px 0 0 25px;*/
    text-align: center;
    line-height: 1.25em;
    color: #333;
    font-family: "Helvetica Neue",sans-serif;
    height: 113px;
    width: 112px;
    overflow: hidden;
    border-top: 1px solid transparent;
    cursor: pointer;
}

/*.filePanel ul li.phone-hover {
    background-color: #eee;
}*/

.filePanel ul li.x-view-selected {
    background-color: rgba(100, 100, 100, .15);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.filePanel ul li img {
/*    display: block;*/
}

.filePanel li strong {
    color: #000;
    display: block;
}

.filePanel li span {
    color: #999;
}

.x-slider-horz .x-slider-thumb {
    background-image: url(images/slider-thumb.png);
}

/******** END /ph-fx/static/css/animated-dataview.css ********//******** BEGIN /ph-fx/static/css/multiple-sorting.css ********/

/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.sort-desc {
    background-image: url("/ph-fx/static/js/extjs/resources/images/default/grid/sort_desc.gif") !important;
    background-position: 4px 7px !important;
}

.sort-asc {
    background-image: url("/ph-fx/static/js/extjs/resources/images/default/grid/sort_asc.gif") !important;
    background-position: 4px 7px !important;
}

/******** END /ph-fx/static/css/multiple-sorting.css ********//******** BEGIN /ph-fx/static/css/portal.css ********/

/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.x-portal .x-panel-dd-spacer {
    margin-bottom:10px;
}

.x-portlet {
    margin-bottom:10px;
}

/* Clean up the look of the portlets */
.x-portlet .x-panel-ml {
    padding-left:2px;
}
.x-portlet .x-panel-mr {
    padding-right:2px;
}
.x-portlet .x-panel-bl {
    padding-left:2px;
}

.x-portlet .x-panel-br {
    padding-right:2px;
}
.x-portlet .x-panel-body {
    /*background:white;*/
}
.x-portlet .x-panel-mc {
    padding-top:2px;
}
.x-portlet .x-panel-bc .x-panel-footer {
    padding-bottom:2px;
}
.x-portlet .x-panel-nofooter .x-panel-bc {
    height:2px;
}

.x-panel-body p {
    margin:5px;
}

/* overview panel with empty records */
.empty-panel .x-column-inner {
	width: 500px !important;
	padding-top: 250px;
	margin:0 auto;
}



/******** END /ph-fx/static/css/portal.css ********//******** BEGIN /ph-fx/static/css/toolbars.css ********/

/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
#container {
    width:600px;
    height:400px;
    border:3px solid #c3daf9;
}

.add {
    background-image: url( images/add.gif ) !important;
}
.add16 {
    background-image: url( images/add16.gif ) !important;
}
.add24 {
    background-image: url( images/add24.gif ) !important;
}
.remove {
    background-image: url( ../menu/images/delete.gif ) !important;
}
.edit {
    background-image: url( ../menu/images/edit.gif ) !important;
}
.find {
    background-image: url( ../menu/images/find.gif ) !important;
}
.view {
    background-image: url( ../menu/images/view.gif ) !important;
}
.money-up {
    background-image: url( images/money_add.png ) !important;
}
.money-down {
    background-image: url( images/money_delete.png ) !important;
}

.btn-panel td {
    padding-left:5px;
}

h2 {
    color:#083772 !important;
    margin: 20px 0 0 !important;
    padding: 5px;
    background:#eee;
    width:400px;
}

h3 {
    font-weight:normal !important;
}

.company {
  float: left;
  width: 179px;
  height: 30px;
  margin: 5px;
  padding: 5px;
  cursor: pointer;
}

.company h3 {
  font-weight: bold !important;
}

.company .up {
    color: green;
}

.company .down {
    color: red;
}

.company.x-view-selected {
    background-color: #efefef;
}

/******** END /ph-fx/static/css/toolbars.css ********//******** BEGIN /ph-fx/static/css/overview-panel.css ********/


/* overview panel styles */

.default-style {
	border-top: none; 
	padding: 10px 10px 10px 0px;
}

/******** END /ph-fx/static/css/overview-panel.css ********//******** BEGIN /ph-fx/static/css/Ext.ux.grid.CellActions.css ********/

/** vim: ts=4:sw=4:nu:fdc=4:nospell 
 *
 * Ext.ux.grid.CellActions.css 
 *
 * Style sheets for Grid CellActions Plugin
 *
 * @author   Ing. Jozef Sakáloš
 * @date     27. March 2008
 * @version  $Id: Ext.ux.grid.CellActions.css 105 2008-03-27 19:57:00Z jozo $
 *
 * @license Ext.ux.grid.CellActions.css is licensed under the terms of
 * the Open Source LGPL 3.0 license.  Commercial use is permitted to the extent
 * that the code/component(s) do NOT become part of another Open Source or Commercially
 * licensed development library or toolkit without explicit permission.
 * 
 * License details: http://www.gnu.org/licenses/lgpl.html
 */

.ux-cell-value {
	position:relative;
	zoom:1;
}
.ux-cell-actions {
	position:absolute;
	right:0;
	top:-2px;
}
.ux-cell-actions-left {
	left:0;
	top:-2px;
}
.ux-cell-action {
	width:16px;
	height:16px;
	float:left;
	cursor:pointer;
	margin: 0 0 0 4px;
}
.ux-cell-actions-left .ux-cell-action {
	margin: 0 4px 0 0;
}

/* eof */


/******** END /ph-fx/static/css/Ext.ux.grid.CellActions.css ********//******** BEGIN /ph-fx/static/css/Ext.ux.grid.GridSummary.css ********/

/* [OPTIONAL] -- may be used for either Ext.grid.GroupSummary / Ext.ux.grid.GridSummary plugins */
.x-grid3-summary-row{border-left:1px solid #fff;border-right:1px solid #fff;color:#333;background:#f1f2f4;}
.x-grid3-summary-row .x-grid3-cell-inner{font-weight:bold;padding-bottom:4px;}
.x-grid3-cell-first .x-grid3-cell-inner{padding-left:16px;}
.x-grid-hide-summary .x-grid3-summary-row{display:none;}
.x-grid3-summary-msg{padding:4px 16px;font-weight:bold;}


/* [REQUIRED] (by Ext.ux.grid.GridSummary plugin) */
.x-grid3-gridsummary-row-inner{overflow:hidden;width:100%;}/* IE6 requires width:100% for hori. scroll to work */
.x-grid3-gridsummary-row-offset{width:10000px;}
.x-grid-hide-gridsummary .x-grid3-gridsummary-row-inner{display:none;}

/******** END /ph-fx/static/css/Ext.ux.grid.GridSummary.css ********//******** BEGIN /ph-fx/static/css/cellactions.css ********/

/** vim: ts=4:sw=4:nu:fdc=4:nospell
 *
 * rowactions css file
 *
 * @author    Ing.Jozef Sakáloš
 * @copyright (c) 2008, by Ing. Jozef Sakáloš
 * @date      5. April 2008
 * @version   $Id: cellactions.css 168 2008-04-11 02:52:02Z jozo $
 */

#west-content a {
	text-decoration:none;
}
#west-content a:hover {
	text-decoration:underline;
}
#west {
	width:280px;
}
#center {
	width:640px;
}
#adsense-top {
	margin: 10px 0 10px 0;
}
#west-content {
	font-family:arial, sans-serif;
}
#center-content {
	font-family:arial, sans-serif;
	margin:0 0 0 10px;
	text-align:center;
}
#center-content h2 {
	font-size:16px;
}
#description {
	color:#777777;
	text-align:justify;
}
#description em {
	font-style:italic;
	font-weight:bold;
}
#description p {
	margin: 2px 0 8px 0;
}
/* eof */



/******** END /ph-fx/static/css/cellactions.css ********//******** BEGIN /ph-fx/static/css/auth-panel.css ********/

/*scott's styles for the job/task admin*/
#taskRoleTemplate {
	
	/*width: 1000px;*/
	width: 100%;
}
#permissions {
	/*width:100%;*/
}

#permissions tr.taskRole {
	background-image:url("../js/extjs/resources/images/gray/grid/grid3-hrow2.gif")
}
#permissions tr.taskRole td {
	border-left:1px solid #EEEEEE;
	border-right:1px solid #D0D0D0;
	/*width:173px;*/
}
#permissions tr.taskRole td.role {
	/*width:100px;*/
	width: 45px;
	text-align:center;
	padding:3px;
	font:11px arial,tahoma,helvetica,sans-serif;	
}
#permissions tr.taskRole td.roleSeparator {
	/*width: 198px;*/
}
#permissions tr.taskGroupHeader td {
	background-color:#B0B1B5;
	background-image:url("../js/extjs/resources/images/gray/tabs/tab-strip-bg.gif");
	font-weight:bold;
	/*color:#777777;*/
	font-size:11px;
	font-family:arial,tahoma,helvetica,sans-serif;	
	text-align:left;
	height:20px;
	border-top:1px solid #FCFCFC;
}

#permissions tr.task td {
	text-align:center;
	/*width:100px;*/
	/*width: 75px;*/
	padding:3px;
	font:11px arial,tahoma,helvetica,sans-serif;
}

#permissions tr.task .taskContainer {
	text-align:center;
	width:100%;
	padding:0;
	border-top:1px solid #F3F3F3;	
}

#permissions tr.task.odd td {
	border-top:1px solid #FFFFFF;
	background-color:#F5F5F5;
}
#permissions tr.task.even td {
	border-top:1px solid #ffffff;
	background-color:#ffffff;
}

#permissions tr.task td.taskDescription
{
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	text-align:right;
	font:11px arial,tahoma,helvetica,sans-serif;
	width:160px;
	white-space:nowrap;
}
#permissions tr.task td.taskSeparator
{
	width:1px;
	background-color:#ededed;
	padding:0px;
}



/******** END /ph-fx/static/css/auth-panel.css ********//******** BEGIN /ph-fx/static/js/fx/ux/superbox/superboxselect.css ********/

@charset "utf-8";
.x-superboxselect {position:relative; height: auto !important; margin: 0px; overflow: hidden; padding:2px; display:block; outline: none !important;}
.x-superboxselect input[disabled] {background-color: transparent;};
.x-superboxselect ul {overflow: hidden; cursor: text;}
.x-superboxselect-display-btns {padding-right: 33px !important;}
.x-superboxselect-btns {position: absolute; right: 1px; top: 0; overflow:hidden; padding:2px;}
.x-superboxselect-btns div {float: left; width: 16px; height: 16px; margin-top: 4px;}
.x-superboxselect-btn-clear {background: url('/ph-fx/static/js/fx/ux/superbox/clear.png') no-repeat scroll left 0px;}
.x-superboxselect-btn-expand {background: url('/ph-fx/static/js/fx/ux/superbox/expand.png') no-repeat scroll left 0px;}
.x-superboxselect-btn-over {background-position: left -16px}
.x-superboxselect-btn-hide {display:none;}
.x-superboxselect li {float: left; margin: 1px 1px 2px 1px; padding: 0;line-height: 18px;}
.x-superboxselect-stacked li {float: none !important;}
.x-superboxselect-input input { border: none; outline: none; margin-top: 4px; margin-bottom: 4px;}
body.ext-ie .x-superboxselect-input input {background: none; border: none; margin-top: 3px;}
.x-superboxselect-item {position: relative; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; o-border-radius: 6px; khtml-border-radius: 6px; border: 1px solid #CAD8F3; background-color: #DEE7F8; padding: 1px 15px 1px 5px !important; }
body.ext-ie7 .x-superboxselect-item {margin: 2px 1px 2px 1px; line-height: 1.2em; padding: 2px 17px 4px 5px !important;}
body.ext-ie6 .x-superboxselect-item {margin: 2px 1px 2px 1px; line-height: 1.2em; padding: 2px 19px 4px 5px !important;}
.x-superboxselect-item-hover {background: #BBCEF1; border: 1px solid #6D95E0;}
.x-superboxselect-item-focus {border-color: #598BEC; background: #598BEC; color: #fff;}
.x-superboxselect-item-close {background: url('/ph-fx/static/js/fx/ux/superbox/close.png') no-repeat scroll left 0px; border: none; cursor: default; font-size: 1px; height: 16px;padding:0; position: absolute; right: 0px; top: 2px; width: 13px;display:block;cursor:pointer;}

.x-superboxselect-item-close:hover, .x-superboxselect-item-close:active  { background-position: left -12px;}
.x-superboxselect-item-focus .x-superboxselect-item-close{ background-position: left -24px}
.x-item-disabled .x-superboxselect-item-close{ background-position: left -36px}

/******** END /ph-fx/static/js/fx/ux/superbox/superboxselect.css ********//******** BEGIN /ph-fx/static/js/fx/ux/superbox/superboxselect-gray-extend.css ********/

@charset "utf-8";
.x-superboxselect {position:relative; height: auto !important; margin: 0px; overflow: hidden; padding:2px; display:block; outline: none !important;}
.x-superboxselect ul {overflow: hidden; cursor: text;}
.x-superboxselect-display-btns {padding-right: 33px !important;}
.x-superboxselect-btns {position: absolute; right: 1px; top: 0; overflow:hidden; padding:2px;}
.x-superboxselect-btns div {float: left; width: 16px; height: 16px; margin-top: 4px;}
.x-superboxselect-btn-clear {background: url('/ph-fx/static/js/fx/ux/superbox/clear.png') no-repeat scroll left 0px;}
.x-superboxselect-btn-expand {background: url('/ph-fx/static/js/fx/ux/superbox/expand.png') no-repeat scroll left 0px;}
.x-superboxselect-btn-over {background-position: left -16px}
.x-superboxselect-btn-hide {display:none;}
.x-superboxselect li {float: left; margin: 1px 1px 2px 1px; padding: 0;line-height: 18px;}
.x-superboxselect-stacked li {float: none !important;}
.x-superboxselect-input input { border: none; outline: none; margin-top: 4px; margin-bottom: 4px;}
body.ext-ie .x-superboxselect-input input {background: none; border: none; margin-top: 3px;}
.x-superboxselect-item {position: relative; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; o-border-radius: 6px; khtml-border-radius: 6px; border: 1px solid #d7d7d7; background-color: #e7e7e7; padding: 1px 15px 1px 5px !important; }
body.ext-ie7 .x-superboxselect-item {margin: 2px 1px 2px 1px; line-height: 1.2em; padding: 2px 17px 4px 5px !important;}
body.ext-ie6 .x-superboxselect-item {margin: 2px 1px 2px 1px; line-height: 1.2em; padding: 2px 19px 4px 5px !important;}
.x-superboxselect-item-hover {background: #cdcdcd; border: 1px solid #949494;}
.x-superboxselect-item-focus {border-color: #8b8b8b; background: #8b8b8b; color: #fff;}
.x-superboxselect-item-close {background: url('/ph-fx/static/js/fx/ux/superbox/close.png') no-repeat scroll left 0px; border: none; cursor: default; font-size: 1px; height: 16px;padding:0; position: absolute; right: 0px; top: 2px; width: 13px;display:block;cursor:pointer;}

.x-superboxselect-item-close:hover, .x-superboxselect-item-close:active  { background-position: left -12px;}
.x-superboxselect-item-focus .x-superboxselect-item-close{ background-position: left -24px}
.x-item-disabled .x-superboxselect-item-close{ background-position: left -36px}

/******** END /ph-fx/static/js/fx/ux/superbox/superboxselect-gray-extend.css ********//******** BEGIN /ph-fx/static/js/fx/ux/spinner/spinner.css ********/

/*!
 * Ext JS Library 3.3.0
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.x-form-spinner-proxy{
	/*background-color:#ff00cc;*/
}
.x-form-field-wrap .x-form-spinner-trigger {
    background:transparent url('/ph-fx/static/js/fx/ux/spinner/spinner.gif') no-repeat 0 0;
}

.x-form-field-wrap .x-form-spinner-overup{
    background-position:-17px 0;
}
.x-form-field-wrap .x-form-spinner-clickup{
    background-position:-34px 0;
}
.x-form-field-wrap .x-form-spinner-overdown{
    background-position:-51px 0;
}
.x-form-field-wrap .x-form-spinner-clickdown{
    background-position:-68px 0;
}


.x-trigger-wrap-focus .x-form-spinner-trigger{
    background-position:-85px 0;
}
.x-trigger-wrap-focus .x-form-spinner-overup{
    background-position:-102px 0;
}
.x-trigger-wrap-focus .x-form-spinner-clickup{
    background-position:-119px 0;
}
.x-trigger-wrap-focus .x-form-spinner-overdown{
    background-position:-136px 0;
}
.x-trigger-wrap-focus .x-form-spinner-clickdown{
    background-position:-153px 0;
}
.x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9;
}

.x-form-field-wrap .x-form-spinner-splitter {
	line-height:1px;
	font-size:1px;
    background:transparent url('/ph-fx/static/js/fx/ux/spinner/spinner-split.gif') no-repeat 0 0;
	position:absolute;
	cursor: n-resize;
}
.x-trigger-wrap-focus .x-form-spinner-splitter{
    background-position:-14px 0;
}

/******** END /ph-fx/static/js/fx/ux/spinner/spinner.css ********//******** BEGIN /static/css/site.css ********/

body {
	background: #fff url(../img/splash-blue2.jpg) no-repeat;
}

a:visited, a:hover, a:link {
	color:#50638F;
}

/******************* login style *******************/
#loader {
	position:relative;
	top:-105px;
	margin:0 0 0 125px;
}


/********** class overrides for toolbar classes **********/
/*
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar.photos-tbar {
	border-width:1px 1px 0 1px;
}

.x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
	padding-left:24px;
}
*/


/********** class overrides for viewport classes **********/
/* comment out the 2 classes below to make region split transparent */
.x-layout-split {
	background-color: white;
}

.x-border-layout-ct {
	background-color: white;
}



/********** class overrides for context-menu classes **********/
/*
.x-menu-floating .x-menu-list-item {
	font:11px tahoma,arial,helvetica,sans-serif;
}
*/

/********** class overrides for group panel **********/
/*
.group-panel .x-tool {
	float:left;
}
.group-panel .x-tool-toggle {
	background-position:0 0px;
	background-image:url("../js/extjs/resources/images/gray/grid/group-collapse.gif")
}
.group-panel.x-panel-collapsed .x-tool-toggle {
	background-position:0 0px;
	background-image:url("../js/extjs/resources/images/gray/grid/group-expand.gif")
}
.group-panel .x-panel-header {
	background-image:none;
}
.group-panel .x-panel-header-text {
	color:#5F5F5F;
	font:bold 11px tahoma,arial,helvetica,sans-serif;
}
.group-panel .x-panel-header.x-panel-header-noborder {
	border-width:0 0 2px;
}
*/

/************************** General ******************/
fieldset.x-box-item,  .x-portlet .x-panel-body {
	background-color:#FAF9FB;
}

.right {
	text-align: right;
}

/*
.clsFormClaim .x-fieldset {
	background-color:#FAF9FB;
}
.clsFormClaim .x-fieldset.x-panel-collapsed {
	background-color:white;
}
*/

/************************** End General ******************/

.x-panel-body {
	background: url(../img/gradient-bg.png) repeat scroll 0 0 transparent;
}

/* Used to provide nicer disabled grids inside of FormPanels*/

.x-form .x-item-disabled {
	color: black !important;
	opacity: 0.9;
}

.x-form .x-item-disabled * {
	color: black !important;
	opacity: 0.9;
}

.x-form .clsGrid .ext-el-mask {
	opacity: 0.2;
}



/* overrides the default css for toolbars used by the menu */
#north-menu .x-btn button {
	color: #eff8ff;
	/*font-size: 1.5em;*/
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	/*text-shadow: #5f5f5f 2px 2px 1px;*/
}

#north-menu  .x-panel-tbar {
	border: 0 none;
}

#north-menu  .x-toolbar {
	border: 0 none;
	background: none repeat scroll 0 0 transparent;
}

#north-menu table.x-btn .x-btn-text-icon {
	padding: 0 10px;
}

#north-menu table.x-btn.x-btn-text-icon.show-menu {
	background-color: #f0f0f0;
	
	/* curved edges & shadow */
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 4px 4px;
	-moz-border-radius-topright: 4px 4px;
	-moz-border-radius-bottomright: 0px 0px;
	-moz-border-radius-bottomleft: 0px 0px;
	
	border-radius: 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
}

#north-menu table.x-btn.x-btn-noicon.show-menu {
	background-color: #f0f0f0;
	border-bottom: 0 none;
	
	/* curved edges & shadow */
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 4px 4px;
	-moz-border-radius-topright: 4px 4px;
	-moz-border-radius-bottomright: 0px 0px;
	-moz-border-radius-bottomleft: 0px 0px;
	
	border-radius: 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;

	background: white;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#north-menu table.x-btn.x-btn-text-icon.show-menu button {
	color: #3e4e6f;
}

#north-menu table.x-btn.x-btn-noicon.show-menu button {
	color: #3e4e6f;
}

#north-menu .x-btn-mc em.x-btn-arrow {
	background: none repeat scroll 0 0 transparent;
}

#north-menu .x-btn-tl, #north-menu .x-btn-tr, 
#north-menu .x-btn-tc, #north-menu .x-btn-ml, 
#north-menu .x-btn-mr, #north-menu .x-btn-mc, 
#north-menu .x-btn-bl, #north-menu .x-btn-br, #north-menu .x-btn-bc {
	background: none repeat scroll 0 0 transparent;
}

#north-menu .x-toolbar .x-btn-tl, #north-menu .x-toolbar .x-btn-tr, #north-menu .x-toolbar .x-btn-tc, 
#north-menu .x-toolbar .x-btn-ml, #north-menu .x-toolbar .x-btn-mr, #north-menu .x-toolbar .x-btn-mc, 
#north-menu .x-toolbar .x-btn-bl, #north-menu .x-toolbar .x-btn-br, #north-menu .x-toolbar .x-btn-bc {
	width: 10px;
}

#north-menu .x-btn-tr i, #north-menu .x-btn-tl i, #north-menu .x-btn-mr i, 
#north-menu .x-btn-ml i, #north-menu .x-btn-br i, #north-menu .x-btn-bl i {
	width: 10px;
}

#north-menu .x-btn-mc em.x-btn-arrow {
	padding-right: 0;
}

#north-menu .x-btn-mc em {
	text-align: left;
}

#north-menu div.xtb-spacer.menu-logo {
	/*background: transparent url(../img/integrity-menu-logo.png) no-repeat scroll 0 0;*/
	width: 200px;
	height: 25px;
	margin-left:5px;
}

#north-menu .x-toolbar-more-icon {
    background-image: url(../img/icons/munich/more.png) !important;
}

div.x-menu.x-menu-floating.x-layer.sub-menu {
	background: none repeat scroll 0 0 #f0f0f0;

	/* the shadow */
	position: relative;
	float: left;
	/*width: 10%;*/
	
	padding: 1em 0.7em;
	margin: 2em 10px 4em;
	background: white;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	
	/* for styling the bottom curve */
	border: 1px solid #EFEFEF;
	border-style: none solid solid solid;
	
	/* this is the curved bottom corners style */
	/*
	-moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
	border-radius: 0 0 120px 120px / 0 0 6px 6px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
	border-bottom-right-radius: 120px 6px;
	border-bottom-left-radius: 120px 6px;
	*/
	
	/* this is the rounded bottom corners style */
	/* curved edges & shadow */
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0px 0px;
	-moz-border-radius-topright: 4px 4px;
	-moz-border-radius-bottomright: 4px 4px;
	-moz-border-radius-bottomleft: 4px 4px;
	
	border-radius: 4px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
}

div.x-menu.x-menu-floating.x-layer.sub-menu span.x-menu-item-text {
	font-size: 1.1em;
}

div.x-menu.x-menu-floating.x-layer.sub-menu a.x-meu-item {
	padding-right: 5px;
}

/* end of toolbar overrides */

/* overrides the default css classes by ext */
/*
.orange-theme .x-tab-strip span.x-tab-strip-text,
.orange-theme .x-panel-tl .x-panel-header,
.orange-theme .x-panel-mc {
	font-size: 1.1em;
}

.orange-theme .x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td  {
	font: bold 1.3em tahoma,arial,helvetica,sans-serif;
}

.orange-theme .sch-timetd .x-grid3-cell-inner {
	font-size: 0.8em;
}

.orange-theme .x-window-tl .find-window-header {
	color: #555555;
	font: bold 1.3em tahoma,arial,helvetica,sans-serif;
}

.orange-theme input {
	font: 1.1em tahoma,arial,helvetica,sans-serif;
}

.orange-theme input.x-form-field .find-panel-cbo {
	font: 1.1em tahoma,arial,helvetica,sans-serif;
}
*/

/* end overrides */

/******** END /static/css/site.css ********//******** BEGIN /static/css/quick-launch.css ********/

#samples 
{
    /*width: 900px;*/
	width:780px;
    height: 373px;
    background: #fff url(../img/quick-launch/bg5.png) no-repeat;
    position:relative;
	left:0;
	top:0;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
}
#sample-menu 
{
    position:absolute;
    left:30px;
    top:42px;
    width:186px;
    overflow:visible;
	/*font-family: tahoma, calibri, verdana, arial, sans-serif;*/
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	z-index:1;
}
#sample-menu-inner {
    /*border:1px solid;
    border-color:#7095c4 #3e6598 #3e6598 #7095c4;*/
	zoom:1;
}
#sample-menu a {
	text-align:right;
    color:#fff;
    font-size:14px !important;
	line-height:14px;
	padding:5px 0 3px;
    cursor:pointer;
	display:block;
	padding-right:16px;
	-moz-outline:none;
	outline: 0 none;
	zoom:1;
	/*border:1px solid #fff;*/
}

#sample-menu a {
	text-decoration:none;
}

#sample-menu a:hover {
    background: transparent url(../img/quick-launch/over-item.png) no-repeat;
	text-decoration: none;
}

.ext-ie #sample-menu a:hover {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/quick-launch/over-item.png', sizingMethod='scale');
}

#sample-menu a.active {
    background: transparent url(../img/quick-launch/active-item.png) no-repeat;
	text-decoration: none;
	color:#1860A8;
	font-weight:bold;
}

.ext-ie #sample-menu a.active {
	background:transparent !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/quick-launch/active-item.png', sizingMethod='scale') !important;
}

#sample-menu a img {
	background-image: url(../img/quick-launch/icons.gif);
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	margin:0 4px 0 0;
	vertical-align:top;
	display:none;
}

#sample-menu h4 {
	display:none;
	font-size:11px !important;
	font-weight:bold;
	/*font-family: tahoma, calibri, verdana, arial, sans-serif;*/
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	color:#284F85;
	margin:0;
	padding:4px;
	line-height:16px;
	background:transparent url(../img/quick-launch/top-bottom.gif) repeat-x 0 -1px;
	border-bottom:1px solid #89a8cf;
}

.ext-ie #sample-menu a img {
	vertical-align:middle;
}

#sample-menu .sample-inactive-over span {
    text-decoration:underline;
}
#sample-box 
{
    position:absolute;
	/*
    left:215px;
    top:12px;
	*/
	top:11px;
	left:10px;
    line-height:14px;
    font-size:11px;
	background-color:#fff;
    border-style:solid;
    border-color:#fff;
	border-width: 0;
}
#sample-box-inner 
{
    /*width:675px;*/
	width:758px;
	height:350px;
    line-height:14px;
    font-size:11px;
	background-color:#fff;
    border:1px solid;
    /*border-color:#3e6598 #3e6598 #3e6598 #3e6598;*/
	/*border-color:#ff770c #ff770c #ff770c #ff770c; -- orange */
	/*border-color:#334164 #334164 #334164 #334164; -- dark blue */
	border-color:#9f9f9f #9f9f9f #9f9f9f #9f9f9f;
	overflow:auto;
}

#sample-ct {
    padding:2px;
}

#sample-ct p i {
    color: #c33;
	font-style:normal;
	font-weight:bold;
}

#sample-ct h2 {
    border-bottom: 2px solid #99bbe8;
    cursor:pointer;
    padding-top:6px;
	-moz-user-select:none;
	-khtml-user-select:none;
	width:auto;
	background:none;
}
#sample-ct h2 div {
    background:transparent url(../img/quick-launch/group-expand-sprite.gif) no-repeat 3px -47px;
    padding:4px 4px 4px 17px;
    color:#3764a0;
    font:bold 11px  tahoma, calibri, verdana, arial, sans-serif;
}
#sample-ct .collapsed h2 div {
    background-position: 3px 3px;
}
#sample-ct .collapsed dl {
    display:none;
}

#sample-ct dd {
    float:left;
    width:300px;
    height:100px;
    margin:5px 5px 5px 10px;
    cursor:pointer;
    zoom:1;
}
#sample-ct dd img {
    width:120px;
    height:90px;
    margin:5px 0 0 5px;
    float:left;
}

#sample-ct dd div {
    float:left;
    width:160px;
    margin-left:10px;
}

#sample-ct dd h4 {
    /*font-family: tahoma, calibri, verdana, arial, sans-serif;*/
    font-family: calibri, tahoma, verdana, arial, sans-serif;
    color:#555;
    font-size:11px;
    font-weight:bold;
}
#sample-ct dd p {
    color:#777;
}
#sample-ct dd.over {
    background: #ebf7d2 url(../img/quick-launch/sample-over.gif) no-repeat;
}

.icon-apps {
	background-position: 0 0;
}
.icon-grid {
	background-position: 0 -16px;
}
.icon-tree {
	background-position: 0 -32px;
}
.icon-win {
	background-position: 0 -112px;
}
.icon-misc {
	background-position: 0 -144px;
}
.icon-layout {
	background-position: 0 -48px;
}
.icon-combo {
	background-position: 0 -64px;
}
.icon-form {
	background-position: 0 -80px;
}
.icon-menu {
	background-position: 0 -96px;
}
.icon-tabs {
	background-position: 0 -128px;
}

/* condensed view */

.condensed-view #sample-ct dd {
    float:left;
    width:135px;
    /*height:114px;*/
	height:105px;
    margin:5px 5px 5px 10px;
    cursor:pointer;
    zoom:1;
	text-align:center;
}
.condensed-view #sample-ct dd img {
	width:98px;
	height:64px;
    margin:5px 2px 0;
    float:none;
}

.condensed-view #sample-ct dd div {
    float:none;
    width:auto;
    margin-left:0;
}

.condensed-view #sample-ct dd h4 {
    /*font-family:  tahoma, calibri, verdana, arial, sans-serif;*/
    font-family: calibri, tahoma, verdana, arial, sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	margin: 0;
}
.condensed-view #sample-ct dd p {
    display:none;
}
.condensed-view #sample-ct dd.over {
	/*background:transparent url(../img/quick-launch/sample-over-narrow.gif) no-repeat;*/
	background:transparent url(../img/quick-launch/sample-over-gray.gif) no-repeat;
}
.condensed-view #sample-ct dd.over h4 {
	/*color:#1860A8;*/
	color:#587092;
}

/* mini view */

.mini-view #sample-ct dd {
    float:left;
    width:75px;
    height:69px;
    margin:5px 5px 5px 10px;
    cursor:pointer;
    zoom:1;
	text-align:center;
}
.mini-view #sample-ct dd img {
    width:60px;
    height:45px;
    margin:5px 2px 0;
    float:none;
}

.mini-view #sample-ct dd div {
    float:none;
    width:auto;
    margin-left:0;
}

.mini-view #sample-ct dd h4 {
    /*font-family: tahoma, calibri, verdana, arial, sans-serif;*/
    font-family: calibri, tahoma, verdana, arial, sans-serif;
    color:#666;
    font-size:9px;
    font-weight:normal;
	text-align:center;
	margin:0;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.mini-view #sample-ct dd p {
    display:none;
}
.mini-view #sample-ct dd.over {
	background:#ebf7d2;
}
.mini-view #sample-ct dd.over h4 {
	color:#1860A8;
}

#samples-cb {
	position:absolute;
	left:775px;
	top:-10px;
	zoom:1;
	width:97px;
	height:24px;
	font-size:11px;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	color:#fff;
	cursor:pointer;
	white-space:nowrap;
	zoom:1;
	overflow:hidden;
}

.condensed-view #samples-cb {
	background-position: 0 -25px;
}

.mini-view #samples-cb {
	background-position: 0 -50px;
}

#samples-cb img {
	width:32px;
	height:27px;
}

.ql-icon {
	background-image: url('../img/quick-launch/quick-launch.png') !important;
}


/******** END /static/css/quick-launch.css ********//******** BEGIN /static/css/navigation.css ********/


/* navigation tree styles */
/* common style cross-theme */
.unexpandable {
	line-height:38px !important;
}

/********** class overrides for tree node classes **********/
.orange-theme .x-tree-node {
	font:12px tahoma,arial,helvetica,sans-serif;
}

.orange-theme .x-tree-node-el {
	line-height:38px;
}

.orange-theme .x-tree-ec-icon {
	margin-top:8px;
}

.orange-theme .x-tree-node a span {
	padding:0 0 0 5px;
	font-size:1.1em;
}

.orange-theme .x-tree-node-el.x-tree-node-leaf.x-unselectable {
	line-height:22px;	
}

.orange-theme .x-tree-node-el.x-tree-node-leaf.x-unselectable.parent-menu-leaf-node {
	line-height:38px;	
}



/***** navigation tree icons and styles *****/
.orange-theme .navigation-header {
	height:32px !important;
	width:32px !important;
	padding:0 2px !important;
}

.orange-theme .navigation-node {
	height:24px !important;
	width:24px !important;
}

/* parent node styling */
.orange-theme .jobs {
	background-image: url('../img/icons/munich/jobs-32.png') !important;
}

.orange-theme .contacts {
	background-image: url('../img/icons/munich/contacts-32.png') !important;
}

.orange-theme .resources {
	background-image: url('../img/icons/munich/resources-32.png') !important;
}

.orange-theme .accounting {
	background-image: url('../img/icons/munich/accounting-32.png') !important;
}

.orange-theme .reports {
	background-image: url('../img/icons/munich/reports-32.png') !important;
}

.orange-theme .administration {
	background-image: url('../img/icons/munich/administration-32.png') !important;
}

/* children nodes with children styling */
.orange-theme .employees {
	background-image: url('../img/icons/munich/employees-32.png') !important;
}

.orange-theme .laborers {
	background-image: url('../img/icons/munich/laborers-32.png') !important;
}

.orange-theme .sub-trades {
	background-image: url('../img/icons/munich/sub-trades-32.png') !important;
}

.orange-theme .materials {
	background-image: url('../img/icons/munich/materials-32.png') !important;
}

.orange-theme .tools {
	background-image: url('../img/icons/munich/tools-32.png') !important;
}

.orange-theme .suppliers {
	background-image: url('../img/icons/munich/suppliers-32.png') !important;
}

.orange-theme .customers {
	background-image: url('../img/icons/munich/customers-32.png') !important;
}

.orange-theme .timesheets {
	background-image: url('../img/icons/munich/timesheets-32.png') !important;
}

.orange-theme .invoices {
	background-image: url('../img/icons/munich/invoices-32.png') !important;
}

.orange-theme .purchase-orders {
	background-image: url('../img/icons/munich/purchase-orders-32.png') !important;
}

.orange-theme .users {
	background-image: url('../img/icons/munich/users-32.png') !important;
}

.orange-theme .permissions {
	background-image: url('../img/icons/munich/permissions-32.png') !important;
}

.orange-theme .audit-log {
	background-image: url('../img/icons/munich/audit-log-32.png') !important;
}

/* children leaf icons styling */

.orange-theme .create {
	background-image: url('../img/icons/munich/create-16.png') !important;
}

.orange-theme .view {
	background-image: url('../img/icons/munich/view-16.png') !important;
}

.orange-theme .find {
	background-image: url('../img/icons/munich/find-16.png') !important;
}

.orange-theme .view-budgets{
	background-image: url('../img/icons/munich/view-16.png') !important;
}

.orange-theme .view-progress-claims {
	background-image: url('../img/icons/munich/view-16.png') !important;
}

.orange-theme .job-last-opened {
	background-image: url('../img/icons/munich/jobs-16.png') !important;
}

/* end children leaf icons styling */


/******** END /static/css/navigation.css ********//******** BEGIN /static/css/action-buttons.css ********/


/* ext override style */
.orange-theme .x-btn button {
	font:11px tahoma,arial,verdana,sans-serif;
	/*font:1.3em tahoma,arial,verdana,sans-serif;*/
}

.orange-theme .x-btn-text-icon .x-btn-icon-medium-left .x-btn-text {
	background-position: 0 5px;
	padding-left: 22px;
}

.orange-theme .x-btn-text-icon .x-btn-icon-large-left .x-btn-text {
	background-position: 0 0;
	/*padding-left: 22px;*/
}

/* action buttons styling */
.orange-theme .button-quick-launch {
	background-image: url('../img/icons/munich/quick-launch-16.png') !important;
}

.orange-theme .button-logout {
	background-image: url('../img/icons/munich/logout-16.png') !important;
}

.orange-theme .button-jobs {
	background-image: url('../img/icons/munich/jobs-16.png') !important;
}

.orange-theme .button-contacts {
	background-image: url('../img/icons/munich/contacts-16.png') !important;
}

.orange-theme .button-resources {
	background-image: url('../img/icons/munich/contacts-16.png') !important;
}

.orange-theme .button-timesheets {
	background-image: url('../img/icons/munich/timesheets-16.png') !important;
}

.orange-theme .button-accounting {
	background-image: url('../img/icons/munich/accounting-16.png') !important;
}

.orange-theme .button-reports {
	background-image: url('../img/icons/munich/reports-16.png') !important;
}

.orange-theme .button-administration {
	background-image: url('../img/icons/munich/administration-16.png') !important;
}

/* toolbar icons */
.orange-theme .button-new {
	background-image: url('../img/icons/munich/add-16.png') !important;
}

.orange-theme .button-delete {
	background-image: url('../img/icons/munich/delete-16.png') !important;
}

.orange-theme .button-save {
	background-image: url('../img/icons/munich/save-16.png') !important;
}

.orange-theme .button-cancel {
	background-image: url('../img/icons/munich/cancel-16.png') !important;
}

.orange-theme .button-up {
	background-image: url('../img/icons/munich/arrow-up-16.png') !important;
}

.orange-theme .button-down {
	background-image: url('../img/icons/munich/arrow-down-16.png') !important;
}

.orange-theme .button-reject {
	background-image: url('../img/icons/munich/reject-16.png') !important;
}

.orange-theme .button-accept {
	background-image: url('../img/icons/munich/accept-16.png') !important;
}

.orange-theme .button-print {
	background-image: url('../img/icons/munich/print-16.png') !important;
}

.orange-theme .button-export {
	background-image: url('../img/icons/munich/orders-16.png') !important;
}


.orange-theme .menu-supplier,
.orange-theme .button-print-alt {
	background-image: url('../img/icons/munich/po-16.png') !important;
}

.orange-theme .button-filter-apply {
	background-image: url('../img/icons/munich/filter-16.png') !important;
}

.orange-theme .button-filter-reset {
	background-image: url('../img/icons/munich/unfilter-16.png') !important;
}

.orange-theme .button-group {
	background-image: url('../img/icons/munich/group-16.png') !important;
}

.orange-theme .button-send {
	background-image: url('../img/icons/munich/arrow-right-16.png') !important;
}

.orange-theme .button-acknowledge {
	background-image: url('../img/icons/munich/check-16.png') !important;
}



/* end action buttons styles */


/* cross theme styles */
.button-filter-apply {
	background-image: url('../img/icons/filter-apply-16.png') !important;
}

.button-filter-reset {
	background-image: url('../img/icons/filter-reset-16.png') !important;
}
/* end cross theme styles */

/* action buttons' menu classes */
.orange-theme .menu-last-opened {
	background-image: url('../img/icons/munich/jobs-16.png');
}

.orange-theme .menu-find {
	background-image: url('../img/icons/munich/find-16.png');
}

.orange-theme .menu-start-new {
	background-image: url('../img/icons/munich/create-16.png');
}

.orange-theme .menu-view-all {
	background-image: url('../img/icons/munich/view-16.png');
}

.orange-theme .menu-on-site {
	background-image: url('../img/icons/munich/employees-16.png');
}

.orange-theme .menu-manpower {
	background-image: url('../img/icons/munich/manpower-16.png');
}

.orange-theme .menu-on-hand {
	background-image: url('../img/icons/munich/work-16.png');
}

.orange-theme .menu-suppliers {
	background-image: url('../img/icons/munich/suppliers-16.png');
}

.orange-theme .menu-customers {
	background-image: url('../img/icons/munich/customers-16.png');
}

.orange-theme .menu-create {
	background-image: url('../img/icons/munich/create-16.png');
}

.orange-theme .menu-laborers {
	background-image: url('../img/icons/munich/laborers-16.png');
}

.orange-theme .menu-trades {
	background-image: url('../img/icons/munich/sub-trades-16.png');
}

.orange-theme .menu-materials {
	background-image: url('../img/icons/munich/materials2-16.png');
}

.orange-theme .menu-tools {
	background-image: url('../img/icons/munich/tools-16.png');
}

.orange-theme .menu-employee-sheets {
	background-image: url('../img/icons/munich/employees-16.png');
}

.orange-theme .menu-foreman-sheets {
	background-image: url('../img/icons/munich/foreman-16.png');
}

.orange-theme .menu-approve-timesheets {
	background-image: url('../img/icons/munich/check-16.png');
}

.orange-theme .menu-view-by-laborer {
	background-image: url('../img/icons/munich/laborers-16.png');
}

.orange-theme .menu-view-by-job {
	background-image: url('../img/icons/munich/jobs-16.png');
}

.orange-theme .menu-invoices {
	background-image: url('../img/icons/munich/invoices-16.png');
}

.orange-theme .menu-purchase-orders {
	background-image: url('../img/icons/munich/purchase-orders-16.png');
}

.orange-theme .menu-users {
	background-image: url('../img/icons/munich/users-16.png');
}

.orange-theme .menu-permissions {
	background-image: url('../img/icons/munich/permissions-16.png');
}

.orange-theme .menu-audit-log {
	background-image: url('../img/icons/munich/audit-log-16.png');
}


.orange-theme .menu-user-groups {
	background-image: url('../img/icons/munich/users-16.png');
}

.orange-theme .menu-project-analysis {
	background-image: url('../img/icons/munich/analysis-16.png');
}

.orange-theme .menu-work-on-hand {
	background-image: url('../img/icons/munich/work-16.png');
}

.orange-theme .menu-sick-dates {
	background-image: url('../img/icons/munich/bug-16.png');
}

.orange-theme .menu-school-dates {
	background-image: url('../img/icons/munich/school-date-16.png');
}

.orange-theme .menu-holiday-dates {
	background-image: url('../img/icons/munich/holiday-16.png');
}



/* end action buttons' menu classes */






/******** END /static/css/action-buttons.css ********//******** BEGIN /static/css/composite-toolbar.css ********/


/* composite toolbar css */

/* parent */
.orange-theme .ctbar-overview {
	background-image: url('../img/icons/munich/overview-32.png') !important;
}

.orange-theme .ctbar-job {
	background-image: url('../img/icons/munich/jobs-32.png') !important;
}

.orange-theme .ctbar-budget {
	background-image: url('../img/icons/munich/accounting-32.png') !important;
}

.orange-theme .ctbar-claims {
	background-image: url('../img/icons/munich/claims-32.png') !important;
}

.orange-theme .ctbar-orders {
	background-image: url('../img/icons/munich/change-order-32.png') !important;
}

.orange-theme .ctbar-timesheet {
	background-image: url('../img/icons/munich/timesheets-32.png') !important;
}

.orange-theme .ctbar-documents {
	background-image: url('../img/icons/munich/folder-32.png') !important;
}

.orange-theme .ctbar-laborer {
	background-image: url('../img/icons/munich/laborers-32.png') !important;
}

.orange-theme .ctbar-schedule {
	background-image: url('../img/icons/munich/schedule-32.png') !important;
}

.orange-theme .ctbar-rates {
	background-image: url('../img/icons/munich/rates-32.png') !important;
}

/* children */
.orange-theme .ctbar-item-job {
	background-image: url('../img/icons/munich/jobs-16.png') !important;
}

.orange-theme .ctbar-item-budget {
	background-image: url('../img/icons/munich/accounting-16.png') !important;
}

.orange-theme .ctbar-item-po {
	background-image: url('../img/icons/munich/purchase-orders-16.png') !important;
}

.orange-theme .ctbar-item-co {
	background-image: url('../img/icons/munich/orders-16.png') !important;
}

.orange-theme .ctbar-item-claim {
	background-image: url('../img/icons/munich/claims-16.png') !important;
}

.orange-theme .ctbar-item-invoice {
	background-image: url('../img/icons/munich/invoices-16.png') !important;
}

.orange-theme .ctbar-item-rfi {
	background-image: url('../img/icons/munich/rfi-16.png') !important;
}

.orange-theme .ctbar-item-drawing {
	background-image: url('../img/icons/munich/drawings-16.png') !important;
}

.orange-theme .ctbar-item-view {
	background-image: url('../img/icons/munich/view-16.png') !important;
}

.orange-theme .ctbar-item-create {
	background-image: url('../img/icons/munich/create-16.png') !important;
}

.orange-theme .ctbar-item-edit {
	background-image: url('../img/icons/munich/edit-16.png') !important;
}

.orange-theme .ctbar-item-adjust {
	background-image: url('../img/icons/munich/defaults-16.png') !important;
}

.orange-theme .ctbar-item-start {
	background-image: url('../img/icons/munich/reply-16.png') !important;
}

.orange-theme .ctbar-item-documents {
	background-image: url('../img/icons/munich/folder-16.png') !important;
}

.orange-theme .ctbar-item-photos {
	background-image: url('../img/icons/munich/photo-16.png') !important;
}

.orange-theme .ctbar-item-laborer {
	background-image: url('../img/icons/munich/sub-trades-16.png') !important;
}

.orange-theme .ctbar-item-schedule {
	background-image: url('../img/icons/munich/schedule-16.png') !important;
}

.orange-theme .ctbar-item-rates {
	background-image: url('../img/icons/munich/rates-16.png') !important;
}




/* common ctbar classes */
.claim-toolbar .x-btn-as-arrow .x-btn-mc em {
	padding:0px;
	height:58px;
}
.claim-toolbar .x-btn-as-arrow-2 .x-btn-mc em {
	padding-top:2px;
	padding-bottom:2px;
	height:22px;
}

.claim-toolbar .subPanel .x-btn-group-tc, .claim-toolbar .subPanel .x-btn-group-tr, .claim-toolbar .subPanel .x-btn-group-tl, 
.claim-toolbar .subPanel .x-btn-group-ml, .claim-toolbar .subPanel .x-btn-group-mr, .claim-toolbar .subPanel .x-btn-group-br, 
.claim-toolbar .subPanel .x-btn-group-bl, .claim-toolbar .subPanel .x-btn-group-bc {
	background-image:none;
}

.claim-toolbar .x-btn-text-icon .x-btn-icon-medium-top .x-btn-text {
	padding-top:39px;
}

.claim-toolbar .x-btn-as-arrow-2.x-btn-text-icon .x-btn-icon-medium-top .x-btn-text {
	padding-top:28px;
}

.claim-toolbar .x-button-group .x-btn-mc em{
	background-image: url("../img/icons/arrow-right.gif") !important;
	/*background-position:67px center !important; */
	background-position:right center !important; 
	background-repeat:no-repeat;
}

.claim-toolbar  .x-btn-pressed button{
	color:#5d0b0b;
}
.claim-toolbar  .x-btn-group-header {
	cursor:pointer;
}
.claim-toolbar .mouseOver {
	color:#111111 !important;
	font-weight:bold;
}

.claim-toolbar .x-btn button {
	font:13px tahoma,arial,verdana,sans-serif;
}

/* split bar */
.x-layout-split-south  {
	background:url("../img/splitbar-south.png") repeat scroll center center transparent !important;
	height:14px !important;
}

.x-splitbar-proxy-v
{
	background:url("../img/splitbar-south.png") repeat scroll center center transparent !important;
	height:14px !important;
}

/* end ctbar */


/********** class overrides for toolbar button classes **********/
/* button overrides */
.orange-theme .x-btn-text-icon .x-btn-icon-medium-top .x-btn-text {
	background-position: center 7px;
}

.orange-theme .claim-toolbar .button-group {
	background-position:center 2px !important;
	width:100px;
}




/******** END /static/css/composite-toolbar.css ********//******** BEGIN /static/css/budget-overview.css ********/



/******** styles for budget overview templates ********/
.overview-panel {
	border-top: none; 
	padding: 10px 10px 10px 0px;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.line-item {
	margin-left:5px;
	padding:10px 10px 25px 10px;
}

.line-item-table .table-header td {
	font-weight: bold;
	background-color:#ddd;
	text-align:left;
}

.line-item-table .table-footer td {
	font-weight: bold;
	background-color:#ddd;
	text-align:left;
}

.line-item-table td {
	padding: 2px 10px 2px 10px;
	border:1px solid #ccc;
	font-size: 11px;
}

.line-item-table td.text-item {
	width:265px;
} 

.line-item-table td.numeric-item {
	text-align: center;
	width: 75px;
}

.line-item-table td.numeric-item-current {
	text-align: center;
	width: 120px;
}


.line-item-table .table-footer td.text-item {
	text-align:left;
} 

.line-item-table .table-footer td.total-value {
	text-align:right;
} 

.line-item-table td.numeric-item-current.right,
.line-item-table td.numeric-item.right {
	text-align: right;
}


/*

.line-item-table .table-footer .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.line-item-table .table-details .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.line-item-table td.text-item {
	width: 250px;
}

.line-item-table td.numeric-item {
	width: 75px;
}

.line-item-table td.numeric-item-current {
	width: 120px;
}

.line-item-table .table-details .details-align {
	vertical-align:middle;
}

.line-item-table .table-details  .line-cost-item {
	width:95px;
}

.line-item-table .table-details  .line-description {
	width:250px;
}

.line-item-table .table-details  .line-price {
	width:30px;
}

.line-item-table .negative {
	color: red;
}

*/




/******** END /static/css/budget-overview.css ********//******** BEGIN /static/css/progress-claim-overview.css ********/



/******** styles for progress claim overview templates ********/
.progress-claim-overview-panel {
	border-top: none;
	padding: 5px 10px;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.progress-claim {
	margin-left:5px;
	padding:10px;
}

.progress-claim th {
	font-size:0.9em;
	font-weight:bold;
}

.progress-claim td.row1,
.progress-claim td.rows {
	padding-left:50px;
}

.progress-claim td.rows {
	padding-top: 10px;
}

.progress-claim-header {
	padding:10px;
	padding-top: 5px;
	margin-left:10px;
}

.progress-claim-header .emphasis {
	font-size: 0.9em;
	font-weight:bold;
}

.progress-claim-header .motto {
	font-size:0.7em;
	font-weight:normal;
	font-style:italic;
	padding-top: 0.5em;
}

.progress-claim-header .report {
	font-size:1.6em;
	font-weight:bold;
	letter-spacing: 0.07em;
	margin-bottom:10px;
	margin-top: 18px;
}

.progress-claim-header .address {
	font-size:0.7em;
	font-weight:normal;
}
.progress-claim-title {
	font-size:1.3em;
	font-weight:bold;
	color:#3e588f;
}

.progress-claim-header .header-row-1 {
	margin-bottom:10px;
	height:85px;
}

.progress-claim-header .header-row-2 {
	clear:both;
	height:50px;
	padding-top: 10px;
}

.progress-claim-header .header-row-3 {
	clear:both;
	height:25px;
}

.progress-claim-header-item {
	font-size:0.9em;
	font-weight:normal;
	color:#50638f;
}

.progress-claim-header-item .spacer {
	margin-left: 8px;
}

.progress-claim-header-item .emphasis {
	font-weight:bold;
	font-size:0.9em;
}

.progress-claim-header-item .label-set1 {
	display:inline-block;
	width:130px;
	text-align:left;
}

.progress-claim-header-item .label-set2 {
	display:inline-block;
	width:120px;
	text-align:left;
}

.progress-claim-header-title {
	margin-bottom:10px;
}

.progress-claim-header-logo, .progress-claim-header-title, .progress-claim-header-details {
	width:345px;
	float:left;
	padding-right: 70px;
}

.progress-claim-header-details {
	padding-top: 4px;
}

 .progress-claim-table.spacer {
	padding:7px 0 0 0;
}

.progress-claim-table td {
	padding: 2px 10px 2px 10px;
	border:1px solid #ccc;
	font-size: 0.7em;
}

.progress-claim-table .table-footer td {
	font-weight: bold;
	background-color:#e0e5ef;
	text-align:left;
	color: #50638f;
}

.progress-claim-table .table-footer .percent-totals,
.progress-claim-table .table-footer .totals {
	font-weight: bold;
	text-align:right;
	padding-right:10px;
	width: 75px;
}
.progress-claim-table .table-footer .percent-totals {
	width: 60px;
}

.progress-claim-table .table-footer .negative, .progress-claim-table .table-details  .negative {
	/*color:#ff0000;*/
}

.progress-claim-table .table-footer  .dollar-value {
	text-align:right;
	font-style:normal;
}

.progress-claim-table .table-header td {
	font-weight: bold;
	background-color:#cfcfcf;
	text-align:left;
}


.progress-claim-table .table-header td.co-heading,
.progress-claim-table .table-details  .line-co-number {
	width:50px;
	text-align:left;
}

.progress-claim-table .table-header td.description-heading,
.progress-claim-table .table-details  .line-description {
	width:240px;
}

.progress-claim-table .table-header td.classify-heading,
.progress-claim-table .table-details  .line-classify {
	width:60px;
}

.progress-claim-table .table-header td.particulars-heading,
.progress-claim-table .table-details  .line-particulars {
	width:230px;
}






.progress-claim-table  tr.table-details  {
	background-color:#ffffff;
}

.progress-claim-table .table-details .details-align {
	vertical-align:middle;
}

.progress-claim-table .table-details .details-merged-rows {
	vertical-align:top;
}

.progress-claim-table .table-details  .dollar-value {
	text-align:right;
	font-style:normal;
	width:75px;
	padding-right:10px;
}

.progress-claim-table .table-details  .percent-value {
	text-align:right;
	font-style:normal;
	width:60px;
	padding-right:10px;
}



/*
.progress-claim-table .table-details  .negative {
	text-align:right;
	font-style:normal;
	width:75px;
}
*/

.progress-claim-table .table-details .details-ralign {
	vertical-align:middle;
	text-align:right;
	width: 60px;
}

.progress-claim-table td.column-label {
	width:695px;
}

.progress-claim-table td.column-value {
	width: 75px;
	text-align:right;
}

.column-label.totals, .column-value.totals {
	background-color:#e0e5ef;
	font-weight:bold;
	color:#50638f;
}

.progress-claim-table .table-header td {
	font-weight: bold;
/*	font-size: 11px;*/
	background-color:#ddd;
	text-align:left;
}

.progress-claim-table .table-header td.text-item {
	width:200px;
}

.progress-claim-table .table-header td.numeric-item {
	text-align: center;
	width: 75px;
}

.progress-claim-table .table-header td.percent-item {
	text-align: center;
	width: 60px;
}}

.progress-claim-table .table-footer td {
	font-weight: bold;
	background-color:#ddd;
	text-align:left;
}

.progress-claim-table .table-footer  .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}


.progress-claim-table .table-details .details-align {
	vertical-align:middle;
}

.progress-claim-table .table-details  .line-cost-item {
	width:95px;
}

.progress-claim-table .table-details  .line-price {
	width:30px;
}





/******** END /static/css/progress-claim-overview.css ********//******** BEGIN /static/css/grid.css ********/

.auditWarning {
	color: #BC5151;
	font-weight: bold;
}

.ux-cell-actions-left .ux-cell-action.icon-notes {
	margin-left:6px;
}

.ux-cell-actions-left .ux-cell-action.icon-notes.hidden {
	visibility: hidden;
}

/******** END /static/css/grid.css ********//******** BEGIN /static/css/timesheet.css ********/



/******** styles for timesheet templates ********/

.timesheet {
	margin-left:18px;
	padding:10px 10px 25px 10px;
}

.timesheet.by-job {
	float:left;
}

.timesheet-table td {
	padding: 2px 10px 2px 10px;
	border:1px solid #03665f;
	font-size: 11px;
}

.timesheet-table .table-header td {
	font-weight: bold;
/*	font-size: 11px;*/
	background-color:#cfcfcf;
	text-align:left;
	vertical-align:middle;
}

.timesheet-table .table-header td.center {
	text-align: center;
}

.timesheet-table .table-header td.text-item {
	width:200px;
}

.timesheet-table .table-header td.numeric-item {
	text-align: center;
	width: 60px;
}

.timesheet-table .table-footer td {
	font-weight: bold;
	background-color:#cfcfcf;
	text-align:left;
}

.timesheet-table .table-footer td.title {
	font-weight:bold;
	letter-spacing:0.2em;
}

.timesheet-table .table-footer .totals {
	font-weight: bold;
	text-align:right;
}

.timesheet-table .table-footer  .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.timesheet-table  tr.table-details  {
	background-color:#ffffff;
}

.timesheet-table .table-details  .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.timesheet-table .table-details .details-align {
	vertical-align:middle;
}

.timesheet-table .table-details .details-ralign {
	vertical-align:middle;
	text-align:right;
}

.timesheet-table .table-details  .hours-item {
	width:30px;
}

.timesheet-table .table-details  .line-description {
	width:150px;
}

.timesheet-table .table-details  .line-description2 {
	width:100px;
}

.timesheet-table .table-details  .date-column {
	width:65px;
}

.timesheet-table .table-details  .line-price {
	width:30px;
}



/******** END /static/css/timesheet.css ********//******** BEGIN /static/css/invoice.css ********/



/******** styles for invoice templates ********/

.invoice {
	/*margin-left:18px;*/
	padding:10px 5px 25px 5px;
	float:left;
}

.invoice-table td {
	padding: 2px 5px;
	border:1px solid #03665f;
	font-size: 11px;
}

.invoice-table .table-header td {
	font-weight: bold;
/*	font-size: 11px;*/
	background-color:#cfcfcf;
	text-align:left;
}

.invoice-table .table-header td.text-item {
	width:200px;
} 

.invoice-table .table-header td.numeric-item {
	text-align: center;
	width: 60px;
}

.invoice-table .negative {
	/*color: red;*/ 
}

.invoice-table .table-footer td {
	font-weight: bold;
	background-color:#cfcfcf;
	text-align:left;
}

.invoice-table .table-footer .totals {
	font-weight: bold;
	text-align:right;
}

.invoice-table .table-footer .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.invoice-table  tr.table-details  {
	background-color:#ffffff;
	/*background-color:#3bcec6;*/
}

.invoice-table .table-details  .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.invoice-table .table-details .details-align {
	vertical-align:middle;
}

.invoice-table .table-details .details-ralign {
	vertical-align:middle;
	text-align:right;
}

.invoice-table .table-details  .hours-item {
	width:75px;
}

.invoice-table .table-details  .line-description {
	width:120px;
}

.invoice-table .table-details  .date-column {
	width:95px;
}

.invoice-table .table-details  .line-price {
	width:30px;
}



/******** END /static/css/invoice.css ********//******** BEGIN /static/css/notification.css ********/


/* notification window and template styles */
#gNotificationWin .parent-container {
	-moz-border-radius:5px;
	border-radius:5 px;
	background: url('../img/gradient-bg.png') repeat scroll 0 835px transparent;
	/*background-color: #faf9fb;*/
	border:solid 1px #d0d0d0;
	padding:1px;
	margin:4px;
}

#gNotificationWin .child-container {
	padding: 8px;
	background-color: #fffff5;
	font-size: 1.1em;
	color: #6f6f6f;
	
	line-height: 16px;
}

#gNotificationWin .title {
	font-size: 0.9em;
	padding: 0 0 5px 0;
}

#gNotificationWin .subject {
	font-weight: bold;
}

#gNotificationWin .message {
	font-weight: normal;
	font-size: 1em;
}

#gNotificationWin span.notification-label {
	font-weight: normal;
	font-size: 1.1em;
}

/******** END /static/css/notification.css ********//******** BEGIN /static/css/orange-simplegantt.css ********/


/* orange themed icons */
.orange-theme .icon-assign
{
	background: url(../img/icons/munich/assign-16.png) no-repeat left center !important;
}

.orange-theme .icon-prev
{
    background: url(../img/icons/munich/arrow-left-16.png) no-repeat center center !important;
}

.orange-theme .icon-next
{
    background: url(../img/icons/munich/arrow-right-16.png) no-repeat center center !important;
}

.orange-theme .icon-status
{
    background: url(../img/icons/munich/status-16.png) no-repeat left center !important;
}

.orange-theme .icon-view-claim
{
    background: url(../img/icons/munich/claims-16.png) no-repeat center center !important;
}

.orange-theme .icon-view-worker
{
    background: url(../img/icons/munich/sub-trades-16.png) no-repeat center center !important;
}

.orange-theme .icon-view-summary
{
    background: url(../img/icons/munich/summary-16.png) no-repeat center center !important;
}

.orange-theme .icon-view-summary-job
{
    background: url(../img/icons/munich/job-view-16.png) no-repeat center center !important;
}

.orange-theme .icon-view-job
{
    background: url(../img/icons/munich/current-work-16.png) no-repeat center center !important;
}

/* status menu icons */
.orange-theme .icon-status1
{
	background: url(../img/icons/munich/create-16.png) no-repeat left center !important;
}

.orange-theme .icon-status2
{
	background: url(../img/icons/munich/process-16.png) no-repeat left center !important;
}

.orange-theme .icon-status3
{
	background: url(../img/icons/munich/check-16.png) no-repeat left center !important;
}

.orange-theme .icon-status4
{
	background: url(../img/icons/munich/cancel-16.png) no-repeat left center !important;
}

/* filter menu icons */
.orange-theme .icon-filter1
{
	background: url(../img/icons/munich/claims-16.png) no-repeat left center !important;
}

.orange-theme .icon-filter2
{
	background: url(../img/icons/munich/tools-16.png) no-repeat left center !important;
}

.orange-theme .icon-filter3
{
	background: url(../img/icons/munich/sub-trades-16.png) no-repeat left center !important;
}

.sch-event.status1 {
	background-color:#FFCC66; /* new */
}
.sch-event.status2 {
	background-color:lightblue; /* In progress */
}
.sch-event.status3 {
	background-color:lightgreen; /* completed */
}
.sch-event.status4 {
	background-color:lightgray; /* cancelled */
}

.job-view {
	width:100%;
}
.job-view .spacer {
	clear:both;
}

.job-view .groups-header {
	font-size:1.1em;
	font-weight:bold;
	color:#1C3E7D;
	letter-spacing:0.2em;
	text-align: center;
	padding: 2px;
	background-color:#DBDBDB;
	background-image:url("../../ph-fx/static/js/extjs/resources/images/gray/tabs/tab-strip-bg.gif") !important;
	background-repeat: repeat-x center bottom transparent;
	border-bottom:1px solid #D0D0D0;
	clear:both;
}

.job-view .groups {
	margin-bottom:2px;
	clear:both;

}
.job-view .onsite.groups {
	/*height:260px;*/
    /*overflow: auto;*/
    /*white-space: nowrap;*/

}

.job-view .group {
	width:130px;
	/*display: inline-block;*/
	border-left:1px #A7A7A7 solid;
	border-right:1px #A7A7A7 solid;
	border-bottom:1px #A7A7A7 solid;
	background-color:ghostwhite;
	float:left;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;

}
.job-view .onsite .group .items {
	height:303px;
}
.job-view .group .items {
	overflow:auto;
	height:80px;
}
.job-view .group.dd-over {
	background-color:#FE9A2E !important;
}
.job-view .group .title {
	font-weight: bold;
	text-align:center;
	background:#eaeaea url("../../ph-fx/static/js/extjs/resources/images/gray/tabs/tabs-sprite.gif") repeat-x 0 -151px;
	padding:2px;
	height:40px;
}
.job-view .group .price
 {
	font-weight: bold;
	text-align:center;
	background-color:#eaeaea;
	padding:2px;
	height:20px;
}

.job-view  .group .item {
	border:1px #A7A7A7 solid;
	margin:2px;
	padding:1px;
	//background:#cfcfcf url("../../ph-fx/static/js/extjs/resources/images/gray/tabs/tabs-sprite.gif") repeat-x 0 -201px;
	background-image:url("../../ph-fx/static/scheduler/images/transp-1px.png") !important;
	background-color:#F7F7F7 !important;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
}
.dd-proxy {
	border:1px #A7A7A7 solid;
	margin:2px;
	padding:1px;
	background-image:url("../../ph-fx/static/scheduler/images/transp-1px.png") !important;
	background-color:lightblue !important;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	height: 14px;
	line-height: 14px;
	font-size: 10px;
}

.job-view  .group .item.j-men {
	font-weight:bold;
}

.job-view .group .item:hover {
	background-color:#FE9A2E !important;
}

.job-view .holidays {

	clear:both;
}
.job-view .holidays.groups-header {
	background-color:#ffcb8f;
	text-align: center;
	font-weight: bold;
	margin-top:20px;
}
.job-view .schools {
	clear:both;
}
.job-view .schools.groups-header {
	background-color:#bfeeff;
	text-align: center;
	font-weight: bold;
	margin-top:20px;
}

/* scheduler view mode styles */
/*
.job-view {
	border-top: none;
	padding: 10px;
}

.job-view-table {
	margin: 5px 0;
	padding: 0;
}

.job-view-table td {
	padding: 2px 10px 2px 10px;
	border:1px solid #03665f;
	font-size: 11px;
}

.job-view-table th.table-title {
	font-size:1.1em;
	font-weight:bold;
	color:#1C3E7D;
	letter-spacing:0.2em;
	text-align: center;
	border: solid 1px #03665f;
	background-color: #cfcfcf;
	padding: 2px;
}

.job-view-table .table-title span, .job-view-table .table-header span {
	display:block;
}

.job-view-header .table-title span.date {
	font-size: 0.9em;
	font-weight: normal;
	display:block;
}

.job-view-table .table-header td {
	font-weight: bold;
	background-color:#cfcfcf;
	text-align:center;
	width: 85px;
}

.job-view-table.spacer {
	padding:7px 0 0 0;
}

.job-view-table.spacer td {
	border: none;
}

.job-view-table  tr.table-details  {
	background-color:#ffffff;
}

.job-view-table  tr.table-holidays {
	background-color:#ffcb8f;
	text-align: center;
	font-weight: bold;
}

.job-view-table  tr.table-school {
	background-color:#bfeeff;
	text-align: center;
	font-weight: bold;
}

.job-view-table  .table-details td {
	text-align: center;
}

.job-view-table .table-details .details-align {
	vertical-align:middle;
}

.job-view-table .table-details .j-men {
	font-weight: bold;
}

.job-view-table .table-details .green {
	background-color: #8fdf37;
}

.job-view-table .table-details .yellow {
	background-color: #edef0e;
}

.job-view .summary {
	-moz-border-radius:3px;
	border-radius:3 px;
	background: url('../img/gradient-bg.png') repeat scroll 0 835px transparent;
	//background-color: #faf9fb;
	border:solid 1px #d0d0d0;
	padding:10px;
	margin:4px;
	position: relative;
	left:-15px;
	width: 50%;
}

.job-view .summary-child {
	padding:5px;
}

.job-view .summary-child .title {
	font-weight: bold;
	letter-spacing: 0.2em;
	display: block;
	margin-bottom: 5px;
}

.job-view .summary-child .item {
	font-weight: normal;
	display: block;
}
*/









/*

.job-view-table td {
	padding: 2px 10px 2px 10px;
	border:1px solid #ccc;
	font-size: 11px;
}

.job-view-table.spacer {
	padding:7px 0 0 0;
}

.job-view-table td.column-label {
	width:500px;
}

.job-view-table td.column-value {
	width: 80px;
	text-align:right;
}

.column-label.totals, .column-value.totals {
	background-color:#e0e5ef;
	font-weight:bold;
	color:#50638f;
}

.job-view-table .table-header td {
	font-weight: bold;
	background-color:#ddd;
	text-align:left;
}

.job-view-table .table-header td.text-item {
	width:200px;
}

.job-view-table .table-header td.numeric-item {
	text-align: center;
	width: 60px;
}

.job-view-table .table-footer td {
	font-weight: bold;
	background-color:#ddd;
	text-align:left;
}

.job-view-table .table-footer  .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.job-view-table .table-details  .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.job-view-table .table-details .details-align {
	vertical-align:middle;
}

.job-view-table .table-details  .line-cost-item {
	width:95px;
}

.job-view-table .table-details  .line-description {
	width:250px;
}

.job-view-table .table-details  .line-price {
	width:30px;
}
*/


/*

.job-view-header {
	padding: 10px 0 55px 55px;
}

.progress-claim-header .emphasis {
	font-size:1.1em;
	font-weight:bold;
}

.progress-claim-title {
	font-size:1.7em;
	font-weight:bold;
	color:#3e588f;
}

.progress-claim-header-item {
	font-size:1.1em;
	font-weight:normal;
	color:#50638f;
}

.progress-claim-header-item .emphasis {
	font-weight:bold;
	font-size:.9em;
}

.progress-claim-header-item .label-set1 {
	display:inline-block;
	width:115px;
	text-align:left;
}

.progress-claim-header-item .label-set2 {
	display:inline-block;
	width:100px;
	text-align:left;
}

.progress-claim-header-details {
	width:400px;
	float:left;
}

*/






/******** END /static/css/orange-simplegantt.css ********//******** BEGIN /static/css/manpower-projection.css ********/



/******** styles for manpower templates ********/

.manpower {
	margin:5px 0 0 18px;
	padding:10px 10px 25px 10px;
}

.manpower.x-toolbar{
	border-bottom: #d0d0d0 1px solid;
}

.manpower.by-job {
	float:left;
}

.manpower-table td {
	/*padding: 2px 10px 2px 10px;*/
	padding:2px 3px;
	border:1px solid #03665f;
	font-size: 11px;
}

.manpower-table .table-header td {
	font-weight: bold;
/*	font-size: 11px;*/
	background-color:#cfcfcf;
	text-align:left;
	vertical-align:middle;
}

.manpower-table .table-header td.center {
	text-align: center;
	width: 25px;
}

.manpower-table .table-header td.text-item {
	width:200px;
} 

.manpower-table .table-header td.numeric-item {
	text-align: center;
	width: 60px;
}

.manpower-table .table-footer td {
	font-weight: bold;
	background-color:#cfcfcf;
	text-align:left;
}

.manpower-table .table-footer td.title {
	font-weight:bold;
	letter-spacing:0.2em;
}

.manpower-table .table-footer td.totals {
	font-weight: bold;
	text-align:right;
	padding:2px 3px;
}

.manpower-table .table-footer  .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.manpower-table  tr.table-details  {
	background-color:#ffffff;
}

.manpower-table  tr.table-summary  {
	background-color:#efefef;
}

.manpower-table .table-details  .dollar-value {
	text-align:right;
	font-style:normal;
	padding-right:15px;
}

.manpower-table .table-details .details-align {
	vertical-align:middle;
}

.manpower-table .table-details .details-ralign {
	vertical-align:middle;
	text-align:right;
}

.manpower-table .table-details  .hours-item {
	width:50px;
}

.manpower-table .table-details  .count-item  {
	width:35px;
}

.manpower-table .table-details  .count-item input {
	width:40px;
	text-align:right;
	font:11px tahoma,arial,helvetica,sans-serif;
	border: none 0;
	padding:0;
}

.manpower-table .table-details td.count-item {
	padding: 2px;
}

.manpower-table .table-summary td.details-school {
	vertical-align:middle;
	text-align:right;
	padding: 2px 3px;
}

.manpower-table .table-details  .line-description {
	width:180px;
}

.manpower-table .table-details  .line-foreman {
	width:110px;
}

.manpower-table .table-details  .date-column {
	width:65px;
}

.manpower-table .table-details  .line-price {
	width:30px;
}

.manpower-tbar {
	border-bottom: #d0d0d0 1px solid !important;
}

.manpower-tbtext {
	font-weight: bold !important;
}

.manpower-btn-next.x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
	padding-right:20px !important;
}

.orange-theme .manpower-btn-prev .icon-prev
{
    background: url(../img/icons/munich/arrow-left-16.png) no-repeat left center !important;
}

.orange-theme .manpower-btn-next .icon-next
{
    background: url(../img/icons/munich/arrow-right-16.png) no-repeat right center !important;
}



/******** END /static/css/manpower-projection.css ********/