body, td, th, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
}
body.main {
	margin: 0;
	padding: 0;
}

div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.floatLeft {
    float: left;
}

h1, h2, h3, h4 {
    margin: 0;
}

.normaltext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

.smalltext {
    font-size: .9em;
}

.bold {
    font-weight: bold;
}

th {
    font-weight: bold;
    color: white;
    background-color: gray;
}

th.plain {
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}

th a {
    color: white;
}

.tableheadertext {
    color: white;
}

div.globalTabContainer {
	margin-left: 160px;
}

#globalTabs {
	margin: 2px 0 0 160px;
	list-style: none;
	padding: 0;
}
#globalTabs li {
	float: left;
	background-color: #e2e2e2;
	color: #000;
	margin-top: 2px;
	font-size: 8pt;
	border: solid 1px #03628E;
	border-collapse: collapse;
}
#globalTabs li.selected {
	background-color: #fff;
	margin-top: 0;
	font-size: 9pt;
	font-weight: bold;
	border: none;
}
#globalTabs li a {
	display: block;
	padding: 0 8px;
	line-height: 23px;
}
#globalTabs li.selected a {
	text-decoration: none;
	line-height: 27px;
}

#leftNav {
	width: 160px;
	overflow: hidden;
}
#leftNav div.menuDivider {
	background-color: #fff; 
	height: 2px; 
	font-size: 1px;
}
div.menu {
	background-color: #03628E;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}
div.submenu {
	padding-bottom: 8px;
	padding-left: 15px;
}
div.submenuItem a {
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}
div.submenuItem a:hover {
	color: #F9C150;
}
#leftNav a.menuselected {
	color: #F9C150;
}



.noborder {
    border: 0px;
}

form {
    margin: 0px;
}

ul.instructionList {
    padding: 0 15px;
    margin: 0;
    list-style-type: none;
}

ul.listWithDescriptions li p {
	padding: 3px 0 0 23px;
}

ul.textItems {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
    list-style-type: none;
}
ul.textItems li {
	padding: 2px 0;
}

.verticalAlignLabel {
    vertical-align: 0.2em;
}

/**
 * Remove border from all fieldsets and make the legend hidden since styling
 * the legend is poorly supported.
 */
fieldset {
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

fieldset legend {
    display: none;
}

/**
 * A flowing form allows you to put multiple form inputs on a single line.
 * Simply put the form in a fieldset with this class and put your form elements
 * into and unordered list. Each unordered list (ul) becomes a new line in the form.
 */
fieldset.flowingForm ul {
    clear: both;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

fieldset.flowingForm ul li {
    float: left;
    padding: 0 0 0 0;
}

/**
 * Clear the first li to fix floating problems
 */
fieldset.flowingForm ul li:first-child {
    clear: both;
}

fieldset.flowingForm ul li label {
    vertical-align: 0.2em;
}

fieldset.flowingForm ul li label.hidden {
    display: none;
}

fieldset.flowingForm ul li.formPadding {
    padding: 3px;
}

/**
 * Standard form - one form item per line - not vertically aligned
 */
fieldset.standardFormReadOnly ul {
    clear: both;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

fieldset.standardFormReadOnly ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

fieldset.standardFormReadOnly ul li label {
    font-weight: bold;
}

fieldset.standardFormReadOnly ul li.noPadding {
    padding: 0px;
}

fieldset.standardFormEdit ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
fieldset.standardFormEdit ul ul {
	margin-left: 20px;
}

fieldset.standardFormEdit ul li {
    padding: 2px;
}

fieldset.standardFormEdit ul li label {
    margin-top: .25em;
    padding-right: 2px;
}

fieldset.standardFormEdit ul li.noPadding {
    padding: 0px;
}

fieldset.standardFormEdit ul li.topPadding {
    padding-top: 8px;
}

fieldset.standardFormEdit ul li span.radioButton {
    float: left;
    margin-top: .1em;
}

fieldset ul li div.labelTopPadding {
    padding-top: 5px;
}

label.mediumWide {
    width: 10em;
}

label.width4 {
    width: 4em;
    float: left;
}

label.width6 {
    width: 6em;
    float: left;
}

label.width7 {
    width: 7em;
    float: left;
}

label.width8 {
    width: 8em;
    float: left;
}

label.width9 {
    width: 9em;
    float: left;
}

label.width10 {
    width: 10em;
    float: left;
}

label.width11 {
    width: 11em;
    float: left;
}

label.width12 {
    width: 12em;
    float: left;
}

label.width13 {
    width: 13em;
    float: left;
}

label.width14 {
    width: 14em;
    float: left;
}

label.width15 {
    width: 15em;
    float: left;
}

label.width16 {
    width: 16em;
    float: left;
}

label.width17 {
    width: 17em;
    float: left;
}

label.width18 {
    width: 18em;
    float: left;
}

/**
 * Reporting - Transaction Date Parameter section
 *	pages/reports/transaction_date_parameter_include.jsp
 */
.transDateParameters {
    width: 52em;
}

span.transDateParameterNote {
    float: left;
    padding: 2px 2px 2px 2px;
    width: 10em;
    font-size: 8pt;
}

span.transDateParameterFromFormat {
    float: left;
    margin-left: 3.3em;
    font-size: 8pt;
}

span.endDateFormat {
    float: left;
    margin-left: 11.3em;
    font-size: 8pt;
}


span.transDateParameterToFormat {
    float: left;
    margin-left: 2.2em;
    font-size: 8pt;
}

.transDateParameterAlign {
    margin-top: .4em;
}

div.transReportSearchTip {
    float: right;
    margin-right: 4em;
    width: 14em;
    padding: 2px 2px 2px 2px;
}

span.cellNumberNote {
    margin-right: 10em;
    width: 27em;
    padding: 2px 2px 2px 2px;
	vertical-align: top;
	margin-left: 10px;
}

span.emailNote {
    margin-right: 10em;
    width: 27em;
    padding: 2px 2px 2px 2px;
	vertical-align: top;
	margin-left: 7px;
}

span.notificationMethodNote {
    margin-right: 10em;
    width: 27em;
    padding: 2px 2px 2px 2px;
	vertical-align: top;
	margin-left: 15px;
}

div.purchAlertSearch
{	
	float: right;
    margin-right: 4em;
    width: 14em;
    padding: 2px 2px 2px 2px;
}

div.transLocationNote
{	
	float: left;
    margin-right: 4em;
    width: 18em;
    padding: 2px 2px 2px 2px;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

p {
    width: 550px;
    margin-top: 0px;
    margin-bottom: 0px;
}

pre {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 100%;
    margin-bottom: 0px;
}

.indent1 {
    margin-left: 0.8em;
}

.indent2 {
    margin-left: 2.0em;
}

.indent3 {
	margin-left: 4.0em;
}

.reportDataAccess {
    width: 360px;
}

.reportfooter {
    font-size: x-small;
    width: 50em;
    margin-top: 0.3em;
}

.valignTop {
    vertical-align: top;
}

ul.plain {
    margin-left: 0px;
    list-style: none;
}

.submitButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
}

.buttonSubmit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
}

.aysbutton {
    width: 80px;
}

.headerlink {
    font-size: 8pt;
    font-weight: bold;
    color: black;
}

.fcoheaderlink {
    font-size: 8pt;
    font-weight: bold;
    color: white;
}

.footer {
    color: black;
    font-size: 8pt;
}

.footerText {
    color: black;
    font-size: .9em;
}

.footerLink {
    color: black;
}

h1 {
    font-size: medium;
    font-weight: bold;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
}

.taskTitle {
    font-size: medium;
    font-weight: bold;
}

.taskSubTitle {
    font-size: medium;
    font-weight: normal;
}

.taskSubTitleBold {
    font-size: 135%;
    font-weight: bold;
}

.sectionSubTitle {
    font-size: 12px;
    font-weight: bold;
}

.sectionSubHeader {
    font-size: 1em;
    font-weight: bold;
}

.sectionHeader {
    font-size: 1em;
    font-weight: bold;
}

.menu {
    font-size: 12px;
    font-weight: normal;
}

.submenu {
    font-size: 11px;
    font-weight: normal;
}

a {
    color: #000000;
}

a.menu, a.menuselected {
    font-weight: bold;
    text-decoration: none;
}

a.submenu, a.submenuselected {
    font-size: 11px;
    text-decoration: none;
}

a.logoff {
    font-weight: bold;
}

.tabselected {
    background-color: white;
    color: #004A6E;
    font-weight: bold;
    font-size: 9pt;
}

a.tabselectedlink {
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
}

.tabdeselected {
    background-color: #D1D5D8;
    font-size: 8pt;
}

a.tabdeselectedlink {
    font-weight: normal;
    font-size: 8pt;
}

a.sortcolumn, a.sortcolumnselected {
    font-weight: bold;
}

/****	 Content and Headers	****/
.contentheader {
    font-size: 12pt;
    font-weight: bold;
}

.sectionTitle {
    font-size: 90%;
    font-weight: bold;
}

.msgboxheader {
    font-size: 12pt;
    font-weight: bold;
}

.accountheader {
    background-color: silver;
}

.contentsubheader {
    font-size: 10pt;
    font-weight: bold;
}

.contentsmall {
    font-size: 8pt;
}

.contentlarge {
    font-size: 12pt;
}

.contenthalf {
    font-size: 4pt;
}

.tablesubheader {
    font-weight: normal;
    font-size: 8pt;
}

.rowsubheader {
    font-weight: bold;
    color: white;
    background-color: silver;
}

h2.entityEditHeader {
	width: 40em;
	font-size: 12pt;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #999;
}

p.instructions {
	margin: 10px 0;
}

.submitButtons {
	margin-top: 25px;
}

/**** Miscellaneous  ****/
.required {
    color: red;
    font-weight: bold;
    font-size: 10pt;
}

.selfregnumbers {
    color: red;
    font-size: 20pt;
}

.areyousuretext {
    color: #CC0000;
    font-size: medium;
    font-weight: bold;
}

.calendarbutton {
    /*width: 100% 100%;*/
    overflow: visible;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-left: 3px;
}

.spinbutton {
    overflow: visible;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    font-weight: bold;
}

.searchselectbutton {
    font-size: 10pt;
    font-weight: bold;
    width: 4em;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.magnifyingglassbutton {
    /*width: 100% 100%;*/
    overflow: visible;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.treebutton {
    background-color: silver;
}

.treepointer {
    text-align: right;
}

.treepointer {
    font-size: 17px;
    font-weight: bolder;
    line-height: 18px;
    vertical-align: top;
}

.treefound {
    background-color: silver;
    font-weight: bold;
}

.shaded {
    background-color: #eeeeee;
}

.shaded2 {
    background-color: #eeeeee;
}

.shadedDark {
    background-color: #C0C0C0;
}

.shadedDark2 {
    background-color: #C9C9C9;
}

.shadedDark3 {
    background-color: #666666;
}

.tableheader {
    font-weight: bold;
}

.white {
    background-color: white;
}

.contentsmaller {
    font-size: 7pt;
}

.darkbackground {
    background-color: gray
}

.darkborder {
    border: 1px solid #000000;
}

a.recordslink {
    font-size: .9pt;
    vertical-align: text-top;
}

.norcurrentpage {
    font-size: .9pt;
    font-weight: bold;
    vertical-align: text-top;
}

.treebutton {
    background-color: silver;
}

/** following colors are used for matching
*   indicators on Collapse Node
**/
.color0 {
    /** red **/
    color: #FF0000;
}

.color1 {
    /** blue **/
    color: #0000FF;
}

.color2 {
    /** green **/
    color: #00FF00;
}

.color3 {
    /** black **/
    color: #000000;
}

.color4 {
    /** black **/
    color: #CCCCCC;
}

.color5 {
    /** cyan **/
    color: #66FFFF;
}

.color6 {
    /** magenta **/
    color: #FF66FF;
}

.color7 {
    /** yellow **/
    color: #FFFF33;
}

.treefound {
    background-color: silver;
    font-weight: bold;
}

.tableheader {
    font-weight: bold;
}

.white {
    background-color: white;
}

.contentsmaller {
    font-size: 7pt;
}

.darkbackground {
    background-color: gray
}

.norcurrentpage {
    font-size: 8pt;
    font-weight: bold;
    vertical-align: text-top;
}

/*** messaging classes ***/
.messageline {
    background-color: #808080;
    height: 1px;
    margin: 0px;
    padding: 0px;
}

.messagecontent {
    width: 95%;
    margin-right: 8px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 0px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.errorcontent {
    width: 100%;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.contentline {
    background-color: #808080;
}

.errortext {
    color: #CC0000;
}

.errorMessage {
    font-weight: bold;
    color: #CC0000;
}

.infomessagetext {
    color: #006633;
}

.hilitetext {
    background-color: yellow;
}

.infotext {
    font-weight: bold;
    color: #006633;
}

.infopointer {
    font-size: 140%;
    font-weight: bold;
    line-height: .95em;
}

.boldText {
    font-weight: bold;
}

.trimmedChildOrgs {
    font-weight: bold;
}

.importantText {
    font-weight: bold;
    font-size: 120%;
}

.instructionalText {
    display: inline;
    width: 508px;
    overflow: visible;
}

.hiddenText {
    color: white;
}

.hidden {
    display: none;
}

.textFieldReadOnlySmall {
    font-size: 8pt;
    color: #808080;
}

.disabled {
    background-color: #DFDDDD;
}

a.disabled {
	background-color: transparent;
	color: #DFDDDD;
	cursor: default;
}
a.disabled:hover {
	color: #DFDDDD;
	cursor: default;
}

.disabledText {
	color: #DFDDDD;
}

.enabled {
    background-color: #ffffff;
}

.sectionDivider {
    background-color: #bbbbbb;
}

.smallerText {
    font-size: 70%;
    color: black;
}

/*** preview report classes - webfocus styles ***/
.x1 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000000;
    border-top: 1.00pt SOLID #000000;
    border-bottom: NONE;
    border-right: 1.00pt SOLID #000000;
    border-left: 1.00pt SOLID #000000;
}

.x2 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000000;
    border-style: NONE;
}

.x3 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000000;
    border-style: NONE;
}

.x4 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000000;
    border-style: NONE;
}

.x5 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000000;
    border-top: 1.00pt SOLID #000000;
    border-bottom: NONE;
    border-right: NONE;
    border-left: NONE;
}

.x6 {
    font-family: ARIAL;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    text-align: center;
    border-top: 1.00pt SOLID #000000;
    border-bottom: NONE;
    border-right: NONE;
    border-left: 1.00pt SOLID #000000;
}

.x7 {
    font-family: ARIAL;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    text-align: center;
    border-top: 1.00pt SOLID #000000;
    border-bottom: NONE;
    border-right: 1.00pt SOLID #000000;
    border-left: 1.00pt SOLID #000000;
}

.x8 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000000;
    border-top: 1.00pt SOLID #000000;
    border-bottom: NONE;
    border-right: NONE;
    border-left: 1.00pt SOLID #000000;
}

.x9 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000000;
    border: 1.00pt SOLID #000000;
}

.approved {
    color: green;
}

.declined, .redText {
    color: #BE0808;
}

.notsubmitted {
    color: #000000;
}

.datatablebold {
    font-weight: bold;
}

.datatablesmall {
    font-size: .9em;
}

table.datatable {
    border-collapse: collapse;
}
table.datatable th {
	padding: 3px;
}
table.datatable td {
	padding: 3px;
}

table.datatablenoinnerborders {
    border-collapse: collapse;
}

table.datatablenoinnerborders td {
    border-width: 0px;
}

table.datatablenoinnerborders {
    border: 1px solid #000000;
}

table.datatablenoinnerborders td.bottomborder {
    border-bottom: 1px solid #000000;
}

table.datatablenoinnerborders td.lightbottomborder {
    border-bottom: 1px solid #999999;
}

table.datatable td {
    border: 1px solid #000000;
}

table.datatable td.noborder {
    border-width: 0px;
}

table.datatable td.noleftborder {
    border-left-width: 0px;
}

table.datatable td.norightborder {
    border-right-width: 0px;
}

table.datatable td.nosideborders {
    border-left-width: 0px;
    border-right-width: 0px;
}

table.textColumns th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: transparent;
	color: #000;
}

table.data {
	border-collapse: collapse;
	width: 100%;
}
table.data th {
	text-align: left;
}

.scrollingPanelMedium {
	height: 150px; 
	overflow: auto;
}

.scrollingPanelSmall {
	width: 400px; 
	height: 3em; 
	overflow: auto; 
	display: inline-block; 
	border: solid 1px #aaa; 
	padding: 3px;
}

table.smalldata td {
    font-size: 70%;
}

table td.mediumdata {
    font-size: 75%;
}

table.exceptions {
	border-collapse: collapse;
	width: 650px;
}
table.exceptions th { 
	color: #fff;
	background-color: #000;
}
table.exceptions th.subheader {
	text-align: left;
	color: #000;
	background-color: #bbb;
	border: solid 1px #000;
} 
table.exceptions td {
	border: solid 1px #000;
	vertical-align: top;
	padding: 4px;
}
table.exceptions td.value {
	text-align: right;
}
.accountDefault {
	font-size: 8pt;
	color: #900;
	font-style: italic;
}

.subdata {
    margin: 0px 0px 0px 3px;
    white-space: nowrap;
}

.subdataleft {
    white-space: nowrap;
    float: left;
}

.subdataright {
    white-space: nowrap;
    float: right;
}

table.tableheaderspacing th {
    padding: 4px 6px 4px 5px;
}

table.tableheaderspacing td {
    padding: 2px 6px 2px 5px;
}

div.logoff {
    margin-left: 11px;
    margin-top: 3px;
    margin-bottom: 20px;
}

td.borderright {
    border-right: 1px solid #03628E;
}

div.row {
    clear: both;
    white-space: nowrap;
}

div.row span.left {
    float: left;
    text-align: left;
    width: 80%;
    white-space: nowrap;
}

div.row span.right {
    float: right;
    text-align: right;
    width: 20%;
    white-space: nowrap;
}

div.spacer {
    clear: both;
}

div.spacerHeight {
    clear: both;
    margin-bottom: 1.3em;
}

.globalnavtabdeselected {
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.globalnavtabselected {
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #ffffff;
}

.searchparameterssection {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #000000;
    clear: left;
}

.searchparameterlabel {
    margin-top: .33em;
    margin-bottom: .33em
}

.searchparameterspacer {
    height: .5em;
    width: .5em;
    font-size: .5em;
}

.spacer {
    font-size: 1px;
    width: 1px;
    height: 1px;
    clear: left;
}

table.datatablecellhspace th {
    padding-left: 6px;
    padding-right: 6px;
}

table.datatablecellhspace td {
    padding-left: 6px;
    padding-right: 6px;
}

.thinborder {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

/* 
 * use these width styles instead of custom or inline styles - add more if you need
 * widths not aren't listed
 */
.width6 {
    width: 6em;
}

.width7 {
    width: 7em;
}

.width8 {
    width: 8em;
}

.width9 {
    width: 9em;
}

.width10 {
    width: 10em;
}

.width11 {
    width: 11em;
}

.width12 {
    width: 12em;
}

.width13 {
    width: 13em;
}

.width14 {
    width: 14em;
}

.width16 {
    width: 16em;
}

.width17 {
    width: 17em;
}

.width18 {
    width: 18em;
}

.width19 {
    width: 19em;
}

.width20 {
    width: 20em;
}

.width21 {
    width: 21em;
}

.width22 {
    width: 22em;
}

.width23 {
    width: 23em;
}

.width24 {
    width: 24em;
}

.width25 {
    width: 25em;
}

/*********************************

css for customer feedback form
added 7Feb07 by ejamido

*********************************/
#wrapperul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 2em;
}

#wrapperlabel {
    float: left;
    width: 7em;
    font-weight: bold;
}

#wrapperinput {
    margin: 0 5px 0 0;
    font: 11px verdana;
}

#feedbackReply {
    margin: 5px 0;
}

/* Note styles */
.noteInline {
    padding: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

/*********************************

css for Account Maintenance Preferences
added 21Feb07 by ejamido

*********************************/
#acctMaintWrap {
    text-align: left;
    margin: 10px 0;
}

.pref1, .pref2 {
    float: left;
    margin: 5px 0;
    text-align: left;
}

.pref1 {
    margin-right: 10px;
    width: 275px;
}

.prefLinks {
    margin: 0 0 0 10px;
}

.clearDiv {
    clear: both;
}

button {
    margin: 0 5px 0 0;
    padding: 0 4px;
}

/**** Teletrans Rules ****/
.productRuleCategory {
    font-weight: bold;
    color: #ffffff;
}

div.multiselectText {
    margin-left: 20px;
    font-size: .9em;
}

div.underlinedheader {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #000000;
    clear: left;
}

hr {
    width: 540px;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/**
 * Inline block element - renders a block element in and inline flow.
 * NOTES: - have to use span to make it work in IE 6 and 7
 *        - -moz-inline-box makes it work in Mozilla browsers (Firefox)
 *		  - the width is set to 1px so elements inside can set their own widths
 */
span.inlineBlock {
    display: -moz-inline-box;
    display: inline-box;
    width: 1px;
    vertical-align: top;
}

/**
*  FColebrooke: Entries for Ship to Address and Delievry Options
*  Each page is designed for 800wx600h
*  the content page is designed for 640w
*/
div#frm_shipToAddress, div#frm_deliveryOptions {
    margin: 0;
    padding: 0;
    width: 640px;
    height: 100%;
}

div#frm_shipToAddress em {
    color: rgb(255, 0, 0);
}

div#frm_shipToAddress p {
    line-height: 1.4em;
}

div#frm_shipToAddress fieldset p {
    margin: 3px 0;
}

div#frm_shipToAddress tr._Lalign {
    text-align: left;
}

div#frm_shipToAddress label._hidden {
    visibility: hidden;
}

div#frm_shipToAddress label {
    width: 125px;
    float: left;
    text-align: left;
}

div#frm_shipToAddress legend {
    font-weight: bold;
    display: block;
    font-size: 12pt;
    margin: .75em 0
}

div#frm_contentIndent {
    padding-left: 10px;
}

div#frm_deliveryOptions *.paraIndent {
    padding-left: 35px;
    margin-top: 0px;
}

.disabledFieldColor {
    background-color: #808080;
}
/*
*
* ER48338: MRS marketing page: jsp, hfcoleb
*/
#pageMRSWrapper {
    background: #fff;
    margin: 0;
/*
    margin-right: auto;
    margin-left: auto;
*/
    width: 750px;
    white-space: normal;
    word-wrap: break-word;
}

#sideMRSBar {
    background: #fff;
    float: right;
    width: 200px;
    margin-top: 0%;
    padding: 0 5px 0 5px;
    text-align: center;
    border: thin solid black;
    white-space: normal;
    word-wrap: break-word;
}

#sideMRSBar p{
    padding: 0 5px 0 5px;
    text-align: center;
}

#sideMRSBar2 {
    background: #fff;
    float: right;
    width: 200px;
    margin-top: 15%;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
}

#mainMRSContent {
    background: #fff;
    float: left;
    width: 440px;
    white-space: normal;
    word-wrap: break-word;
}

#mainMRSContent h2, #mainMRSContent h3, #mainMRSContent p {
    padding: 0 5px 0 5px;
}

#mainMRSFooter {
    padding-top: 30px;
    clear: both;
    width: 640px;
    white-space: normal;
    word-wrap: break-word;
}

div#sideMRSBar input {
    padding-left: 20px;
    padding-right: 20px;
    margin: auto 20% 15px 20%;
}

.hierarchySelectPanel {
	padding-top: 5px;
}
.hierarchySelectPanel p {
	padding-left: 15px;
	padding-bottom: 5px;
}

div#showShipping {
  visibility: hidden;
  display: none;
}

ul.reportList {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 10px;
}
ul.reportList li {
	padding-top: 3px;
}
a.linkInfo {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.linkInfo:hover {
	text-decoration: none;
 	border-bottom: 1px solid;
}

.cssbutton{
    background-color: ButtonFace;
    border: 2px white outset;
    padding: 1px 4px;
    color: black;
    text-decoration: none;
    font:  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
    color: black;
}

.cssbutton:hover{
    border-style: inset;
    background-color: ButtonFace;
    padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
    color: black;
}

div#showShipping {
  visibility: hidden;
  display: none;
}

.confirmationBox {
	padding: 10px;
	margin: 10px 0;
	border: solid 1px #888;
	background-color: #ddd;
	width: 600px;
}
div.aysBox {
	width: 600px;
	padding: 15px;
	margin: 5px 0;
}
/*
 Used for the messaging tables.
*/

.msgDatatable {
  border: 1px solid #03628E;
  border-collapse: collapse;
  width: 800px;
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 75%; */
}
.msgDatatable th {
  color: #ffffff;
  background-color: #03628E;
  white-space: nowrap;
}
.msgDatatable tr {
  text-align:left;
}
/*
only here for debugging reasons.
*/
input.invalid {background-color: #faa;}
input.valid {background-color: #afa;}

.delete {
	background-color: #900;
}

.graphControls {
	clear: both;
	font-weight: bold;
	padding: 3px 8px;
}
.graphControls button {
	font-size: 8pt;
}