@import url("reset.css");

@import url("veda_report.css");

@import url("vedacheck_footer.css");

html {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  padding: 0;
  margin: 0;
  background: #e5e5e5 no-repeat center top;
  width: 100%;
  display: table;
  z-index: 0;
}

#page_background {
  margin: 0 auto;
  width: 1185px;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  /* Shadow */
  -moz-box-shadow: 0px 0px 8px 6px #ccc;
  -webkit-box-shadow: 0px 0px 8px 6px #ccc;
  box-shadow: 0px 0px 8px 6px #ccc;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

#background_stripe {
  position: relative;
  top: 0;
  left: 0;
  top: 0;
  left: 0;
  z-index: 1;
}

#stripe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#page_content {
  position: relative;
  top: 0;
  left: 0;
  width: 900px;
  min-height: 550px;
  z-index: 10;
  margin: 0 80px 0 110px;
  padding-bottom: 50px;
}

/* IE 6 minimum height implementation */
* html #page_content {
  height: 960px;
}

#veda_logo {
  margin: 20px 0 20px 0;
}

#breadcrumb {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 12px 0 9px;
}

#breadcrumb .bc_separator {
  margin: 0 8px;
  font-weight: bold;
  color: #E22930;
}

#breadcrumb .bc_current {
  color: #000000;
}

.horizontal_line {
  background-color: #E0E0E0;
  color: #E0E0E0;
  height: 1px;
  border: none;
}

#current_dr_name {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  padding: 0 10px 0 0;
}

#change_director {
  width: 74px;
  height: 11px;
  padding: 0;
  margin: 0;
  background-color: #859ea6;
  cursor: pointer;
}

.option_menu {
  background-color: #adbcc1;
  min-height: 80px;
}

* html .option_menu {
  height: 80px;
}

.option_title_row {
  background-color: #859ea6;
  height: 11px;
  width: 100%;
}

.option_title {
  float: left;
}

.option_close_button {
  float: right;
  cursor: pointer;
}

.option_selection {
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 8px 10px;
  cursor: pointer;
}

.option_hover {
  background-color: #859ea6;
}

.option_footer {
  min-height: 15px;
}

* html .option_footer {
  height: 15px;
}

.option_select_url {
  display: none;
}

.option_current {
  color: #ff2222;
}

.in_page_header {
  font-weight: bold;
  font-size: 13px;
  padding: 30px 0 15px 0;
}

.in_page_header {
  font-weight: bold;
  font-size: 13px;
  padding: 30px 0 15px 0;
}

.in_section_header {
  font-weight: bold;
  font-size: 11px;
  padding: 30px 0 15px 0;
}

/* ======  HORIZONTAL SCROLL TABLE  ======= */
.horizontal_scroll,.h_column {
  float: left;
}

.h_column {
  padding: 2px 0 10px;
}

.horizontal_scroll .h_cell {
  font-size: 11px;
  padding: 4px 12px 3px 10px;
}

.h_label {
  background-color: #F0F1F1;
}

.static_h_column {
  background-color: #F0F1F1;
  width: 150px;
}

.dynamic_h_column {
  background-color: #E3E7E8;
  width: 150px;
}

.h_cell_header {
  font-weight: bold;
  /*padding-top: 15px !important; */
  height: 35px;
  vertical-align: bottom;
  position: relative;
  margin-bottom: 8px;
}

.h_cell_header .header_label {
  bottom: 0px;
  position: absolute;
}

.horizontal_scroll_footer {
  float: left;
  background-color: #E3E7E8;
}

.h_footer_left {
  background-color: #F0F1F1;
  width: 300px;
  padding: 5px 7px 5px 10px;
  float: left;
}

.h_footer_right {
  background-color: #E3E7E8;
  width: 430px;
  padding: 5px 10px;
  float: left;
}

.h_footer_right .pagination {
  float: none;
  margin: 0 auto;
}

.h_footer_line {
  background-color: #CCCCCC;
  color: #CCCCCC;
  height: 1px;
  border: none;
  margin: 0 10px;
}

.h_hover_line {
  background-color: #CCCCCC;
  color: #CCCCCC;
  height: 1px;
  border: none;
  margin: 0 10px;
  display: none;
  width: 750px;
  left: 30px;
  position: absolute;
}

.bold {
  font-weight: bold;
}


/* ======  TAB  ======= */
/*
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
}

.ui-accordion {
    width: 100%;
}

.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}

.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    padding: 1em 2.2em;
    position: relative;
    top: 1px;
    background: #F9F9F9;
}

.accordion svg text {
  fill: #fff;
  font-size: 13px;
}
*/


.price_td {
    width: 50px;
}

.link_td {
    width: 129px;
}
.link_td a {
    margin-right: 10px;
}
.section_price_header {
    float: right; 
    margin-top: -21px;
    margin-right: 10px;
}
.hidden {
    display: none;
}
.sub-list{
    margin: 15px 0 0;
    /*background: #EFF2F1;*/
    padding: 10px; 
}
.sub-list ul{           
    padding: 0 13px;
}
.sub-list ul li {
    margin: 8px 0;
    list-style: disc;
    padding: 0 9px;
}
.report-tr:hover, .report-tr.clicked {
    background: #EFF2F1;
}
td {
    padding: 5px;
}
#eventId_submit {
    float: right;
    background-image: url('/images/vedacheck/buttons.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    background-position: 0 -95px;
    height: 46px;
    width: 113px;
    color: #fff;
    cursor: pointer;
    padding-left: 26px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
}
#eventId_submit:hover {
    background-position: -140px -95px;
}

