body {
    font-family: "nimbus-sans", Helvetica, Arial, Sans-serif;
	overflow-y:scroll;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: 400;
	font-variant: normal;
	color: #333;
	margin-top:0px;
	background-color: rgb(240,240,240);
}
h1 {
	font-size: 36px;
	font-weight: bolder;
	text-transform: capitalize;
}
h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}
h3 { font-size: 18px;
	text-transform: capitalize;
 }
h4 {
	font-size: 14px;
	font-weight: 500;
	height: 10px;
	text-transform: capitalize;
}
h5 { font-size: 14px; 
	text-transform: capitalize;
}
h6 {
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}
input {
	font-size: 13px;
	color: #000;
	font-weight: 400;
	border: 1px solid #999;
}
input[type='text'], input[type='password'] {
	line-height: 24px;
	height: 24px;
}
select {
	font-size: 12px;
	color: #000;
	border: 1px solid #666666;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin: 1px;
	height: 24px;
}
a {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
}
table {
	border-collapse: collapse;
}
table tr td {
	border-color: lightgrey;
}
/* --------------------------------------------------------------------------------------- */
.css-inactive-row {
	color: #B4B4B4;
	background-color: #EAEAEA;
}
.css-inactive-row:hover {
}
.css-button-style, .css-button-link {
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	border: 1px solid #069;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	cursor: pointer;
	vertical-align: middle;
	height: auto;
	text-align: center;
	background-color: rgb(0,85,129);
	display: block;
	width: auto;
	float: left;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 14px;
}
.css-button-style:hover {
	color: #369;
	background-color: #84C1FF;
}
.css-checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
.css-radio {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
.css-file-button-style {
	font-size: 10px;
	color: #333333;
	font-style: normal;
	font-weight: 400;
	height: 20px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.css-input-numeric {
	text-align: right;
}
.css-input-small {
	height: 20px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.css-input-numeric-small {
	text-align: right;
	font-size: 10px;
	font-weight: lighter;
	color: #CC0000;
	background-image: none;
	height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.css-postalzip {
	text-transform: uppercase;
}
.css-input-readonly {
	font-weight: 400;
	background-color: transparent;
	border: 1px none transparent;
}
.css-fullheight {
	height: 100%;
}
.css-standard-label-font {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #666;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.css-big-font {
	font-size: 16px;
	font-weight: 500;
}
.css-medium-font {
	font-size: 12px;
	font-weight: normal;
}
.css-small-font {
	font-size: 10px;
	font-weight: normal;
}
.css-standard-font {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.css-crossout {
	text-decoration: line-through;
}
.border-ns-solid-light {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.border-4x-solid-hard {
	border: 1px solid #0066CC;
}
.border-s-solid-light {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.border-4x-solid-light {
	border: 1px solid #CCCCCC;
}
.css-horz-table-header-label {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	background-color: #666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.css-row-highlight {
	cursor: pointer;
}
.css-row-highlight:hover {
	background-color: #EBEBEB;
	cursor: pointer;
}
.css-error-msg {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	background-color: #FF5E5E;
	margin: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.css-negative-balance {
	color: #FF0000;
}
.css-warning-msg {
	font-size: 12px;
	font-weight: 400;
	color: #CC0033;
	text-decoration: underline;
}
.css-mandatory-field {
	font-size: 11px;
	font-weight: 400;
	color: #900;
}
caption {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
.css-submenu-wrapper, .css-submenu-wrapper a {
	font-size: 18px;
	font-weight: 400;
	color: #333;
}
.css-submenu-wrapper div {
	line-height: 24px;
	height: 24px;
	cursor: pointer;
	padding-left: 10px;
}
.css-submenu-wrapper div:hover {
	color: #000;
}
#div-core #div-maintenance_mode {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	background-color: #F00;
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: fixed;
	top: 0px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	z-index: 100;
}
/*.css-button-link {
	font-size: 10px;
	text-align: center;
	display: table;
	height: auto;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	cursor: pointer;
	border-radius: 2px;
	background-color: #FFEAFF;
	border: 1px solid #CCC;
	float: left;
	margin-right: 2px;
	line-height: 10px;
}
.css-button-link:hover {
	color: #000;
	background-color: #FFE8FF;
}*/
.css-country {
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	color: #09C;
}
.css-form-country, .css-form-provstate {
	display: block;
	height: auto;
	width: auto;
	float: left;
}
.css-add-button {
	background-image: url(/images/add.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
.css-add-button:hover {
	background-position: top;
}
.css-delete-button {
	background-image: url(/images/delitem.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
.css-add-button {
	background-image: url(/images/additem.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
.css-delete-button:hover {
	background-position: top;
}
.css-button-blue-circle {
	font-size: 11px;
	color: #FFF;
	background-color: #069;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	border-radius: 20px;
	line-height: 35px;
}
.css-button-blue-circle:hover {
	border-shadow: 3px 3px #999;
	background-color: #09C;
}

#div-grid-button {
	background-image: url(/images/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	position: fixed;
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 99;
	opacity: 0.6;
}
#div-grid-button:hover {
	opacity: 1.0;
}
body .css-grid-wrapper {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 9999999;
	display: block;
}
body .css-grid-wrapper .css-grid {
	display: block;
	height: 100%;
	position: relative;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	float: left;
}
.css-warning {
	font-size: 12px;
	color: #FFF;
	background-color: #F00;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	display: table-cell;
}
.css-table-highlight-even-row tr:nth-child(even) { 
	background-color: #DFF4FF; 	
}
.css-table-highlight-odd-row tr:nth-child(odd) { 
	background-color: #DFF4FF; 	
}
.css-table-highlight-5th-row tr:nth-child(5n) {
	background-color: #DFF4FF; 	
}
.css-table-highlight-3rd-row tr:nth-child(3n) {
	background-color:#CCC; 	
}
.css-instruction {
	font-size: 14px;
}