@charset "utf-8";
/* CSS Document */


body{
  font-size: 13px;
  background-image:url(images/temp/bg_image.gif);
  background-repeat:no-repeat;
  background-color:#130f40;
}
.notice{
  border:1px solid #F00;
  background-color:#FCC;
  padding:4px 6px;
  margin:8px 5px 5px 5px;
}

#wrapper{
  margin:0 0 0 0;
  padding:0;
  width:904px;
  background-color:#ffffff;
}

h2{
  display: block;
  padding:0;
  position:relative;
  margin: 0 -9px 0 -8px;
}

.evaluation{
  width:889px;
}
.evaluation > table{
  width:100%;
  border-collapse:collapse;
}
.evaluation > table > tbody > tr > td{
  padding: 0px 3px 0px 3px;
  border: 1px solid #333333;
  vertical-align:top;
}

.msg_noindicator{
  font-style: italic;
  margin-top: 3px;
}

.properties table tr td{
  vertical-align:middle;
}


.no_exists h3{
  font-size:16px;
}
.no_exists p{
  font-size:13px;
  line-height:17px;
}
.filter_info{
  background-image:url(images/system_2/filter-bg_information.gif);
  width:887px;
  height:80px;
  background-repeat:no-repeat;
}
.filter_info > h3{
  padding:14px 8px 0px 50px;
  font-size:16px;
}
.filter_info > p{
  padding:2px 8px 0px 50px;
}
.trigger_info{
  background-image:url(images/system_2/trigger-bg_information.gif);
  width:887px;
  background-repeat:no-repeat;
  background-color:#f0f0f0;
}
.trigger_info > h3{
  padding:14px 8px 0px 50px;
  font-size:16px;
}
.trigger_info > p{
  padding:2px 8px 0px 50px;
}
.attention{
  background-image:url(images/attention.gif);
  background-repeat:no-repeat;
  margin:0px 0px 0px 20px;
  padding: 10px 10px 0px 130px;
  height:120px;
}
.attention h3{
  color:#ff0000;
}

.arrow_background{
  background-image:url(images/arrow_background.gif);
  background-repeat:no-repeat;
  text-align:center;
  height:50px;
  padding-top:24px;
  font-size:13px;
}

#other_properties{
}
#other_properties table{
  width:100%;
  border-collapse:collapse;
}
#other_properties table .leftcolumn{
  color:#FFFFFF;
  font-size:14px;
  width:180px;
  line-height:18px;
  padding:3px 6px;
  background-color:#333333;
  font-weight:bold;
}
#other_properties table .rightcolumn{
  line-height:17px;
  padding:3px 5px;
}

#result_bottom{
  margin: 10px 20px 10px 20px;
}

#result_bottom h2{
  background-color: rgb(239, 242, 243);
  border-bottom: 1px dashed rgb(167, 172, 179);
  border-left: 3px solid rgb(88, 173, 218);
  border-right: 1px dashed rgb(167, 172, 179);
  border-top: 1px dashed rgb(167, 172, 179);
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px 10px -8px;
  padding: 8px 0px 6px 8px;
}
#result_bottom ul{
  padding-left:26px;
  font-size:14px;
}
#result_bottom ul li{
  padding:0 0 8px 0;
  list-style:circle;
  font-size:14px;
  line-height:18px;
}

