/* CSS Document */

/**********************************************************************/
/* This file is intended to be fairly temporary, while we apply some  */
/* layout enhancements to the My AA login/ registration journeys in   */
/* isolation. When we carry those journeys across to new style, this  */
/* should become redundant. This file is being called from specific   */
/* pages so the styles defined in here are not applied to other       */
/* pages which fall outside of the login/ registration journey task.  */
/* DS 21/11/1.                                                        */
/**********************************************************************/

/**********************************************************************/
/* ADDITIONAL:                                                        */
/* Until we rationalise the way TeamSite content is managed across    */
/* different workareas (between 'old' and 'new' ways of working), we  */
/* have to maintain this file in multiple locations. Change applied   */
/* to this file need to be made in 'global/resources/css' AND in      */
/* 'sites/.../WORKAREA/...your_location.../css/'. DS 29/11/11         */
/**********************************************************************/

#topErrorsOutput {
  color: #990033;
  background: url('/images/errors/errorPane_lhsBorder.gif') no-repeat left top;
  background-color: #990033;
  margin-bottom: 20px;
}
.errorPane, #additionalErrorMessagingContainer {
  background-color: #f6e3e4;
}
#additionalErrorMessagingContainer {
  font-size: 11px;
}
.errorPane {
  padding: 0px 10px;
  *border-bottom: 1px transparent solid; /* IE <8 fix to show bottom border of error pane DS */ 
}
.errorPane ul {
  padding: 10px 180px 10px 10px;
  min-height: 45px;
}
.errorPane li {
  padding-top: 10px;
}
.errorPane ul p {
  margin-bottom: 0px;
}

.contactNumbers {
  font-size: 11px;
  padding-top: 15px;
}
.contactNumbers .contactNumbers_leftCol {
  clear: left;
  float: left;
  width: 200px;
  padding-bottom: 15px;
}
.contactNumbers .contactNumbers_rightCol {
  float: left;
}
.contactNumbers .contactNumbers_rightCol.emphasisedPhoneNumber {
  font-size: 16px;
}
.improvedInPageErrorLabel {
  background-color: #F6E3E4;
  border: 1px solid #990033;
  color: #990033;
  width:90%;
  font-size:13px;
  margin-bottom: 10px;
  padding:2px;
}