@charset "UTF-8";
.headertab {
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}
.maintable {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #1e6bc1;
}
.bgblue {
	background-color: #1e6bc1;
}


#temp {
	position:relative;
	right: 5px;
	bottom: 1px;
	width: 300px;
}

#apDiv1 {
	position: absolute;
	width: 	150px;
	left: 132px;
	top: 22px;
	height: 75px;
	}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #191919;
	background-color: #E6F3FF;
	width: 120px;
	padding: 1px;
}
.errorstar {
	font-size: 120%;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	margin-top: 0px;
	padding-top: 5px;
}
.errortext {
	font-size: 85%;
	color: #FF0000;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #E6F3FF;
	width: 230px;
}
.bluenote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #0033CC;
}
.buttonbrowse {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 90%;
}
.buttonsubmit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #1C59B9;
	font-weight: bold;
	border: 1px outset #666666;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 95%;
}
.dropdownbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
