/* == common declaration == */

/* -- report title -- */

div.ajr_title {
  margin: 0px 0px 5px 5px;
  text-align: center;
  font-weight: bold;
  font-family: Tahoma;
  font-size: 15px;
}

/* -- report filter -- */

table.ajr_filter {
  margin: 0px auto; /* align table */
  border: 0px solid black;
  background-color: white;
  width: 350px;
  font-family: Tahoma;
  text-align: center;
}

table.ajr_filter td {
  margin: 0px;
  padding: 2px;
  vertical-align: top;
  text-align: left;
}

table.ajr_filter td.control {
  text-align : center;
  white-space: nowrap;  
}

select.ajr_filter {
  font-family: Tahoma;
  font-size: 13px;
  width: 350px; 
}

input.ajr_filter {
  font-family: Tahoma;
  font-size: 13px;
  width: 350px; 
}

input.ajr_filter_button {
  font-family: Tahoma;
  font-size: 13px;
  width: 100px; 
}

table.ajr_filter label {
  font-family: Tahoma;
  font-size: 13px;
  font-weight: normal;
  vertical-align: center;
}

/* -- report result -- */

table.ajr_result {
  border: 1px solid #CCCCCC;
  border-spacing: 0px;
  border-collapse:collapse;
  color: black;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: normal;
/*  width : 900px; */
  margin: 20px 0px 0px 0px;
  cursor: default;
}

table.ajr_result th {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: black;
  padding: 2px;
  height: 40px;
  font-size: 12px;
  font-weight: normal; /* bold */
  text-align: center;
/*  background-color: #dde8ee; */
}

table.ajr_result tr {
  /*font-size: 14px;*/
  
  font-size: 11px;
  background-color: #FFFFFF;
  text-align: center;
}

table.ajr_result td {
  border: 1px solid #CCCCCC; 
  background-color: #FFFFFF;
  color: black;
  font-size: 11px;
/*  padding: 2px; */
/*  text-align: center; */
}

/* -- report additional information -- */

div.ajr_addinfo {
  text-align: left;
  font-family: Tahoma;
  font-size: 13px;
}

ul.ajr_addinfo {
  margin: 0px;
  padding: 0px;
}

ul.ajr_addinfo li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

/* == report specific additional declaration == */

/* -- application info -- */

td.ajr_appinfo_result_row_title {
  width: 300px;
  font-size: 13px;
  padding: 2px 2px 2px 20px;
  text-align: left;
}
/*
td.ajr_appinfo_result_row_title div {
  font-size: 13px;
  padding-left: 10px;
  text-align: left;
}
*/
td.ajr_appinfo_result_row_group_title {
  font-size: 13px;
  padding: 2px 2px 2px 10px;
  text-align: left;
  font-weight: bold;
  background-color: #dde8ee;
  height: 20px;
}

/*
td.ajr_appinfo_result_row_group_title div {
  text-align: left;
  padding-left: 10px;
  background-color: #dde8ee;
}
*/

/* -- simple rating -- */

th.ajr_smplrat_result_hdr1 {
  /* width: 30px; */
}

th.ajr_smplrat_result_hdr2 {
  /* width: 200px; */
}

th.ajr_smplrat_result_hdr3 {
  /* width: 100px; */
}

th.ajr_smplrat_result_hdr4 {
  /* width: 60px; */
}

th.ajr_smplrat_result_hdr5 {
  /* width: 80px; */
}

th.ajr_smplrat_result_hdr6 {
  /* width: 80px; */
}

th.ajr_smplrat_result_hdr7 {
  /* width: 80px; */
}

th.ajr_smplrat_result_hdr8 {
  /* width: 50px; */
}

th.ajr_smplrat_result_hdr9 {
  /* width: 70px; */
}

th.ajr_smplrat_result_hdr10 {
  /* width: 80px; */
}

td.ajr_smplrat_result_col1 {
  text-align: right;
  padding: 0px 10px 0px 0px;
/*  width: 30px; */
}

td.ajr_smplrat_result_col2 {
  text-align: left;
  padding: 0px 0px 0px 5px;
/*  width: 200px; */
}

td.ajr_smplrat_result_col3 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 100px; */
}

td.ajr_smplrat_result_col4 {
  padding: 0px 5px 0px 5px;
  /* width: 60px; */
}

td.ajr_smplrat_result_col5 {
  text-align: left;
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_smplrat_result_col6 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_smplrat_result_col7 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_smplrat_result_col8 {
  /* width: 50px; */
}

td.ajr_smplrat_result_col9 {
  /* width: 70px; */
}

td.ajr_smplrat_result_col10 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

div.ajr_smplrat_result_row_default_title {
  background-color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
  position: absolute; 
/*  display:none;  */
  padding: 0px 10px 0px 0px; 
  margin: 0px; 
/*  width: 500px; */
}

tr.ajr_smplrat_result_row_marker1 td {
  background-color: #F3FFBC;
/*  display: none;   */
}

div.ajr_smplrat_result_row_marker1_title {
/*  border: 1px solid #CCCCCC; */
/*  border: 1px solid #BBBBBB; */
  border-right: 1px solid #CCCCCC;
  background-color: #F3FFBC;
  position: absolute; 
/*  display:none;  */
  padding: 0px 10px 0px 0px; 
  margin: 0px; 
/*  width: 500px; */
}

tr.ajr_smplrat_result_row_marker2 td {
  background-color: #FF5050;
}

div.ajr_smplrat_result_row_marker2_title {
  background-color: #FF5050;
  border-right: 1px solid #CCCCCC;
  position: absolute; 
/*  display:none; */
  padding: 0px 10px 0px 0px; 
  margin: 0px; 
/*  width: 500px; */
}

tr.ajr_smplrat_result_row_marker3 td {
  background-color: white;
  color: #A0A0A0;
}

div.ajr_smplrat_result_row_marker3_title {
  background-color: white;
  border-right: 1px solid #CCCCCC;
  color: #A0A0A0;
  position: absolute; 
/*  display:none;  */
  padding: 0px 10px 0px 0px; 
  margin: 0px; 
/*  width: 500px; */
}

/* -- simple_rating_service -- */

th.ajr_smplratsrv_result_hdr1 {
  /* width: 30px; */
}

th.ajr_smplratsrv_result_hdr2 {
  /* width: 30px; */
}

th.ajr_smplratsrv_result_hdr3 {
  /* width: 200px; */
}

th.ajr_smplratsrv_result_hdr4 {
  /* width: 100px; */
}

th.ajr_smplratsrv_result_hdr5 {
  /* width: 60px; */
}

th.ajr_smplratsrv_result_hdr6 {
  /* width: 80px; */
}

th.ajr_smplratsrv_result_hdr7 {
  /* width: 80px; */
}

th.ajr_smplratsrv_result_hdr8 {
  /* width: 80px; */
}

th.ajr_smplratsrv_result_hdr9 {
  /* width: 50px; */
}

th.ajr_smplratsrv_result_hdr10 {
  /* width: 70px; */
}

th.ajr_smplratsrv_result_hdr11 {
  /* width: 80px; */
}

td.ajr_smplratsrv_result_col1 {
  text-align: right;
  padding: 0px 10px 0px 0px;
/*  width: 30px; */
}

td.ajr_smplratsrv_result_col2 {
  text-align: right;
  padding: 0px 10px 0px 0px;
/*  width: 30px; */
}

td.ajr_smplratsrv_result_col3 {
  text-align: left;
  padding: 0px 0px 0px 5px;
/*  width: 200px; */
}

td.ajr_smplratsrv_result_col4 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 100px; */
}

td.ajr_smplratsrv_result_col5 {
  padding: 0px 5px 0px 5px;
  /* width: 60px; */
}

td.ajr_smplratsrv_result_col6 {
  text-align: left;
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_smplratsrv_result_col7 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_smplratsrv_result_col8 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_smplratsrv_result_col9 {
  /* width: 50px; */
}

td.ajr_smplratsrv_result_col10 {
  /* width: 70px; */
}

td.ajr_smplratsrv_result_col11 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

div.ajr_smplratsrv_result_italic {
  text-align: left;
  font-style: italic;
  font-size: 13px;
  margin: 0px 5px 0px 5px;
}

div.ajr_smplratsrv_result_right_italic {
  text-align: right;
  font-style: italic;
  font-size: 13px;
  margin: 0px 5px 0px 5px;
} 

/* -- candidates_rating -- */


th.ajr_candrat_result_hdr1 {
  /* width: 30px; */
}

th.ajr_candrat_result_hdr2 {
  /* width: 200px; */
}

th.ajr_candrat_result_hdr3 {
  /* width: 100px; */
}

th.ajr_candrat_result_hdr4 {
  /* width: 60px; */
}

th.ajr_candrat_result_hdr5 {
  /* width: 80px; */
}

th.ajr_candrat_result_hdr6 {
  /* width: 80px; */
}

th.ajr_candrat_result_hdr7 {
  /* width: 80px; */
}

th.ajr_candrat_result_hdr8 {
  /* width: 50px; */
}

th.ajr_candrat_result_hdr9 {
  /* width: 70px; */
}

th.ajr_candrat_result_hdr10 {
  /* width: 80px; */
}

td.ajr_candrat_result_col1 {
  text-align: right;
  padding: 0px 10px 0px 0px;
/*  width: 30px; */
}

td.ajr_candrat_result_col2 {
  text-align: left;
  padding: 0px 0px 0px 5px;
/*  width: 200px; */
}

td.ajr_candrat_result_col3 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 100px; */
}

td.ajr_candrat_result_col4 {
  padding: 0px 5px 0px 5px;
  /* width: 60px; */
}

td.ajr_candrat_result_col5 {
  text-align: left;
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_candrat_result_col6 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_candrat_result_col7 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_candrat_result_col8 {
  /* width: 50px; */
}

td.ajr_candrat_result_col9 {
  /* width: 70px; */
}

td.ajr_candrat_result_col10 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

div.ajr_candrat_result_row_default_title {
  background-color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
  position: absolute; 
/*  display:none;  */
  padding: 0px 10px 0px 0px; 
  margin: 0px; 
/*  width: 500px; */
}

tr.ajr_candrat_result_row_marker1 td {
  background-color: #F3FFBC;
}

div.ajr_candrat_result_row_marker1_title {
/*  border: 1px solid #CCCCCC; */
/*  border: 1px solid #BBBBBB; */
  border-right: 1px solid #CCCCCC;
  background-color: #F3FFBC;
  position: absolute; 
/*  display:none;  */
  padding: 0px 10px 0px 0px; 
  margin: 0px; 
/*  width: 500px; */
}

tr.ajr_candrat_result_row_marker2 td {
  background-color: #FF5050;
}

div.ajr_candrat_result_row_marker2_title {
  background-color: #FF5050;
  border-right: 1px solid #CCCCCC;
  position: absolute; 
/*  display:none; */
  padding: 0px 10px 0px 0px; 
  margin: 0px; 
/*  width: 500px; */
}

tr.ajr_candrat_result_row_marker3 td {
  background-color: white;
  color: #A0A0A0;
}

div.ajr_candrat_result_row_marker3_title {
  background-color: white;
  border-right: 1px solid #CCCCCC;
  color: #A0A0A0;
  position: absolute; 
/*  display:none;  */
  padding: 0px 10px 0px 0px; 
  margin: 0px; 
/*  width: 500px; */
}

tr.ajr_candrat_result_row_marker1 td {
  background-color: #F3FFBC;
}

tr.ajr_candrat_result_row_marker2 td {
  background-color: #FF5050;
}

tr.ajr_candrat_result_row_marker3 td {
  background-color: white;
  color: #A0A0A0;
}

/* -- candidates_rating_service -- */


th.ajr_candratsrv_result_hdr1 {
  /* width: 30px; */
}

th.ajr_candratsrv_result_hdr2 {
  /* width: 30px; */
}

th.ajr_candratsrv_result_hdr3 {
  /* width: 200px; */
}

th.ajr_candratsrv_result_hdr4 {
  /* width: 100px; */
}

th.ajr_candratsrv_result_hdr5 {
  /* width: 60px; */
}

th.ajr_candratsrv_result_hdr6 {
  /* width: 80px; */
}

th.ajr_candratsrv_result_hdr7 {
  /* width: 80px; */
}

th.ajr_candratsrv_result_hdr8 {
  /* width: 80px; */
}

th.ajr_candratsrv_result_hdr9 {
  /* width: 50px; */
}

th.ajr_candratsrv_result_hdr10 {
  /* width: 70px; */
}

th.ajr_candratsrv_result_hdr11 {
  /* width: 80px; */
}

td.ajr_candratsrv_result_col1 {
  text-align: right;
  padding: 0px 10px 0px 0px;
/*  width: 30px; */
}

td.ajr_candratsrv_result_col2 {
  text-align: right;
  padding: 0px 10px 0px 0px;
/*  width: 30px; */
}

td.ajr_candratsrv_result_col3 {
  text-align: left;
  padding: 0px 0px 0px 5px;
/*  width: 200px; */
}

td.ajr_candratsrv_result_col4 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 100px; */
}

td.ajr_candratsrv_result_col5 {
  padding: 0px 5px 0px 5px;
  /* width: 60px; */
}

td.ajr_candratsrv_result_col6 {
  text-align: left;
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_candratsrv_result_col7 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_candratsrv_result_col8 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

td.ajr_candratsrv_result_col9 {
  /* width: 50px; */
}

td.ajr_candratsrv_result_col10 {
  /* width: 70px; */
}

td.ajr_candratsrv_result_col11 {
  white-space: nowrap;
  padding: 0px 5px 0px 5px;
  /* width: 80px; */
}

div.ajr_candratsrv_result_italic {
  text-align: left;
  font-style: italic;
  font-size: 13px;
  margin: 0px 5px 0px 5px;
}

div.ajr_candratsrv_result_right_italic {
  text-align: right;
  font-style: italic;
  font-size: 13px;
  margin: 0px 5px 0px 5px;
} 
