/* set global style - monospace fonts */
* 
{
	font-family: 'Droid Sans Mono', monospace;
	/* this is the main font size settings */
	font-size: 15px;	
	font-weight: Bold;
	color: #333333;
}

body 
{ 
	margin: 0;
	color: #333333;
	background-color: White;
} 

/* Override jQuery UI styling */
.ui-widget
{
	font-family: 'Droid Sans Mono', monospace;
}

.ui-widget input
{
	font-family: 'Droid Sans Mono', monospace !important;
}

html, body
{
	margin:0;
    padding:0;
    height:100%;
    border:none;
}

html.firefox textarea 
{
	overflow-x: hidden;
	padding-top: 2px;
}

span 
{
	white-space: pre;
	overflow: hidden;
}

span > a
{
	display: inline;
}

label
{
	margin-left: 2px;
	margin-right: 2px;
}

/** DEFAULT FORMATTING **/
h1 
{
	font-size: 22px; 
	font-weight: bold; 
	color: #000; 
	margin: 0;
}

table
{
	width:auto; 
	border-spacing: 0px;
}
td, th 
{
 	padding: 0px; 
}
img 
{
	border: 0px; 
}
textarea, button  {text-indent: 2px;margin: 1px;}
input.disabled {border: none; }


input 
{ 
	margin: 1px 0px 1px 0px;
	padding: 0;
}
input[type="text"], input[type="password"]
{ 
	/* font size should be the same as main font size */
	/* font 16px */
	font-size: 15px;
	line-height: 18px; 
	
	/* font 14px */
	/*
	font-size: 14px;
	line-height: 16px;
	*/
    margin: 0;
    vertical-align: middle;	
}



input.field, textarea.field
{
	padding: 0px 1px 1px 1px;
	margin: 1px 0px 1px 0px;
	resize: none;
}

input.upperfield
{
	padding: 0px 1px 0px 1px;
	margin: 1px 0px 1px 0px;
	border: 1px solid black;
}

input.password 
{
	visibility: visible !important;
}

input.text
{
}

.uppercase 
{
	text-transform: uppercase;
}

input.protected
{
	border: 0;
}

span,label
{
	line-height: 25px;
	min-height: 25px;
}

.AutoTable span, .AutoTable a
{
	/* line height should main font size plus two */
	/* font 16px */
	line-height: 19px; 
	
	/* font 14px */
	/*line-height: 16px;*/
	
	min-height: 0;
}

#gview_grid span, #gview_grid label
{
	font-size: 15px;
	line-height: 17px;
	min-height: 0px;
	overflow: visible;
}

input.guisel
{
	margin-top: 6px;
}

#MessageWaiting
{
	border:1px solid blue;
	cursor: default;
	font-weight: bold;
	text-align: center;
	padding: 0 3px;
	margin-left: 10px;
}


/* webkit can force its own style of buttons */
input[type="button"]
{
	-webkit-appearance: none;
	border-radius: 0;
}


/** END - DEFAULT FORMATTING **/


input[type="button"].scroll_up, input[type="button"].scroll_down, input[type="button"].scroll_up:hover, input[type="button"].scroll_down:hover
{
	background: #CCCCCC;
	border: #26a solid 1px;
	margin: 0px;
	width: 15px;
	height: 24px;
	text-align: center;
	padding: 0px;
	z-index: 1;
	background: #CCCCCC; 
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    input[type="button"].scroll_up, input[type="button"].scroll_down  
	{ 
		text-indent: 0; 
	}
	input.button   { text-indent: 0px; }
}


input[type="button"].scroll_slider, input[type="button"].scroll_slider:hover 
{
	border: #2266AA solid 1px;
	width: 15px;
	height: 24px;
	padding: 0;
	z-index: 1;
	background: #CCCCCC;
}

input[type="button"].scroll_middle
{
	background: #ECE9D8;
	border-right: #26a solid 1px;
	border-left: #26a solid 1px;
	border-top: #26a solid 0px;
	border-bottom: #26a solid 0px;
	padding: 0px;
	margin: 0 !important;
	width: 15px !important;
	height: 25px;
	text-indent: 0;
}
input[type="button"].scroll_up, 
input[type="button"].scroll_down,
input[type="button"].scroll_slider,
input[type="button"].scroll_middle
{
	height: 25px;
	border-radius: 0;
}

html.msie10 input[type="button"].scroll_up, 
html.msie10 input[type="button"].scroll_down,
html.msie10 input[type="button"].scroll_slider,
html.msie10 input[type="button"].scroll_middle
{
	height: 25px;
}

html.msie9 input[type="button"].scroll_up, 
html.msie9 input[type="button"].scroll_down,
html.msie9 input[type="button"].scroll_slider,
html.msie9 input[type="button"].scroll_middle
{
	height: 25px;
}

.AutoTable input[type="button"].scroll_up, 
.AutoTable input[type="button"].scroll_down,
.AutoTable input[type="button"].scroll_slider,
.AutoTable input[type="button"].scroll_middle
{
	height: 21px;
}

input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled,
input[type="text"][disabled], input[type="password"][disabled]
{
	background-image: none;
	border: 1px solid;
}

input[type="button"]:disabled, input[type="button"]:disabled:hover,
input[type="button"][disabled], input[type="button"][disabled]:hover
{
	border: 1px solid;
	cursor:default;
}

select
{
	height: 22px;
	min-width: 35px;
}

.srq_window
{
	height: 50px;
	width: 250px;
	position: absolute;
	top: 250px;
	left:250px;  
	z-index: 100;
}

.srq_body 
{
	padding-bottom:20px; 
	border: 2px solid;
}

.srq_content
{
	padding-left: 10px;;
}

#MainPage
{
	width: 100%;
}

#outer-content 
{ 
	min-width: 782px;
	padding-bottom: 26px;
}

.OaScreen #outer-content
{
	overflow: visible;
}

#page_wrapper
{
	display: table;
	text-align: left;
	width: 900px;
	
	/* for Centering the content */
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}

.screen-size-132 #page_wrapper
{
	width: 1200px;
}
#page-title-block 
{ 
    background-color: red;
	padding: 13px 30px;
}
#page-content 
{
	min-height: 650px;
	margin: 0 20px;
	
		/* Adds Container to Returned data */

	background-color: #DADADA; 

	/*box-shadow: 0 0 5px 5px #BBBBBB;*/
}

#page-content  
{ 
	border-radius: 8px;
}

#content-header
{
	border-bottom: 2px solid;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 36px;
	min-height: 28px;
}
#content-header-detail
{
	font-family: Trebuchet MS, Sans-serif;
	width: 100%;
}

/*Error Messages*/
#Messages
{
	height: 45px;
}

#pagecontents input.ErrorMsg,
#wdwpagecontents input.ErrorMsg
{
	position: relative; 
	top: 0;
	left: 0;
	text-align: center;
}

#pagecontents input.ErrorMsg
{
	width: 750px;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
}

.ErrorState
{
	cursor: pointer;
}					

#m
{
	min-height:480px; 
	text-align: left;
	margin: 0;
	margin-top: -15px;
	padding-bottom: 10px;
}

#ReturnedContent 
{
	/*padding-right: 210px;*/
}

body.FunctionKeysLeft #Content
{
	padding-left: 215px;
}

body.FunctionKeysRight #Content {
    padding-left: 10px;
    /*padding-right: 215px;*/
	padding-right: 0;
}

.FunctionKeysLeft #fnckeys
{
	bottom: -55px;
    left: -215px;
    top: 0;
	margin: 0 -20px;
}

.FunctionKeysRight #fnckeys
{
	right: -80px;
	right: -290px;
    top: 0;
	bottom: -55px;
	border-right: 1px solid #CED6E3;
}

body.FunctionKeysLeft.screen-size-132,
body.FunctionKeysRight.screen-size-132,
.FunctionKeysLeft.screen-size-132 #page_wrapper,
.FunctionKeysRight.screen-size-132 #page_wrapper
{
	width: 1686px;
}

body.FunctionKeysLeft #Messages, body.FunctionKeysRight #Messages
{
	width: 655px;
}

body.ToggleFunctionKeys #fnckeys {
	/* Make sure it doesn't draw over the header */
	top: 64px;
	bottom: 0px;
}

body.FunctionKeysLeft.ToggleFunctionKeys #fnckeys {
	left: 0px;
	margin: 0px;
	z-index: 900;
}

body.FunctionKeysRight.ToggleFunctionKeys #fnckeys {
	right: 0px;
	z-index: 900;

	/* Because we need to change the width to hide this side, set its width in the base class */
	width: 232px;
}

body.ToggleFunctionKeys #Content {
	padding-left: 0px;
	margin-left: 20px;
}

body.ToggleFunctionKeys #ReturnedContent {
	margin: 0px;
}

body.FunctionKeysLeft.ToggleFunctionKeys #fnckeys.Hide {
	left: -200px;
}

body.FunctionKeysRight.ToggleFunctionKeys #fnckeys.Hide {
	width: 0px;
}

.FunctionKeyToggleIcon {
	background-position: center center;
	background-size: 20px 50px;
	background-repeat: no-repeat;

	width: 30px;
	height: 65px;
	border: 1px solid;

	/* Allow moving up/down the function key div */
	position: absolute;
	top: 100px;
}

body.FunctionKeysLeft #fnckeys.Hide .FunctionKeyToggleIcon {
	background-image: url('images/right_arrow.png');
}

body.FunctionKeysLeft #fnckeys .FunctionKeyToggleIcon {
	background-image: url('images/left_arrow.png');

	border-left: none;
	border-radius: 0 7px 7px 0;

	/* Make sure it's on the right side of the div */
	right: -32px;
}

body.FunctionKeysRight #fnckeys.Hide .FunctionKeyToggleIcon {
	background-image: url('images/left_arrow.png');
}

body.FunctionKeysRight #fnckeys .FunctionKeyToggleIcon {
	background-image: url('images/right_arrow.png');

	border-right: none;
	border-radius: 7px 0 0 7px;

	/* Make sure it's on the left side of the div */
	left: -32px;
}

#fnckeys input:hover
{
	background: #d1d0ce;
}

/* Admin mode */
table.AdminTable, table.MainPage
{
	text-align: left;
	width: 100% !important;
	margin: 0;
}

input.button, input[type="button"],
.FunctionKeysLeft a.button, .FunctionKeysRight a.button
{
	text-decoration: none; 
	cursor: pointer;
	border-style: none;
	font-style: normal; 
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	/* line-height: 19px;*/
	font-family: 'Droid Sans Mono', monospace;
	margin: 0;
	border: 1px solid;
	z-index: 10;
	border-radius: 2px;	
}

/* Disabled function keys left/right */
.FunctionKeysLeft #fnckeys input.disabled, .FunctionKeysLeft #fnckeys a.disabled,
.FunctionKeysRight #fnckeys input.disabled, .FunctionKeysRight #fnckeys a.disabled
{
	background-image: none;
	cursor: default;
}

input.submit, a.submit
{
	margin-top: 15px;
}

body.FunctionKeysLeft input.submit, 
body.FunctionKeysRight input.submit
{
	margin-top: 0;
}

input[type="text"], input[type="password"], textarea, select
{
    border: 1px solid;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; 
}

input.disabled:hover, .FunctionKeysLeft a.disabled:hover, .FunctionKeysRight a.disabled:hover
{
	cursor: context-menu;
}

input.hover  {
	background: #D9E1E8;
}

.page_up, .page_down
{
border: 1px solid;
margin: 1px;
width: 15px !important;
text-align: center;
padding: 0;
padding-bottom: 4px;
text-indent: 0;
}

#pagecontents input.ErrorMsg {
	border:0px;
	font-weight: normal;
	border: 1px solid;
	border-radius: 2px 2px 2px 2px;
}


#pagecontents input.ErrorMsg.NoErrorMessage, 
#pagecontents input.ErrorMsg[value=""],
#wdwpagecontents input.ErrorMsg.NoErrorMessage,
#wdwpagecontents input.ErrorMsg[value=""]
{
	background: none;
	border: 0;
	box-shadow: none;
}


/** CONTENT FORMATTING **/
/* Generated tables */
table.AutoTable {
 	border: 1px solid;
}

.WinContent table.AutoTable
{
	width: auto;
}


table.AutoTable th {
	text-align: left;
	line-height: 0;
}

table.AutoTable td 
{
	line-height: 0;
}
table.AutoTable input.field {
	height: 17px;
}

/* Underline */
span.ul, span.ulhover:hover, span.cu, span.yu, span.ur, span.rdu, span.rru, span.rub, span.pu, span.pub, span.bu, span.cur, span.hu 
{ 
	text-decoration: underline;
}

/* Green */
a.grnr, span.grnr, input.grnr, textarea.grnr, select.grnr, input.grnrhover:hover, textarea.grnrhover:hover, select.grnrhover:hover
{
	color: black;
	background-color: #97C63C;
}

.grn, .grnhover:hover, .grnhover:focus 
{
	color:  #97C63C;
}

/* Green/Reverse image */
a.rev, span.rev, input.rev, textarea.rev, select.rev, input.revhover:hover, textarea.revhover:hover, select.revhover:hover
{
	background-color: #99cccc;
}

/* Green/Underscore */
input.ur, textarea.ur, select.ur, input.urhover:hover, textarea.urhover:hover, select.urhover:hover
{
	background-color: #00FF00;
}

/* Green window border */
.winbordergrn 
{
	border: 2px solid #4579A0 !important;
}

.winbordergrnr 
{
	border: 2px solid #4579A0 !important;
}

/* Red */
.red, .redhover:hover, .redhover:focus 
{
	color: #FF0000;
}

/* Red/Reverse image */
a.rdr, span.rdr, input.rdr, textarea.rdr, select.rdr, input.rdrhover:hover, textarea.rdrhover:hover, select.rdrhover:hover
{
	color: black;
	background-color: #FF0000;
}

/* Red/Blink (most browsers do not support blinking) */
.rdb, .rdbhover:hover, .rdbhover:focus 
{
	color: #FF0000;
}

/* Red/Reverse image/Blink (most browsers do not support blinking) */
a.rrb, span.rrb, input.rrb, textarea.rrb, select.rrb, input.rrbhover:hover, textarea.rrbhover:hover, select.rrbhover:hover
{
	color: black;
	background-color: #FF0000;
}

/* Red/Underscore) */
.rdu, .rduhover:hover, .rduhover:focus 
{
	color: #FF0000;
}

/* Red/Underscore/Reverse image (most browsers do not support blinking)*/ 
a.rru, span.rru, input.rru, textarea.rru, select.rru, input.rruhover:hover, textarea.rruhover:hover, select.rruhover:hover
{
	background-color: #FF0000;
}

/* Red/Underscore/Blink (most browsers do not support blinking)*/   
.rub, .rubhover:hover, .rubhover:focus 
{
	color: #FF0000;
}

/* red window border */
.winborderred 
{
	border: 2px solid #FF0000 !important;
}
	
.winborderrdr 
{
	border: 2px solid #FF0000 !important;
}

/* Pink */
.pnk, .pnkhover:hover, .pnkhover:focus 
{
	color: #FF00FF;
}

/* Pink/Reverse image */
a.pnkr, span.pnkr, input.pnkr, textarea.pnkr, select.pnkr, input.pnkrhover:hover, textarea.pnkrhover:hover, select.pnkrhover:hover
{
	background-color: #FF00FF;
}

/* Pink/Underscore) */
.pu, .puhover:hover, .puhover:focus 
{
	color: #FF00FF;
}

/* Pink/Underscore/Reverse image*/ 
a.pub, span.pub, input.pub, textarea.pub, select.pub, input.pubhover:hover, textarea.pubhover:hover, select.pubhover:hover
{
	color: black;
	background-color: #FF00FF;
}

/* pink window border */
.winborderpnk 
{
	border: 2px solid #FF00FF !important;
}

.winborderpnkr 
{
	border: 2px solid #FF00FF !important;
}

/* Blue */
.blu, .bluhover:hover, .bluhover:focus 
{
	color: #097ABA;
}

/* Blue/Reverse image */
a.br, span.br, input.br, textarea.br, select.br, input.brhover:hover, textarea.brhover:hover, select.brhover:hover
{
	background-color: #097ABA;
}

/* Blue/Underscore) */
.bu, .buhover:hover, .buhover:focus 
{
	color: #097ABA;
}

/* blue window border */
.winborderblu 
{
	border: 2px solid #097ABA !important;
}

.winborderbr 
{
	border: 2px solid #D1D0CE !important;
}

/* Yellow */
.ylw, .ylwhover:hover, .ylwhover:focus 
{
	/*
	Changed Yellow to Orange for visibility
	color: #FFFF00;
	*/
	color: #ec6c11;	
}

/* Yellow/Reverse image */
a.ycr, span.ycr, input.ycr, textarea.ycr, select.ycr, input.ycrhover:hover, textarea.ycrhover:hover, select.ycrhover:hover
{
	background-color: #FFFF00;
}

/* Yellow/Underscore) */
.yu, .yuhover:hover, .yuhover:focus 
{
	/*
	Changed Yellow to Orange for visibility
	color: #FFFF00;
	*/
	color: #ec6c11;
}

/* yellow window border */
.winborderylw 
{
	border: 2px solid #FFFF00 !important;
}

.winborderycr 
{
	border: 2px solid #FFFF00 !important;
}

/* Turquoise */ 
.trq, .trqhover:hover, .trqhover:focus 
{
	/*
	Changed turquoise to Blue for Visablity
	color: #00FFFF;	
	*/
	color: #3eb2e5;
}

/* Turquoise/Reverse image */
a.tcr, span.tcr, input.tcr, textarea.tcr, select.tcr, input.tcrhover:hover, textarea.tcrhover:hover, select.tcrhover:hover
{
	background-color: #00FFFF;
}

/* Turquoise/Underscore) */
.cu, .cuhover:hover, .cuhover:focus 
{
	color: #00FFFF;
}

/* Turquoise/Underscore/Reverse image*/ 
a.cur, span.cur, input.cur, textarea.cur, select.cur, input.curhover:hover, textarea.curhover:hover, select.curhover:hover
{
	background-color: #00FFFF;
}

/* Turquoise window border */
.winbordertrq 
{
	border: 2px solid #00FFFF !important;
}

.winbordertcr 
{
	border: 2px solid #00FFFF !important;
}

/* White */
.wht, .whthover:hover, .whthover:focus 
{
	font-weight: bold;
}

/* White/Reverse image */
a.hr, span.hr, input.hr, textarea.hr, select.hr, input.hrhover:hover, textarea.hrhover:hover, select.hrhover:hover
{
 	background-color: White; 
}

/* White/Underscore) */
.hu, .huhover:hover, .huhover:focus 
{
	color: Black;   
}

/* White window border */
.winborderwht 
{
	border: 2px solid black !important;
}

/* Hi intensity */
.hi, .hihover:hover, .hihover:focus 
{
	font-weight: bold;
	color: #000;
}

.AutoTable .hi, .AutoTable .hihover:hover, .AutoTable .hihover:focus 
{
	font-weight: normal;
}

/* Hi intensity window border */
.winborderhi 
{
	border: 2px solid black !important;
}

/* Non-Display */
span.nd 
{
	border: 0px;
	visibility:hidden;
}

input.button.nd 
{
	display: none;
}

a.nd
{
	display:none;
}

input.nd 
{
	visibility: hidden;
}

.guind 
{
	visibility: hidden;
}

/* black/Reverse image */
.hr, .hrhover:hover, .hrhover:focus 
{
	color: black;
	font-weight: bold;
}

/* br */ 
.br, .brhover:hover, .brhover:focus
 {
	background-color: Aqua;
}

/* Protected */
.pr 
{
	border: 0px;
}

/** END - CONTENT FORMATTING **/


/** WINDOW FORMATTING **/
/* Window css tags */

#windowbody
{
	z-index: 100;
}
.WinBorder 
{
 	position: absolute;
	display: inline; 
}
.WinContent 
{
	padding-bottom: 40px; 
	border: 2px solid;
}

.WinContent .ErrorMsg 
{
	left: 5px;
}

.WinTitleTop 
{
	cursor: move;
	line-height: 18px;
}
.WinTitleTop span
{
	line-height: 18px;
	min-height: 0px;
}

.WinTitleBottom {}
.WinBody 
{
 	padding-left: 5px;
	padding-right: 5px;
}

#wdwpagecontents
{
}
/** END - WINDOW FORMATTING **/

#PrestoLog 
{
	width: 700px;
	height: 150px;
	overflow-y: scroll;
	margin-top: 10px;
	margin-left: 1px;
	border: 1px solid;
	display: none;
}

#PrestoLog p
{
	margin: 0px;
	padding: 0px;
}




/* deprecated styles section - only for compatibility purposes */
/*------------------------------------------*/
.fncbtn 
{
	background: #aaa; 
	color: #fff !important; 
	text-decoration: none; 
	cursor: pointer;
	border-style: none;
	font-style: normal; 
	background-image: url(images/btn.png); 
	background-repeat: repeat-x; 
}

.fncbtn.blue { background: #2ae; }
.fncbtn.green { background: #9d4; }
.fncbtn.pink { background: #e1a; }
.fncbtn:hover { background-color: #74BA40; }
.fncbtn:active { background-color: #444; color: #fff; }
.fncbtn { background-image: url(images/shade.png); background-position: bottom; }

/*------------------------------------------*/

/******************** jQuery UI style overrides ***************************/

/*button text element */
.ui-button-text-only .ui-button-text { padding: .2em .75em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .2em; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .2em .1em .2em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .2em 2.1em .2em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
.ui-widget .ui-widget{font-size:1em;margin-left: auto;margin-right: auto;}
.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em;background:0;overflow:auto}
.ui-jqgrid .ui-pg-table td {font-weight: normal;padding: 1px;vertical-align: top;}
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: 0; }

.ui-datepicker
{
	z-index: 101 !important;
}

span.active.ui-tab.horizontal
{
	border-bottom: 0px !important;
}
span.ui-tab
{
	width: 80px;
}
span.ui-tab 
{
	padding-bottom: 9px\0/;
}
@-moz-document url-prefix() { 
	span.ui-tab
	{
		padding-bottom: 9px;
	}
}

span.ui-spinner {
	border-radius: 0;
	min-height: 22px;
	line-height: 0;
}

span.transformation-spinner {
	min-height: 0;
}

#errdialog 
{
	max-width: 500px;
}
#errdialog span
{
	white-space: normal;
}

.ScrubError { 
	background-color: lightpink !important; 
	border-color: red !important;
}
