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

a{
	text-decoration: none;
	}

.required {
	padding: 5px;
	border: 1px #666666 solid;
	background-color: #FFFFFF;
	font: 90% Tahoma, System, Verdana;
}

.optional {
	padding: 5px;
	border: 1px #666666 solid;
	background-color: #FFFFFF;
	font: 75% Tahoma, System, Verdana;

}

.lookup {
	background-image: url(/webforms/tsr/images/search.png);
	background-position: right;
	background-repeat: no-repeat;

}

.input_field {
	padding: 5px;
	border: 1px #666666 solid;
	background-color: #FFFFFF;
	font: 75% Tahoma, System, Verdana;
}

.submit {
	border: 2px #d49768 outset;
	color: #D43F00;
}

.notes {
	color: #060606;
	padding-left: 10px;
	font: 10px Tahoma, System, Verdana;
}

.required_notes {
	font: 80% Tahoma, System, Verdana;
	color: #990000;
	padding-left: 5px;
}

.normal_image {
	vertical-align: middle;
}

.dynamic_div {
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.col_hd {

	text-decoration: underline;
	font: 75% Tahoma, System, Verdana;
	color: #666666;
	cursor: pointer;
	background-color: #E0E0E0;
	padding: 5px;

}

.field_lbl {
	font: 75% Tahoma, System, Verdana;
	color: #333333;
	cursor: pointer;
	padding: 3px;
}

.row_data {
	background-color: #F0F0F0;
	color: #000000;
	padding: 5px;
}

.empty {
	color: #000000;
	padding: 5px;
	background-image: url(/webforms/tsr/images/empty.png);
	background-repeat: repeat-x;
}
.row_data_selected {
	background-color: #FFFFFF;
	font-weight: bold;
}

.row_data_delete {
	/*background-color: #FFCCCC;*/
	font: 75% Tahoma, System, Verdana;
	font-weight: bold;

}

.row_foot {
	background-color: #E0E0E0;
	font-weight: bold;
	text-align: center;
}

.block {
	border: 2px #d49768 solid;
	padding: 5px;
}

.block_list  {
	border: 1px #EDEDED solid;
	padding: 5px;
}

.submit {
	background-color: #CB842E;
	color: #FFFFFF;
	border: 1px  #CC6600 solid;
	width: 75px;
}	

.action {
	background-color: #FFFFFF;
	color: #CB842E;
	border: 1px  #CC6600 solid;
	width: 150px;
}	

.sign {
	background-color: #FFFFFF;
	color:#CB842E;
	border: 1px  #CC6600 solid;
	width: 75px;
	background-image: url(/webforms/tsr/images/edit.png);
	background-position: right;
	background-repeat: no-repeat;
	

}

.important_notes {
	color: #CC0033;
	font: 75% Tahoma, System, Verdana;
}	

.selectable {
	cursor: pointer;
	text-decoration: underline;
}

.new{
	left: 130px;
	}
	
.PENDING {
	color: #0066FF;
	background-color: #FEDFA7;
	font: 75% Tahoma, System, Verdana;
}

.APPROVED {
	color: #339900;
	background-color: #FEDFA7;
	font: 75% Tahoma, System, Verdana;
}

.REJECTED {
	color: #FF0000;
	background-color: #FEDFA7;
	font: 75% Tahoma, System, Verdana;
}

.secure {
	background-image: url(/webforms/tsr/images/secure.png);
	background-position: right;
	background-repeat: no-repeat;
}

