html {
}

textarea {
    height: auto;
    border: none;
}

.ui-datepicker-trigger {
    display: none;
}

.noPrint, .tox-tinymce, .contextMenu {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: none !important;
}
.border-screen {
    border-color: transparent;
    border-width: 0px;
    border: none !important;
}

.noPrint * {
	display: none !important;
}


.printOnly {
	display: block;
}

.printOnly-inline {
	display: inline;
}

.cbImgUnchecked {
	display: none;
}



.padH {
    padding-right: 5px;
    padding-left: 5px;
}

.padT, .pt {
    padding-top: 5px;
}

.padV {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padB, .padB td, .pb {
    padding-bottom: 5px;
}

.mt {
	margin-top: 5px;
}

.mb {
	margin-bottom: 5px;
}

.ml {
	margin-left: 5px;
}

.mr {
	margin-right: 5px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.underline {
    text-decoration: underline;
}

.hidden {
    display: none;
}

.bold, .bold var {
    font-weight: bold !important;
}

.em {
    font-style: italic;
}

.normal {
    font-weight: normal;
}

.bb {
    border-bottom: solid 0.5px silver !important;
}

.border {
    border: solid 0.5px silver !important;
}

#helpList {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: none;
}

a {
    text-decoration: none;
    color: black;
}

a img {
    border: none;
}

p {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
}

h1 {
    padding: 8px 0;
    margin: 0;
    font-size: 1.6em;
    color: black;
}

h2 {
    padding: 8px 0;
    margin: 0;
    font-size: 1.4em;
    color: black;
}

h3 {
    padding: 5px 0;
    margin: 0;
    font-size: 1.2em;
    color: black;
}

body {
    font-family: Verdana;
    font-size: 12px;
    background-color: #ffffff;
    background-image: none;
    padding: 0;
    margin: 0;
}

input, select {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

option {
    font-family: Verdana;
    font-size: 12px;
    background-image: none;
    background-color: white;
    color: black;
    border: none;
}

textarea {
    font-family: Verdana;
    font-size: 12px;
    background-image: none;
    background-color: white;
    color: black;
    border: none;
}

/*
 input:focus {
 border: 2px solid #808080;
 }
 */
table {
    border-collapse: collapse;
    background-image: none;
    background-color: white;
    color: black;
    border: none;
}

td {
    font-family: Verdana;
    font-size: 12px;
    background-image: none;
    background-color: white;
    color: black;
    border: none;
/*
    padding: 0 3px;
*/
    /*height: 22px;*/
}

th, td.th, .th td {
    font-family: Verdana;
    font-size: 12px;
    background-image: none;
    background-color: white;
    color: black;
    border: none;
	font-weight: bold;
/*
    padding: 3px 3px;
*/
    text-align: left;
}

.green {
    color: black;
}

.red {
    color: black;
}

.clearFix {
    clear: both;
    height: 0;
    font-size: 0pt;
    line-height: 0px;
}

.la {
    text-align: left;
}

.ra {
    text-align: right;
}

.ca {
    text-align: center;
}

.oneLiner {
    white-space: nowrap;
}

.integer, .integer input {
    width: 40px;
}

.integer {
    text-align: center;
}

.double, .double input {
    width: 60px;
}

.double {
    text-align: right;
}

.string {
    width: 150px;
}

.time, .datetime {
    width: 38px;
    padding: 0 4px;
    text-align: center;
}

.time input, .datetime input {
    width: 38px;
}

.select {
}

.checkbox {
    text-align: center;
}

.date {
    width: 80px;
}

.lit {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
}

.noStyle {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
}

.noStyle th, .noStyle td {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
}

.sunday {
    color: black;
}

.warn {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
}

div.warn {
    color: black;
}

div.info {
    color: black;
}

#bubble {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1000;
    display: none;
    zoom: 1;
    height: 14px;
    font-size: 12px;
    padding: 1px 2px;
    border: 1px solid black;
    background-color: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 1px;
    overflow: hidden;
}

#bubble #bubbleArrow {
    display: none;
    position: absolute;
    z-index: 1001;
    bottom: 0px;
    left: 15px;
    margin-bottom: -5px;
}

.summary {
    background-color: white;
    font-size: 12px;
}

.smallTextarea {
    width: 150px;
    height: 25px;
}

.mediumTextarea {
    width: 400px;
    height: 200px;
}

.bigTextarea {
    width: 600px;
    height: 400px;
}

var {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

var.checked {
    background-image: url('../../gfx/checked.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
}

.addBox {
    display: none;
    margin-top: 5px;
    z-index: 999;
    position: absolute;
    background-color: white;
    border: 1px solid #c0c0c0;
    padding: 4px;
}

.addBox table {
    margin: 0 0 4px 0;
}

#searchBox {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
    height: 1px;
    overflow: hidden;
	display: none;
	zoom: 1;
}

#searchBox div {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
    height: 1px;
    overflow: hidden;
}

#searchBox * {
    margin: 0;
	display: none;
}

#searchBox div div {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
    height: 1px;
    overflow: hidden;
}

#searchBox table {
    border: none;
    margin: 0;
    padding: 0;
}

#searchBox th, #searchBox td {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

#notification {
    display: none;
    background-image: none;
    background-color: white;
    color: black;
    border: none;
}

.ajax {
    display: table;
}

.wrap {
    display: table;
}

.even {
    color: black;
    background-color: #ffffff;
}

.odd {
    color: black;
    background-color: #ffffff;
}

.blink {
    background-color: #f8f8f8;
}

#info, #success, #warning, #errors, #ajaxError {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

#ajaxError {
    display: none;
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 999;
    width: 400px;
    font-weight: bold;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url("./icons/error.png");
}

#ajaxError img {
    float: right;
}

#ajaxError span {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 11px;
}

#success {
    width: 200px;
    font-weight: bold;
    color: #008000;
    background-color: #7FFF00;
    background-image: url("./icons/ok.png");
}

#errors {
    width: 200px;
    font-weight: bold;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url("./icons/error.png");
}

#errors, #success li {
    list-style-type: none;
}

#wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#loginBox .login {
    margin: auto;
}

#loginText {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 200px;
    font-size: 11px;
}

#loginText ul li {
    margin: 2px 0;
}

.filler {
	height: 1px;
}

#loginBg {
    width: 320px;
    background-image: url('../../gfx/loginbg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

fieldset {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c0c0c0;
}

.login {
    background-color: white;
    padding: 20px;
    position: relative;
    width: 265px;
    z-index: 250;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.login label {
    width: 100px;
}

.login #username, .login #password {
    width: 144px;
}

fieldset label {
    float: left;
    text-align: right;
    font-weight: bold;
}

fieldset input, fieldset label {
    padding: 2px 0;
    margin: 2px 4px;
}

fieldset .submit {
    margin-left: 112px;
    margin-top: 8px;
}

#user {
    position: absolute;
    top: 5px;
    right: 0;
    text-align: right;
    z-index: 50;
}

#debug {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    height: 125px;
    width: 10px;
    overflow: auto;
    background-color: lightyellow;
    border: 1px solid #c0c0c0;
    opacity: 0.75;
}

/* Buttons */
button {
    margin: 0;
    background-image: none;
    background-color: white;
    color: black;
    border: none;
    display: none;
}

button img {
    margin: 0 0 -2px 0 !important;
    border: none;
    width: 16px;
    height: 16px;
    display: none;
}

button:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
    -moz-box-shadow: 0 0 3px #999999;
    -webkit-box-shadow: 0 0 3px #999999;
}

button.edit {
    color: #935613;
}

button.edit:hover {
    background-color: #efd9c2;
    border: 1px solid #d8ae81;
    color: #925314;
}

button.positive {
    color: #529214;
}

button.positive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

button.negative {
    color: #d12f19;
}

button.negative:hover {
    background-color: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

/* Menu */
#menu {
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 100;
    height: 1px;
    overflow: hidden;
    display: none;
}

#menu, #menu ul {
    list-style: none;
}

#menu, #menu * {
    padding: 0;
    margin: 0;
}

#menu a {
    color: black;
}

#menu a:hover {
    color: black;
    text-decoration: none;
}

/* Head links */
#menu .headlink {
    width: 120px;
    float: left;
    margin-left: -1px;
    text-align: center;
    border: 1px solid #d0d0d0;
    background-color: #f9f9f9;
    background-image: url('../../gfx/btnbg.png');
    background-position: top;
    background-repeat: repeat-x;
}

#menu .headlink a {
    display: block;
    padding: 5px;
}

/* Child lists and links */
#menu .headlink ul {
    width: 120px;
    display: none;
    text-align: left;
    border-top: 1px solid #c0c0c0;
}

#menu .headlink:hover ul {
    display: block;
}

#menu .headlink ul li a {
    padding: 5px;
}

#menu .headlink ul li a:hover {
    background-color: #646464;
    color: white;
    text-decoration: none;
}

#menu .headlink a:hover {
    text-decoration: none;
    background-color: #646464;
    color: white;
    text-decoration: none;
}

#menu img {
    height: 4px;
    width: 8px;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

#tabs {
    height: 1px;
    overflow: hidden;
    display: none;
}

#tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

#tabs ul li {
    margin: 0;
    margin-right: 1px;
    background-image: none;
    background-color: white;
    color: black;
    border: none;
    display: none;
}

#tabs ul li.last {
}

#tabs ul li.active, #tabs ul li.superActive {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
    display: none;
}

#tabs .active a, #tabs .superActive a {
    color: #000000;
}

#tabs a:hover {
    text-decoration: none;
}

#tabs a {
    color: #000000;
}

#tabs ul li:hover {
    background-color: #eeeeee;
    border: 1px solid #cecece;
    border-bottom: none;
}

#tabs ul li.first {
    /*
     border-left-width: 1px;
     */
    margin-left: 5px;
}

.popMessage {
    z-index: 300;
    margin: auto;
    display: block;
    position: fixed;
    left: 25%;
    right: 25%;
    top: 25%;
    width: 400px;
    background-color: #f0f0f0;
    border: solid 5px #444444;
    border-top: solid 2px #444444;
    text-align: center;
    font-weight: bold;
}

.popMessage div {
    padding: 5px;
}

.popMessage h4 {
    margin: 0;
    padding: 1px;
    background-color: #444444;
    color: white;
    vertical-align: middle;
    height: 16px;
    padding-bottom: 2px;
    text-align: left;
    padding-left: 20px;
}

.popMessage h4 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
}

.popMessage p {
    text-align: left;
}

#lockedBg, #loader {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 200;
    background-color: black;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    text-align: center;
    filter: alpha( opacity = 80);
}

#loader {
    display: block;
    background-color: white;
    padding-top: 25%;
    font-size: 1.2em;
    font-weight: bold;
    filter: alpha( opacity = 80);

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#loginBox {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.tbButton {
    height: 24px;
    width: 24px;
    margin-right: 2px;
    padding: 0;
}

.tbButton:hover {
    background-color: white;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.tbButton img {
    height: 16px;
    width: 16px;
}

.sumRow {
    background-image: none;
    background-color: white;
    color: black;
    border: none;
}

tr {
	    background-image: none;
	background-color: white;
	color: black;
	border: none;
}

#user {
	display: none;
}

#quickHelp {
	display: none;
}

#bubble, #bubble-r, #quickHelpToolbar, #helpArrow-r
{
	display: none;
}

.q {
	display: none;
}


.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.fs110 {
	font-size: 1.1em;
}

.bigger, .fs115 {
    font-size: 1.15em;
}

.big, .fs13, .fs130 {
    font-size: 1.3em;
}

.smaller, .fs085 {
    font-size: 0.85em;
}


.smaller2, .fs09, .fs090 {
	font-size: 0.9em; 
}

.small, .fs075 {
    font-size: 0.75em;
}

.noteBox {
	padding-left: 15px;
	width: 230px;
	vertical-align: top;
	text-align: justify;
	font-size:0.85em;
}
.header {
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	font-size: 1.1em;
}
.thead {
	 background-image:none;
	 background-color:transparent; 
	 border: 0px; 
}
.fr_resp {
	vertical-align:top;
	font-size:0.85em;
	text-align:center;
}
.iterrator {
	width:30px;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	font-size:0.9em;
}
.iterrator2 {
	width:30px;
	vertical-align:top;
	text-align:left;
	font-size:0.9em;
}
.iterrator3 {
	width:30px;
	vertical-align:top;
	font-style: italic;
	text-align:left;
	font-size:0.8em;
}
.name {
	width:400px;
	height:20px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}
.name2 {
	width:400px;
	height:20px;
	font-size: 0.9em;
	text-align: left;
	vertical-align:top;
}
.name3 {
	width:400px;
	height:20px;
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
	vertical-align:top;
}
.footer {
	font-size: 1em;
	font-weight:bold;
}
.center {
	text-align: center;
}
.signArea {
	border-top: 0px dotted black;
	border-left: 0px dotted black;
	border-right: 0px dotted black;
	border-bottom: 1px dotted black;
	margin: 10px;
	height: 70px;
}
.noneBorder {
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-collapse:collapse;
}
.agreement {
	font-style: italic;
	padding:10px 55px 10px 55px;
	font-size: 1em;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-collapse:collapse;
}
.greyish {
	color: gray;
}
.page-break-avoid {
    page-break-inside: avoid;
}

.page-break-after {
    page-break-after: always;
}
.page-break-before {
    page-break-before: always;
}