/**
 *	Form CSS file
 *
 *	@author Tim Brown
 *	@author Ollie Maitland
 */

/* Import form widget CSS */
@import 'form_widgets.css';

/**
 * Global styles
 */

 
form{
	padding-left:15px;
	margin-bottom:10px;
}

input,textarea,button {
	border-width:1px;
	background:#ffffff;	
	border-style:solid;
	border-color:#9b9b9b;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing:1px;
	border-width:1px;
	background:#ffffff;	
	border-style:solid;
	border-color:#9b9b9b;
}

/**
 * Standarn-form
 */

#standard-form, .standard-form {
	border-collapse:collapse;
	padding:0px;
	padding:20px 20px;
}

#standard-form fieldset, .standard-form fieldset {
	position:relative;
	padding:0;
	margin:0;
	border:0;	
}

#standard-form legend, .standard-form legend {
	color:#555555;
	margin-bottom: 10px;
	font-weight:bold;
}

#standard-form fieldset input,
.standard-form fieldset input {
	width:204px;
	padding:3px;
	padding-left:6px;
}

#standard-form textarea, .standard-form textarea {
	width:204px;
	height:12em;
	padding:3px;
	padding-left:6px;
}

#standard-form select, .standard-form select {
	width:212px;
	border:1px solid #9b9b9b;
	margin-bottom:2px;
}

#standard-form option, .standard-form option {
	padding:2px;
}

/* Mozilla highlighting */
#standard-form 	input[type=text]:focus,
#standard-form	input[type=password]:focus, 
#standard-form	textarea:focus,
.standard-form	input[type=text]:focus,
.standard-form	input[type=password]:focus,
.standard-form	textarea:focus {
	border: 2px solid;
	margin:-1px;
	border-color: #9b9b9b;
}


#standard-form	textarea:focus,
.standard-form	textarea:focus {
	margin:0;
}

#standard-form .error, 
.standard-form .error {
	border-color:red;
}

#standard-form .field,
.standard-form .field {
	/* required for IE6 */
}

.standard-form fieldset label {
	float:left;
	width:230px;
	text-align:right;
	border-top-color:#ececec;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top:1.1em;
	padding-bottom:0.75em;
	padding-right:20px;
	line-height:1.5em;
	font-size:0.9em;
	clear:both;
	color:#000;
}

#standard-form .handle, #standard-form label.optional,
.standard-form .handle, .standard-form label.optional {
	font-weight:normal;
}

#standard-form label span,
.standard-form label span,
.required_field_note span {
	color:red;
	font-size:120%;
	margin-right:0.1em;
	margin-top:0.25em;
}

#standard-form .wrap, .standard-form .wrap {
	float:left;
	width:300px;
	min-width:300px;
	padding-top:0.75em;
	padding-bottom:0.75em;
	border-top-color:#ececec;
	border-top-width: 1px;
	border-top-style: solid;	
}

/* different layout form widths */
#wrapper.layout1 #standard-form .wrap, #wrapper.layout1 .standard-form .wrap {
	width:500px;
}

#wrapper.layout2 #standard-form .wrap, #wrapper.layout2 .standard-form .wrap {
	width:600px;
}

#standard-form label.compact, .standard-form label.compact {
	width:180px;
}

#standard-form div.compact, .standard-form div.compact {
	width:300px;
}

#standard-form .wrap .hint, .standard-form .wrap .hint {
	float:right;
	width:280px;
	color: #9b9b9b;
}

#wrapper.layout0 #standard-form .wrap .hint, #wrapper.layout0 .standard-form .wrap .hint {
   width:245px;
}

#standard-form .wrap .multi, .standard-form .wrap .multi {
	line-height:2em;
	max-height:30em;
	overflow:auto;
}

#standard-form .wrap .multi input, .standard-form .wrap .multi input {
	margin-bottom:0.6em;
	margin-top:0.5em;
	width:6em;
	margin-left:4em;
}

#standard-form .wrap .multi .hint, .standard-form .wrap .multi .hint {
	/* move in */
	
}

#standard-form .compact .hint, .standard-form .compact .hint {
	width:180px;
}

/**
 * Columns of inputs
 */
#standard-form .col, .standard-form .col {
	width:100px;
}

/**
 * Long handle names
 */
#standard-form .long, .standard-form .long {
	width:100%;
	clear:both;
}


/* disabled input */
#standard-form .disabled, .standard-form .disabled {
	background:#eeeeee;
}


/**
 * Input types
 */

/* small */
#standard-form .s, .standard-form .s {
	width:50px;
	border:0;
}

/* box stub */ 
#standard-form .stub, .standard-form .stub {
	width:120px;
}


/* Force button to be inline post-padding on <label> and <input /> tags */
button {
	background:transparent url(/html/images/framework/nav_item.jpg) repeat-x scroll center center;
	color:#E2E2E2;
	display:block;
	min-width:120px;
	font-weight:bold;
	font-size:0.9em;
	line-height:2em;
	height:25px;
}

/**
 * General button styles
 */

 #button {
	margin-top:1em;
	margin-bottom:0px;
 }
 
 #button .desc {
	margin-left:2em;
	font-size:0.85em;
}

.layout0 #button .go, .layout0  button,
.layout1 #button .go, .layout1  button
{
	background:#fff;
	font-weight:bold;
	border:solid 1px #999;
	width:200px;
	color:#555;
}

.layout0 #button .go,.layout0  button {
	width:160px;
}

.layout1 #button .go, .layout1  button {
	width:180px;
}

input.go,
.standard-form .go,
.standard-form .go,
.standard-form .reset,
.standard-form .reset {
 	font-size:0.85em;
 	border:0;
 	font-weight:bold;	
	width:106px;
	height:30px;	
	font-family:verdana,arial,helvetica;
	letter-spacing:-1px;
	color:#E2E2E2;
	padding:0;
	text-align:center;
	background:url(../images/buttons/submit_bg_red.png) no-repeat center;
}

.standard-form .reset,
.standard-form .reset {
	background-image:url(../images/buttons/submit_bg_orange.png);
}

.standard-form .go-wrap {
	text-align:right;
	margin-left:1.0em;
	border-top-color:#ececec;
	border-top-width: 0px;
	border-top-style: solid;
	padding-top: 10px;
	float:right;
	width:70%;
}

form .go-wrap {
	text-align:right;
	margin-left:1.0em;
}

#standard-form .reset-wrap, .standard-form .reset-wrap {
	float:left;
	padding-left:1.0em;
	border-top-color:#ececec;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	margin-right:5px;
}

#standard-form .go-block, .standard-form .go-block {
	text-align:right;
	padding-right:10px;		
}


#standard-form span.required_field_note, .standard-form span.required_field_note {
	float:right;
	margin-right:10px;
}

span.required_field{
	color:red;
}

#req_fields{
	float:left;
}

input#submit{
	float:right;
	border:0;
}

#kn-report_request_map{
	float:left;
	margin-top:20px;
	margin-left:10px;
}

#form-user_login{
	float:left;
	width:100%;
}

input.quantity{
	width:50px;
}

#kn-advanced_search .go-wrap {
	float:left;
	width:550px;
}

#kn-advanced_search .go-wrap input{
	
}