/* CSS Document */
h2.title {
	color: rgb(51,51,255);
	font-size: 2.00em;
}
table.title img {
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.50);
	border-radius: 2px;
}
table.filebox {
	width: 100%;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
table.filebox tbody tr:hover {
	background: rgb(240, 240, 240)!important;
}
table.filebox thead tr {
	background: rgb(210, 210, 220);
}
table.filebox td, th {
	border-bottom: 1px solid rgb(204,204,204);
}
table.filebox td {
	cursor: default;
}
table.filebox td {
	cursor: pointer;
}
.file_row {
	border-bottom: 1px solid rgb(200,200,200);
	padding: 2px 0 2px 0;
}
.listbox {
	font-family:  monospace;
	border: 1px solid #cccccc;
	height: 210px;
	width: 60%;
	min-width: 650px;
	overflow-y: auto;
	background: rgb(255,255,255);
}
.white_div {
	height: 30px;
	border: 1px solid rgb(204,204,204);
	font-size: 1.25em;
	width: 60%;
	min-width: 650px;
	background: rgb(255,255,255);
	margin: 0.25em 0 1.25em 0;
	font-weight: bold;
	color: rgb(64, 64, 150);
	padding: 2px;
}
.anacurl {
	font-size: 0.90em;
	margin: 5px;
	float: left;
}
.form_button {
	width: 100px;
	height: 30px;
	font-weight: bold;
	color: rgb(96, 96, 96);
}
.form_fieldset {
	padding: 10px 20px;
	background: rgb(250,250,250);
	border: 1px solid rgb(204,204,204);
	border-radius: 2px;
}
.input_field {
	margin-top: 5px;
	font-family: monospace;
	width: 60%;
	min-width: 650px;
}
.input_field:focus {
	background: rgb(255,255,196);
}
.file_upload {
	font-size: 0.85em!important;
	width: 99%;
}
.help_div {
	border: 1px solid rgb(204,204,204);
	border-radius: 2px;
	background: rgb(255,255,255);
	font-style: italic;
	font-size: 1.00em;
	padding: 1.10em;
	margin-top: 0.50em;
	width: 60%;
	min-width: 650px;
}