
body {
	font-family:Calibri, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 8pt;
	background: #eee;
	color: #000;
}

p, address {
	margin-bottom: 1.5em;
}

a {
	color: #DAA520;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #DAA520;
}

a:hover {
	color: #444;
}

fieldset {
	border: 1px solid #ddd;
	background-color: #eee;
}

legend {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;	
	padding: 2px;
	color: #1F2521;
	font-weight: bold;
}

#app-page {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
}

#app-header {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	background: #000;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: baseline;
}

#app-page .menubar {
	background: #000;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: baseline;
}

.app-user {
	color: #fff;
}

.app-user a {
	color: #fff;
}

.app-user a:hover {
	color: #009999;
}

.app-title {
	color: #DAA520;
	font-size: 3em;
}

.headerBar {
	background: #009999;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009999), to(#1F2521));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #009999, #1F2521);  
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #009999, #1F2521);  
	/* IE 10 */
	background: -ms-linear-gradient(top, #009999, #1F2521);  
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #009999, #1F2521);
}

.headerBar h1 {
	color: #fff;
}


.app-number {
	text-align: right;
}

.app-reference {
	text-align: center;
}

.app-date {
	text-align: center;
}

label {
	font-weight: bold;
}
.app-label {
	font-weight: bold;
}

.app-window-buttons {
	border-top: 1px solid #eee;
}

.app-shade-light {
	background-color: #ffd;
}

.app-shade-medium {
	background-color: #ddc;
}

.app-shade-dark {
	background-color: #ccb;
}

.app-shade-light-faded {
	background-color: #ffe;
}

.app-shade-medium-faded {
	background-color: #f8f8dd;
}

.app-shade-dark-faded {
	background-color: #eed;
}

.ui-state-hover {
	cursor: pointer;
}

.ui-subgrid .ui-widget-content .ui-state-default.ui-jqgrid-hdiv .ui-state-default {
	color: #fff;
	background: #333333 url(jqui/app/images/ui-bg_highlight-hard_75_333333_1x100.png) 50% 50% repeat-x
}

.ui-subgrid .ui-widget-content .ui-state-default.ui-jqgrid-hdiv {
	color: #fff;
	background: #333333 url(jqui/app/images/ui-bg_highlight-hard_75_333333_1x100.png) 50% 50% repeat-x
}

.slick-cell.selected {
	background: #B2D9D6;
	color: #363636;
}

.slick-header-column {
	text-align: center;
}

.slick-row.ui-widget-content:hover { background: #eee; }

input:focus, a:focus, select:focus {outline-color: #009999;outline-width 1; }

.ams-dialog-no-close .ui-dialog-titlebar {
	display: none;
}
