@CHARSET "UTF-8";


html,body {
	margin:10;
	padding:0;
	height:100%;
	border:none;
  /*	background-color: #e1dcc8;  */
}

.Accordion {
	width: 300px;
    padding: 5px 5px 0 5px;
    border: 1px solid silver;
    background-color: white;
    height: 503px;
    display: none;
}

.Accordion .selHead {
 /* height: 42px; */
  line-height: 15px;
  padding: 5px 20px;
  margin: 0 0 2px 0;
  color: #ffffff;
  background: #00AEEF url('slices/check2.gif') no-repeat;
  font-family: trebuchet, helvitica, arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
  overflow: hide;
}

.Accordion .selHead a {
  color:black;
  font-size:12px;
  font-weight: bold;
  text-transform:uppercase;
}

.Accordion .selBody {
  padding: 0 0 0 0;
  margin-bottom: 5px;
  background-color: #000000;
  color: #00AEEF;
  max-height: 300px;
  min-height: 30px;
  overflow: auto;
}

.Accordion .selBody .sel {
  margin-left:0px;
  margin-right:0px;
  list-style:none; 
}

.Accordion .selBody li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.Accordion .selBody li:hover {
  color: #ffffff;
  /* background-color: #e1dcc8; */
}

.Accordion .selBody .selected {
  color: red;
}

.resultDialog {
  top: 10px;
  left: 350px;
  border: 5px solid white; 
  background-color: #f1efe2; 
  max-height: 550px;
  min-height: 550px;
  max-width: 650px;
  min-width: 650px;
  position: absolute;
}

.resultDialog .pane {
  top: 1px;
  left: 1px;
  height: 430px;
  max-height: 430px;
  min-height: 430px;
  width: 575px;
  max-width: 575px;
  min-width: 575px;
  overflow: auto;
}
.rmpresulttable {

}

.rmpresulttable th {
    font-family: Arial, sans-serif;
    font-size: 12px;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
	white-space: nowrap;
}
.rmpresulttable td {
    font-family: Arial, sans-serif;
    font-size: 12px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
	white-space: nowrap;
}
