
div.survey-name, div.page-name, div.section-name, div.field-name, div.survey-header {
	display: none;
}
div.surveypage-container{
    width: 700px;
}
/*div.survey-header{
    text-align: center;
	font-size: 24px;
	font-family: Verdana;
}*/
div.survey-header{
	font-family: Georgia,'New Times Roman',Times,Serif;
	margin-top: 0;
	font-size: 200%;
	color: #369;
	font-weight: normal;
	padding: 0;
}
div.field-header-required {
    font-weight:bold;
	color:red;
}
/*div.page-header {
    text-align: center;
	font-size: 20px;
	font-family: Verdana;
}*/
div.page-header {
	font-size: 115%;
	color: #369;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0;
}
div.page-navigation, div.auxiliary-nav {
	padding: 0px 0px 15px 0px;
	color: #900;
}
/*div.section-header {
	font-size: 16px;
	font-family: Verdana;
}*/
div.section-header {
	font-weight: bold;
}
div.section-container{
/*    border: 2px solid #EFEFDE;*/
	margin: 5px;
	padding: 5px;
}
div.survey-navigation {
	/*background-color: #D6E7FF;*/
	padding: 0px 5px 0px 5px;
/*  border: 2px solid #EFEFDE;*/
  float: right;
	width: 25%;
	height: 100%
}
div.survey {
    float: right;
	width: 70%
}
div.field-container{
	margin: 5px 5px 5px 15px;
	position: relative;
}

div.field input, div.field select, div.field textarea{
	margin: 0px;
	padding: 0px;
}

div.field-text {
    display: inline;
}

div.field-header {
    width: 100%;
	display: inline;
	float: left;
	padding: 5px;
	position: relative;
}
div.field {
  width: 100%;
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.field input, div.field textarea, div.field select{
    margin-top: 5px;
    margin-left: 5px;
}

div.field-close, div.survey-close, div.primary-buttons{
  clear: both;
	margin: auto;
	text-align: center;
}
div.survey-close {
	padding: 5px 0 5px 0;
}
div.field-option{
    display: inline;
	padding-left: 5px;
}
div.field-explanation{
    display: block;
	font-style: italic;
/*	font-size: 9pt;*/
}
div.field-group-item {
    display: block;
    padding-right: 3px;
}
div.field-group-item input {
		margin-right: 3px;
}

div.field-error { 
  display:block;
	margin-top:2px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-align: left;
	padding-top: 0px;
/*	font-size: 9pt;
	line-height: 9pt;*/
}
span.error-text {
	color: red;
}
span.field-status {
    font-style: italic;
}


#box { 
	position: relative;
	width: 770px;
	margin-left: 100px;
	text-align: left;
	padding: 10px 0 0 0;
}
span.field-marker {
    position: absolute;
    left: -10px;
}
.award-section {
	font-weight: bold;
}

.question {
	font-weight: normal;
}

/*Navigation*/

div.ft-save, div.ft-nav, div.ft-confirm, div.ft-warn, div.ft-save-nav, div.ft-reset, div.ft-disabled {
}

/*input.ft-disabled {
display: none;
}*/

div.ft-save, div.ft-nav, div.ft-confirm, div.ft-warn, div.ft-save-nav, div.ft-reset {
}
div.ft-hover{
	text-decoration: underline;
	cursor: pointer;
}
div.ft-current-page{
    font-weight: bold;
}
div.bike-league-prior {
    font-weight: bold;
   padding: 8px;
   background-color: #FFE2AF;
}

span.auxval {
    margin-left: 5px;
}

div.bike-league-prior input{
    font-size: 9px;
    padding: 1px;
}
div.incomplete  {
    background-color: #EFEF7B;
}
div.error {
    background-color: #EFD1D2;
}


