/* CSS For JMP Form Pages */
#actvtButton { 
	background-color: #c60;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.1) 100%);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    display: inline-block;
    font-family: "avenir-med",Arial,Helvetica,sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 5px 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    width: auto;	
}

#actvtButton:hover { 
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.2) 100%);
    text-decoration: none;
}

#topnav2 img.homelink {
	margin-top: -20px;
	border: none;
	width: 120px;
	height: 70px;
}
#main_form {
	margin: 0 auto;
	padding: 10px 30px 8px 35px;
	width: 865px;
	background: url(/images/bg_main2.jpg) no-repeat top;
}
#main_form form {
	margin-top: 10px;
}
td.formsection {
	 background-image: url(/images/bg_1pxl_purple.gif);
	 background-repeat:repeat-x;
	 background-position: top;
	 height: 1px;
	 margin: 0px 8px;
}
td.labels {
	text-align: right;
	padding-right: 4px;
	padding-top: 12px;
	vertical-align: top;
	font-weight: bold;
}
td.labels-right {
	text-align: left;
	padding-top: 0;
	padding-left: 2px;
	padding-top: 12px;
}
td.fields {
	vertical-align: top;
	text-align: left;
	padding-left: 4px;
	padding-top: 8px;
}
input.textField {
	background: url(/images/forms/bg_field.gif) #FFFFFF repeat-x bottom;
	border: 1px solid #99afd3;
	font-size: .9em;
}
/*code pulled from SAS form styles (/includes/forms/style.css)*/
td.formLabel {
	border: none;
	text-align : right;
	text-valign : middle;
	font-weight : bold;
	padding : 2px;
}
td.formField {
	border: none;
	text-align: left;
	font-weight: normal;
	padding : 2px;
}
.invalidFormField {
	background-color:#FFFFCC;
	color: red;
	font-weight: bold;
}
.invalidFormMessage {
	background-color:#FFFFCC;
	font-weight: bold;
	font-size:10pt;
}
td.formMoreInfo {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 8pt;
  color : #000000;
  margin-top: 0;
  padding-top: 0;
}
TD {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
}
select, textarea, input {
	FONT-SIZE: 8pt; COLOR: #333333; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
input.searchfield {
	background-image:url(/includes/headers/images/bg_searchbox.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:16px;
	border:1px solid #A5ACB2;
	FONT-SIZE: 9pt;
}
.footer {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; LINE-HEIGHT: 10px; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #003399
}

.nonTDformLabel {
	border: none;
	text-align : right;
	text-valign : middle;
	font-weight : bold;
	padding : 2px;
}

#header {
	min-width: 602px;
	border-bottom: none;
}


#container {
	background-image: none;
}
.formSubmit {
	padding-top: 8px;
	padding-left: 120px;
}

/*new div-based code for layout of forms*/
fieldset {
	border: none;
	font-size: .9em;
	/*width: 410px;*/
}
label { 
	display: block;   /*block float the labels to left column, set a width */
	float: left; 
	clear: both;
	width: 100px; 
	padding: 0; 
	margin: 5px 0 8px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight: bold;
}
label.fullwidth { 
	width: 100%;
	margin: 0;
	padding: 10px 6px 4px 6px; 
	text-align: left;
}
input, textarea, select{
	display: inline; 
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 4px 6px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
.radioGroup, .input {
	float: left;
	width: 300px;
	display: block;
	/*clear: right;*/
}
#mask {
	text-align: center;
	width: 100%;
	height: 100%;
}	
#formWindow {
	width: 440px;
	padding: 10px 20px;
	margin: 0 auto;
}
#mask {
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#formWindow {
	position: absolute;
	top: 10px;
	background-color:#fff;
	border: 1px solid #0073D0;
	border-top-width: 4px;
	padding: 10px;
	z-index: 2000;
	width: 420px;
	text-align: left;
	visibility:hidden;
}
.formBox form{
	/*background-color: #fff;*/
}
fieldset {
	margin: 0;
	padding: 0;
	font-size: .87em;
}

/*Pop up help style*/
.popHelp {
	border: 1px solid #0072CF;
	border-top-width: 3px;
	padding: 2px 8px;
	font-size: .95em;
	background-color: #eee;
	position: absolute;
	top: -20px;
	left: 150px;
	width: 200px;
	float: none;
	-webkit-box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px;
    border-radius: 6px;
}
.popHelp p {
	padding-left: 8px;
}
.helpLink {
	background: url(/images/ico_question.jpg) no-repeat top left;
	float: left;
	margin-left: 4px;
	padding: 2px  0 4px 15px;
	width: auto;
}
.floatField {
	float: left;
	width: auto;
}