/*
 * This stylesheet contains the styles used in the Profile Views
 * (used by license.html and uts.html).
 */
 
.sectionHeader{
  font-size:1.0em !important;
  color:#0072c2;
}

.formTable td {
  vertical-align:top;
}

.profileFormLabel {
  text-align:left;
  max-width:300px;
  vertical-align:top;
  position:relative;
  left:1%;
}

.profileFormField {
  text-align:left;
}

.profileFormFieldNote {
color:#aa0000;
font-size:80%;
}

#gwt-debug-username-check {
	color:#aa0000;
	font-size:80%;
}

#gwt-debug-email-check {
	color:#aa0000;
	font-size:80%;
}

.profileButtons {

margin-top:20px;

}

.otherPanel{


margin-bottom:15px;

}

.reportSectionHeader{
color:#0072c2;
font-weight:bold;


}
.reportParametersPanel{

margin-top:20px;


}

.reportParametersPanel .formTable td,.reportParametersPanel .formTable th{


padding:6px;

}

a.reportLink {
            text-decoration: underline;
            font-weight: normal;
            cursor: pointer;
            display: block;
        }
