/* Created by Vic Webster Tuesday, September 11, 2001 */

BODY
{
  background-color : white;
  background-image: none;
  margin-right: 0;
  margin-left: 5;
  margin-top: 5
}
BODY.nomargin{
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

TD
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal
}

/* For table cells that contain the heading of a 'section' on a screen */
.section_heading  {
  background-color : #cccc99;
  text-indent: 10px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight:800;
  height: 22px;
}

/* The actual text input field */
.input_text_field {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
}

/* The cell that contains the form element (e.g. a text input field) */
.input_cell {
  background-color : #ffffff;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  text-align: left;
}

.input_cell input {
  vertical-align: top;
}

/* The cell that contains the form element (e.g. a amount input field) */
.num_input_cell {
  background-color : #ffffff;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  text-align: right;

}

/* The cell that contains the form element name (e.g. "Enter your name here:") */
.input_identifier {
  padding-right: 5px;
  background-color : #dfe3e5;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  text-align: right;
}

/* The text for a form element description */
.input_description {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  font-style:normal;
}

/* Normal text */
.default_text; {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
}

/* Links */
a {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
}

a[tabindex]{
  cursor: pointer;
}

a.HYIA{
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 15px;
  font-style:normal;
  font-weight:bold;
}

.disabled_link {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  color: #7F7F7F;
  text-decoration: underline;
  cursor: not-allowed;
}

/* A list of options */
.list_one {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  font-style:normal;
}

/* Used for any cells that contain a button */
.button_cell {
  text-align:right;
  }

/* Used for table cells that contain a button */
.button {
  float:right;
  }

/* Used for the page heading */
.page_heading {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  font-style:normal;
  font-weight:bold;
  }

  /* Used for the page heading */
.page_heading_message {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  font-style:normal;
  font-weight:bold;
  color: green;
  }

/* Used for the text 'instructions' (e.g. "Enter Filtering Criteria and press 'search'") */
.instructions {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  font-style:normal;
  text-indent: 0px;
  }

.instructions a{
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  font-style:normal;
  }

/* Used for the outer border of a table. This is used for the two columns down each the side of the table */
.table_border_col {
  background-color: #dfe3e5;
  background-image: none;
  width: 2ex;
  }

/* Used for the outer border of a table. This is used for rows above the table */
.table_outer_top_row {
  background-color: #dfe3e5;
  background-image: none;
  height: 22px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  font-style:normal;
  }

/* Used for the outer border of a table. This is used for rows below the table */
.table_outer_bottom_row {
  background-color: #dfe3e5;
  background-image: none;
  height: 22px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 11px;
  font-style:normal;
  }

/* Used for the table_headings. This is used for rows above & below the table */
  .table_heading {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  text-indent: 2px;
  font-weight:700;
  }

/* Used for the table_headings that involve adding all the rows in the column */
  .sum_table_heading {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  text-indent: 2px;
  font-weight:bold;
  text-align:right;
  }

  .sum_table_heading_left {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  text-indent: 2px;
  font-weight:bold;
  text-align:left;
  }

  /* Used for the table_headings.*/
  .table_section_heading {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-weight: bold;
  font-size: 11px;
  text-indent: 2px;
  background-color:#BFC4CB;
  }

/*  Used for the data in the table header  */
  .table_text {
  background-color: #dfe3e5;
  background-image: none;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  text-indent: 2px;
  font-weight:normal;
  text-align:right;
  }

/* Used for the headings row on the tables */
.column_heading_row {
  background-color: #CAD0E3;
  background-image: none;
  height: 30px;
  }

/* Used for the headings on the tables */
.column_heading {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  font-style:normal;
  font-weight: bold;
  text-align: center;
  }

/* Used for the headings on the tables */
.sum_column_heading {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  font-style:normal;
  font-weight: bold;
  text-align: right;
  }

/* Used for the headings on the tables */
.sum_column_cell {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  font-style:normal;
  font-weight: bold;
  text-align: right;
  background-color: #CAD0E3;
  }

/* Used for the headings on the tables */
.sum_column_value_cell {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  font-style:normal;
  background-color: #CAD0E3;
  }

  /* Used for the headings on the tables */
.page_scroll_row {
  background-color: #CAD0E3;
  background-image: none;
  font-family: "Arial", "Helvetica", "sans-serif";
  text-indent: 1px;
  text-align: left;
  font-size: 11px;
  text-decoration:none;
  height: 30px;
  }



  /* Used for the data rows in a table */
.table_row {
  background-color: #FFFFFF;
  background-image: none;
  height:22px;
  }

  /* Used for the data rows in a table */
.alternate_table_row {
  background-color: #EEEEEE;
  background-image: none;
  height:22px;
  }

  /* Used for the data rows in a table */
.table_cell {
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  padding: 1px;
  }

  /* Used for the data rows in a table */
.table_cell a{
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: center;
  vertical-align: top;
  font-size: 11px;
  padding: 1px;
  }

  /* Used for the data rows in a table */
.table_cell_top {
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: center;
  vertical-align: top;
  font-size: 11px;
  padding: 1px;
  }

  /* Used for the data rows in a table */
.table_cell_top a{
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: center;
  vertical-align: top;
  font-size: 11px;
  padding: 1px;
  }

  /* Used for the data rows in a table */
.table_cell_left {
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: left;
  vertical-align: top;
  font-size: 11px;
  padding: 1px;
  }

  /* Used for the data rows in a table */
.table_cell_left a{
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: left;
  vertical-align: top;
  font-size: 11px;
  padding: 1px;
  }

  /* Used for the data rows in a table */
.table_cell_right {
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: right;
  vertical-align: top;
  font-size: 11px;
  padding: 1px;
  }

  /* Used for the data rows in a table */
.table_cell_right a{
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: right;
  vertical-align: top;
  font-size: 11px;
  padding: 1px;
  }

/* Used for the data rows in a table that involve adding all the values in that column */
.sum_table_cell {
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: right;
  vertical-align: top;
  font-size: 11px;
  padding: 1px;
  }

.sum_table_cell a{
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: right;
  vertical-align: top;
  font-size: 11px;
  padding: 1px;
  }

.sum_table_cell_center {
  font-family: "Arial", "Helvetica", "sans-serif";
  text-align: right;
  vertical-align: center;
  font-size: 11px;
  padding: 1px;
  }

/* Used for the warning font */
.table_warning_font {
  color: red;
  font-family: "Arial", "Helvetica", "sans-serif";
  }

  /* This is used for the heading of the introduction blurbs on the introduction pages */
  .intro_blurb_heading  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 14px;
  font-weight : bold;
  color : #97985E;
  }

  /* This is used for the text in the blurbs in the introduction pages */
  .intro_blurb_text  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 11px;
  color : #97985E;
  }

  /* This is used for the links on the intro pages */
  .intro_link  a{
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 11px;
  }

  /* This is used for the text describing the links on pages */
  .link_desc  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 10px;
  color : #000000;
  }

  .selector {
  /*text-indent: 2px;*/
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 11px;
  }

  .sort_by {
  text-indent: 2px;
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 12px;
  font-weight: 700;
  margin-bottom: 0px;
  }

  .dividing_line {
  background-color: #dedede;
  background-image: none;
  }

  .breadcrumb
{
    BACKGROUND: #dcdcdc;
    COLOR: #0000ff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal
}
.breadcrumb A:active
{
    COLOR: #0000ff
}
.breadcrumb A:link
{
    COLOR: #0000ff
}
.breadcrumb A:visited
{
    COLOR: #0000ff
}
.breadcrumb-norm
{
    COLOR: #660000
}


/************************************************************************************
 * Included css tags from Intelisys.css so some old xsl files are still correctly
 * formatted.
 *
 *
 * Luke Bellamy 08-Aug-2002
 */

.headername  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 14px;
  font-weight : bold;
  color : #000000;
}

.headername12  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 12px;
  font-weight : bold;
  color : #FFFFFF;
}

.smallboldred
{
    COLOR: #ff0000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
}

.largebold
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}

.large
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal
}

.extralargebold
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold
}

.normalSmall  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 11px;
  color : #000000;
}

/* JJLB: Deleted: header, largeBoldCreateStorefront, largeBold16, largeBold14,.largeBold */

.copyright  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 10px;
  color : #000066;
}

/* gold line*/
.cell-cccc99  {
  background-color : #cccc99;
}

/* medium grey*/
.cell-cccccc  {
  background-color : #cccccc;
}

/* medium-light grey*/
.cell-dedede  {
  background-color : #dedede;
}

/* light grey*/
.cell-eeeeee  {
  background-color : #eeeeee;
}

/* navy blue*/
.cell-190962  {
  background-color : #190962;
}

/* white*/
.cell-ffffff  {
  background-color : #ffffff;
}

/* baby blue*/
.cell-cacfe3  {
  background-color : #cacfe3;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
}

/* light grayish*/
.cell-f3f2f2  {
  background-color : #f3f2f2;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
}

/* darker grayish*/
.cell-dddddd  {
  background-color : #dddddd;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
}



.form-instr  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #000000;
  background-color : #cece9c;
  text-align : left;
  vertical-align : middle;
  padding-left : 2px;
  text-indent : 2px;
}

.form-item  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #000000;
  background-color : #dedede;
  text-align : left;
  vertical-align : middle;
  white-space : nowrap;
  padding-left : 2px;
  text-indent : 2px;
}

.error  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
  color : 990000;
}

.error_accounts {
    background-color: #F8E2E2;
    border: 1px solid #E18686;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
    max-width: 738px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.error14  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
  color : 990000;
}

.mediumBold  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 11px;
  font-weight : bold;
  color : #000000;
}

.normalSmall_intro  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 12px;
  color : #97985E;
}

.nav-bsc1-text  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 14px;
  font-weight : bold;
  color : #000000;
  text-align : left;
  text-indent : 4px;
  white-space : nowrap;
}

.Bold-14px  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
  color : #000000;
}

.Bold-12px-333399  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #333399;
  ; text-decoration : none;
}

.cell-cad0e3  {
  background-color : #cad0e3;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : bold;
}

.norm-660000  {
  color : #660000;
}

.tab_header  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 14px;
  font-weight : bold;
  color : #190962;
}

.message18  {
  font-family : "Arial", "Helvetica", "sans-serif";
  font-size : 18px;
  font-weight : normal;
  color : #000000;
}

.introText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px
}


/* Added for the new supplier enablement pages */
/* Lee Dinning 26-3-01 */
.pageHeader {
  color: #000000;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: none;
}

.smallText {
  color: #000000;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: none;
}


/* begin table cell color styles */

.grayCell-DEDEDE {
  color: #000000;
  background: #DEDEDE;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: none;
  text-indent: 4px;
}

.goldCell-9F9F5F {
  color: #000000;
  background: #cece9c;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: none;
  text-indent: 2px;
}

.cell-e6e6e6
{
    BACKGROUND: #e6e6e6
}
.cell-c1c7da
{
    BACKGROUND: #c1c7da
}

.top
{
    CURSOR: n-resize
}

#intro-desc
{
font-family:Arial, "Helvetica", "sans-serif"; font-size:6pt; color:black;
}

.largeBoldGoldText {
  color: #9F9F5F;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: none;
}

/************************************************************************************
 * Included css tags from transstyle.css so some old xsl files are still correctly
 * formatted. Removed duplicates and those redundant.
 *
 *
 * Luke Bellamy 18-Jul-2003
 */
 /*
BODY
{
    BACKGROUND: #ffffff;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal
}
TD
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal
}
A:link
{
    COLOR: #0000ff;
    FONT-FAMILY: Arial, Helvetica, sans-serif
    FONT-SIZE: 11px;
}
A:visited
{
    COLOR: #800080;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:active
{
    COLOR: #ff0000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:hover
{
    COLOR: #ff0000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.header
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal
}*/
.largebold-660000
{
    COLOR: #660000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
.large-660000
{
    COLOR: #660000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal
}
.normalsmallgreen
{
    COLOR: #808000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal
}
.normalbold
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}
.largeboldWhite
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold
}
.smallItalicBlue
{
    COLOR: blue;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-STYLE: italic;
    FONT-WEIGHT: normal
}
.cell-ccff99
{
    BACKGROUND: #ccff99
}
.cell-000000
{
    BACKGROUND: #000000
}
.cell-e1e1e1
{
    BACKGROUND: #e1e1e1
}
.cell-dbf0c5
{
    BACKGROUND: #dbf0c5
}
.cell-eae4ed
{
    background-color: #eae4ed;
    background-image: none;
}
.normal
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px
}
.normalsmallbold
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}
.normalsmallwhitebold
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}
.normalsmallwhitebold A:link
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
.normalsmallwhitebold A:active
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
.normalsmallwhitebold A:visited
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
.form-body-300pxbox
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    WIDTH: 300px
}
.form-body-200pxbox
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    WIDTH: 200px
}
.form-body-170pxbox
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    WIDTH: 170px
}
.form-body-90pxbox
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    WIDTH: 90px
}

TD.allBorders
{
    border-left-style: solid;
    border-left-width: 1;
    border-right-style: solid;
    border-right-width: 1;
    border-bottom-style: solid;
    border-bottom-width: 1;
    border-top-style: solid;
    border-top-width: 1
}

TD.leftRightBorders
{
    border-left-style: solid;
    border-left-width: 1;
    border-right-style: solid;
    border-right-width: 1;
}

TD.bottomBorders
{
    border-bottom-style: solid;
    border-bottom-width: 1;
}

.comboRowNormal
{
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
    CURSOR: default;
}

.comboRowHighlighted
{
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #316AC5;
    CURSOR: default;
}

.form-body-400pxbox
{
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    WIDTH: 400px
}

/*
* Added new buttons and heading style for the preregistered business enablement screens
* Daniel Brandon - 03 Nov 2009
*/
input.buttonRedLong
{
    background: url('/en/images/preregisteredaccounts/button_red_long.gif') no-repeat;
    width: 194px;
    color: white;
    height: 30px;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-style:none;
    cursor: hand;
}

input.buttonRed
{
    background: url('/en/images/preregisteredaccounts/button_red.gif') no-repeat;
    width: 97px;
    color: white;
    height: 30px;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-style:none;
    cursor: hand;
}

input.buttonBlue
{
    background: url('/en/images/preregisteredaccounts/button_blue.gif') no-repeat;
    width: 97px;
    color: white;
    height: 30px;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-style:none;
    cursor: hand;
    padding-bottom: 7px;
}

input.buttonYellowSmall
{
    background: url('/en/images/preregisteredaccounts/button_yellow_small.gif') no-repeat;
    width: 48px;
    color: #001A33;
    height: 18px;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-style:none;
    cursor: hand;
}

input.buttonYellow
{
    background: url('/en/images/preregisteredaccounts/buttons/button_yellow.gif') no-repeat;
    width: 93px;
    color: #001A33;
    height: 18px;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-style:none;
    cursor: hand;
}

.preregisteredSectionHeading
{
    background-color:#CCCC99;
    font-family:'Arial', "Helvetica", "sans-serif";
    font-size:12px;
    font-weight:800;
    height:22px;
    text-indent:10px;
    color:#2E2E2E;
    border:1px solid #CCCC99;
}

.errorSmall
{
    color: red;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

/*
 * Status labels
 */
.statusLabel {
    display: block;
    width: 70px;
    padding: 0.3em 0.6em 0.4em;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.statusLabel.success {
    background: #5cb85c;
}

.statusLabel.danger {
    background: #d9534f;
}

p, label, span, h1, .container a, .container td {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
}
div.container{
    width: 1024px;
    margin-left: 2px;
}
div.field input:not(.btn), div.field select{
    padding: 5px;
    border: 1px solid lightgrey;
    border-radius: 1px;
}
div.field input[type="file"] {
    border: none;
}
div.field label {
    width: 200px;
    margin: 5px 0px 2px 12px;
    padding: 5px;
    background-color: #dfe3e5;
    display: inline-table;
    text-align: right;
}
div.field span{
    text-align: left;
    margin: 5px 0px 2px 12px;
}
h1.section_heading {
    padding-top: 10px;
    font-weight: 700;
    margin-top: 20px;
}
div.container th {
    text-align: left;
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding: 2px;
}
div.container th, div.container td {
    padding: 2px;
}
div.container table {
    border-bottom: 20px solid #CAD0E3;
}
.table_cell, .table_cell_left {
    padding: 5px !important;
}
ul {
    list-style-type: none;
    padding-left: 2px;
}
.billingActionItem {
    margin: 2px 2px 2px 0;
    display: inline-table;
}
.ui-helper-hidden-accessible {
    display: none;
}
.btn {
    border-width: 1px;
    border-style: solid;
    -webkit-border-top-left-radius:3px;
    -moz-border-radius-topleft:3px;
    border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius-topright:3px;
    border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -moz-border-radius-bottomright:3px;
    border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px;
    border-bottom-left-radius:3px;
    text-indent:0px;
    display:inline-block;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
    text-transform: uppercase;
    text-align:center;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    margin-left: 10px;
    width:auto;
    padding: 2px 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    min-width: 92px;
}
.btn:focus{
    outline: none;
    text-decoration: none;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(159,159,207,.5);
    text-decoration: none;
}
.btn-primary, .btn-primary:visited, .btn-primary:link {
    color:#ffffff;
    background-color:#9f9fcf;
    border-color: #9f9fcf;
    text-decoration: none;
}
.btn-primary:hover, .btn-primary:active  {
    background-color:#6c6cb6;
    text-decoration: none;
}
.btn-secondary, .btn-secondary:visited {
    color:#ffffff;
    background-color: #868e96;
    border-color: #868e96;
    text-decoration: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:link {
    background-color: #727b84;
    border-color: #6c757d;
    color:#ffffff;
    text-decoration: none;
}
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134,142,150,.5);
    text-decoration: none;
    color:#ffffff;
}
.btn-pnp-small {
    padding: 0px 5px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    min-width: 57px;
}
div.quickportalsection {
    display: none;
}
.oldPnPMaxWidth
{
    width: 760px;
}
.h-100 {
    height: 100%;
}