body {
	background-color: transparent;
  background-image: url( /* VIPURL */'../../narrowband/img/palette/1x1_trans.gif' );
}
div {
  display: block;
}
form {
  padding: 0px;
  margin: 0px;
}
fieldset {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  border: none;
}
fieldset div div {
  clear: both;
  margin-bottom: 8px;
}
fieldset div div div {
  margin-bottom: 0px;
  clear: none;
}
legend {
  margin: 0;
  *margin: 0px -7px;
  padding: 2px 0px 12px 0px;
  border: 0;
  font-size: 13px;
  font-weight: bold;
}
label {
  display: block;
  clear: both;
  margin-bottom: 2px;
}
label em {
  display: none;
}
hr {
  background-color: #CCCCCC;
  color: #CCCCCC;
  height: 1px;
  border: none;
  margin: 0px;
  margin-bottom: 12px;
  padding: 0px;
  max-width: 620px;
  *width: 620px;
  text-align: left;
}
textarea {
  height: 104px;
  width: 100%;
}
input,
textfield {
  width: 100%;
  padding: 2px 5px;
	height: 18px;
}

/* neutral column style for old style silo forms: contact, ecard, taf */
.neutralCol {
	width: 290px;
}

.leftCol,
.rightCol {
  float: left;
  width: 290px;
}
.leftCol hr,
.rightCol hr {
  width: 290px;
}
.leftCol {
  margin-right: 30px;
}
.twoCol {
  width: 610px;
}
.twoCol input.width33,
.twoCol textarea.width33,
.twoCol .selectBoxContainer.width33 {
  width: 31%;
}
.twoCol input.width66,
.twoCol textarea.width66,
.twoCol .selectBoxContainer.width66 {
  width: 62%;
}
.checkBoxBlock {
  width: 710px;
  height: auto;
}
.checkBoxBlock div {
  display: inline;
  clear: none;
  padding: 0px;
  margin: 0px 0px 8px 0px;
}
.checkBoxBlock div div.checkbox {
  width: 230px;
  float: left;
  clear: none;
}

.selectBoxContainer {
  position: relative;
  display: block;
  clear: both;
  /* IE HACK! */
  margin-bottom /*\**/: 21px\9
}


.selectBoxTitle {
  height: 16px;
  border: 1px solid #003399;
  cursor: pointer;
}
.selectBoxTitle .selectBoxCaption {
  float: left;
  padding: 2px 5px;
}
.selectBoxButton {
  float: right;
}
.selectBoxDropdown {
  position:absolute;
  visibility: hidden;
  top: 18px;
  left:  0px;
  width: 100%;
}
.selectBoxDropdownList {
  overflow: auto;
  height: 62px;
  padding: 2px 0px 0px 5px;
  background-color: #FFF;
  border: 1px solid #003399;
  border-top: none;
}
.selectBoxDropdownList a:focus {
  outline: none;
}
.checkbox {
  position:relative;
  display: block;
  clear: both;
  z-index: 200;
  width: 100%;
  margin: 0px 0px 11px 0px;
}
.checkbox label {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.checkbox img {
  position:absolute;
  top: 0px;
  left: 0px;
}
.width33 {
  display: block;
  float: left;
  width: 30%;
  margin-bottom: 8px;
  *margin-bottom: 2px;
}
.width66 {
  display: block;
  float: left;
  width: 65%;
  margin-bottom: 8px;
  *margin-bottom: 2px;
}
.width50 {
  display: block;
  float: left;
  clear: none;
  width: 47.5%;
  margin-bottom: 8px;
}
.fieldSpacer {
  display: block;
  float: left;
  width: 5%;
  *width: 4.8%;
}
.disabled input {
  width: 289px;
  color: #666;
  padding-left: 3px;
  border: 1px solid #AFAFAF;
  background-color: #FFF;
  background-image: none;
}
.mainErrorText{
  margin-bottom: 8px;
  width: 305px;
  color: #F00;
}
.error {
  color: #F00;
}
.error input,
.error textarea {
  border: 1px solid  #F00;
}
.error .selectBoxTitle,
.error .selectBoxDropdownList {
	border: 1px solid #F00;
}
.error .errorText {
  margin: 8px 0px;
  float: left;
}
.mandatory label em {
  display: inline;
  clear: none;
}
.hidden {
  display: none;
}
.readonly input {
  border: none;
  background: none;
  margin:0px;
  padding: 2px 0px;
}
.readonly .checkbox img {
  cursor: default;
}
.emptyElement {
  height: 42px;
  width: 100%;
}
a.infoIconLink {
  
  margin: 4px;
  cursor: pointer;
}
.infoTextContainer {
  z-index: 560;
  display: none;
  position: absolute;
  width: 287px;
  *width: 309px;
  padding: 6px 10px;
  margin: -2px 0px 0px -4px;
  border: 1px solid #afafaf;
  background-color: #ffffff;
}
html:first-child>*+body .infoTextContainer {
  margin-top: 0px;
}
.helpText {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 1px;
  height: 94%;
  *height: 460px;
  width: 93.7%;
  *width: 99%;
  z-index: 70;
  padding: 19px 11px 0px 10px;
  background-color:#FFF;
  display:none;
}
.helpText a {
  display: block;
  margin: 5px 0px;
}
.defaultButton {
  width: 140px;
  height: 20px;
  margin-top: 4px;
  *margin-top: 2px;
  margin-right: 50px;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
  text-indent: 3px;
  color: #ffffff;
  background-color: #4c4c4c;
  background-image: none;
  border: 0px;
  vertical-align: top;
  display: inline;
}
a#defaultAnchorButton,
a#defaultAnchorButtonDark {
  width: 140px;
  height: 16px;
  *height: 20px;
  margin-top: 5px;
  *margin-top: 4px;
  padding-top: 4px;
  text-indent: 7px;
  color: #ffffff;
  display: block;
}
a#defaultAnchorButtonDark:hover,
a#defaultAnchorButtonDark:focus,
a#defaultAnchorButton:hover,
a#defaultAnchorButton:focus {
  color: #ffffff;
  background-color: #003399;
}
a#defaultAnchorButtonDark {
  background-color: #4c4c4c;
}
a#defaultAnchorButton {
  background-color: #666;
  margin: 0px 0px 10px 0px;
}
#logOutLink {
  position: absolute;
  right: -100px;
  top: 30px;
}
#infoCloseButton {
  position: absolute;
  visibility: hidden;
  width: 13px;
  height: 12px;
  z-index: 90;
}
#helpButtonLogin,
#closeAllButton {
  position:absolute;
  top: 2px;
  right: 2px;
  width: 13px;
  height: 12px;
  z-index: 71;
}
#closeAllButton {
  z-index: 100;
}
#helpButtonLogin {
  right: 17px;
  z-index: 201;
}
.clearDiv {
  clear: both;
}
/*****************************/
/* NON-Border Status Styles  */
/*****************************/
#headlineContainer,
#contentContainer {
  background: #FFF;
  width: auto;
  padding-left: 270px;
}
#headlineContainer {
  padding-top: 15px;
  border: none;
  border-bottom: 1px solid #555;
}
#contentContainer {
  padding-top: 16px;
  border: none;
}
#contentContainer a.arrow {
  display: block;
  margin-bottom: 6px;
}
body#login .mandatoryCaption {
  display:inline;
  float: left;
  margin-left: 20px;
  margin-top: 4px;
  *margin-left: 156px;
  *margin-top: -64px;
  position: relative;
}
.mandatoryCaption {
  float: left;
  margin-left: 20px;
}
.buttonLayer {
  float: left;
}
.buttonLayer div {
  width: 135px !important;
}
#stepContainer {
  position: absolute;
  right: 40px;
  top: 20px;
}

/*****************************/
/*   Border Status Styles    */
/*****************************/

div.borderStatus {
  position: relative;
  width: 685px;
}
body#login div.borderStatus {
  width: 370px;
}

body#login #contentContainer ,
body#profil #contentContainer {
  min-height: 300px;
  *height: 392px;
  -height: 388px;
}

body#login #contentContainer {
  padding: 16px 37px 60px 20px;
  *padding: 16px 17px 60px 20px;
}

body#login a.infoIconLink {
  margin-left: 312px;
  *margin-left: 313px;
  *margin-top: 8px;
}
body#login .infoTextContainer {
  width: 305px;
  *width: 328px;
}
body#login hr,
body#login input,
body#login .selectBoxContainer {
  width: 310px;
}
.borderStatus #headlineContainer {
  border:1px solid #afafaf;
  border-bottom: 1px solid #555;
  padding: 17px 20px 0px 20px;
}
.borderStatus #headlineContainer h2 {
  padding-bottom: 5px;
}
.borderStatus #contentContainer {
  border:1px solid #afafaf;
  border-top: none;
  padding: 16px 20px 60px 20px;
}

#login .borderStatus #headlineContainer {
 *width: 370px;
}
#login .borderStatus #contentContainer hr {
 *width: 100%;
}

/* added by SNilsson 20090422 */
.hideMandatory label em {
  display: none;
}