@charset "utf-8";

/******************************************************
 * project   cig client portal
 * date      28-4-2010
 * author    netpositive[worbyd]
 ******************************************************/

label, input, option, button {
  color: #4d4b4b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

label {
  display: block;
  padding: 0 0 5px;
  color: #4d4b4b;
  font-weight: bold;
}

input:focus { border-color: #a8a994; }

.button_save {
  width: 155px;
  height: 32px;
  background: url('../../images/button_save.gif') no-repeat 0 0;
  text-indent: -10000px;
}


/* j nice it
 ******************************************************/
.fmInput span {
  display: block;
  padding: 3px;
  line-height: 15px;
  background: none;
  border: 1px solid #cfcfc4;
}

.fmInput span input {
	outline: none;
	position: relative;
	z-index: 50;
  padding: 0;
	width: 100%;
  background: transparent;
  border: 0 none;
}

.fmInFocus span { border-color: #a8a994; }

.fmInput.disabled { background-color: #F0F0F0; }

.fmSelect {
	position: relative;
  width: 266px!important;
  height: 21px;
	outline: none;
	z-index: 150;
  border: 1px solid #cfcfc4;
}

.fmSelect.fmInFocus { border-color: #a8a994; }

.fmSelect strong {
	float: left;
	width: 100%;
	cursor: pointer;
	position: relative;
  background: url('../../images/select_right.gif') no-repeat 273px 1px;
}

.fmSelect strong span { display: block; }

.fmSelect strong span cite {
	display: block;
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 31px;
  font-size: 12px;
	font-style: normal;
  font-weight: normal;
  color: #4d4b4b;
}

.fmSelect ul {
	position: absolute;
	left: -1px;
	top: 21px;
	margin: 0 !important;
	padding: 0;
  background: #f1f1f1;
	border: 1px solid #a8a994;
	width: 100%;
	list-style: none;
	font-size: 13px;
	background: white;
	padding-top: 1px;

	max-height: 200px;
	_height: 200px;
	overflow-y: scroll;
	z-index: 1500;

	display: none;
}

.fmSelect ul li {
	display: block;
	padding: 5px 7px;
  font-size: 12px;
	font-style: normal;
  font-weight: normal;
  color: #4d4b4b;
}

.fmSelect ul li.active {
	background: #929e00;
  color: #fff;
	cursor: pointer;
}


/*  CHECKBOX */
label.checkbox {
  float: left;
  margin: 0 24px 0 0;
  font-weight: normal;
}

b.fmCheckbox,
#funds_of_insurance p.select_all b.fmCheckbox {
	float: left;
	width: 13px;
	height: 13px;
	position: relative;
	cursor: pointer;
	background: url('../../images/checkbox_sign.gif') no-repeat left top;
}

b.fmCheckbox.checked,
#funds_of_insurance p.select_all b.fmCheckbox.checked { background-position: right top; }

b.fmCheckbox.chbx-disabled { background-position: -24px -12px; }

b.fmCheckbox.checked.chbx-disabled { background-position: -24px top; }


.fmZero {
	margin: 0 !important;
	position: relative !important;
}

.fmHidden { display: none; }
