/*	
	Copyright (c) 2006 Adobe Systems Incorporated
	macromedia.com HTML Forms CSS Selectors 	

	$Revision: 1.55.4.6 $	

	CONTENTS
	1. GLOBAL SETTINGS
	2. FIELDSET
	3. TEXTAREA
	4. INPUT
	6. SELECT
	7. MESSAGES
	8. SEARCH
	9. FORM LAYOUT
	10.LABELS

*/

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input.textfield:focus,
textarea:focus { background: #fff;}

/* FIELDSET */

fieldset {
	border: 0 solid #fff; /* for opera - none does not work */
	margin: 0;
	padding: 0;
}

textarea, select, input.textfield {
	width: 90%;
	min-height: 20px;
}

/* TEXTAREA */

textarea {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 1em; 
	background: #fefefe url(../images/master/background_form_element) repeat-x;
	border: 1px solid;
	border-color: #c4c4b8 #e6e6dc #e6e6dc #c4c4b8;
	padding-left: 4px;
	margin-bottom: 2px;
	height: 6em;
}

/* INPUT */


input.checkbox {
	margin-right: 4px;
}

input.radio,
input.checkbox {
	margin-right: 5px !important;
	margin-right: 1px;
}

input.hidden { display: none;}

#contentBody p input {
	font-size: 1em;
	vertical-align: middle;
}

#contentBody p input.checkbox {
	margin-top: 0.1em !important;
	margin-top: -0.35em;
}

input.textfield {
	font-size: 1em;
	background: #f7f7f7;
	border: 1px solid;
	border-color: #999 #aab3b3 #d5dddd #aab3b3;
	padding: 0.2em 0 !important;
	padding: 0;
	height: auto !important;
	height: 2.1em;
	margin: 0;
}

input.textfield:focus {
	border-color: #6ab94b #94da78 #aedf9a #94da78;
}

.readonly, .readonly:focus {
	background: #f2f2f2 !important; 
	border-color: #ddd !important;
	color: #aaa !important;	
}

input.login-username,
input.login-password,
input.serialnumber, 
input.numeric {
 	font-size: 1em; 
	border: 1px solid;
	border-color: #c4c4b8 #e6e6dc #e6e6dc #c4c4b8;
	width: 188px !important;
	width: 193px;
}

input.login-username,
input.login-password {  
	padding: 2px 4px 0 4px;
	margin: 00 4px 0;
	width: 188px !important;
	width: 193px;
}

input.numeric, input.serialnumber {
	padding: 2px 0 2px 4px;
	margin-bottom: 1px;
}

input.numeric {	
	width: 60px !important;
	width: 56px;
}

input.serialnumber {
	margin-left: 0;
}

input.formButton {
	border: 0; 
	padding: 0 4px 00;
	vertical-align: top;
}

input.formSubmitButton {
	border: 0; 
	padding: 000 8px;
	vertical-align: top;
}

input.submit {
	font: 0.95em Verdana !important;
	background: #fefefe url(../images/master/background_form_element) repeat-x;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	line-height: 1.1em !important;
	line-height: 1.2em;
	margin-right: 5px;
	padding: 1px 0.5em !important;
	padding: 00;
	font-weight: bold;
}

input.submit:hover,
input.submit:focus {
	border-color: #aedf9a #94da78 #6ab94b #94da78;
}

select:hover,
select:focus {
	border-color: #6d5 #5b5 #459455 #5b5;
}

a.submit,
a.submit:visited {
	font: bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	color: 2b333c;
	background: #fefefe url(../images/master/background_form_element.gif) repeat-x;
	border:  3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	margin-right: 5px;
	padding: 0.2em 0.5em 0.3em;
}

a.submit:hover,
a.submit:visited:hover {
	border-color: #aedf9a #94da78 #6ab94b #94da78;
	background: #fefefe url(../images/master/background_form_element.gif) repeat-x;
	color: 2b333c;
}

a.submit:active,
input:focus,
select: focus {
	background: #d9ffc9;	
}

input.gobutton {
	height: 20px;
	width: 20px;
	background: white url(../images/buttons/go_button.gif);
	margin-left: 4px;
}

/* SELECT */

select {
	background: #fefefe url(../images/master/background_submit.gif) repeat-x;
	border-top: 1px solid #c4cccc;
	border-left: 1px solid #acb5b5;
	border-bottom: 1px solid #6f7777;
	border-right: 1px solid #acb5b5;
	font-size: 1em; 
	padding: 0;
	line-height: 1.35em;
/*\*/
	height: auto !important;	
/* */
	height: 1.6em;
	margin: auto !important;
	margin: 0;
}

select option { padding: 1px 0;}/* for Gecko */

/* ERROR MESSAGES */

#msg-error img {
	position: relative;
	top: 2px;
	left: 0;
	display: block;
	float: left;
}

#msg-error {
	background-color: #ffffcb;
	padding: 4px 8px 4px;
	margin-bottom: 1em;
}

#msg-error p {
	font-weight: bold;
	color: #CC0001;
	margin: 3px 0.5em 3px 2em;
}

#msg-error ul,
#msg-error ol { margin-bottom: 0.25em; }

#msg-error a,
#msg-error a:link,
#msg-error a:visited,
#msg-error a:hover,
#msg-error a:visited:hover { color: #f00; }

#msg-error ul { color: #CC0001; }

div.error p {
	margin-top: 0.5em;
	margin-bottom: 0;
	color: #CC0001;
}

span.error label {
	background-color: #ffffcb;
}

span.error input,
span.error textarea,
span.error select {
/*	background-color: #ffffcb;*/
}

span.error select,
span.error input.textfield {
	width: 90%;
	margin-right: 4px;
	border-color: #a00 #c64444 #f00;
	background: #fff;
}

span.error select option {
	border: 0;
}

.required {
	color: #CC0001;
	padding-left: 0.1em;
	padding-right: 0;
}

.disabled {
	color: #888878;
}

/* SEARCH */

input.searchInputField {
	width: 240px;
	font-size: 1em; 
}

select.searchArea {
	width: 240px;
}

#searchResultsWrapper {
	position: relative;
}

div.resultsListWrapper {
	margin: 0;
	overflow: hidden;
	width: 536px;
}

#searchBarTop {
	background: #f7f7ee;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	border-top: 1px solid #e6e6dc;
	border-bottom: 1px solid #c4c4b8;
	margin: 5px -16px 16px -16px;
	vertical-align: top;
	width: 567px;
}

#searchBarBottom {
	background: #ffffff;
	position: relative;
	padding: 0;
	border-top: 0 solid #e6e6dc;
	border-bottom: 1px solid #c4c4b8;
	margin: 5px -16px 16px -16px;
	vertical-align: top;
	width: 567px;
}

#searchBarTop div.results-summary,
#searchBarBottom div.results-summary {
	line-height: 1.45em;
/* \*/
	float: left;
	clear: none;
/*  */
	padding: 3px 5px 3px 16px;
	width: 341px !important;
	width: 356px;
}

#searchBarTop div.prev-next,
#searchBarBottom div.prev-next {
	position: absolute;
	top: 0; 
	right: 16px;
	line-height: 1.45em;
	text-align: right;
}

/* FORM LAYOUT  */

form {
	margin: 0;
	padding: 0;
}

p.go-button,
div.go-button {
	margin-top: 0.4em;
	text-align: right;
}

div.formSubmitButtons {
	float: right; 
	clear: both; 
	padding: 32px 000;
	margin: 0;
}

div.licenseAgreement {
	background-color: #f7f7ee;
	border: 1px solid;
	border-color: #c4c4b8 #e6e6dc #e6e6dc #c4c4b8;
	overflow: auto;
	margin: 00 4px 0;
	height: 160px;
	width: 490px !important;
	width: 500px;
}


form.form-columns,
div.form-columns {
	margin-bottom: 2em; 
	margin-top: 0.5em;
}

div.form-indent {
	margin: 0.5em 0 0.5em 3em;
}

div.form-indent div.columns-2-AB-A,
div.form-indent div.columns-2-AB-B {
	width: 40%;
}

div.full-width form.form-columns div.columns-3-aabbC-aa,
div.full-width div.form-columns div.columns-3-aabbC-aa {
	float:left;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 8px;
	width: 158px !important;
	width: 166px;
	text-align: right;
}

div.full-width form.form-columns div.columns-2-aaB-aa,
div.full-width div.form-columns div.columns-2-aaB-aa {
	float:left;
	text-transform: uppercase;
	text-align: right;
	width: 156px;
	padding-bottom: 3px;
	padding-top: 3px;	
}

div.full-width form.form-columns div.columns-2-aaB-B,
div.full-width div.form-columns div.columns-2-aaB-B {
	float: left;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 8px;
}

div.full-width form.form-columns div.columns-2-Abb-A div.columns-2-aaB-aa,
div.full-width div.form-columns div.columns-2-Abb-A div.columns-2-aaB-aa { width: 156px; }
div.full-width form.form-columns div.columns-2-Abb-A div.columns-2-aaB-B,
div.full-width div.form-columns div.columns-2-Abb-A div.columns-2-aaB-B { width: 360px; }

div.threequarter-width form.form-columns div.columns-3-ABC-A,
div.pod-width form.form-columns div.columns-3-ABC-A,
div.threequarter-width div.form-columns div.columns-3-ABC-A,
div.pod-width div.form-columns div.columns-3-ABC-A {
	text-align: right;
	float: left;
	vertical-align: middle;
	margin: 0;
	padding-right: 8px;
	width: 165px !important;
	width: 173px;
}

div.threequarter-width form.form-columns div.columns-3-ABC-B,
div.pod-width form.form-columns div.columns-3-ABC-B,
div.threequarter-width div.form-columns div.columns-3-ABC-B,
div.pod-width div.form-columns div.columns-3-ABC-B {
	vertical-align: middle;
	padding: 0;
	float: left;
	width: 189px;
	margin: 0;
}

div.threequarter-width form.form-columns div.columns-3-ABC-C,
div.pod-width form.form-columns div.columns-3-ABC-C,
div.threequarter-width div.form-columns div.columns-3-ABC-C,
div.pod-width div.form-columns div.columns-3-ABC-C {
	float: right;
	width: 165px;
	margin-bottom: 0;
}

div.threequarter-width form.form-columns div.columns-2-AB-A,
div.pod-width form.form-columns div.columns-2-AB-A,
div.threequarter-width form.form-columns div.columns-2-AB-B,
div.pod-width form.form-columns div.columns-2-AB-B,
div.threequarter-width div.form-columns div.columns-2-AB-A,
div.pod-width div.form-columns div.columns-2-AB-A,
div.threequarter-width div.form-columns div.columns-2-AB-B,
div.pod-width div.form-columns div.columns-2-AB-B { 
	width: 263px;
}

div.threequarter-width form.form-columns div.columns-2-AB-A,
div.pod-width form.form-columns div.columns-2-AB-A,
div.threequarter-width div.form-columns div.columns-2-AB-A,
div.pod-width div.form-columns div.columns-2-AB-A {
	text-align: right;
	float: left;
	vertical-align: middle;
	margin: 1px 0;
}

div.threequarter-width form.form-columns div.columns-2-AB-B,
div.pod-width form.form-columns div.columns-2-AB-B,
div.threequarter-width div.form-columns div.columns-2-AB-B,
div.pod-width div.form-columns div.columns-2-AB-B {
	float: right;
	margin: 1px 0;
}

div.threequarter-width form.form-columns div.columns-2-aaB-aa,
div.pod-width form.form-columns div.columns-2-aaB-aa,
div.threequarter-width div.form-columns div.columns-2-aaB-aa,
div.pod-width div.form-columns div.columns-2-aaB-aa {
	float: left;
	text-align: right;
	vertical-align: middle;
	margin: 1px 0;
	width: 156px;
}

div.threequarter-width form.form-columns div.columns-2-aaB-B,
div.pod-width form.form-columns div.columns-2-aaB-B,
div.threequarter-width div.form-columns div.columns-2-aaB-B,
div.pod-width div.form-columns div.columns-2-aaB-B {
	width: 370px;
	float: right;
	margin: 1px 0;
}

div.threequarter-width form.form-columns div.columns-2-Abb-A,
div.pod-width form.form-columns div.columns-2-Abb-A,
div.threequarter-width div.form-columns div.columns-2-Abb-A,
div.pod-width div.form-columns div.columns-2-Abb-A {
	float: left;
	text-align: left;
	vertical-align: middle;
	margin: 1px 0;
	width: 330px;
}

div.threequarter-width form.form-columns div.columns-2-Abb-bb,
div.pod-width form.form-columns div.columns-2-Abb-bb,
div.threequarter-width div.form-columns div.columns-2-Abb-bb,
div.pod-width div.form-columns div.columns-2-Abb-bb {
	float: right;
	margin: 1px 0;
}

#contentBody p select {
/* \*/
	vertical-align: middle !important;
/*  */
	vertical-align: bottom;
	font-size: 1em;
}

form.form-columns h2.header-border,
div.form-columns h2.header-border {
	margin-top: 1.5em;
	border-bottom: solid 1px #e6e6dc;
	padding-bottom: 0.5em;
	margin-bottom: 0.9em;
}

div.input-left { 
  padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 23px;
/* \*/	
	padding-left: 18px !important;
/* */
}

div.input-left p input.radio,
div.input-left p input.checkbox {
	margin-left: -22px !important; /* \*/
	margin-left: -18px !important; /* \*/
	margin-left: -22px;
	float: left !important;
	float: none;
}

div.input-left input.login-password {
	width: 100px !important;
	width: 100px;
	color: #333; 
	background-color: #f7f7ee; 
	border: 1px solid;
	border-color: #c4c4b8 #e6e6dc #e6e6dc #c4c4b8;
	padding: 2px 0 2px 4px;
	margin-left: 0;
	margin-bottom: 2px;
}

p.label label {
	font-weight: bold;
}

label.label-top {
	/*
	Display: block is desirable so margin-bottom works
	however this causes problems in older versions of Gecko
	may ad in later if a workaround is found
	display: block;
	*/
	font-weight: bold;
	margin-bottom: 0.35em;
}

div.input-left p, div.input-left ul { margin-bottom: 0.7em;}
div.input-left p.label { font-weight: normal; margin-bottom: 0.15em;}

form.form-columns label,
div.form-columns label {
	font-weight: bold;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 0.95em;
	line-height: 1.15em;
}

div#contentBody label.label-description {
	font-size: 0.95em;
	font-weight: normal;
	color: #787878;
	text-transform : none;
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.6em;
}

div#contentBody p label.label-description {
	color: #787878;
	text-transform : none;
}

label.label-description a.helptextlink {
	margin-top: -6px;
}

#pod label {
	font-weight: bold;
	color: #444;
}

#pod select, #pod input.textfield {
	width: 80%;
}

div.search-pod input.textfield {
	width: 69% !important;
}


form.support-search input.textfield,
form.support-search select {
	width: 42%;	
}
