.itemnew { font-weight: bold; }
.itemviewed { font-weight: normal; }
.passworderror { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #ff0000; }
.usermenuoptionbutton { font-family: Arial; font-size: 11px; font-weight: bold; width: 150px; }
.usermenuoptionbutton.big { font-size: 25px !important; font-weight: bold; width: 300px; }
.usermenuoptionbutton.autosize { width: auto; }
.SFAbutton { font-family: Arial; font-size: 15px; font-weight: bold; width: 300px; background: red; color: white; }
.sectiondescription { font-family: Arial; font-size: 10px; font-weight: normal; color: #2c318d; }
.radiobutton { font-family: Arial; font-size: 11px; font-weight: bold; vertical-align: top; text-align: left; }
.tableheading { font-family: Arial; font-size: 11px; font-weight: bold; background: #565FFF; color: #ffffff;
  text-align: left; vertical-align: top; }
.tablehover { background: #9099b0; color: #fcfcfc; cursor: pointer; }
.recruitmentofficetable1 { font-family: Arial; font-size: 11px; font-weight: bold; background: #ceb9ff; color: #565fff; text-align: left; vertical-align: middle; }
.recruitmentofficetable2 { font-family: Arial; font-size: 11px; font-weight: bold; background: #ced6ff; color: #565fff; text-align: left; vertical-align: middle; }
.registrationtext { font-family: Arial; font-size: 10px; font-weight: normal; }
.registrationlink, .registrationlink:hover { 
  font-family: Arial; font-size: 10px; font-weight: normal; color: #2c318d; text-decoration: none; 
}
.registrationlink:hover {
  text-decoration: underline; cursor: pointer; 
}
.borderingtable { border: 1px solid #565FFF; border-collapse: collapse; }

.reviewpanel {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2C318D; font-style: normal; text-decoration: none;
  }
.reviewth {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline;
  text-align: left;
  }

.reviewlivepanel {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2C318D; font-style: normal; text-decoration: none;
  background: #ABB7DA; }
.reviewliveth {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline;
  text-align: left;
  }

.reviewhighlight {
  background: #ffff00; color: #ff0000; font-weight: bold;
  }

.formlabel {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2C318D; font-style: normal; text-decoration: none;
  vertical-align: top;
  }


.itemselected { background-color: #dddd00; }

.smalllink, .smalllink:link, .smalllink:active, .smalllink:visited {
  font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-weight: bold; color: #2C318d; text-decoration: underline;
}

.smalllink:hover {
  font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-weight: bold; color: red; text-decoration: underline;
  cursor: pointer;
}

.enhancedlisting {
  background: #9099b0; color: #fcfcfc; cursor: pointer;
}

.enhancedlisting A, .enhancedlisting A:hover {
	color: #fcfcfc;
}

#helpbox, .helpbox {
  border: 1px solid #cccc00;
  background: #ffff00;
  color: #000000;
  margin: 10px 0px 10px 0px;
  padding: 3px;
}

.helpbox {
	padding: 10px;
}
.default-hidden {
	display: none;
}

.pointed { cursor: hand; }

#feat, #featplus {
  background: #cedbfc url('/images/_commonimages/icons/silk/help.gif') no-repeat 3px 3px;
  border: 1px solid #aaaa00;
  /*background-color: #cccc00;*/
  color: black;
  margin: 10px;
  padding: 3px 3px 3px 22px;
}

#defaultstrapline {
  margin: 10px;
  border: 1px solid blue;
  background: white;
}

#defaultstraplinehead {
  background: blue;
  color: white;
  margin: 0px;
}

#defaultstraplinebody {
  padding: 5px;

}

.loading {
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	background-image: url('/images/loading/arrows.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	padding: 2px 0px 0px 20px;
}

.country { }
.countrytitle { }
.countylist { padding-left: 20px; }

UL.nostyle {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

UL.nostyle LI {
	
}

.itembox {
	padding: 8px;
	font-family: Arial;
	margin-bottom: 10px;
	border-radius: 8px; 
	--moz-border-radius: 8px;
	-webkit-border-radius: 8px; 	
}

.itembox {
	min-height: 20px;
	font-weight: bold;
	font-size: 18px;
	display: block;
}

A.itembox, A.itembox:hover {
	text-decoration: none;
}

A.itembox:hover {
	background-color: #376FFC;
	color: #ffffff;
}

.itembox TEXTAREA {
	width: 100%;
	font-family: Arial;
	font-size: 14px;
}

.smallertext {
	font-size: 10px;
	min-height: 10px;
	font-weight: normal;
}

.instructions { background-color: #d0d0d0; color: #000000; font-size: 14px; min-height: 14px; }
.hasq { background-color: #9CB7FC; color: #000000; }
.noq { background-color: #ffffff; color: #000000; } /* alt: 9CB7FC */
.hasanswer { background-color: #D3FCCE; color: #000000; }
.leftarrow, .rightarrow {
	position: relative;
}

INPUT.hasq { border: none; font-size: 14px; }
INPUT:focus { outline: 0 none; }
::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
	color: #777;
}

:-ms-input-placeholder {
	color: #777;
}

.leftarrow { padding-left: 25px; }
.leftarrow:before { /*arrow added to rightarrowdiv DIV*/
	content:'';
	display:block;
	position:absolute;
	top:7px;
	left:0px;
	width:0;
	height:0;
	border-color: transparent #0000ff transparent transparent; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
}

.rightarrow:after { /*arrow added to rightarrowdiv DIV*/
	content:'';
	display:block;
	position:absolute;
	top:8px;
	right:-5px;
	width:0;
	height:0;
	border-color: transparent transparent transparent #0000ff; /*border color should be same as div div background color*/
	border-style: solid;
	border-width: 10px;
}

.commandbutton {
min-width: 150px;
min-height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(237,237,237)),
    color-stop(0.79, rgb(255,255,255))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(237,237,237) 16%,
    rgb(255,255,255) 79%
);
padding:2px 3px 2px 3px;
border:1px solid #a6a6a6;
}

.commandbutton:hover {
	border: 1px solid #000;
}
.gotomenu {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(175,237,166)),
    color-stop(0.79, rgb(255,255,255))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(175,237,166) 16%,
    rgb(255,255,255) 79%
);
}
.spinner-wrap {
	display: none;
}
.spinner-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/images/ajax-loader-apple-spinner.gif') no-repeat left top;
	display: none;
}
TR.strapcom TD {
	padding: 10px 0px;
}
