* {
	padding: 0;
	margin: 0;
}

/* <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
https://fonts.google.com/?sidebar.open#standard-styles

@font-face {
    font-family: 'Raleway';
    src: url('/site/resources/fonts/Raleway-Regular.ttf');
}
@font-face {
    font-family: 'Raleway-bold';
    src: url('/site/resources/fonts/Raleway-Bold.ttf');
}
@font-face {
    font-family: 'Raleway-semibold';
    src: url('/site/resources/fonts/Raleway-SemiBold.ttf');
}

.normal {
    font-family: 'Raleway';
}
.bold {
    font-family: 'Raleway-bold';
} */
body {
	background: #FFFFFF url(images/img01.png) repeat-x;
	text-align: justify;
	font: 0.88em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #444444;
	/* color: #626262; */

	/* color: green; */
}

#wrap {
	margin: 0px auto;
	padding: 0 0px;
	width: 1024px;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	margin: 15px;
	border-top: 1px dashed #999;
	color: #fff0;
}

input, textarea, select {
	/* height: 16px; */
	
}

input[type="checkbox"] {
	margin: 5px 0 5px 0;
}

.radiobutton input[type="radio"] {
	display: none;
}

.radiobutton-label {
	border: 3px solid grey;
	border-radius: 7px;
	margin: 25px;
	padding: 10px;
	color: grey;
	background-color: #eee;
}

.radiobutton-label:hover {
	border: 3px solid #0af;
	color: black;
}

.radiobutton input[type="radio"]:checked+label {
	border: 3px solid #0af;
	/* border-radius: 7px; */
	/* background-color: rgba(100, 130, 255, 0.1); */
	background-color: white;
	color: black;
}

.radiobuttonno input[type="radio"]:checked+label {
	border: 3px solid #fa0;
	border-radius: 7px;
	background-color: rgba(100, 130, 255, 0.1);
}

input[type="file"] {
	padding: 0px;
	border: 0px solid #626262;
}

input[type="text"], input[type="password"], textarea, select {
	width: 300px;
	/* Partial transparent for zones update effect */
	background-color: rgba(252, 255, 255, 0.01);
	/* background: #F8FFFF; */
	/* background: #FEFEFE url(images/img13.gif) repeat-x; */
	border-radius: 3px;
	padding: 6px 6px;
	border: 1px solid #626262;
	/* margin: 3px; */
	background-image: -webkit-gradient(linear, left top, left bottom, from(rrgba(255, 255, 255
		, 0.4)), to(rgba(255, 255, 255, 0.8)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=rgba(255, 255, 255, 0.4), endColorstr=rgba(255, 255, 255, 0.8));
}

input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled,
	select:disabled {
	background: rgba(200, 200, 200, 0.4);
	/* background: #FEFEFE url(images/img13.gif) repeat-x; */
}

INPUT.t-number {
	text-align: right;
	width: 150px;
}

INPUT.t-date {
	text-align: right;
	width: 117px;
}

INPUT.short {
	text-align: left;
	width: 150px;
}

SELECT.short {
	width: 162px;
}

select {
	width: 312px;
	background-color: #F4F4F4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),
		to(#DADADA));
	background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA);
	background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
	background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
	background-image: -o-linear-gradient(top, #F4F4F4, #DADADA);
	background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#F4F4F4, endColorstr=#DADADA);
}

textarea {
	height: 100px;
}

input[type="button"], input[type="submit"], input[type="reset"], button,
	.button {
	border: 1px solid #7B97C7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 30px;
	display: inline-block;
	/* color: buttontext; */
	background-color: #F4F4F4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),
		to(#DADADA));
	background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA);
	background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
	background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
	background-image: -o-linear-gradient(top, #F4F4F4, #DADADA);
	background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#F4F4F4, endColorstr=#DADADA);
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover,
	button:hover, .button:hover {
	border-color: #5D7296;
	padding: 4px 31px 4px 29px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),
		to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC);
	background-image: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
	background-image: -ms-linear-gradient(top, #FFFFFF, #CCCCCC);
	background-image: -o-linear-gradient(top, #FFFFFF, #CCCCCC);
	background-image: linear-gradient(to bottom, #FFFFFF, #CCCCCC);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#FFFFFF, endColorstr=#CCCCCC);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),
		to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC);
	background-image: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
	background-image: -ms-linear-gradient(top, #FFFFFF, #CCCCCC);
	background-image: -o-linear-gradient(top, #FFFFFF, #CCCCCC);
	background-image: linear-gradient(to bottom, #FFFFFF, #CCCCCC);
	filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0,
		startColorstr= #FFFFFF, endColorstr= #CCCCCC);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
}

input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active,
	button:active, .button:active {
	padding: 4px 30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC),
		to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #CCCCCC, #FFFFFF);
	background-image: -moz-linear-gradient(top, #CCCCCC, #FFFFFF);
	background-image: -ms-linear-gradient(top, #CCCCCC, #FFFFFF);
	background-image: -o-linear-gradient(top, #CCCCCC, #FFFFFF);
	background-image: linear-gradient(to bottom, #CCCCCC, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#CCCCCC, endColorstr=#FFFFFF);
}

INPUT.item-number:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rrgba(255, 255, 255
		, 0.4)), to(rgba(255, 255, 255, 0.8)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.8));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=rgba(255, 255, 255, 0.4), endColorstr=rgba(255, 255, 255, 0.8));
}

INPUT.item-description {
	width: 97.5%;
	text-align: left;
}

.smallbutton {
	border: 1px solid #7B97C7;
	border-radius: 3px;
	padding: 3px 4px;
	margin: 1px;
	width: 8px;
	text-align: center;
	display: inline-block;
	background-color: #F4F4F4;
	background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
	height: 20px;
}

.smallbutton:hover {
	border-color: #5D7296;
	padding: 2px 5px 2px 3px;
	background-image: linear-gradient(to bottom, #FFFFFF, #CCCCCC);
}

.smallbutton:active {
	padding: 3x 4px;
	background-image: linear-gradient(to bottom, #CCCCCC, #FFFFFF);
}

input[type="file"] ::-webkit-file-upload-button {
	padding: 3px 30px;
	/* border: 2px outset buttonface; */
}

ul {
	padding-left: 1em;
}

li {
	padding: .3em 0 .3em .1em;
	/* list-style-type: circle; */
	/* list-style-position: inside; */
}

p {
	padding: .3em 0 .3em 0em;
}

DIV.t-beaneditor LABEL, DIV.t-beandisplay DIV.t-beandisplay-label {
	float: left;
	padding: 5px 5px 5px 0;
	font-weight: bold;
	width: 365px;
	text-align: right;
}

DIV.t-beaneditor-row SPAN.empty-label {
	float: left;
	width: 360px;
	opacity: 1.00;
}

DIV.t-beaneditor-row {
	padding: 6px 0px 4px 0px;
}

DIV.t-beaneditor-row input[type="submit"] {
	margin: 10px;
}

DIV.t-beaneditor LABEL.empty:after {
	color: white;
	opacity: 0.0; /* firefox, opera, safari, chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	/* IE 8 */
	filter: alpha(opacity =   0); /* IE 4, 5, 6 and 7 */
	zoom: 1; /* so the element "hasLayout" */
	content: ":";
}

/* DIV.t-beaneditor-row {
	 clear: both; 
	 padding-top: 10px; 
} */
.t-beaneditor-bkgr {
	background-color: #f7f6f1;
}

/* .t-zone{
	background-color: #efe;
} */
DIV.t-beaneditor {
	padding: 30px 15px;
	/* background: #dfd; */
	/* background-color: #ece8db; */
	background-color: rgba(236, 232, 219, 0.4);
	border: 1px solid #626262;
	border: 3px solid gray;
	border-radius: 5px;
}

FORM.t-beaneditor LABEL:after {
	content: ":";
}

input.t-beaneditor {
	width: 250px;
}

/* h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #444444;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: 0px;
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
} */

/* p,ol,ul {
	margin-bottom: 2em;
	line-height: 200%;
} */
.blue {
	color: #1692B8;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #1692B8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */
div.header {
	height: 42px;
	text-transform: lowercase;
}

div.logo h1 {
	float: left;
	margin: 8px 5px 0 5px;
}

div.logo a {
	text-decoration: none;
	color: #D0C7A6;
}

div.logo a.title {
	
}

div.logo a.version {
	opacity: 0.3;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.logo a.version:hover {
	opacity: 0.5;
}

div.menu {
	float: right;
	position: relative;
	left: 15px;
}

div.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.menu li {
	display: block;
	float: left;
	height: 42px;
}

div.menu a {
	display: block;
	margin-top: 8px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #CEC5A4;
}

div.menu .last {
	margin-right: 20px;
}

div.menu a:hover {
	color: #FFFFFF;
}

div.menu .current_page_item A {
	text-decoration: underline;
}

div.menu .current_page_item a {
	
}

/* Login link */
div.menu a.login {
	color: #92C819;
}

div.menu a.register {
	color: #1992C8;
}

div.menu a.login:hover, div.menu a.logout:hover {
	color: #FFFFFF;
}

div.menu a.logout {
	color: #C89219;
}

.breadcrumbs {
	padding-left: 5px;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li {
	display: block;
	float: left;
	margin: 7px 0px;
}

/* SubMenu */
.submenu-table {
	width: 100%;
	margin: 10px 0;
}

.submenu {
	/* 	position: relative;
	left: -5px; */
	
}

.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.submenu li {
	float: left;
}

.submenu a {
	display: inline-block;
	margin: 1px 3px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	text-align: center;
	/* text-transform: lowercase; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-weight: bold;
	font-size: 1em;
	border: 1px #BBBBBB solid;
	border-radius: 3px 3px 3px 3px;
	/* 	background: #E0DBC5; */
	background-image: linear-gradient(hsl(49, 30%, 85%), hsl(49, 30%, 75%));
}

.submenu a:hover {
	border: 1px #AAAAAA solid;
	background: #EDE9DD;
	/* padding: 12px 10px 3px 10px; */
}

a.current_page_item {
	border: 1px #AAAAAA solid;
	/* background: #EDE9DD; */
	background-image: linear-gradient(hsl(49, 30%, 85%), hsl(49, 30%, 95%));
	/* border-bottom: none; */
	/* padding: 12px 10px 3px 10px; */
}

a.submenu-left {
	width: 85px;
	padding: 20px 10px;
}

td.submenu-right {
	text-align: center;
	/* white-space: nowrap; */
	vertical-align: middle;
	padding: 9px 5px;
	border: 1px #BBBBBB solid;
	border-radius: 9px;
	background-color: rgba(255, 255, 255, 0.2);
	width: 300px;
	/* 	position: relative;
	left: 5px; */
}

td.submenu-right a {
	/* white-space: nowrap; */
	margin: 5px;
}

td.submenu-right hr {
	margin: 5px;
}

/* Page */
div.page {
	padding: 0px 0px 0 0px;
}

/* Content */
div.content { /* margin-right: 340px; */
	
}

.caption h3 {
	padding-top: 12px;
	height: 30px;
	color: #BBBBBB;
	font-size: 1.1em;
	/* font-family: Tahoma, Georgia, "Times New Roman", Times, serif; */
	font-weight: lighter;
	color: #BBBBBB;
	/* text-transform: lowercase; */
	/* text-align: center; */
}

.post {
	margin-bottom: 10px;
	/* 	padding: 0 10px;
	border-left: 1px #F0F0F0 dashed;
	border-right: 1px #F0F0F0 dashed; */
}

.post div.pageTitle {
	padding-top: 40px;
	border-bottom: 1px #999999 dashed;
	/* font-family: Tahoma, Georgia, "Times New Roman", Times, serif; */
}

.post .pageTitle h2 {
	padding: 10px 30px 0 0;
	/* text-transform: lowercase; */
	font-weight: bold;
	font-size: 1.5em;
	white-space: nowrap;
	font-weight: normal;
}

div.beanCaptions {
	border: 1px solid gray;
	border-radius: 5px 5px 5px 5px;
	padding: 7px 7px 7px 7px;
	background-color: rgba(0, 0, 0, 0.05);
	margin: 10px 0 10px 0;
}

div.beanCaption {
	font-weight: bold;
	padding: 10px 0;
}

div.beanCaption-title {
	margin: 0px 10px 10px 10px;
	border-bottom: 1px #AAAAAA dashed;
	font-weight: bold;
}

.beanCaption-right {
	float: right;
}

div.tableCaption-title {
	margin: 50px 0px 0 0;
	border-top: 1px #AAAAAA dashed;
	font-weight: bold;
	font-size: 1.2em;
	color: #AAAAAA
}

dl.caption {
	padding: 10px 30px 0 0;
	font-weight: normal;
	font-size: 1.5em;
}

dl.caption dt {
	width: 367px;
	white-space: nowrap;
	display: inline;
	float: left;
	text-align: right;
	clear: left;
	padding-right: 3px;
	vertical-align: middle;
	font-style: italic;
}

dl.caption dt:after {
	content: ":";
}

dl.caption dd {
	font-weight: bold;
}

.post .pageTitle p {
	margin: 0;
	padding: 0 0 10px 0px;
	line-height: normal;
	color: #BABABA;
}

.post .pageTitle p a {
	color: #BABABA;
}

.post .entry {
	padding: 30px 0px 20px 0px;
}

.post .links {
	margin: 0;
	padding: 0 30px 30px 0px;
}

.post .links a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.post .links a:hover {
	
}

textarea {
	height: 100px;
}

.post .links .more {
	width: 128px;
	height: 30px;
	background: url(images/img03.jpg) no-repeat left center;
}

.post .links .comments {
	width: 152px;
	height: 30px;
	background: url(images/img04.jpg) no-repeat left center;
}

/* Sidebar */
div.sidebar {
	float: right;
	width: 300px;
	margin-top: 0px;
}

div.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.sidebar li {
	margin-bottom: 10px;
	background: url(images/img10.gif) no-repeat left bottom;
}

div.sidebar li ul {
	padding: 0 30px 40px 30px;
}

div.sidebar li li {
	margin: 0;
	padding-left: 20px;
}

div.sidebar h2 {
	padding: 30px 30px 5px 10px;
	background: url(images/img09.gif) no-repeat;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.6em;
	color: #302D26;
}

div.sidebar DIV.sidebar-content {
	width: 265px;
	margin-left: 10px;
	padding-bottom: 1px;
}

/* Search */
li.search {
	padding: 20px 30px 40px 30px;
}

li.search input {
	padding: 0;
	width: 70px;
	height: 29px;
	background: #DFDFDF url(images/img14.gif) repeat-x;
	font-weight: bold;
}

li.search #s {
	padding: 5px;
	width: 150px;
	height: auto;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

li.search br {
	display: none;
}

/* Categories */
div.sidebar div.categories li {
	background: url(images/img12.gif) no-repeat left center;
}

/* Calendar */
div.calendar_wrap {
	padding: 0 30px 40px 30px;
}

div.calendar table {
	width: 100%;
	text-align: center;
}

div.calendar thead {
	background: #F1F1F1;
}

div.calendar tbody td {
	border: 1px solid #F1F1F1;
}

div.calendar #prev {
	text-align: left;
}

div.calendar #next {
	text-align: right;
}

div.calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

div.calendar #today {
	background: #FFF3A7;
	border: 1px solid #EB1400;
	font-weight: bold;
	color: #EB1400
}

/* Footer */
div.footer {
	padding: 70px 50px 0px 50px;
	background: #757575 url(images/img08.gif) repeat-x;
}

div.footer p.legal {
	padding: 30px 0 10px 0;
	text-decoration: bold;
	text-align: right;
}

div.footer table {
	width: 100%;
	vertical-align: top;
	text-align: center;
	font-size: 0.8em;
	color: #DDDDDD;
	-webkit-text-size-adjust: none;
}

/* hr {
	margin: 15px;
	border-top: 1px dashed #999;
	color: #fff0;
} */
div.footer table tr td hr {
	margin: 15px;
	border-top: 1px solid #DDD;
	color: #DDDF;
}

div.footer table table {
	font-weight: bold;
	text-decoration: bold;
	color: #757575;
	width: 100%;
	background-color: #FFF;
	padding: 10px;
}

/* div.footer table tr td table tr td, div.footer table tr td table tr td a, div.footer table tr td table tr td hr
	{
	color: #757575;
} */
div.footer table tr td a.legal {
	padding: 10px 20px;
	text-decoration: bold;
	font-size: 1.2em;
	color: #DDDDDD;
}

div.footer p.legal a {
	font-size: 0.7em;
	color: #999;
}

div.footer .rss {
	background: url(images/img18.gif) no-repeat left center;
}

div.footer .xhtml {
	background: url(images/img19.gif) no-repeat left center;
}

div.footer .css {
	background: url(images/img20.gif) no-repeat left center;
}

div.clockr {
	float: right;
	margin: 0px 50px 0px 0px;
}

DIV.t-data-grid-pager SPAN.current {
	color: white;
	background-color: #809FFF;
}

TABLE.t-data-grid THEAD TR, DIV.t-data-grid-pager SPAN.current {
	color: white;
	background-image: linear-gradient(hsl(40, 0%, 65%), hsl(40, 0%, 40%));
	/* background-color: #3E3D38; */
	/* background-color: #F09F80;
	background-color: #801919; */
}

/* OK */
DIV.t-data-grid-pager {
	margin: 8px 0px;
	float: right;
}

DIV.t-data-grid-pager A, DIV.t-data-grid-pager SPAN.current {
	padding: 5px 5px;
	margin-top: 5px;
	margin-left: 5px;
}

TABLE.t-data-grid THEAD TR TH {
	text-align: center;
	padding: 3px;
	white-space: nowrap;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

TABLE.t-data-grid TBODY TR TD {
	white-space: nowrap;
	padding: 3px 5px;
}

TABLE.t-data-grid TBODY TR:hover {
	background-color: #FFFFCC;
}

TD.Remove, TD.remove, TD.Add, TD.add, TD.Access, TD.access, TD.Parent,
	TD.parent, TD.DefaultGroup, TD.defaultGroup, TD.canView, TD.canCreate,
	TD.canEdit, TD.canDelete, TD.canRestore, TD.canManage, TD.DateLaunch,
	TD.dateLaunch, TD.DateEnd, TD.dateEnd, TD.Date, TD.date {
	text-align: center;
	width: 110px;
}

TD.Edit, TD.edit, TD.Delete, TD.delete, TD.Installments, TD.installments,
	TD.Attachments, TD.attachments, TD.Fname1, TD.fname1, TD.Fname2, TD.fname2,
	TD.CloseReport, TD.closeReport, TD.registeredCCR {
	text-align: center;
	width: 80px;
	padding: 2px 5px;
}

TD.OpeningBalance, TD.openingBalance, TD.ClosingBalance, TD.closingBalance,
	TD.Size, TD.size, TD.AnnualInterest, TD.annualInterest, TD.Amount, TD.amount,
	TD.OutstandingTotalPrincipalColumn, TD.outstandingTotalPrincipalColumn,
	TD.Credit, TD.credit, TD.Debit, TD.debit, TD.amountRequested, TD.amountApproved
	{
	text-align: right;
	width: 60px;
}

TD.PostDate, TD.postDate, TD.ValueDate, TD.valueDate, TD.Modified, TD.modified,
	TD.Currency, TD.currency, TD.PaymentMethod, TD.paymentMethod, TD.Viewed,
	TD.viewed, TD.Parent, TD.parent, TD.creditRequest, TD.birthDate, TD.approved
	{
	text-align: center;
	width: 60px;
}

TD.TransactionNumber, TD.transactionNumber {
	text-align: right;
	width: 30px;
}

TR.bk-alternative {
	background-color: rgba(100, 175, 175, 0.2);
}

LABEL.formfragment { /*
	border: 1px solid #E1E1E1;
	*/
	background: url('images/downarrow16x16.png');
	background-repeat: no-repeat;
}

/* SPAN.entity-rowsnum {
	margin-top: 16px;
	vertical-align: bottom;
} */

/* OK */
select.entity-rowsnum {
	width: auto;
	/* padding: 5px 5px 3px 5px; */
}

select.form-0-elmnt {
	width: 360px;
	margin-left: 0px;
}

select.form-2nd-elmnt {
	margin-left: 20px;
	width: 144px;
}

input[type="text"].form-2nd-elmnt {
	margin-left: 20px;
	width: 136px;
}

input[type="checkbox"].form-2nd-elmnt {
	margin: 0 7px 0 25px;
}

a.form-2nd-elmnt {
	margin-left: 20px;
	width: 144px;
}

input.t-autocomplete {
	/* width: 240px; */
	/* background-color: rgba(0, 200, 255, 0.2); */
	background: #F0FAFF url('../icons/24x24/search-fade.png') no-repeat
		center right;
	/* 	padding: 7px 5px; */
}

img.t-autocomplete {
	vertical-align: bottom;
	margin-left: 3px;
	margin-right: 3px;
}

DIV.t-autocomplete-menu UL {
	width: none;
	min-width: 295px;
	border: 1px solid #284279;
	border-radius: 3px;
	background-color: #EBEFF2;
	padding: 4px;
	margin-top: 5px;
	overflow: auto;
}

DIV.t-autocomplete-menu LI {
	color: DarkSlateGrey;
	list-style-type: none;
	padding: 3px;
	margin: 0px;
	cursor: pointer;
	border: 1px solid #EBEFF2;
	text-align: left;
	white-space: nowrap;
}

DIV.t-autocomplete-menu LI.selected {
	color: black;
	font-weight: normal;
	background: #D7E5F2;
	border: 1px solid #3B6EBF;
	border-radius: 2px;
}

.quickview-bkg {
	background: #FFFFCC; /* #CCBE99; */ /* #EBFFEF; */
	margin: 10px 0 10px 0;
}

.quickview {
	border: 3px solid gray; /* 1px solid #809FFF; */
	border-radius: 5px 5px 5px 5px;
	padding: 7px 7px 7px 7px;
	margin: 10px 0px 7px 0px;
}

dl.t-beandisplay {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: transparent;
	border: none;
}

dl.t-beandisplay dt {
	width: 365px;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
}

dl.t-beandisplay dd {
	font-weight: bold;
}

img.img-table {
	padding: 0 4px 0 4px;
	margin: 0 5px 0 5px;
}

/* img.img-copy-inv {
	padding: 0 4px 0 4px;
	margin: 0 5px 0 5px;
	filter: hue-rotate(180deg);
}

img.img-copy-inv:hover {
	filter: hue-rotate(180deg);
} */
a.imgbtn img, img.imgbtn {
	padding: 4px;
	margin: 0 5px 0 5px;
	border: 1px solid #71C9E4;
	border-radius: 3px;
	vertical-align: bottom;
}

a.imgbtn img:hover {
	/* border: 1px solid #1692B8; */
	
}

a.imgbtn img:disabled {
	border: 3px solid #809FFF;
}

.img-disabled {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	opacity: 0.50;
}

a img {
	opacity: 0.80;
	position: relative;
	/*	IE displays  partitial transparency as black
	filter: alpha(opacity =     80) */
}

a img:hover {
	opacity: 1.0;
	top: -1px;
	left: -1px;
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.35));
	filter: url(shadow.svg#drop-shadow);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
	filter:
		"progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
	/*  */

	/*	IE displays  partitial transparency as black
	filter: alpha(opacity =     100) */
}

.table-navigation-bar {
	vertical-align: bottom;
	width: 100%;
}

DIV.zone-navigation-bar {
	margin: 0px 10px 10px 10px;
	border-bottom: 1px #AAAAAA dashed;
}

H2.left-bar {
	padding-top: 10px;
}

DIV.right-bar {
	padding-bottom: 1px;
	text-align: right;
}

DIV.right-bar-zone {
	float: right;
}

DIV.image-gallery img {
	padding: 3px;
	margin: 0 0 0 5px;
	border: 1px solid #B8C9FF;
	border-radius: 3px;
}

DIV.image-gallery img:hover {
	border: 1px solid #809FFF;
}

H2.recovery-mode-title {
	float: right;
	text-transform: uppercase;
}

.grid-empty {
	border: 0px #AAAAAA dashed;
	border-width: 1px 0px 1px 0px;
	padding: 7px 0px;
	margin: 10px 10px;
	color: red;
	text-decoration: none;
	font-size: 1.2em;
	padding: 1em 0 1em 0;
	text-align: center;
	font-weight: bold;
}

.beancaption-empty {
	border: 0px #AAAAAA dashed;
	border-width: 1px 0px 1px 0px;
	padding: 7px 0px;
	margin: 10px 10px;
	color: red;
	text-decoration: none;
	font-size: 1.2em;
	padding: 1em 0 1em 0;
	text-align: center;
	font-weight: bold;
}

.green {
	color: green;
}

div.management-form-section {
	border: 1px solid #C81919;
	border: 2px solid #FF9F80;
	border-radius: 5px;
	padding: 20px;
	margin: 20px 100px;
	/* float: right;  */
}

div.management-link-section {
	border: 2px solid gray;
	border-radius: 5px;
	padding: 20px;
	margin: 20px 100px;
	/* float: right;  */
}

TABLE#paymentScheduleGrid TR, TABLE#overduesGrid TR, TABLE#expensesGrid TR,
	TABLE#invoicesGrid TR {
	text-align: right;
}

TD.issueDate, TD.paid, TD.customer, TD.download, TD.PDF, TD.invoice, TD.rtype,
	TD.rdate, TD.genRows, TD.created {
	text-align: center;
}

TD.paymentDate, TD.paymentNumber {
	text-align: center;
}

TD.CreditNum, TD.BorrowerName, TD.CreditCurrency, TD.expenseType, TD.description
	{
	text-align: left;
}

TD.overdueDays, TD.overdueInterestPercent, TD.overdueInterestAmount, TD.overduePenaltyFee,
	TD.overdueTotalPenaltyDue {
	background-color: rgba(255, 0, 0, 0.05);
	color: #993333;
}

TD.overdueTotalPenaltyDue {
	font-weight: bold;
	background-color: rgba(255, 0, 0, 0.1);
}

.unpaidSchedulePaymentsGrid-title {
	color: #993333;
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}

TABLE#overduesGrid, TABLE#overduesGrid TD, TABLE#overduesGrid TH {
	border: 1px solid #DCC;
}

TABLE#overduesGrid TH {
	background-color: #933;
}

TABLE#invoicesGrid TH {
	background-color: #93C;
}

TABLE#reportsGrid TH {
	background-color: #9C3;
}

TABLE#transactionsGrid TH {
	background-color: #393;
}

TABLE#borrowersGrid TH {
	background-color: #C93;
}

TABLE#creditsGrid TH {
	background-color: #39C;
}

TABLE#coBorrowersGrid TH, TABLE#suretiesGrid TH, TABLE#paymentScheduleGrid TH
	{
	background-color: #479;
}

TABLE#requestGrid TH {
	background-color: #598;
}

.unpaidExpenseGrid-title {
	color: #336633;
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}

TABLE#expensesGrid, TABLE#expensesGrid TD, TABLE#expensesGrid TH {
	border: 1px solid #CDC;
}

TABLE#expensesGrid TH {
	background-color: #336633;
	text-align: center;
}

.unpaidTotalGrid-title {
	color: #333333;
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
	background-color: rgba(99, 99, 99, 0.1);
	text-align: right;
	padding: 5px;
	border: 1px solid rgba(99, 99, 99, 0.3);
}

LABEL.clearLabel {
	float: none;
	clear: both;
	display: inline;
}

LABEL.clearLabel:after {
	content: none;
	opacity: 0.0;
}

/* *************** Account specific *************** */
/* ************************************************ */
span.searchbar-gap {
	margin: 0 3px;
}

.searchbar {
	border: 1px solid silver;
	border-radius: 3px;
	padding: 6px 6px;
	background-color: rgba(90, 90, 90, 0.1);
	display: inline-block;
}

TD.number {
	text-align: right;
	width: 30px;
}

/* Invoice.items table */
TABLE#itemsGrid TD.unitPrice, TABLE#itemsGrid TD.measurementUnit, TABLE#itemsGrid TD.total,
	TABLE#itemsTotalGrid TD.total {
	text-align: right;
	width: 70px;
	white-space: nowrap;
}

TABLE#itemGrid  TD.unitPrice, TABLE#itemGrid  TD.deliveryPrice, TABLE#itemGrid TD.catalogNumber
	{
	text-align: right;
	width: 80px;
	white-space: nowrap;
}

TABLE#itemGrid  TD.service {
	text-align: center;
	width: 80px;
	white-space: nowrap;
}

TABLE#itemGrid  TD.measurementUnit {
	text-align: left;
	width: 80px;
	white-space: nowrap;
}

TD.quantity {
	text-align: left;
	width: 130px;
	white-space: nowrap;
}

TD.totalLabel {
	text-align: right;
	/* width: 232px; */
	border-bottom: 0px;
	white-space: nowrap;
}

TABLE#itemsGrid TH {
	background-color: #393;
}

TABLE#itemsGrid TR {
	text-align: right
}

TABLE#itemsTotalGrid {
	border-left: 0px;
	width: 100%;
	/* align right in css :) */
	margin-right: 0px;
	margin-left: auto;
}

TABLE#itemsTotalGrid TBODY TR TD {
	padding: 3px 5px;
	border: 0;
}

INPUT.item-quantity, INPUT.item-measurementUnit, INPUT.item-unitPrice {
	background-color: none;
	background-image: none;
	border-color: rgba(77, 77, 77, 0.2);
	text-align: right;
	width: 70px;
}

INPUT.item-quantity {
	width: 50px;
}

IITEM-MEASUREMENTUNIT {
	text-align: left;
}

.pane {
	border: 2px solid gray; /* 1px solid #809FFF; */
	border-radius: 5px 5px 5px 5px;
	padding: 7px 15px;
	margin: 30px 0px 7px 0px;
}

.pane-head-bkg {
	background: #faefff;
}

.pane-counterparty-bkg {
	background: #eff;
}

.pane-item-bkg {
	background: #efe;
}

.pane-details-bkg {
	background: #ffe;
}

H3.pane-title {
	margin-top: -23px;
	margin-left: 10px;
	height: 40px;
	line-height: 23px;
}

.pane-title-span {
	border: 2px solid gray;
	border-radius: 13px;
	padding: 3px 5px;
	float: left;
	width: 300px;
	text-align: center;
	color: white;
}

.subpane {
	border: 1px solid #BBB; /* 1px solid #809FFF; */
	border-radius: 3px;
	padding: 10px;
}

H4.subpane-title {
	margin-top: -24px;
	height: 40px;
	line-height: 24px;
}

.subpane-title-span {
	border: 1px solid #BBB;
	border-radius: 11px;
	padding: 2px 5px;
	float: left;
	width: 300px;
	text-align: center;
	color: black;
}

TABLE#counterpartyGrid TH, .title-counterparty-bkg {
	/* background-color: #39C; */
	background-image: linear-gradient(hsl(200, 60%, 75%), hsl(200, 60%, 50%));
}

TABLE#itemGrid TH, .title-item-bkg {
	background-color: #393;
	background-image: linear-gradient(hsl(120, 50%, 65%), hsl(120, 50%, 40%));
}

TABLE#invoicesGrid TH, .title-invoice-head-bkg {
	/* background-color: #93C; */
	background-image: linear-gradient(hsl(280, 60%, 75%), hsl(280, 60%, 50%));
}

.subtitle-invoice-head-bkg {
	background-image: linear-gradient(hsl(280, 30%, 100%),
		hsl(280, 30%, 100%));
}

.title-invoice-details-bkg {
	/* background-color: #C93; */
	background-image: linear-gradient(hsl(40, 60%, 75%), hsl(40, 60%, 50%));
}

TABLE#storeGrid TH {
	/* background-color: #93C; */
	/* background-image: linear-gradient(hsl(40, 60%, 75%), hsl(40, 60%, 50%)); */
	background-image: linear-gradient(hsl(0, 60%, 65%), hsl(0, 60%, 40%));
}

TABLE#templateGrid TH {
	/* background-color: #93C; */
	background-image: linear-gradient(hsl(40, 30%, 65%), hsl(40, 30%, 40%));
}

TABLE#entityGrid TR, TABLE#invoicesGrid TR, TABLE#counterpartyGrid TR,
	TABLE#storeGrid TR, TABLE#itemGrid TR, TABLE#aclGroupGrid TR, TABLE#aclLogGrid TR,
	TABLE#aclObject1Grid TR, TABLE#aclObject2Grid TR, TABLE#aclPolicyGrid TR,
	TABLE#companyGrid TR, TABLE#companyPropertyGrid TR, TABLE#systemPropertyGrid TR,
	TABLE#templateGrid TR, TABLE#userGrid TR, TABLE#emailsGrid TR, TABLE#vatRatesGrid TR
	{
	height: 30px;
}

div.homeul ul {
	list-style-image: url(images/accept.png);
}

TD.lastInvoiceNumber, TD.lastProformaNumber {
	width: 150px;
	text-align: right;
}

TD.rate {
	text-align: right;
}

TD.rate:after, DD.rate:after {
	content: " %";
}

TD.active {
	text-align: center;
}

TD.numeric-cell {
	text-align: right;
}

.yourlogohere {
	border: 7px solid teal;
	border-radius: 50px;
	padding: 20px;
	background-color: rgba(0, 90, 90, 0.1);
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	white-space: nowrap;
	text-align: center;
}
/* Nokian green color: #53b64a */