@charset "utf-8";
/* CSS Document */

input {
	border: #C7C2B8 solid 1px;
	background: #8E8570;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 3px;
}
textarea:focus, input:focus, select:focus { border: 2px solid #97BC68; }
input[type=checkbox]:focus, input[type=radio]:focus { border:none;}
select.xsmall { width:35px;}
select.small { width:68px;}
select.large { width:200px;}
button {
	display: inline;
	float: right;
	border: #EA9423 solid 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background: #EA9423;
	color: #fff;
	margin-right: 6px;
	margin-top: 3px;
	margin-left: 4px;
}
fieldset {
	border: 1px solid #ccc;
	font-size: 0.9em;
	padding: 10px;
}
fieldset input {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #00ACD4;
}
fieldset select {
	width:152px;
	margin-left:3px;
	margin-top:7px;
	border:none;
	border-bottom: 1px solid #ccc;
	color: #00ACD4;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
fieldset textarea {
	width:370px;
	margin-left:3px;
	margin-top:7px;
	border: 1px solid #ccc;
	color: #00ACD4;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
fieldset label.short {
	margin-right:10px;
}
fieldset label.medium {
	margin-right:20px;
}
fieldset label.large {
	margin-right:30px;
}
fieldset legend {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #00ACD4;
	text-indent: 3px;
}
.warning {
	width: 100%;
	height: 40px;
	background: #FAD6C9;
	color: #EB1E2D;
	border: solid 1px #EB1E2D;
	font-size: 0.9em;
}
.warning img {
	margin-top: 6px;
}
.message {
	width: 100%;
	height: 40px;
	background: #a9f198;
	color: #297c16;
	border: solid 1px #297c16;
	font-size: 0.9em;
}
.messageDiv 
{
	margin-top: 10px;
	margin-left: 60px;
	width: 500px;
}
#msg {
	display:none;
	position:absolute;
	z-index:200;
	background: url(../../images/misc/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
}
#msgcontent {
	font: 1.1em "Times New Roman", Times, serif;
	color:#eb1e2d;
	display:block;
	background:#fad6c9;
	border:2px solid #eb1e2d;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px;
}
/*-----------specific styling------------*/
.orange {
	color: #F28E1E;
}
.form_label {
	width: 105px;
	text-align: left;
	/*padding-right: 10px;*/
	float: left;
	padding-top: 6px;
	height:30px;
}
.form_inputs {
	width: auto;
	text-align: left;
	float:left;
	height:30px;
}
.example_text {
	padding-left:3px;
	font-weight:700;
}
#center_column table {
	border: 1px #fff solid;
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
}
#center_column table td {
	padding: 4px;
}
#center_column thead td {
	border: 1px #fff solid;
	background: #00ACD4;
	color: #fff;
	font-size: 0.9em;
}
#center_column tbody td {
	background: #F7F7F7;
	border: 1px #fff solid;
}
#center_column .tables tr td {
	height: 25px;
	background: #fff;
	padding: 0px;
}
.buttoms_field button {
	float: none;
}
.buttoms_field {
	text-align: center;
}
.noborder {
	border-bottom: none;
}
#center_column table td a {
	text-decoration: none;
	color: #0099FF;
}
