/*This css holds the fonts and colors of the application.*/
body,div,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-size: 11px;*/ /* for increasing text size */
}

h1 {
	font-weight: normal;
	font-size: 18px;
	/*font-size: 19px;*/ /* for increasing text size */
	line-height: 16px;
	margin: 0;
	padding: 0 0 7px 0;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	/*font-size: 15px;*/ /* for increasing text size */
	line-height: 14px;
}

h3 {
	font-size: 12px;
	/*font-size: 13px;*/ /* for increasing text size */
	line-height: 12px;
}

#sdForm h3 {
	margin: 5px 0 7px 0;
}

h4 {
	font-size: 14px;
	/*font-size: 15px;*/ /* for increasing text size */
	line-height: 20px;
	font-weight: bold;
	color: #0087a7;
	border-bottom: 1px solid #99cfdc;
	margin: 0 0 10px 0;
	padding: 17px 0 5px 0;
}

h4 span.help-inside-header {
	font-size: 10px;
	/*font-size: 11px;*/ /* for increasing text size */
	display: block;
	font-style: italic;
	font-weight: normal;
	color: #222;
}

h5 {
	font-size: 12px;
	/*font-size: 13px;*/ /* for increasing text size */
	line-height: 11px;
	margin: 0;
	padding: 0 0 7px 0;
}

h6 { /* purple headers */
	font-size: 14px;
	/*font-size: 15px;*/ /* for increasing text size */
	line-height: 18px;
	margin: 0;
	padding: 0 0 7px 0;
	color: #6f318a;
	font-weight: normal;
}

h6 .floatRight {
	padding: 0 0 10px 0;
	font-size: 10px;
	/*font-size: 11px;*/ /* for increasing text size */
}

p {
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
	line-height: 1.2;
	margin: 0;
	padding: 0 0 10px 0;
}

p.italic span {
	padding: 0 0 10px 0;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl.grid_row {
	margin: 0 auto 1px 0;
}

.certificateSummary dl.grid_row {
	margin: 0 auto 3px 0;
}

.certificateSummary dl.grid_row dd div {
	font-size: 11px;
}

dl.required {
	background-color: #e5ecef;
}

.required-background {
	background-color: #e5ecef;
}

dl.grid_row label {
	font-weight: normal;
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
	padding: 0 0 0 21px;
	margin-right: 4px;
	background: none;
	display: block;
}

dl.required label {
	font-weight: bold;
	padding: 0 0 0 21px;
	background: url(images/required-asterisk.png) no-repeat 10px 2px;
}

dl.optional label {
	font-weight: normal;
	padding: 0 0 0 21px;
	background: none;
}

dl.required .notRequired label {
	font-weight: bold;
	padding: 0 0 0 21px;
	background: none;
}

dl label.indented {
	padding: 0 0 0 31px;
}

dl.required label.indented {
	padding: 0 0 0 51px;
	background: url(images/required-asterisk.png) no-repeat 40px 2px;
}

dl.optional label.indented {
	padding: 0 0 0 31px;
	font-weight: normal;
	background: none;
}

dl label.secondLabel,dl.required label.secondLabel,dl.optional label.secondLabel,dl.required .notRequired label.secondLabel
	{
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
}

dl.required label.secondLabel {
	padding: 0 0 0 21px;
}

dl.grid_row dd label { /* labels after checkboxes */
	padding: 9px 0 0 5px;
}

.strikeout {
	text-decoration: line-through;
}

.colon:after {
	content: ":";
}

.colonAndSpace:after {
	content: ": ";
}

.red {
	color: #F00 !important;
}

.blue {
	color: blue;
}

.bold {
	font-weight: bold;
}

.accordion {
	text-align: left;
}

.information-text {
	background: url("images/information-icon.gif") no-repeat scroll 10px 4px
		transparent;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 27px;
	font-size: 11px !important;
	/*font-size: 12px !important;*/ /* for increasing text size */
	line-height: 1.9;
}

.textIcon {
	vertical-align: middle;
}

.greenBackground.textIcon {
	color: #000;
}

.leftSpace {
	margin-left: 15px;
}

.lightBlueBackground {
	background-color: #0087a7;
}

.yellowBackground {
	background-color: #fdbf00;
}

.pinkBackground {
	background-color: #e9aa76;
}

.blueBackground {
	background-color: #006fbf;
}

.greenBackground {
	background-color: #C1D72E;
}

.textDeclarationNone {
	text-decoration: none;
}

.loginActivated {
	color: blue;
	font-size: 12px;
}

.welcome .errors {
	font-size: 12px;
}

.errors {
	background-color: #ffEEEE;
	border: 3px solid #F00;
	padding: 5px;
	margin: 5px;
	text-align: left;
	margin: 5px;
	word-wrap: break-word;
}

.errorsSSN {
	background-color: #ffEEEE;
	border: 3px solid #F00;
	padding: 5px;
	margin: 5px;
	text-align: left;
	margin: 5px;
	word-wrap: break-word;
	float: left;
	width: 100%;
}

.error {
	color: #F00;
	display: block;
	word-wrap: break-word;
}

.warnings {
	background-color: #fff3d7;
	border: 3px solid #fdb913;
	padding: 5px;
	margin: 5px;
	text-align: left;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.warning {
	color: #fdb913;
	display: block;
	word-wrap: break-word;
}

.info {
	background-color: #c6ffb3;
	border: 3px solid #00ff00;
	padding: 5px;
	margin: 5px;
	text-align: left;
	margin: 5px;
	word-wrap: break-word;
}

.calendarIcon {
	display: block;
	width: 18px;
	height: 16px;
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
	background-position: center;
}

.newwinIcon { /* icon for opening a new window (maginifying glass) */
	width: 18px;
	height: 18px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/icon-magnifier.gif) no-repeat 0 0;
	margin: 3px 0 0 8px;
}

dl.required .newwinIcon {
	/* variation for required (shaded) row background */
	background: url(images/icon-magnifier.gif) no-repeat 0 -18px;
}

.magnifyingRequired {
	width: 18px;
	height: 18px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/icon-magnifier.gif) no-repeat 0 -18px;
	margin: 3px 0 -3px 8px	
}

.break-word {
	word-wrap: break-word;
}

.caption {
	word-wrap: break-word;
}

br {
	padding-bottom: 10px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #003e5e;
}

a:hover {
	color: #003e5e;
}

a:active {
	color: #003e5e;
}

a:visited {
	color: rgb(93, 57, 236);
}

/*Enumerations*/
li {
	padding-top: 5px;
	text-align: left;
}

ul li {
	margin: 0 0 0.25em 0;
	padding: 0;
}

.deleted {
	background: #ffcccc;
	text-decoration: line-through;
}

.inserted {
	background: #ccffcc;
}

.italic {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatRight {
	float: right;
}

.indented {
	padding-left: 20px;
}

.100p {
	width: 100%;
}

.fullWidth {
	width: 100%;
}

.grayBorder {
	border: 1px solid gray;
	margin: 5px;
	/*padding: 5px 5px 10px 10px;*/
	padding: 5px;
}

.grayBorder label.bold {
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
}

.grayBorder .italic.indented {
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
}

#certificateForm .grayBorder dl {
	margin: 0;
}

/* this class is applied to a button : */
.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: middle;
	min-width: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background: transparent;
	background-color: transparent;
}

.accordion-error {
	background-color: #FFEEEE;
	color: black !important;
}

.accordion-error-text {
	text-align: right;
	color: #F00;
	display: block;
	float: right;
	padding-right: 50px;
	padding-left: 10px;
}

.conditionalRequired {
	background: url("images/required-asterisk.png") no-repeat scroll 10px
		2px transparent;
	font-weight: bold;
	padding: 0 0 0 21px;
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
}

/* Alphabet sprites */
.A_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat 0 0;
}

.B_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -12px 0;
}

.C_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -24px 0;
}

.D_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -36px 0;
}

.E_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -48px 0;
}

.F_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -60px 0;
}

.G_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -72px 0;
}

.H_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -84px 0;
}

.I_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -96px 0;
}

.J_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -108px 0;
}

.K_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -120px 0;
}

.L_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -132px 0;
}

.M_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -144px 0;
}

.N_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat 0 -12px;
}

.O_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -12px -12px;
}

.P_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -24px -12px;
}

.Q_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -36px -12px;
}

.R_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -48px -12px;
}

.S_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -60px -12px;
}

.T_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -72px -12px;
}

.U_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -84px -12px;
}

.V_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -96px -12px;
}

.W_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -108px -12px;
}

.X_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -120px -12px;
}

.Y_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -132px -12px;
}

.Z_textIcon {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/alphabet_sprite.gif) no-repeat -144px -12px;
}

.redTick {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/tick_red.png) no-repeat;
}

.greenTick {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/tick_green.png) no-repeat;
}

.redCross {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-indent: -9999em;
	background: url(images/cross.png) no-repeat;
}

/** Change password. */ 
button.changePasswordSubmit {
	margin-right: 10px;
}

.changePasswordSubmitRow {
  margin-bottom: 20px;
}

.guidelinesTitle {
	font-weight: bold;
	color: blue;
}

.guidelinesContent {
	display: inline;
	color: blue;
}

.guidelinesOptions {
	margin: 0;
}

.errors .guidelinesContent {
  color: black;
}

.errors .guidelinesTitle {
  color: black;
}

.error .guidelinesContent {
  color: red;
}

.error .guidelinesTitle {
  color: red;
}
/** End change password. */

.wrap { 
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	word-break: break-all;
}
.nowrap { 
	 white-space: nowrap;
}