﻿/* ICEMR Data Input UI Style */
.icemr_sub{
  background: transparent url(images/bg-icemr-menu-blue.gif) top left repeat-x;
  height: 27px;
  padding: 5px 15px 0px 15px;
  font-size: 12px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.icemr_sub a.ico-help{
  background: transparent url(images/help.png) 0 50% no-repeat;
  margin: 1px 1px 1px 1px;
  padding: 8px 0px 8px 20px;
  line-height:16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.icemr_data .endnote{
  background: url(images/title_bg1.jpg) repeat-x;
  height: 24px;
  padding: 0px 20px 0 20px;
  font-size: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  text-align: left;
}
.icemr_data .pagenum{
	padding: 3px 5px 3 5px;
	font-size: 11px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
}
.icemr_data .btnstyle1{
  background: url(images/title_bg1.jpg) repeat-x;
  background-color: #4F81BD;
  border: 1px #FFFFFF solid;
  padding: 5px 20px 5px 20px;
  margin: 5px 10px 5px 10px;
  font-size: 12px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}
.icemr_data .btnstyle2{
  background: url(images/title_bg1.jpg) repeat-x;
  background-color: #4F81BD;
  border: 1px #FFFFFF solid;
  padding: 2px 3px 2px 3px;
  margin: 3px 2px 3px 2px;
  font-size: 10px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}
.icemr_data table{
  background: #C5BE97;
  width: 100%;
  background-color: #C5BE97;
  border-collapse: collapse;
  border-color: #800000;
  border-width: 0;
}
.icemr_data td{
  background: #EEECE1;
  color: #00316e;
  padding: 3px 5px 3px 5px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 115%;
  vertical-align: middle;
  border-color: #948B54;
  border-style: solid;
  border-width: 1px;
}
.icemr_data th{
  background: #DDD9C3;
  color: #00316e;
  padding: 3px 5px 3px 10px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 115%;
  vertical-align: middle;
  border-color: #948B54;
  border-style: solid;
  border-width: 1px;
}
.icemr_data .tab_sub{
  padding-left: 16px;
  letter-spacing: 1px;
  font-weight: bolder;
  background: #B8CCE4 url(images/subtitle-bg-blue.png) 0 50% repeat-x;
  height: 30px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 12px;
}
.icemr_data .tab_sbm{
  padding-left: 16px;
  letter-spacing: 1px;
  font-weight: bolder;
  background: #B8CCE4 url(images/subtitle-bg-orange.png) 0 50% repeat-x;
  height: 30px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 12px;
}
.icemr_data .db_sub{
  padding-left: 20px;
  background: #B8CCE4 url(images/subtitle-bg-blue.png) 0 50% repeat-x;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 11px;
  vertical-align: middle;
}
.icemr_data span{
  font-weight: normal;
  vertical-align: baseline;
}

/* Data Input Style*/
.icemr_data select{
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px #948B54 solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #800000;
  background: #EAF2FB;
}
.icemr_data input{
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px #948B54 solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #EAF2FB;
}
.icemr_data input.Wdate{
	background: #EAF2FB url(images/date.png) no-repeat right;
}
.icemr_data input.ra {
  margin-left: 20px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  background: transparent;
  border: 0;
}
.icemr_data input.ra1st {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  background: transparent;
  border: 0;
}
.icemr_data input[type=radio],
.icemr_data input[type=checkbox] {
  margin-left: 20px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  background: transparent;
  border: 0;
}
.icemr_data input[type=radio]:first-child,
.icemr_data input[type=checkbox]:first-child {
    margin-left: 5px;
}
.icemr_data textarea{
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px #948B54 solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #EAF2FB;
}
.icemr_data fieldset{
	border-color: #538ED5;
}
.icemr_data legend{
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	color: #800000;
}

/* Small Table in Right Column */
.icemr_data .sTab{
  background: #EEECE1;
  width: 100%;
  background-color: #EEECE1;
}
.icemr_data .sTab td{
  background: #EEECE1;
  color: #00316e;
  padding: 1px 0px 1px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  vertical-align: middle;
  border-color: #948B54;
  border-style: solid;
  border-width: 0px;
}
.icemr_data .sTab th{
  background: #EEECE1;
  color: #00316e;
  padding-left: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  text-align: right;
  vertical-align: middle;
  border-color: #948B54;
  border-style: solid;
  border-width: 0px;
}

/* ICEMR HORIZONTAL TOOL MENU */
.clearit {
  margin: 0;
  padding: 0;
  height: 0;
  clear: both;
}
.icemr_tmenu {
  width: 90%;
  height: 27px;
  margin: 0;
  padding: 0;
  background: #800000 url(images/bg-icemr-menu.gif) top left repeat-x;
}
.icemr_tmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icemr_tmenu ul li {
  float:left;
  margin: 0;
  padding: 0;
  background: transparent url(images/bg-icemr-menu-black.gif) top left repeat-x;
}
.icemr_tmenu ul li a {
  float: left;
  display: block;
  height: 27px;
  padding-left: 15px;
  font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}
.icemr_tmenu ul li a span.menu_ar {
  float: left;
  display: block;
  height: 27px;
  padding-top: 6px;
  padding-right: 15px;
  background: transparent url(images/bg-icemr-menu-black.gif) top right repeat-x;
  cursor: pointer;
}
.icemr_tmenu ul li a:hover {
  background: transparent url(images/bg-icemr-menu-blue.gif) top left repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}
.icemr_tmenu ul li a:hover span.menu_ar {
  background: transparent url(images/bg-icemr-menu-blue.gif) top right repeat-x;
}

.icemr_tmenu ul li.highlight {
  float: left;
  margin: 0;
  padding: 0;
  background: transparent url(images/bg-icemr-menu-purple.gif) top left repeat-x;
}
.icemr_tmenu ul li.highlight a {
  float: left;
  display: block;
  height: 27px;
  padding-left: 15px;
  font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  background: transparent url(images/bg-icemr-menu-purple.gif) top left repeat-x;
}
.icemr_tmenu ul li.highlight a span.menu_ar {
  background: transparent url(images/bg-icemr-menu-purple.gif) top right repeat-x;
}
.icemr_tmenu ul li.highlight a:hover {
  background: transparent url(images/bg-icemr-menu-purple.gif) top left repeat-x;
}
.icemr_tmenu ul li.highlight a:hover span.menu_ar {
  background: transparent url(images/bg-icemr-menu-purple.gif) top right repeat-x;
}
.icemr_tmenu ul li span.menu_db {
  float: left;
  display: block;
  height: 27px;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 15px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background: transparent url(images/bg-icemr-menu-lime.gif) top right repeat-x;
  cursor: cursor;
}
.icemr_tmenu ul li.blank {
	float: right;
	display: block;
	height: 27px;
	padding-left: 10px;
	padding-top: 8px;
	padding-right: 10px;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/bg-icemr-menu-orange.gif) top right repeat-x;
	cursor: cursor;
}

/* ICEMR Data View Style */
.icemr_view table{
  background: #C5BE97;
  width: 100%;
  background-color: #C5BE97;
  border-collapse: collapse;
  border-color: #800000;
  border-width: 0;
}
.icemr_view td{
  background: #EEECE1;
  color: #00316e;
  padding: 2px 2px 2px 2px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  border-color: #948B54;
  border-style: solid;
  border-width: 1px;
}
.icemr_view th{
  background: transparent url(images/bg-icemr-menu-red.gif) top left repeat;
  padding: 3px 2px 3px 2px;
  font-size: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-color: #948B54;
  border-style: solid;
  border-width: 1px;
}
.icemr_view td:hover{
  background-color:#6699FF;
  color:#FFFFFF;
}
.icemr_view a.edit {
  background: transparent url(images/edit.png) 0 50% no-repeat;
  margin: 1px 1px 1px 1px;
  padding: 8px 0px 8px 18px;
  line-height:16px;
  color: #800000;
}
.icemr_view a.edit.specimen {
  background: transparent url(images/mgmt.png) 0 50% no-repeat;
}
.icemr_view a.edit.delete {
  background: transparent url(images/delete.png) 0 50% no-repeat;
}
.icemr_data a.nav {
  background: transparent url(images/map.png) 0 50% no-repeat;
  margin: 1px 1px 1px 1px;
  padding: 8px 0px 8px 18px;
  line-height:16px;
  color: #800000;
}
.icemr_data a.nav.first {
  background: transparent url(images/navigate_beginning.png) 0 50% no-repeat;
}
.icemr_data a.nav.prev {
  background: transparent url(images/navigate_left.png) 0 50% no-repeat;
}
.icemr_data a.nav.prev5 {
  background: transparent url(images/navigate_left2.png) 0 50% no-repeat;
}
.icemr_data a.nav.next {
  background: transparent url(images/navigate_right.png) 0 50% no-repeat;
}
.icemr_data a.nav.next5 {
  background: transparent url(images/navigate_right2.png) 0 50% no-repeat;
}
.icemr_data a.nav.last {
  background: transparent url(images/navigate_end.png) 0 50% no-repeat;
}
