    h1   { font-family: Arial, Helvetica, sans-serif }
    body { font-family: Arial, Helvetica, sans-serif }
    p    { font-family: Arial, Helvetica, sans-serif }
    tr   { font-family: Arial, Helvetica, sans-serif }
    a.navtop:link { text-decoration: none; color:#999999 }
	a.navtop:visited { text-decoration: none; color:#bbbbbb }
	a.navtop:hover { text-decoration: none; color:#990000 }
    a.nav:link { color: #000000;text-decoration: underline; } a.nav:hover { color: #000000;text-decoration: underline; } a.nav:active { color: #000000;text-decoration: underline; } a.nav:visited { color: #000000;text-decoration: underline; }
    
    /* GME Survey CSS */

#surveyArea {
	width: 96% !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 14px !important;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 2px;
	margin-top: 3px;
	}

.surveyRadioEl {
	display: block;
	position: relative;
	width:100%;
	-webkit-border-horizontal-spacing: 4px;
	-webkit-border-vertical-spacing: 4px;
	border-collapse: separate;
	font-family: Arial, Helvetica, sans-serif;
	height: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 0px;
	min-height: 0px;
   	}
   		
.surveyRadioItem {}
.surveyRadioRb {}
	
.surveyCheckboxQuestion {}
.surveyCheckboxCb {}
.surveyCheckboxItem {}

.surveyLikertQuestionContainer {
	display:block;
	margin-top: 20px;
	margin-bottom: 30px;
	}
	
.surveyLikertItem {
	display: block;
	position: relative;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 3px;
	}
		
.surveyLikertQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.surveyLikertRb .surveyLikertEl	{
	-webkit-appearance: radio;
	-webkit-border-horizontal-spacing: 5px;
	-webkit-border-vertical-spacing: 5px;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	box-sizing: border-box;
	color:#000000;
	cursor: auto;
	display: inline-block;
	font-family: 'Lucida Grande';
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: -webkit-auto;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	word-spacing: 0px;
	}

.surveyLikertLabel {
	-webkit-border-horizontal-spacing: 5px;
	-webkit-border-vertical-spacing: 5px;
	border-bottom-color:rgb(0, 0, 0);
	border-collapse: separate;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	}
	
.surveyLikertEl label {
    text-align: center;
    position: relative; 
    top: 20px; 
    left: -10px; 
    -webkit-border-horizontal-spacing: 5px;
	-webkit-border-vertical-spacing: 5px;
	border-bottom-color:rgb(0, 0, 0);
	border-collapse: separate;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.surveyMultiscaleQuestion {}
.surveyMultiscaleEl{}
.surveyRankQuestion {}
.surveyRankDd {}
.surveyRankItem {}
.surveySelectQuestion {}

.surveySelectDd {
	margin:0% 0% 2% 0%;
	padding:0px 0px;
	}


				
#surveySigning {
    color: #000000;
    display: block;
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    font-weight:normal;
    text-align: center;
    margin-left: -30px;
	}

.surveyText {
	margin:0% 0% 2% 0%;
	padding:0px 0px;
	}

.surveyTextarea {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	font-weight: normal;
	background: #FFFFFF;
	width: 91%;
	margin:0% 0% 2% 0%;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
	border-radius: 5px 5px 5px 5px;

	behavior: url(PIE.php);
	}

.surveyTextarea:active,  .surveyTextarea:focus {
	background: #a41d21;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #a41d21;
	}		

.surveyRadioQuestion, .surveyRankQuestion, .surveyTextQuestion {
	width: 90% !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 14px !important;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	}
	
.surveyRadioQuestionContainer {
	margin-bottom: 11px;
	}

.surveyTextQuestion > tbody > tr > td {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	}

.surveyBargraph {
	float : left;
	color:-webkit-linear-gradient(top, #ffffff, #dbdbdb);
}

/* GME Survey CSS end */