body
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f2f2f2;
  /*background-image: url(body-gradient.jpg);*/
  background-repeat: repeat-x;
  margin: 0px;
}


/*#body-container
{
  width: 100%;
  background-image: url( 'body-gradient.jpg' );
  background-repeat: repeat-x;
}*/

/* Public User Themes */
.booth_publicuser_available
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 1px #000;
  background-color: #fff;
  color: #000000;
  cursor: default;
}

.no_link
{
  text-decoration: none;
}

.eventHeader
{
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.booth_publicuser_available_selected
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 3px #FFFF66;
  background-color: #fff;
  color: #000000;
  cursor: default;
}

.booth_publicuser_unavailable
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 1px #000;
  background-color: #FEB914;
  color: #000;
  cursor: default;
}


.booth_publicuser_unavailable_selected
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 1px #fff;
  background-color: #FEB914;
  color: #000;
  cursor: default;
}

.boothmap-container
{
  border-right: #1a3457 1px solid;
  border-top: #1a3457 1px solid;
  border-left: #1a3457 1px solid;
  border-bottom: #1a3457 1px solid;
}

.event_list
{
  list-style-type: none;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

#main-container
{
  width: 100%;
}

#content-container
{
  width: 100%;
}


#header
{
  width: 100%;
  text-align: center;
  vertical-align: top;
}


#footer
{
  height: 40px;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #000080; /*#875901;*/
}

.footer_bg
{
  background-color: #ffffff;
  /*background: url(footer-background.png);*/
  background-repeat: repeat-x;
}

.header_bg
{
  background-color: #ffffff;
  /*background: url(header-background.png);*/
  background-repeat: repeat-x;
  border-color: #000080; /*#875901;*/
}


#content-holder
{
  vertical-align: top;
  width: 100%;
  text-align: left;
}


#content-left
{
  background-color: #f0efec;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 240px;
  vertical-align: top;
  white-space: nowrap;
}


#content-right
{
  padding: 10px;
  vertical-align: top;
}


#content-main
{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}


#footer
{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  height: 50px;
  vertical-align: bottom;
}


.section-header
{
  height: 33px;
  color: #ffffff;
  font-weight: bold;
}

.submission_complete
{
  background-color: #C2EAAE;
}

.submission_incomplete
{
  background-color: #fbfeb6;
}

.sectionheader
{
  height: 36px;
  color: #2354a1;
  font: Helvetica,Arial,sans-serif;
  font-size: 20px;
  padding-top: 0px;
  font-weight: bold;
  letter-spacing: -1px;
}


.section-body
{
  background-color: #ffffff;
  border: solid 1px #231f20;
  padding: 10px;
}

.button-section
{
  text-align: center;
  padding: 10px;
}

.header-title
{
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 27px;
}

.reg-content
{
  text-align: left;
  width: 100%;
}


.header2
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #132934;
  font-weight: bold;
}

/* GRID STYLES */

.grid
{
  border-collapse: collapse;
  border: solid 1px #000080; /*#875901;*/
  table-layout: auto;
  padding: 2px;
}

.grid2
{
  table-layout: auto;
}

.grid3
{
  border-collapse: collapse;
  border-right: #575c6f 1px solid;
  border-top: #575c6f 1px solid;
  border-left: #575c6f 1px solid;
  border-bottom: #575c6f 1px solid;
  table-layout: auto;
}

.grid3 td
{
  border-right: #575c6f 1px solid;
  border-top: #575c6f 1px solid;
  border-left: #575c6f 1px solid;
  border-bottom: #575c6f 1px solid;
}



.grid thead
{
  background-color: #575c6f;
  color: #ffffff;
  font-weight: bolder;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.grid-header
{
  background-color: #575c6f;
  color: #ffffff;
  font-weight: bolder;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.grid2-header
{
  background-color: #575c6f;
  color: #ffffff;
  font-weight: bolder;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}



.grid-highlight
{
  background-color: #eeeeee;
}

.gridrowhighlight
{
  background-color: #EEF2F8;
  border-right: #afc4df 1px solid;
  border-top: #afc4df 1px solid;
  border-left: #afc4df 1px solid;
  border-bottom: #afc4df 1px solid;
  cursor: default;
}

.gridrownormal
{
  background-color: Transparent;
}


/* TEXT STYLES */

.title
{
  color: #333333;
  font-weight: bold;
  font-size: 15px;
}

.title2
{
  color: #333333;
  font-size: 13px;
}

.title3
{
  color: #c0143c;
  font-weight: bold;
}

.title4
{
  color: #093862;
  font-weight: bold;
}



.header
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #132934;
  font-weight: bold;
  padding-bottom: 20px;
  letter-spacing: 1px;
}

.important
{
  color: #c0143c;
  font-weight: bold;
}

.fieldLabel
{
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  padding-top: 8px;
}

.fieldLabelNote
{
  vertical-align: top;
  font-style: italic;
}


.fieldInput
{
  white-space: nowrap;
  width: 100%;
}


.required
{
  color: #ff0000;
  font-weight: bold;
}

/* LINK STYLES */

a:link, a:visited, a:hover:enabled, a:active:enabled
{
  color: #0000FF;
  text-decoration: underline;
}

.error
{
  color: #FF0000;
  font-weight: bold;
}

.success
{
  color: #336600;
  font-weight: bold;
}

/* INPUT STYLES */

input
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}


.text
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid;
  height: 16px;
}


select
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}


textarea
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}


input.button
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  border: solid 1px #000000;
 font-weight: bold;
}


.button
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  border: solid 1px #000000;

  font-weight: bold;
}

.logout_button
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  border: solid 1px #000000;
  background-color: #000080; /*#875901;*/
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

.cle_step
{
  font-style: italic;
  text-decoration: none;
}

.cle_step_selected
{
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
}

.cle_step_completed
{
  background-position: left;
  background-repeat: no-repeat;
  background-image: url( "../../images/check.png" );
  padding-left: 18px;
  font-style: italic;
  text-decoration: none;
}
.cle_step_hidden
{
  display: none;
  color: #FFFFFF;
  background-color: #FFFFFF;
}

.fileuploadcontrol
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #000000;
  color: #000000;
  font-weight: bold;
}


.program-item
{
  text-decoration: underline;
  cursor: default;
  color: #386350;
}

.legend
{
  background-color: #eeeeee;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}

.legend-item
{
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 1px solid;
  width: 15px;
  height: 15px;
}

.booth_available
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 1px #000;
  background-color: #25ff5d;
  color: #000000;
  cursor: default;
}

.booth_available_selected
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 2px #0000FF;
  background-color: #25ff5d;
  color: #000000;
  cursor: default;
}

.booth_unavailable
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 1px #000;
  background-color: #B80000;
  color: #fff;
  cursor: default;
}


.booth_unavailable_selected
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 2px #0000FF;
  background-color: #FFFF66;
  color: #000;
  cursor: default;
}


.available
{
  font-size: 8px;
  position: absolute;
  font-weight: bold;
  text-align: center;
  border: solid 1px #000000;
  background-color: #25ff5d;
  color: #000000;
  cursor: default;
}


.available_selected
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 2px #0000FF;
  background-color: #25ff5d;
  color: #000000;
  cursor: default;
}


.onhold_selected
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 2px #0000FF;
  background-color: #2577ff;
  color: #ffffff;
  cursor: default;
}


.onhold
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 1px #000000;
  background-color: #2577ff;
  color: #ffffff;
  cursor: default;
}

.sold_selected
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 2px #0000FF;
  background-color: #ff2525;
  color: #ffffff;
  cursor: default;
}


.sold
{
  position: absolute;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  border: solid 1px #000000;
  background-color: #ff2525;
  color: #ffffff;
  cursor: default;
}


#steps
{
  bottom: 0;
  color: white;
  font-size: 20px;
  height: 36px;
  margin: 0 auto;
  position: relative;
}

#steps li
{
  display: block;
  float: left;
  position: relative;
  width: 150px;
}

#steps li a
{
  display: block;
  font-weight: bold;
  height: 36px;
  overflow: hidden;
}

#steps li a
{
  color: white;
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 36px;
}
#steps li a:hover, #nav li a.active
{
  color: #ffb400;
}


#nav li a.step-active
{
  color: #ffb400;
}


/* Session Selection */
#tabs
{
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
}
#tabs LI
{
  display: inline;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
#tabs A:link
{
  border-right: #ccc 1px solid;
  padding-right: 15px;
  border-top: #ccc 1px solid;
  padding-left: 15px;
  font-weight: bold;
  font-size: 15px;

  float: left;
  padding-bottom: 8px;
  border-left: #ccc 1px solid;

  line-height: 14px;
  margin-right: 4px;
  padding-top: 8px;
  border-bottom: #ccc 1px solid;
  text-decoration: none;
  text-align: center;
  width: 100px;
/*
  background: #f3f3f3;
  color: #BE1B12;*/
}

#tabs A:visited
{
  border-right: #ccc 1px solid;
  padding-right: 10px;
  border-top: #ccc 1px solid;
  padding-left: 10px;
  font-weight: bold;
  font-size: 15px;

  float: left;
  padding-bottom: 2px;
  border-left: #ccc 1px solid;
 
  line-height: 14px;
  margin-right: 4px;
  padding-top: 2px;
  border-bottom: #ccc 1px solid;
  text-decoration: none;
/*
  background: #f3f3f3;
 color: #666;*/
}
#tabs A.active:link
{
/*  background: #BE1B12;
  color: #fff;*/
  border-bottom: #fff 1px solid;
}
#tabs A.active:visited
{
  /*background: #BE1B12;
  color: #fff;*/
  border-bottom: #fff 1px solid;
}
#tabs A:hover
{
  /*background: #fff;*/
}

.tab_sessions
{
  border: solid 1px #CFCFCF;
  display: none;
  /*background-color: #fff;*/
  color: #000;
}

.sessionGroup
{
  color: #fff;
  /*background-color: #186248;*/
  font-weight: bold;
  margin: 5px 5px 5px 5px;
}

.alternateSession
{
  background-color: #f2f2f2;
  border: solid 2px #cdcdcd;
  vertical-align: top;
  overflow: visible;
  display: block;
  position: relative;
}

.alternateSession:hover
{
  border: solid 2px #000;
}

.session
{
  display: block;
  border: solid 2px #cdcdcd;
  vertical-align: top;
  overflow: visible;
  position: relative;
}

.session:hover
{
  border: solid 2px #000;
}

.sessionConfirmed
{
  display: block;
  border: solid 2px #cdcdcd;
  background-color: #ffffcc;
  vertical-align: top;
  overflow: visible;
  position: relative;
}

.sessionConfirmed:hover
{
  border: solid 2px #000;
}

.sessionScanned
{
  display: block;
  border: solid 2px #cdcdcd;
  background-color: #CCE6FF;
  vertical-align: top;
  overflow: visible;
  position: relative;
}

.sessionScanned:hover
{
  border: solid 2px #000;
}

.session:hover
{
  border: solid 2px #000;
}

.session_confirmed
{
  display: block;
  border: solid 2px #cdcdcd;
  background-color: #ffcccc;
  vertical-align: top;
  overflow: visible;
  position: relative;
}

.session:hover
{
  border: solid 2px #000;
}

.session_confirm
{
  padding: 5px;
  text-align: right;
}


.session_confirm a
{
  border-bottom: solid 2px #ff0000;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.session_confirm a:hover
{
  border-bottom: solid 2px #000;
  font-weight: bold;
  text-decoration: none;
  color: #ff0000;
}

.bottom
{
  position: absolute;
  bottom: 0;
}

.bottomright
{
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottomleft
{
  position: absolute;
  bottom: 0;
  left: 0;
}

.selected
{
  background-color: #E6FFCC;
  font-weight: bold;
}

.hyperlink
{
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
  color: #0000FF;
}
