@charset "utf-8";
/* CSS Document */
#lcol table {
	width: 100%;
}
#lcol td {
	padding-bottom: 10px;
}
fieldset {
	text-align: left;
	width: 95%;
	margin: 5px;
	border: 1px solid #444444;
	padding: 5px;
	line-height: 22px;
	background-color: #333333;
}
legend {
	font-weight: bold;
	color: #0CB2E8;
}
#lcol input[type="text"], textarea {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	background-color:#888888;
	border:2px solid #666666;
	color:#FFFFFF;
}
#lcol img {
	vertical-align: middle;
	padding-bottom: 4px;
}
.fieldHeader {
	font-weight: bold;
}
 #selectReason, #selectState, .addRowItems {
	background-color:#888888;
	border:2px solid #666666;
	color:#FFFFFF;
}

.button, .button:visited {
	background: #222 url(overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-top: 0;
	border-left: 0;
	border-right: 0;
	position: relative;
	cursor: pointer
}
.button:hover {
	background-color: #111;
	color: #fff;
}
.button:active {
	top: 1px;
}
.button, .button:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.large.button, .large.button:visited, .on, .off {
	font-size: 16px;
	padding: 8px 14px 9px;
}
.blue.button, .blue.button:visited {
	background-color: #2981e4;
}
.blue.button:hover {
	background-color: #2575cf;
}

#txtDatePicker {
  margin-right: 10px;	
}

#spanAlertDate {
  font-weight: bold;
  color: #FF0000;
  font-size: 12px;
}

textarea { font-family: Verdana, Geneva, sans-serif; font-size:12px;}
