
@CHARSET "ISO-8859-1";

html {
    overflow: -moz-scrollbars-vertical;
    overflow: scrollbars-vertical;
}

body, td, th, textarea {
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px; 
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.form-container {
	overflow: hidden;
	width: 540px;
	text-align: left;
}

label {
    display: inline-block;
    overflow: hidden;
    padding-top: 2px;
    text-align: left;
    width: 120px;
    float: left;
    color: #666;
}

label.required:after {
    content: '*';
    padding-left: 4px;
    color: #ff0000;
    font-size: 120%;
    font-weight: bold;
    position: relative;
    top: 4px;
}

label.next-line {
	display: block;
	overflow: hidden;
	float: none;
	width: 100%;
}

input[type=text],
input[type=password],
select,
textarea {
    font-family: Arial,Verdana,Tahoma;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #999;
    border-radius: 3px;
}

input[type=text],
input[type=password] {
    width: 300px;
}

input[type=text].small,
input[type=password].small {
    width: 60px;
}

select {
    width: 318px;
}

select.auto-fit {
    width: auto;
    max-width: 200px;
}

textarea {
    width: 300px;
    height: 120px;
}

textarea.big {
	width: 90%; 
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}

textarea.bignohigh {
	width: 90%;
	height: 120px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.auto-label {
    float: left;
    padding: 4px 4px 0 0;
    color: #666;
    font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 6px 0 2px;
    text-shadow: 1px 1px 3px #999;
}

ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol li {
    list-style: none;
    padding-bottom: 3px;
    margin-bottom: 4px;
}

ul:not(#menu) li,
ul:not(.zTree) li {
	padding-bottom: 6px;
}

.clear-all {
    float: none;
    clear: both;
}

fieldset {
    border: 1px solid #ccc;
    border-radius: 8px;
}

fieldset ol {
    margin: 2px auto;
}

fieldset legend, .legend {
    color: #fff;
    font-weight: bold;
    padding: 3px 12px;
    background: rgb(118,152,224); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(118,152,224,1) 0%, rgba(109,136,183,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(118,152,224,1)), color-stop(100%,rgba(109,136,183,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(118,152,224,1) 0%,rgba(109,136,183,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(118,152,224,1) 0%,rgba(109,136,183,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(118,152,224,1) 0%,rgba(109,136,183,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(118,152,224,1) 0%,rgba(109,136,183,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7698e0', endColorstr='#6d88b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* .wrapper {
	display: block;
	overflow: hidden;
} */

/* fieldset */ 
.input-box {
    display: block;
    width: 100%;
    clear: both;
    float: none;
}

.legend {
    display: inline-block;
    position: relative;
    top: -4px;
    z-index: 10;
}

.spacer {
    display: block;
    overflow: hidden;
    height: 12px;
}

.calculator-popup {
    z-index: 1001;
}

span.ui-spinner {
    width: auto; /* 316px; */
}

input.ui-spinner-input {
    width: 270px;
}

.clear-fix {
    clear: both;
    float: none;
}

/* AJAX Table Paginator Styles */
.ajax-table-content {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
}
#ajaxTableContainer .pagination ul li.inactive,
#ajaxTableContainer .pagination ul li.inactive:hover,
#ajaxTableContainer .timecard-pagination a.inactive,
#ajaxTableContainer .timecard-pagination a.inactive:hover {
    background-color:#ededed;
    color:#bababa;
    border:1px solid #bababa;
    cursor: default;
}

.data-list-command-item {
    float: left;
}
.data-list-command-item.div-left {
    padding-right: 8px;
    padding-top: 12px;
}
.data-list-command-item.div-right {
    padding-left: 8px;
}

#ajaxTableContainer .data ul li {
    list-style: none;
    font-family: verdana;
    margin: 5px 0 5px 0;
    color: #000;
    font-size: 13px;
}

#ajaxTableContainer .pagination,
#ajaxTableContainer .timecard-pagination {
    /* width: 300px; */
}

#ajaxTableContainer .pagination ul,
#ajaxTableContainer .timecard-pagination ul {
    float: right;
}

#ajaxTableContainer .pagination ul li {
    border: 1px solid #006699;
    margin: 0 3px 0 3px;
    font-family: arial;
    font-size: 14px;
    color: #006699;
    font-weight: bold;
    background-color: #f2f2f2;
    border-radius: 6px;
    box-shadow: 1px 1px 2px rgba(96, 96, 96, 0.6);
    line-height: 2em;
   	padding: 2px 8px;
}

#ajaxTableContainer .timecard-pagination a {
    border: 1px solid #006699;
    margin: 0 3px 0 3px;
    font-family: arial;
    font-size: 14px;
    color: #006699;
    font-weight: bold;
    background-color: #f2f2f2;
    border-radius: 6px;
    box-shadow: 1px 1px 2px rgba(96, 96, 96, 0.6);
    line-height: 2em;
   	padding: 8px 12px;
}

#ajaxTableContainer .pagination ul li,
#ajaxTableContainer .timecard-pagination ul li {
    list-style: none;
    float: left;    
}

#ajaxTableContainer .pagination ul li:hover,
#ajaxTableContainer .timecard-pagination a:hover {
    color: #fff;
    background-color: #006699;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ajaxTableContainer .page-data {
    display: inline-block;
    overflow: hidden;
    padding: 18px 0 0 6px;
}

#ajaxTableContainer .pagination li.disabled,
#ajaxTableContainer .pagination li.disabled:hover,
#ajaxTableContainer .timecard-pagination a.disabled,
#ajaxTableContainer .timecard-pagination a.disabled:hover {
    background-color: #dfe3f8;
    cursor: default;
    color: #0099cc;
}

.ajax-table-footer {
    display: block;
    overflow: hidden;
    padding-top: 4px;
    margin: 0;
}
.ajax-table-header {
    float: none;
    clear: both;
}

#ajaxTableContainer .data-list-commands {
    display: block;
    overflow: hidden;   
    line-height: 2em;
    padding-right: 4px;
    padding-bottom: 4px;
    width: 100%;
}

#ajaxTableContainer .data-list-commands .data-list-commands-left {
    display: inline-block;
    overflow: hidden;
    width: 646px;
}

#ajaxTableContainer .data-list-commands .data-list-commands-right {
    display: inline-block;
    overflow: hidden;
    float: right;
}

#ajaxTableContainer .data-list-commands label {
    width: auto;
    padding-right: 8px;
}

#ajaxTableContainer .data-list-commands input[type=text] {
    width: 180px;    
}

#ajaxTableContainer .data-list-commands select {
    width: 80px;
    margin-top: 4px;
}

/* SimpleModal Dialog Box */
/* Overlay */
#simplemodal-overlay {background-color:#000;}
/* Container */
#simplemodal-container { position:relative; color:#bbb; background-color:#fff; border:4px solid #444; border-radius:4px; }
#simplemodal-container .simplemodal-data { }
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
/* #simplemodal-container a.modalCloseImg {background:url('../images/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;} */
#simplemodal-container a.modalCloseImg {background:url('../images/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:4px; right:4px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
#simplemodal-container .dialog-header {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 14px;
    background: url("../images/footer_bg.gif") repeat-x scroll 0 50% #1e5799;
    color: #fff;
}

#simplemodal-container .dialog-message {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 18px 0;
    color: #000;
}

#simplemodal-container .dialog-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 0;
    background-color: #ccc;
    text-align: right;
    width: 100%;
}

#simplemodal-container .dialog-buttons button {
    margin-right: 12px;
    padding: 3px 12px;
    border-radius: 8px;
}

#simplemodal-container #dialog_errors {
    color: #ff0000;
    text-align: center;
    font-weight: bold;
}

.no-wrap {
    display: block;
    overflow: hidden;
    padding-left: 40px;
    text-align: left;
    white-space: nowrap;
    width: 320px;
}

/* Custom Report Table */
.report-detail {
    display: block;
    overflow: hidden;
    height: 520px;
    padding: 12px 24px;
}

.report-detail h3 {
    display: block;
    overflow: hidden;
    background-color: #ddd;
    font-weight: bold;
    padding: 6px 24px;
    font-size: 160%;
    color: #000 !important;
}

.report-detail .report-actions {
    float: right;
}

.report-detail .report-actions button {
    margin-left: 8px;
}

.report-detail table {
    border-collapse: collapse;
    empty-cells: show;
    margin: 0;
    padding: 0;
    width: 100%;
}

.report-detail td, .report-detail th {
    padding: 2px 4px;
    border: 1px solid #ccc;
    color: #000;
}

.report-detail th {
    background-color: #2f3f74;
    color: #fff;
    font-weight: bold;
}

.report-detail tbody tr:nth-child(even) {
    background-color: #efefef;
}

.report-detail tbody tr:nth-child(odd) {
    background-color: #fff;
}

#calendar-holder .marker-info {
    display: block;
    overflow: hidden;
    background: #fff none;
    border-radius: 4px;
    padding: 3px 8px;
    color: #000;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    width: 100px;
    text-align: center;
    z-index: 10;
    position: relative;
    top: -40px;
    left: 40px;
}

.readonly {
    background-color: #eee;
    color: #777;
}

.ajax-waiting {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6) 50% 50% url('../images/ajax-page-loader.gif') no-repeat;    
}

.event-auth {
    background-color: #7bfd47 !important;
}

.event-noauth {
     background-color: #fdcc47 !important;
}

.dialog-list {
    width: 100%;
    height: 540px;
    display: block;
    overflow: hidden;
    background-color: #fff;
}

.dialog-overlay {
    width: 80%;
}

.sub-title {
    font-size: 180%;
    font-weight: bold;
    display: block;
    height: 48px;
    position: relative;
}

.right {
    position: absolute;
    top: 0;
    right: 0;
}

.img-left {
    float: left;
    padding-right: 12px;
}

.img-right {
    float: right;
    padding-left: 12px;
}

div.ajax-waiting {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 54px;
    width: 54px;
    background: url('../images/ajax-page-loader.gif') 0 0 no-repeat;
    margin-left: -27px;
    margin-top: -27px;
}

.centered {
    text-align: center;
    width: 440px;
}

.runtime-messages {
    text-align: center;
    padding: 18px 0;
    color: #0a9d3a;
}

#progressMessage {
    text-align: center;
    font-size: 140%;
}

.iframe-container {
    width: 90%;
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
    overflow: hidden;
}

.report-subheader {
    background-color: #2f3f74;
    color: white;
    font-weight: bold;
    font-size: 140%;
}

.report-colheader {
    background-color: #2f3f74;
    color: white;
    font-weight: bold;
    font-size: 110%;   
}

.print-container {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;   
}

.print-titles {
    display: block;
    overflow: hidden;
    padding-bottom: 8px;
}

.print-header {
    color: #1e5799;
    text-align: center;
    font-size: 240%;
    font-weight: bold;
    text-shadow: 0 0 1px #000;
}

.print-subheader {
    color: #1e5799;
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    text-shadow: 0 0 1px #000;   
}

tr.blank-row {
    background-color: #fff;
    border: none;
    cursor: default;
}

tr.blank-row td {
    background-color: #fff;
    border: none;
    cursor: default;
}

.list-button {
    background: rgb(64, 150, 238) none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 1px 6px;
}

.list-button:hover {
    background: rgb(122, 188, 255);
    color: #000;
}

.button {
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    border-radius: 12px;
    border: 2px solid #bdc9fd;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    font-family: Arial,Verdana,Tahoma;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 14px 4px 14px;
    margin: 0;
    text-decoration: none;    
}

.button:hover {
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-decoration: none;
}

.button.disabled, .button.disabled:hover {
    color: #aaa;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.button.small {
    border-radius: 14px;
    font-size: 14px;
    padding: 6px 20px;
}

.button.tiny-button {
	position: relative;
	top: 2px;
	border-radius: 6px;
	font-size: 12px;
	padding: 2px;
}

.button.fixed200 {
    border-radius: 14px;
    font-size: 14px;
    padding: 6px 20px;
    width: 200px;	
}

.field-actions-container {
	display: inline-block;
	margin: 0;
	padding-left: 4px;
	position: absolute;
	top: 1px;
}

a.link-button {
    border: 2px solid #666;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 2px 8px 0;
    position: absolute;
    top: 0px;
    width: auto;
    margin-left: 4px;
}

a.link-buttonx {
    border: 2px solid #666;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 4px 8px;
    top: 0px;
    width: auto;
    margin-left: 4px;
    position: relative;
    top: 8px;
    color: #ccc;
    box-shadow: 3px 3px 3px rgba(86, 86, 86, 0.6);
    text-decoration: none;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

a.link-buttonx:hover {
	color: #fff;
	text-decoration: none;
}

a.link-button img {
    height: 18px;
}

a.link-button-small {
    position: relative;
    border: 2px solid #666;
    border-radius: 6px;
    cursor: pointer;
    padding: 4px 4px;
    line-height: 1;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    color: #ccc;
    box-shadow: 3px 3px 3px rgba(86, 86, 86, 0.6);
    text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
	background: rgb(122,188,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

a.link-button-small:hover {
	color: #fff;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4096ee+0,60abf8+56,7abcff+100 */
	background: rgb(64,150,238); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(64,150,238,1) 0%, rgba(96,171,248,1) 56%, rgba(122,188,255,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(64,150,238,1) 0%,rgba(96,171,248,1) 56%,rgba(122,188,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(64,150,238,1) 0%,rgba(96,171,248,1) 56%,rgba(122,188,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#7abcff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

a.link-button-small img {
    position: relative;
    top: 4px;
    height: 18px;
    width:16px;
}

/* System Error and Success Messages */
.error-messages, .success-messages {
    border-radius: 6px;
    text-align: center;
    margin-bottom: 6px;   
}

.error-messages {    
    background-color: #ffd8d8;
    border: 2px solid #880000;
}

.success-messages {
    background-color: #e3ffd8;
    border: 2px solid #7dc361;   
}

.error-messages ol, .success-messages ol {
    list-style: none;
    margin: 0;
    padding-top: 10px;
}

.error-messages li, .success-messages li {
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;    
}

.error-messages li {
    color: #ff0000;    
}

.success-messages li {
    color: #325324;   
}

.frame-container {
	padding: 0;
	margin: 0;
}

.dialog-content {
	padding: 0;
	margin: 0;
}

.login-container {
	display: block;
	overflow: hidden;
	padding-top: 48px;
	text-align: center;
}

.login-box {
	display: block;
	overflow: hidden;
	width: 500px;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.user-info {
	
}

.user-info-table {
	border-collapse: collapse;
	empty-cells: show;
	margin: 0;
	padding: 0;
}

.user-info-table td {
	background-color: transparent;
	padding: 2px 4px;
}

.user-info-label {
	color: #a5c9e3;
	text-align: right;
}

.user-info-value {
	color: #666;
	text-ailgn: left;
}

.user-info-value select {
	width: 180px;
}

.debug-info {
	display: block;
	overflow: hidden;
	margin-top: 8px;
	padding: 4px 0;
	border-top: 1px solid #ccc;
	color: #444;
	text-align: left;
}

/* App Waiting Styles */
.app-waiting-overlay {
	z-index: 99999;
	opacity: 0.4;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.app-waiting-dialog {
	z-index: 100000;
	opacity: 1;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: -102px;
	margin-top: -16px;
	width: 204px;
	height: 32px;
	border: 3px solid #ccc;
	border-radius: 8px;
	padding-top: 10px;
	padding-left: 64px;
}

.app-waiting-image {
	position: absolute;
	top: 5px;
	left: 8px;
}

.app-waiting-text {
	position: absolute;
	top: 12px;
	left: 52px;
	color: #333;
	font-weight: bold;
	font-size: 120%;
}
/* End Of App Waiting Styles */

/* Global Messages */
.global-messages {
	display: block;
	overflow: hidden;
	background-color: #cc0000;
    	margin-bottom: 6px; 
    	height: 26px;
}
.global-messages ol {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	position: relative;
}

.global-messages li,
.global-messages li a {
	position: absolute;
    	font-size: 16px;
    	font-weight: bold;
    	margin-top: 2px;   
    	color: #fff; 
    	white-space: nowrap;
    	text-decoration: none;
    	cursor: pointer;
    	width: 100%;
    	text-align: center;
}

.global-messages li.first,
.global-messages li.first a {
	padding-left: 0;
	margin-left: 0;
	border-left: none 0;
}
/* End of Global Messages */

.combo-list {
	display: block;
	overflow: hidden;
	position: relative;
}

.combo-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.combo-list li {
	list-style: none;
	margin: 0;
	padding-bottom: 2px;
}

.combo-list span {
	position: relative;
	top: -2px;
}