/* set global style - monospace fonts */
* 
{
	font-family: 'Carrois Gothic', sans-serif;
	/* this is the main font size settings */
	font-size: 15px;	
	font-weight: normal;
	color: #333333;
}

body 
{ 
	margin: 0;
	color: #333333;
	background-color: #FFF;
} 

/* Override jQuery UI styling */
.ui-widget
{
	font-family: 'Carrois Gothic', sans-serif;
}

.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;
	text-align: middle;
    vertical-align: middle;	
}



input.field, textarea.field
{
	padding: 0px 1px 0px 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
{
	/* line height should main font size plus two */
	/* font 16px */
	line-height: 30px; 
	
	/* font 14px */
	/*line-height: 16px;*/
	
	min-height: 0;
}

input.guisel
{
	margin-top: 6px;
}

#MessageWaiting
{
	border:1px solid blue;
	cursor: default;
	font-weight: bold;
	background-color: #CCE6FF;
	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[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="button"].scroll_middle:hover
{
	background: #CCCCCC;
}

input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled 
{
	background-image: none;
	background-color: #E8E8E8;
	border: 1px solid #AAAAAA;
}
/* Style IE elements */
input[type="text"][disabled], input[type="password"][disabled] 
{
	background-image: none;
	background-color: #E8E8E8;
	border: 1px solid #AAAAAA;
}
input[type="button"]:disabled, input[type="button"]:disabled:hover,
.FunctionKeyLeft a.button:disabled, .FunctionKeyLeft a.button:disabled:fover, 
.FunctionKeyRight a.button:disabled, .FunctionKeyRight a.button:disabled:fover, 
{
	background-color: #AAAAAA;
	border: 1px solid #AAAAAA;
	color: #fff;
	cursor:default;
}
/* Style IE elements */
input[type="button"][disabled], input[type="button"][disabled]:hover
{
	background-color: #AAAAAA;
	border: 1px solid #AAAAAA;
	color: #fff;
	cursor:default;
}


select
{
	height: 22px;	
}


/* Links */
a {color:#43769d;}    /* link */
a:hover {color:#333; border-color: #43769d;}   /* mouse over link */
a:active {color:#098bd4;}  /* selected link */
a img { border: none; }

.srq_window
{
	height: 50px;
	width: 250px;
	position: absolute;
	top: 250px;
	left:250px;  
	z-index: 100;
}

.srq_body 
{
	background-color: #ffffff;
	padding-bottom:20px; 
	border: 2px solid #A8A788;
}

.srq_content
{
	padding-left: 10px;;
}

#MainPageCell
{
}

#MainPage
{
	width: 100%;
}

#RawDataOpt
{
	background: #ffffff;
}
#outer-content 
{ 
	min-width: 782px;
	overflow: hidden;
}

.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: 1028px;
}
#page-title-block 
{ 
	background-color: #231F1B;
	/*padding: 13px 30px;*/
}
#page-content 
{
	min-height: 700px;
	margin: 0px;
	/* Adds Container to Returned data */
	/*
	background-color: white; 
	*/
	/*box-shadow: 0 0 5px 5px #BBBBBB;*/
}

#page-content  
{ 
	border-radius: 8px;
}

#content-header
{
	/*border-bottom: 2px solid #D1D0CE;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 36px;
	background-color: #F4F4F4;
	min-height: 28px;*/
}
#content-header-detail
{
	font-family: 'Carrois Gothic', 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
{
	background-color: #FF9494 !important;
	cursor: pointer;
}					

#Footer {}

#SubFooter{}

#Content{}

#m
{
	/*min-height:480px; */
	text-align: left;
	margin: 0px !important;
	/*margin-top: -15px;
	padding-bottom: 10px;*/
}

#ReturnedContent 
{
	/*padding-right: 210px;*/
    background-color: #fff;
	width: 1024px !important;	
}

/* Function Left Navigation */

body.FunctionKeysLeft #Content
{
	padding-left: 0px;
}
/*
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;
}

#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
{
	background: #aaa; 
	color: #5C5858; 
	text-decoration: none; 
	cursor: pointer;
	border-style: none;
	font-style: normal; 
	background-color: #C6D6E7;
	background-position: bottom; 
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	/* line-height: 19px;*/
	font-family: 'Carrois Gothic', sans-serif;
	margin: 0;
	border: 1px solid #D6D6D6;
	z-index: 10;
	border-radius: 2px;	
}

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
{
	background-color: #FEFCFF;
    border: 1px solid #9C9C9C;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; 
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    input.button   { text-indent: 0px; }	 
}

input.button.blue, .FunctionKeysLeft a.button.blue, .FunctionKeysRight a.button.blue 
{ 
	background: #2ae; 
}
input.button.green, .FunctionKeysLeft a.button.green, .FunctionKeysRight a.button.green 
{ 
	background: #9d4;
}
input.button.pink, .FunctionKeysLeft a.button.pink, .FunctionKeysRight a.button.pink
{ 
	background: #e1a;
}
input.button:hover, .FunctionKeysLeft a.button:hover, .FunctionKeysRight a.button:hover
{ 
	background-color: #D1D0CE; 
	color: #000;
}
input.button:active, .FunctionKeysLeft a.button:active, .FunctionKeysRight a.button:active
{ 
	background-color: #444;
	color: #fff;
}

input.hover  {
	background: #D9E1E8;
}

.page_up, .page_down
{
border: #26a solid 1px;
margin: 1px;
width: 15px !important;
text-align: center;
padding: 0;
padding-bottom: 4px;
text-indent: 0;
}

#pagecontents input.ErrorMsg {
	border:0px;
	color: gray;
	font-weight: normal;
	background-color: #d2e0eb;
	border: 1px solid #9C9C9C;
	border-radius: 2px 2px 2px 2px;
}


#pagecontents input.ErrorMsg.NoErrorMessage, 
#pagecontents input.ErrorMsg[value=""],
#wdwpagecontents input.ErrorMsg.NoErrorMessage,
#wdwpagecontents input.ErrorMsg[value=""]
{
	border: 0;
	background: none;
	color: black;
	box-shadow: none;
}


/** CONTENT FORMATTING **/
/* Generated tables */
table.AutoTable {
 	border: 1px solid #a9b2bb;
}

.WinContent table.AutoTable
{
	width: auto;
}


table.AutoTable th {
 	background-color: #A0B6CE;
	text-align: left;
	color: black;
	line-height: 0;
	border-right: 1px solid #fff;
}

table.AutoTable th:last-child { border-right: none; }

#C0804 table.AutoTable th { padding: 25px; }

table.AutoTable th span
{
	/* Modify Table Header font color */
	/* color: #fff; */
}

table.AutoTable td 
{
	line-height: 0;
	border-right: 1px solid #a9b2bb;
}

table.AutoTable td:last-child { border-right: none; }

table.AutoTable input.field {
	height: 17px;
}
table.AutoTable .Row1 {
 	background-color: #FEFCFF;
	color:#000000;
}
table.AutoTable .Row2 {
 	background-color: #EDF1F5;
	color:#000000;
}

/* 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 
{
	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 
{
	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 
{
	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 
{
	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 
{
	color: #FF0000;
}

/* red window border */
.winborderred 
{
	border: 2px solid #FF0000 !important;
}
	
.winborderrdr 
{
	border: 2px solid #FF0000 !important;
}

/* Pink */
.pnk, .pnkhover:hover 
{
	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 
{
	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 
{
	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 
{
	color: #097ABA;
}

/* blue window border */
.winborderblu 
{
	border: 2px solid #097ABA !important;
}

.winborderbr 
{
	border: 2px solid #D1D0CE !important;
}

/* Yellow */
.ylw, .ylwhover:hover 
{
	/*
	Changed Yellow to Orange for Visablity
	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 
{
	/*
	Changed Yellow to Orange for Visablity
	color: #FFFF00;
	*/
	color: #ec6c11;
}

/* yellow window border */
.winborderylw 
{
	border: 2px solid #FFFF00 !important;
}

.winborderycr 
{
	border: 2px solid #FFFF00 !important;
}

/* Turquoise */ 
.trq, .trqhover:hover 
{
	/*
	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 
{
	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 
{
	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: gray;
}

/* White/Underscore) */
.hu, .huhover:hover 
{
	color: gray;
}

/* White window border */
.winborderwht 
{
	border: 2px solid black !important;
}

/* Hi intensity */
.hi, .hihover:hover 
{
	/* Bold font will work with monospace but not with 'droid sans mono' */
	/* font-weight: bold; */
	color: #000;
}

/* Hi intensity window border */
.winborderhi 
{
	border: 2px solid black !important;
}

/* Non-Display */
span.nd 
{
	border: 0px;
	color:#ffffff;
	visibility:hidden;
}

input.button.nd 
{
	visibility: hidden;
}

.guind 
{
	visibility: hidden;
}

/* black/Reverse image */
.hr, .hrhover:hover 
{
	color: black;
	font-weight: bold;
}

/* br */ 
.br, .brhover:hover
 {
	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 
{
	background-color: #FFFFFF;	
	padding-bottom: 40px; 
	border: 2px solid #666666;
	/* width is adjusted for BB Briefcase Preferred Supplier MXV609 07-09-14 */
	width: 700px;
}

/* Adjust window size for Preferred Supplier Search MXV609 07-09-14 */
#Window10032902 > .WinContent
{
	width: 300px;
	height: 300px !important;
}

/* Adjust location for Preferred Supplier Search Window MXV609 07-09-14 */
#Window10032902
{
	left: 525px !important;
	top: 140px !important;
}

#fnckeys /*hide all function keys*/
{
	display:none;
}

.WinContent .ErrorMsg 
{
	left: 5px;
}

.WinTitleTop 
{
	cursor: move;
	background-color: #231f1b; 
	line-height: 18px;
	color: #D1D1D1;
}
.WinTitleTop span
{
	color: #D1D1D1;
	line-height: 18px;
	min-height: 0px;
}

.WinTitleBottom {}
.WinBody 
{
 	padding-left: 5px;
	padding-right: 5px;
}

/* Move table to the top left corner */
#Window2653166{
	top: 5px !important;
}

#wdwpagecontents
{
}
/** END - WINDOW FORMATTING **/

/* Top Navigation */
#ctnavBar {
	float: right;
	color: #FFFFFF;
}
#ctnavBar ul {
	margin: 0px;
	padding: 0px;
}
#ctnavBar li {
	list-style-type: none;
	float: left; 
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 18px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#ctnavBar a {
	color: #FFFFFF;
	text-decoration: none;
}
#ctnavBar a:hover {	
	color: #6ca4f2;
	text-decoration: none;}
	
#ctsearchBox form {
	float: right;
	height: 20px;
	width: 200px;
}

#ctsearchBox input {
	margin-right: 10px;
}
/* Header */

#ctheader 
{
}

#ctlogo 
{
	padding-top: 45px;
	padding-left: 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bold;
}

#ctlogo a
{
	top: 0;
	left: 0;
	width: 400px;
	height: 85px;
	display: block;
	float: left;
} 

#ctlogo a h1
{
    display: none;
}

#PrestoLog 
{
	width: 700px;
	height: 150px;
	overflow-y: scroll;
	margin-top: 10px;
	margin-left: 1px;
	border: 1px solid darkGray;
	background-color: white;
	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
{
	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;
}


/***
Palette Drawing css
***/
.hoizontal_line
{
	min-height: 1px !important;
	border-bottom: thin solid #A9A9A9;
}
.vertical_line
{
	min-height: 1px !important;
	border-left: thin solid #A9A9A9;
}
.left_45
{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg); 
	min-height: 1px !important;
	border-bottom: thin solid #A9A9A9;	
}
.right_45
{
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg); 
	min-height: 1px !important;	
	border-bottom: thin solid #A9A9A9;	
}
.circle
{
	border-radius: 50%;
	min-height: 1px !important;	
	border: thin solid #A9A9A9;	
}
.dot
{
	border-radius: 50%;
	min-height: 1px !important;
	background-color: #A9A9A9;
}


/* BB Briefcase Marketing Order Form Styles */
.description{
	line-height: 15px;
}

/*table.AutoTable th:last-child { border-right: none; }*/

/*table.OrderInfo td 
{
	line-height: 21px;
	border-right: 1px solid #a9b2bb;
	text-align: left;
}

table.OrderInfo td:last-child { border-right: none; }

1px solid #a9b2bb
*/




/* AmeriGas Styles */



