* {
margin: 0;
padding: 0;
font-family: arial;
font-size: 12px;
}

html {
        border: 1px solid #ffffff;
}

.brandingLogo {
  float: left;
  height: 50px;
  margin-left: 15px;
  width: 100px;
}

.brandingLogoGV {
  float: left;
  height: 50px;
  margin-left: 15px;
  width: 200px;
}

.contentHeader {
        border-bottom: 1px dotted #999999;
        margin-bottom: 15px;
}

.pageTitle {
        color: #222222;
        font-family: arial;
        font-size: 24px;
        font-weight: bold;
}

.pageTitle.error {
    color: #D9182D;
}

.instructions {
        font-family: arial;
        font-size: 12px;
        color: #222222;
        margin-left: 15px;
}

.instructions-size {
        font-family: arial;
        font-size: 12px;
        color: #222222;
        margin-left: 15px;
        width: 600px;
}

input[type="text"],input[type="password"],input[type="email"] {
  font-size:14px;
  height:40px;
  border-radius:0;
  box-sizing:border-box;
  font-face:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  position:relative;
  width:100%;
  border-style:solid;
  border-width:1px 1px 1px 5px;
  margin:0 0 10px;
  border-color: #D3D3D3;
  padding:11px;
}

input[type='text']:hover,input[type='text']:focus,input[type='password']:hover,input[type='password']:focus,input[type='email']:hover,input[type='email']:focus {
  border:1px solid #999;
  border-left:5px #d50100 solid;
}	
	
.ease-in-anim-fast {
  transition:all 200ms cubic-bezier(0.25, 0.25, 0, 0.995) 0s;
}	
	
button,input[type="submit"],input[type="reset"] {
  font-face:inherit;
  border: 1px solid;
  display:block;
  sfont-face:inherit;
  margin:5px 0 0 0 ;
  border-color: #D3D3D3;
  border-radius: 8px;
  font-family: Arial;
}	
	  
.button-1 {
  color:#555555;
  background-color:#FFFFFF;
  border-color: #D3D3D3;
  cursor:pointer;
  float:left;
  font-size:11px;
  font-weight:700;
  width:150px;
  padding:12px 16px;
  border-radius:10;
}

.button-1:hover {
  background-color:#D51000;
  color:#121212;
}

.sectionTitle {
        font-weight:bold;
        margin-bottom: 5px;
        margin-top: 10px;
}

label {
  display: inline-block; 
  vertical-align: top;
  width: 235px;
  font-weight: bold;
  font-size:15px;
}

label.vertical {
        display: block;
}

.section {
  border: 1px solid #CCCCCC;
  margin: 10px 0 10px 15px;
  padding: 5px;
  position: relative;
  width: 400px;
  z-index: 1;
}

.section .overlay {
  display: none;
}

.section.disabled .overlay {
  background-color: #FFFFFF;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
}

.dataTable {
  border-collapse: collapse;
  empty-cells: show;
  margin: 5px 5px 10px 5px;
}


.headerRow {
  background-color: #EDEDED ;
  background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED);
  background: -webkit-linear-gradient(top, #FFFFFF, #EDEDED);
  background: -ms-linear-gradient(top, #FFFFFF, #EDEDED);
  background: linear-gradient(to bottom, #FFFFFF, #EDEDED);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED', GradientType=0);
  color: #444444;
  font-weight: bold;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.dataTable td {
  border: 1px solid #CCCCCC;
  padding: 10px 7px;
}

.controls {
  margin: 10px 0;  
}

.errorMessage {
  background: #fff3f3;
  border-color: rgb(205, 49, 42);
  border-color: rgba(205, 49, 42, 0.75);
  border-width: 1px;
  border-radius: 2px;
  border-style: solid;
  padding: 3px;
}

.hidden {
  font-weight:bold;
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.visible {
  font-weight:bold;
  position:static; 
  width:auto; 
  height:auto;
}

.userid {
  font-weight:bold;
  float:right;
}

input[type="submit"]:disabled, input[type="button"]:disabled {
  background: gray !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.select-editable { 
  position:relative; 
  background-color:white; 
  border:1px solid #AAAAAA;  
  width:260px; 
  height:21px; 
}

.select-editable select { 
  position:absolute; 
  top:0px; 
  left:0px; 
  font-size:12px; 
  border:2px; 
  width:260px; 
  height:21px; 
}

.select-editable input {  
  top:0px; 
  left:0px; 
  width:240px; 
  padding:0; 
  font-size:12px;
  position:absolute; 
  border:none;
  height:21px;
  padding: 0 0 0 3px; 
}

.select-editable select:focus, 

.select-editable input:focus { 
  outline:none; 
}

.questionsTable{
  border-collapse: collapse;
  empty-cells: show;
  margin: 5px 5px 10px 5px;
}

.questionsTable td {
  border: none;
  padding: 7px 5px;
}

