body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #4E443C;
	background: #F9F9F9;
	line-height: normal;
}

p {
	padding-bottom: 5px;
}

strong,B {
	font-weight: bold;
}

I {
	font-style: italic;
}

.content h1 {
	font-size: 1.2em;
	margin-bottom: 8px;
	font-weight: bold;
}

h1.info-box-heading {
	margin-left: 10px;
}

h2 {
	margin-bottom: 6px;
	padding-bottom: 2px;
	font-weight: bold;
}

.info-box h2 {
	border-bottom: solid black 1px;
}

.mainBody {
	width: 1150px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: #FCFCFC;
	padding: 0px
}

.header {
	background: #E5E4E2;
}

.banner {
	background: #000000 url("../img/top_bgup.gif");
}

.banner h3 {
	float: right;
	padding: 20px;
	color: white;
	font-size: 1.5em;
}

.info-boxes-left {
	margin-left: 10px;
	float: left;
	width: 48%;
}

.info-boxes-right {
	float: right;
	width: 48%;
	margin-right: 18px;
}

.info-box {
	width: 99%;
	background: #F9F9F9;
	border: 2px solid #E8E8E8;
	padding: 5px;
	margin-bottom: 10px;
}

#logoutMenu {
	padding: 6px;
	float: right;
}

#logoutMenu A {
	color: black;
	text-decoration: none;
}

#logoutMenu A:hover {
	text-decoration: underline;
}

.italic {
	font-size: 0.8em;
	font-style: italic;
	color: #1D6802;
}

.menu {
	height: 36px;
	background-color: #F9F9F9;
}

.menu-fixed {
	position: fixed;
	top: 0px;
}

#jqxMenu {
	z-index: 5000;
	display: none;
}

.content {
	margin: 5px 0px;
}



.menu h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding: 4px;
}

.below {
	margin-top: 30px;
}
.below-small {
	margin-top: 10px;
}


.content .user-details,.menu .user-details {
	float: right;
	padding: 4px;
}

.footer {
	margin-top: 40px;
	padding-top: 4px;
	border-top: 1px solid #e8e8e8;
}

.minHeight {
	height: 500px;
	width: 1px;
	float: right;
}

.clear {
	clear: both;
}


.form label {
	display: block;
}

.form .flat-box {
	float: left;
	margin-right: 5px;
}

.form div {
	padding: 3px;
}

/*
.form .flat-box:hover,.form .box:hover {
	background-color: #F4F2F2;
	background-image: linear-gradient(to bottom, #F4F2F2, #E8E8E8);
}*/
.form-block label {
	width: 120px;
	display: block;
	float: left;
}

.login-table td {
	padding: 2px 4px;
}

.msg-body {
	padding: 10px;
	margin: 5px 0px;
}

.error {
	color: red;
}

.message {
	color: blue;
}


.jqxgridBlock {
	margin-top: 10px;
}

.buttons-menu {
	margin-top: 10px;
}

.ui-datepicker {
	z-index: 9999 !important;
}

.ui-dialog {
	z-index: 9998 !important;
}

.dataTable .dtheader td, .dataTable th {
	border: 1px solid #ccc;
	padding: 5px;
	background: #E8E8E8;
	font-weight: bold;
}

.priceTable {
	width: 600px;
	background-color: white;
}

.priceTable .dtheader td {
	border: 1px solid #ccc;
	padding: 5px;
	background: #E8E8E8;
}

.listTable td {
	padding: 2px 10px;
}

.listTable td a {
	text-decoration: underline;
	color: #4e443c;
}
.listTable TR:hover { 
	background: #d0ffff; 
}

.listTable td a:visited {
	color: #4e443c;
}

.full-screen {
	width: 100%;
	margin: 20px 0;
}

.dataTable {
	border-collapse: collase;
}

.dataTable td {
	border: 1px solid #ccc;
	padding: 3px 4px;
	line-height: normal;
}

.dataTable TBODY tr:hover td {
	background: #d0ffff;
}

TABLE.pr-table {
	width: auto !IMPORTANT;
	margin: 10px 0;
}

TABLE.pr-table TD,TABLE.pr-table THEAD TH.header,TABLE.pr-table THEAD TH,TABLE.pr-table TFOOT
	{
	border: 1px solid #ccc !IMPORTANT;
	padding: 2px 3px;
	line-height: normal;
	font-size: 10pt;
}

TABLE.pr-table TFOOT {
	font-weight: bold;
	padding: 1px 4px;
}

TABLE.pr-table THEAD TH.header {
	font-weight: bold;
	padding: 2px 20px 2px 2px;
}

.pr-table TR:hover TD {
	background-color: #d0ffff !IMPORTANT;
}

.pr-table TR.status-Inactive,.pr-table TR.inactive TD {
	background: #d8d8d8;
}

.pr-table TBODY A {
	text-decoration: none;
}

.pr-table TBODY A:hover {
	text-decoration: underline;
}

TABLE.pr-table-small TD, 
TABLE.pr-table-small THEAD TH { 
	font-size: 8pt !IMPORTANT;
	padding: 3px 3px;
}

.fullWidth {
	width: 100%;
}

.numerical input {
	text-align: right;
}
.numerical td, .numerical th {
	text-align: right;
}

.button,button,A.abutton {
	color: white !IMPORTANT;
	background-color: #099FC4 !IMPORTANT;
	background-image: linear-gradient(to bottom, #099FC4, #04647A) !IMPORTANT;
	border: 1px solid #02576B !IMPORTANT;
	padding: 2px !IMPORTANT;
}

A.tableButton {
	padding: 2px !IMPORTANT;
	color: white !IMPORTANT;
	text-decoration: none;
}

td.tableButton {
	background: #099FC4 !IMPORTANT;
	background-image: linear-gradient(to bottom, #099FC4, #04647A) !IMPORTANT;
	border: 1px solid #02576B !IMPORTANT;
}

.button:hover,button:hover,A.abutton:hover {
	background: #0DB5DB;
	background-image: linear-gradient(to bottom, #0DB5DB, #04647A);
}

.button:active,button:active,A.abutton:active {
	background: #02404F;
	background-image: linear-gradient(to bottom, #02404F, #04647A);
}

.button:disabled,button:disabled {
	background: #BABABA;
	background-image: linear-gradient(to bottom, #BABABA, #808080);
}

A.abutton {
	text-decoration: none;
}

button.red {
	color: white;
	background: #C10C09;
	background-image: linear-gradient(to bottom, #C10C09, #7C0806);
	border: 1px solid #8C1313;
	padding: 2px;
}

button.red:hover {
	background: #D31B1B;
	background-image: linear-gradient(to bottom, #D31B1B, #7C0806);
}

button.red:active {
	background: #890C0C;
	background-image: linear-gradient(to bottom, #890C0C, #7C0806);
}

.left {
	float: left;
}


#fileContent {
	height: 400px;
	overflow: scroll;
	font-family: Arial;
	line-height: 16px;
	border: 1px solid #D1D1D1;
	margin-top: 10px;
}

#fileContent .line:hover {
	background-color: #D1D1D1;
}

ul.inline {
	display: inline;
	margin-bottom: 10px;
}

.inline li {
	display: inline;
}

.selected-url {
	background-color: #CCC;
	color: green;
	text-decoration: none;
}

.inactive {
	background: #FFE0B2 !IMPORTANT;
}

em {
	font-style: italic;
}

.alert {
	background: #E8E5E5;
	border: 3px dashed #B90B08;
	padding: 5px;
	margin-bottom: 10px;
}

.results-cell {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 2px;
	text-align: left;
	margin-right: 2px;
	margin-left: 4px;
	margin-top: 4px;
}


.mild-warning {
	color: #663399;
}

.severe-warning {
	color: #ff0000;
}

#rowDetails {
	height: 100px;
	padding: 20px
}

.jqx-button {
	z-index: 5000
}

.form-field {
	text-align: left;
	clear: both;
}

.search-form .form-field {
	margin-bottom: 2px;
}

.form-field LABEL {
	float: left;
	width: 22%;
	margin-top: 4px;
	text-align: left;
	padding-left: 8px;
}

.data-list {
	margin-top: 1px;
}
	
.data-list LABEL {
	float: left;
	width: 15%;
	text-align: left;
	padding-left: 8px;
}

.search-radio-group LABEL {
	width: auto;
	float: none;
}

.search-drop-down-label {
	float: left;
	width: 25%;
	margin-top: 1px;
}

TR.search-Inactive TD.stock-ind { background-color: #d0d0d0 !IMPORTANT; }

.even {
	background-color: #F0F0F0
}

.simple-link a {
	text-decoration: none;
}

.italic-link a {
	text-decoration: none;
	font-style: italic;
}

.file-contents {
	width: 96%;
	background: white;
	border: 2px solid #E8E8E8;
	padding: 20px;
}

.stocknotes { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.webApi h2 {
	font-weight: bold;
	padding-bottom: 5px;
}

.webApi {
	margin-bottom: 20px;
}

.locked {
	border: 1px solid #FC0505;
	background-color: #FFDBDB
}

td.greenPriceTop {
	background: #CFFFA5
}

td.greenPriceBottom {
	background: #CFFFA5
}

td.yellowPriceTop {
	background: #FFEEA5
}

td.yellowPriceBottom {
	background: #FFEEA5
}

.panelBottom {
	position: fixed;
	bottom: 0px;
	width: 1130px;
	background-color: #E8E8E8;
	border: 1px solid black;
	padding: 10px;
	opacity: 0.6;
	filter: alpha(opacity =   60); /* For IE8 and earlier */
}

.panelBottom:hover {
	background-color: #E8E8E8;
	opacity: 1;
	filter: alpha(opacity =   100); /* For IE8 and earlier */
}

.queryBox {
	float: left;
	width: 300px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #A5A2A2;
	background-color: #E0DEDE;
	cursor: pointer;
}

.queryBox:hover {
	background-color: #F7F7F7;
}

.queryBox:active {
	background-color: #5B5B5B;
	color: #F7F7F7;
}

.none {
	display: none;
}

.smallMarginTop {
	margin-top: 10px;
}

.editReqFiles_stocks div {
	float: left;
	width: 320px;
}

.editReqFiles_stocks div textarea {
	margin-top: 4px;
	padding: 2px 4px;
	width: 300px;
	height: 200px;
}

.editReqFiles_stocks div p {
	text-decoration: underline;
}

.bullets {
	list-style: disc inside none;
}

.bullets LI {
	line-height: auto;
	padding: 2px 0;
}

/* EDI FTP */
.FTPFilename {
	font-weight: bold;
	line-height: normal;
	border: solid #ccc 1px;
	background: #bbb;
	padding: 4px;
	margin-bottom: 6px;
}

.FTPFile {
	white-space: pre;
	line-height: normal;
	border: solid #ccc 1px;
	padding: 10px;
	background: #eee;
}

A:link,A:visited {
	color: blue;
}

/* Jobs */
#jttable {
	width: auto;
}

#jttable TH,#jttable TD {
	font-size: 9pt;
	border-bottom: solid #ccc 1px;
}

#jttable TH {
	font-weight: bold;
	padding-right: 20px;
}

#jttable TBODY TR:hover TD {
	background: #d0ffff;
}

#jttable TR.jt-active-N TD {
	background: #e0e0e0;
}

#jttable TR.jt-source-BBG TD.source, #jttable TR.jt-source-BBGUP TD.source  {
	background: #e8e8ff;
}

#jttable TR.jt-source-EDI TD.source {
	background: #ffe8e8;
}

#jttable TR.jt-source-CoinAPI TD.source {
	background: #ffffc0;
}

#jttable .jt-source-EDI.source {
	color: brown;
}

#jttable .jt-source-EODData TD.source {
	background: #c0ffc0;
}

#jttable .jt-source-EODHistoricalData TD.source {
	background: #b0dfa0;
}

#jttable .jt-source-Fill TD.source {
	background: #ccc7e1;
}

#jttable .jt-source-Default TD.source {
	background: #e3dddd;
}

#jttable .jt-status-done {
	color: green;
}

#jttable .jt-status-active {
	color: black;
}

#jttable .jt-status-todo {
	color: orange;
}

#jttable .jt-status-unknown {
	color: orange;
}

#jttable .jt-status-failed {
	color: red;
}

#jttable .jt-status-notrun {
	color: red;
}

#jttable .jt-runnow-normal {
	color: blue;
}

#jttable .jt-runnow-emphasis {
	color: red;
}

#jttable .jt-region,.ex-country {
	background-repeat: no-repeat !IMPORTANT;
	background-position: 2px 5px !IMPORTANT;
	padding-left: 20px !IMPORTANT;
}

#jttable TR.jt-condition-Failed TD {
	color: red;
}

#jttable TR.jt-condition-Active TD {
	color: green;
}

#jttable TR.jt-condition-Success TD {
	color: purple;
}

#jttable TD.overdue {
	color: red !IMPORTANT;
	font-weight: bold;
}

.jobs-page,.exchange-page {
	margin-bottom: 15px;
	line-height: normal;
}

.jobs-page i {
	font-style: italic;
}

.jobs-page b {
	font-weight: bold;
}

.jobs-page p,.jobs-page .dataTable {
	margin: 4px 0;
}

.ftp-status {
	margin-bottom: 6px;
	font-size: 120%;
	font-weight: bold;
}

.ftp-job-files,.ftp-job-log {
	display: inline-block;
	white-space: pre-wrap;
	font-family: monospace, 'Courier New';
	width: 80%;
	background: #f0f0f0;
	padding: 4px;
	border: solid #ccc 1px;
	overflow: auto;
}

.ftp-job-files {
	max-height: 70px;
}

.ftp-job-log {
	max-height: 300px;
}

.ftp-file-table {
	border-collapse: collapse;
	background: white;
	margin: 10px 20px 10px 0;
}

.ftp-file-table THEAD {
	font-weight: bold;
	background: #ccc;
}

.ftp-file-table TR:hover {
	background: #ddf;
}

.ftp-file-table TD,.ftp-file-table TH {
	padding: 2px;
	border: solid #aaa 1px;
	white-space: pre;
}

.ftp-file-search {
	padding: 4px;
	margin-bottom: 4px;
	border: solid #ccc 1px;
	background: #fffff0;
}

.ftp-search-table {
	font-size: 8pt;
	line-height: normal;
}

.ftp-search-table em {
	background: yellow;
	font-style: normal;
}

.ftp-search-table TD.e6,.ftp-search-table TD.e7,.ftp-search-table TD.e8,.ftp-search-table TD.e9,.ftp-search-table TD.e16
	{
	color: blue;
	text-align: right;
}

.ftp-search-table TD.e2,.ftp-search-table TD.e17,.ftp-search-table TD.e26
	{
	color: green;
}

.req-file-name {
	font-weight: bold;
	margin-top: 10px;
	line-height: normal;
	margin-left: 10px;
	border-bottom: solid #ccc 1px;
}

.req-file-contents,.req-file-upload {
	line-height: normal;
	margin-left: 30px;
	white-space: pre-line;
	color: #008;
}

.req-file-textedit {
	font-size: 9pt;
}

form.errors {
	color: red;
}

.form-message {
	margin: 10px 0;
	background: green;
	color: white;
	padding: 5px;
}

.form-error {
	margin: 10px 0;
	background: red;
	color: white;
	padding: 5px;
}
.edit-table th {
	text-align: left;
}
.edit-table label {
	display: inline-block;
	padding-left: 2px;
	padding-top: 10px;
	padding-bottom: 3px;
	width: 95px;
	font-weight: bold;
}
.edit-table input[type=text] { width: 87px; margin: 0px 0 3px 2px;}
.job-Active {
	color: black;
}
.job-Failed {
	color: red;
}
.name-list ul {
	padding-left: 20px;
}
.name-list li {
	padding-left: 20px;
	list-style-type: disc;
	padding-top: 5px;
}
.runningJobStatus {
	border: solid #ccc 1px;
	padding: 5px;
	font-weight: bold;
    margin-top: 5px;
}


.contracts TR { background: white; }
.contracts TR.inactive TD { background: #c0c0c0; }
.alertText { color: red; }
.alertDate { display: inline; color: red; font-size: 80%; }

.ageAlert { color: red; }
.inactive { background: #e8e8e8; }
/*.src-EDI { }*/
.src-BBG { color: blue; }


.application-state { color: white; padding: 4px 10px; white-space: pre; }
.application-state-green { background: green; }
.application-state-amber { background: amber; }
.application-state-red { background: red; }

.markdown P { padding-bottom: 0px; }
.markdown UL { list-style: disc; padding: 1px 0px 5px 20px;}
.markdown H1, H2, H3 { font-weight:bold; margin-bottom: 3px;}
.markdown H1 { font-size: 110%; }
.markdown H2 { font-size: 105%; color: blue; margin-top: 12px; }
.markdown H3 { font-size: 105%; }
.markdown blockquote {
    font-weight: bold;
    margin: 0px;
    padding: 10px 10px 5px 0;
}
.markdown table { 
	margin: 12px 0;
}
.markdown table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-weight: bold;
}
.markdown th, .markdown td {
    text-align: left;
    padding: 4px;
}