body {
  font: normal 12px Arial;
  color: #262626;
  margin: 0;
  padding: 0;
}

body.busy * {
  cursor: progress !important;
}

div, p, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0;
}

a {
  color: #2864b4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.aimButton {
  float: left;
  display: block;
  background-repeat: no-repeat;
  overflow: none;
  cursor: pointer;
}
a.aimButton:active {
  background-position: 1px 1px;
}

p {
}

li {
  list-style-type: none;
}

img { border: 0; }

.clear { clear: both; }

hr {
  height: 1px;
  border: none;
  border-bottom: 1px solid #dedede;
  margin: 0;
}

input[type='checkbox'] {
  margin: 0px 3px 0 0;
}
input[type='radio'] {
  margin: 0px 3px 0 0px;
  _margin: 0px 3px 0 0px;
  .margin: 0 3px 0 -1px;
}

.right { float: right; }
.left { float: right; }

button {
  cursor: pointer;
}

#contentDiv {
  background: #fff;
  padding: 12px 0 2px 0;
}

#contentBody {
  /* width: 980px; */
  width: 956px;
  margin: 0 auto;
  padding: 23px 12px;
  overflow: auto;
  _overflow: none;
}
#contentHeader {
  border-bottom: 1px solid #c4c4c4;
}
#contentHeader .headerSignIn {
  font: bold 14px Arial;
}
#contentCurve {
  background: url(https://s.aolcdn.com/aim/dwight/jgoup_bg.jpg) no-repeat bottom left;
  margin: 0 auto;
  height: 25px;
  width: 980px;
}

#contentBody h2 {
  font: normal 21px Arial;
  color: #262626;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 1px 0px;
  padding: 0 0 13px 11px;
}

#contentBody h2 em {
  color: #ea5927;
  font-style: normal;
  font-weight: bold;
}

#contentBody #left {
  float: left;
  width: 214px;
}
#contentBody #left ul {
  padding: 0; margin: 0;
  list-style-type: none;
}
#contentBody #left ul li {
  font: normal 13px Arial;
  color: #262626;
  padding: 0; margin: 0;
  background: transparent url(https://s.aolcdn.com/aim/dwight/menu_normal.gif) repeat-x;
  height: 39px;
  line-height: 39px;
  border: 1px solid #dcdcdc;
  padding-left: 42px;
  overflow: hidden;
  cursor: pointer;
}
#contentBody #left ul li:hover, #contentBody #left ul li.hover {
  background: #ffffff url(https://s.aolcdn.com/aim/dwight/menu_hover.gif) repeat-x;
}
#contentBody #left ul li.selected {
  background: #f7f7f7;
  border-right: none;
}
#contentBody #left ul li.last {
  background: #f7f7f7 url(https://s.aolcdn.com/aim/dwight/bottom_gradient.png) repeat-x -1px 0;
  border-bottom: none;
  cursor: auto;
}
#contentBody #left ul li a {
  text-decoration: none;
  color: #444444;
}

#contentBody #right {
  float: right;
  width: 742px;
  background: transparent;
}

#contentBody #right #rightContent {
  padding: 4px;
}

.section {
  padding: 0px 21px 0 21px;
  clear: both;
}
.section h3 {
  color: #ea5927;
  font: bold 12px Arial;
  margin-top: 40px;
  margin-bottom: 4px;
}
.section p {
  color: #262626;
  font: normal 12px Arial;
}

#manage p { margin-bottom: 10px; }

#manage table { margin: 0 auto; font: normal 12px Arial; }
#manage table tr { height: 30px; line-height: 30px; }
#manage table tr td {
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  padding: 0 15px;
}

#manage table tr.last td { border: none; }

#manage table td.name {
  color: #ea5927;
  text-align: right;
  width: 161px; /* 171px */
}
#manage table td.value {
  color: #262626;
  width: 473px;
  font-weight: normal;
}

#manage a.edit {
  background-image: url(https://s.aolcdn.com/aim/dwight/mang_acct_button.gif);
  margin: 10px 0 0 201px;
  _margin: 10px 0 0 101px;
  height: 29px;
  width: 168px;
}
#manage a.edit:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/mang_acct_rolovr.gif);
}

#manage p.changes {
  float: left;
  font: normal 10px Arial;
  margin: 20px 0 0 10px;
  _margin: 20px 0 0 5px;
}

/* offline */

#offline .offline, #privacy .privacy, #notifications .notifications {
  margin: 30px 0 25px 0;
}

#offline form, #privacy form, #notifications form {
  padding: 0; margin: 0;
}

#offline .aimTip, #privacy .aimTip, #notifications .aimTip {
  background: #ededed;
  border: 1px solid #cdcdcd;
  float: left;
  padding: 15px 15px 10px 15px;
  margin: 25px 0 0 21px;
  width: 560px;
}
#offline .aimTip h4, #privacy .aimTip h4, #notifications .aimTip h4 {
  color: #ea5927;
}

#offline a.save, #privacy a.save, #notifications a.save, #email a.save {
  background-image: url(https://s.aolcdn.com/aim/dwight/saveButton.gif);
  margin: 0 0 10px 21px;
  height: 29px;
  width: 81px;
}
#offline a.save:hover, #privacy a.save:hover, #notifications a.save:hover, #email a.save:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/save_rlovr.gif);
  cursor: pointer;
}

#offline a.cancel, #privacy a.cancel, #notifications a.cancel, #email a.cancel {
  background-image: url(https://s.aolcdn.com/aim/dwight/cancelButton.gif);
  margin: 0 0 10px 10px;
  height: 29px;
  width: 81px;
}
#offline a.cancel:hover, #privacy a.cancel:hover,
#notifications a.cancel:hover, #email a.cancel:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/cancel_rlovr.gif);
}

body div#offline a.save-disable, body div#offline a.save-disable:hover,
body div#privacy a.save-disable, body div#privacy a.save-disable:hover,
body div#notifications a.save-disable, body div#notifications a.save-disable:hover,
body div#email a.save-disable, body div#email a.save-disable:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/save_disable.gif);
  background-position: 0;
  cursor: auto;
}

body div#offline a.cancel-disable, body div#offline a.cancel-disable:hover,
body div#privacy a.cancel-disable, body div#privacy a.cancel-disable:hover,
body div#notifications a.cancel-disable, body div#notifications a.cancel-disable:hover,
body div#email a.cancel-disable, body div#email a.cancel-disable:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/cancel_disable.gif);
  background-position: 0;
  cursor: auto;
}

/* Expressions */
.buddyIcon {
  height: 48px !important;
  width: 48px !important;
  padding: 2px;
  background: #ffffff;
  border: 2px solid #cccccc;
  margin: 5px 0 10px 20px;
}
.promo {
  background: #ededed;
  border: 1px solid #cecdcd;
  width: 464px;
}
.promo p {
  margin: 10px 4px;
  font: normal 12px Arial;
  color: #333333;
}
.promo a {
  float: left;
  background: transparent url(https://s.aolcdn.com/aim/dwight/chngeexpressButton.gif) no-repeat;
  text-indent: -999em;
  margin: 0 4px 0 4px;
  display: block;
  height: 28px;
  width: 162px;
}
.promo a:hover {
  background: transparent url(https://s.aolcdn.com/aim/dwight/chngeexpress_rlovr.gif) no-repeat;
}

/* Buddy Updates */
.iicon {
   vertical-align: middle;
}
.alert {
   padding: 0 0 1px 20px;
   background: url(https://s.aolcdn.com/aim/dwight/i_icon.gif) no-repeat 0 -1px;
}
.previewLink {
  padding: 0 0 1px 25px;
  line-height: 40px;
  background: url(https://s.aolcdn.com/aim/dwight/i_icon_old.gif) no-repeat 0 -1px;
  color: #2d68b6;
}

#buddyUpdates h3 { margin-top: 40px; }
#buddyUpdates h3.firstHeading { margin-top: 20px; }

#buddyUpdates div#previewDiv {
  display: none;
  position: absolute;
  z-index: 100;
  border: 2px solid #ccc;
  background: #fff;
  padding: 5px;
  width: 600px;
}
#buddyUpdates div#previewDiv a {
  float: right;
  text-align: right;
  border: 1px solid #cdcdcd;
  padding: 0 3px;
}
#buddyUpdates div#previewDiv iframe {
  clear: both;
  border: 1px solid #fff;
  width: 100%;
  height: 130px;
  overflow: hidden;
}

#buddyUpdates li.updates {
  width: 160px;
  margin: 0;
  padding-left: 8px;
  float: left;
  height: 55px;
}
div#buddyUpdates li.update_added div,
div#buddyUpdates li.update_added div p {
  font-style: italic;
}
#buddyUpdates li.updates img {
  margin: 2px 2px 0px 2px;
  height: 16px;
  width: 16px;
  position: relative;
  top: 2px;
}

#buddyUpdates li.updates div {
  margin-left: 18px;
}
#buddyUpdates #feedAddLeft {
  float: left;
  width: 350px;
  height: 100px;
  margin-left: 21px;
  margin-top: 20px;
  _margin: 0;
  _padding-left: 21px;
  _padding-top: 10px;
}
#buddyUpdates #feedAddRight {
  float: left;
  width: 350px;
  margin-top: 20px;
}

#buddyUpdates p.mobileUpdate {
  background: #ededed;
  border: 1px solid #cdcdcd;
  padding: 5px 10px;
  margin: 30px 0 30px 21px;
  display: inline;
}

#buddyUpdates .mobileUpdate b {
  color: #eb5928;
}
#buddyUpdates .mobileUpdate em {
  color: #000000;
  font-style: normal;
  font-weight: bold;
}
#buddyUpdates .mobileUpdate a {
  font-weight: bold;
  padding-left: 5px;
}

#buddyUpdates #feedAddLeft input {
  .margin-left: -21px;
  _margin-left: 0px;
  width: 200px;
}

#buddyUpdates #feedAddRight li {
  list-style-image: url(https://s.aolcdn.com/aim/dwight/dw_generic_bullet.gif);
  margin-left: 15px;
  margin-bottom: 15px;
}

#buddyUpdates #feedAddRight li.deleted { text-decoration: line-through; }
#buddyUpdates #feedAddRight li.pending { font-style: italic; }

#buddyUpdates #feedAddRight ul li a.delete {
  padding-left: 11px;
  font-weight: bold;
}

#buddyUpdates #feedAddMsg {
    text-align: center;
    font-style: italic;
    clear: both;
    width: 400px;
    margin: 20px;
}

p.fineprint {
  float: left;
  font: bold 9px Arial;
  width: 300px;
  margin: 2px 0 0 10px;
}

#buddyUpdates a.add {
  background-image: url(https://s.aolcdn.com/aim/dwight/addOrgButton.gif);
  margin: 5px 4px 0 0;
  height: 29px;
  width: 81px;
}
#buddyUpdates a.add:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/addOrg_rlovr.gif);
}

body div#buddyUpdates a.add-disable, body div#buddyUpdates a.add-disable:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/addOrg_disable.gif);
  background-position: 0;
  cursor: auto;
}

#buddyUpdates a.clear {
  background-image: url(https://s.aolcdn.com/aim/dwight/clearButton.gif);
  margin: 5px 4px 0 0;
  height: 29px;
  width: 81px;
  clear: none;
}
#buddyUpdates a.clear:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/clear_rlovr.gif);
}

body div#buddyUpdates a.clear-disable, body div#buddyUpdates a.clear-disable:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/clear_disable.gif);
  background-position: 0;
  cursor: auto;
}


#buddyUpdates a.save {
  background-image: url(https://s.aolcdn.com/aim/dwight/saveButton.gif);
  margin: 0 5px 0 21px;
  height: 29px;
  width: 81px;
}
#buddyUpdates a.save:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/save_rlovr.gif);
}

body div#buddyUpdates a.save-disable, body div#buddyUpdates a.save-disable:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/save_disable.gif);
  background-position: 0;
  cursor: auto;
}

#buddyUpdates a.cancel {
  background-image: url(https://s.aolcdn.com/aim/dwight/cancelButton.gif);
  margin: 0 5px 0 0;
  height: 29px;
  width: 81px;
}
#buddyUpdates a.cancel:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/cancel_rlovr.gif);
}

body div#buddyUpdates a.cancel-disable, body div#buddyUpdates a.cancel-disable:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/cancel_disable.gif);
  background-position: 0;
  cursor: auto;
}

#buddyUpdates #idForm {
  padding: 5px;
  z-index: 100;
  background: #ffffff;
  position: absolute;
  border: 2px solid #ccc;
  width: 120px;
  overflow: auto;
  .overflow: none;
}

#buddyUpdates #idForm button {
  border: 1px solid #666666;
  color: #2864b4;
  background: #efefef;
  font: normal 12px Arial;
  margin: 2px 5px 0 0;
  padding: 0 2px;
}
#buddyUpdates #idForm #idFormInput {
  color: #000000;
  background: #ffffff;
  font: normal 1em Arial;
  width: 115px;
  _margin-left: -20px;
  .padding: 0; .margin: 0;
}

/* Mobile */

.mobileHeading {
}
.mobileHeading h3 {
  width: 200px;
  display: block;
  float: left;
  margin: 0; padding: 0;
  margin-top: 32px;
}
.mobileHeading ul {
  width: 200px;
  float: right;
  margin-top: 32px;
  margin-right: 30px;
}
.mobileHeading ul li {
  text-align: right;
}

select.mobileChoices {
  border: 1px solid #cccccc;
  height: 26px;
  line-height: 26px;
  padding: 5px 2px;
  width: 129px;
  margin-right: 10px;
}
option.mobileOpt {
  background: #eeeeee;
  line-height: 21px;
  border-bottom: 1px solid #888888;
}

ul.list li, #feedAddRight li {
  list-style-image: url(https://s.aolcdn.com/aim/dwight/dw_generic_bullet.gif);
  margin-left: 15px;
}

.notification {
  margin-left: 20px;
  margin-bottom: 30px;
}

.textInput {
  width: 195px;
  padding: 2px;
  height: 21px;
  border: 1px solid #b0b0b0;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  color: #888888;
  float: left;
}

a.mob_add {
  float: left;
  background: transparent url(https://s.aolcdn.com/aim/dwight/addButton.gif) no-repeat;
  text-indent: -999em;
  margin: 5px 0 0 0;
  display: block;
  height: 28px;
  width: 60px;
}
a.mob_add:hover {
  background: transparent url(https://s.aolcdn.com/aim/dwight/add_rlovr.gif) no-repeat;
}

.notifyList {
  width: 262px;
  height: 111px;
  border: 1px solid #b0b0b0;
  clear: both;
}
.add { vertical-align: top; }

p.notice { font-weight: bold; color: #000000; margin: 10px 0 0 21px;}

#mobile h3#mobileHeading2 {
  color: #ea5927;
  font: bold 12px Arial;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: 21px;
}

#mobile .mobileSettings li { margin-bottom: 10px; margin-left: 10px; }
#mobile .mobileSettings b { color: #eb5928; }
#mobile .mobileSettings .followup {
  font: normal 11px Arial !important;
  margin-left: 19px;
}
#mobile .mobileSettings .followup2 {
  font: normal 11px Arial !important;
  margin-left: 20px;
}

#mobile .register {
  margin-top: 18px;
  margin-bottom: 22px;
}

#mobile a.delete {
  background-image: url(https://s.aolcdn.com/aim/dwight/deleteButton.gif);
  margin: 0;
  height: 29px;
  width: 81px;
}
#mobile a.delete:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/delete_rlovr.gif);
}

#mobile #mobileConfirmBlock { margin: 0 21px; }
#mobile #mobileConfirmBlock p { margin: 20px 0; }
#mobile #mobileConfirmBlock p span { font-weight: bold; font-style: normal; }
#mobile #mobileConfirmBlock p em { font-weight: bold; font-style: normal; }

#mobile #mobileConfirmBlock a.confirm {
  background-image: url(https://s.aolcdn.com/aim/dwight/ConfirmMobileButton.gif);
  margin: 0;
  height: 29px;
  width: 145px;
}
#mobile #mobileConfirmBlock a.confirm:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/ConfirmMobileButton_hover.gif);
}

#mobileNone a.register {
  background-image: url(https://s.aolcdn.com/aim/dwight/regmobileButton.gif);
  margin: 0 5px 20px 0;
  height: 29px;
  width: 151px;
  _position: relative;
}
#mobileNone a.register:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/regmobile_rlovr.gif);
  background-repeat: no-repeat;
}

#mobileNone #mobileIM {
  background: #ededed;
  border: 1px solid #cecdcd;
  margin: 10px 41px 10px 21px;
  position: relative;
}

#mobileNone #mobileIM h3 { margin-top: 10px; }
#mobileNone #mobileIM p { margin-bottom: 15px; }
#mobileNone #mobileIM ul li { margin-bottom: 15px; }
#mobileNone #mobileIM a.mobile_reg { margin-bottom: 15px; }

#mobileNone #register p { margin-bottom: 15px; }

#mobileNone hr { margin: 0; }

/* Linked */

#linked .section ul {
  float: left;
  margin: -2px 0 0 10px;
}

#linked .nameList {
  margin: 15px 21px;
  width: 363px; /* 363px */
  background: #ededed;
  border: 1px solid #cdcdcd;
  float: left;
}
#linked .nameList h4 { color: #eb5928; margin: 15px; }
#linked .nameList p { margin: 30px 15px; }
#linked .nameList ul { margin: 10px 15px; }
#linked .nameList ul li { margin: 10px 0; }
#linked .nameList ul li input { padding-right: 5px; }

#linked a.addScreenname {
  background-image: url(https://s.aolcdn.com/aim/dwight/addScrnameButton.gif);
  margin: 0 0 15px 0;
  height: 29px;
  width: 137px;
}
#linked a.addScreenname:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/addScrname_rlovr.gif);
}

#linked a.unlink {
  background-image: url(https://s.aolcdn.com/aim/dwight/unlnkscrnameButton.gif);
  margin: 0 0 10px 10px;
  height: 29px;
  width: 187px;
}
#linked a.unlink:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/unlnkscrname_rlovr.gif);
}

body div#linked a.unlink-disable, body div#linked a.unlink-disable:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/unlnkscrname_disable.gif);
  background-position: 0;
  cursor: auto;
}

#linkedAdd p { margin-bottom: 10px; }

#linkedAdd fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#linkedAdd fieldset label {
  display: block;
  margin-top: 10px;
}
#linkedAdd fieldset input {
  display: block;
  border: 1px solid #cdcdcd;
  width: 168px;
}

#linkedAdd fieldset a.save {
  background-image: url(https://s.aolcdn.com/aim/dwight/saveButton.gif);
  margin: 10px 0 0 0;
  height: 29px;
  width: 81px;
}
#linkedAdd fieldset a.save:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/save_rlovr.gif);
}

#linkedAdd fieldset a.cancel {
  background-image: url(https://s.aolcdn.com/aim/dwight/cancelButton.gif);
  margin: 10px 0 0 10px;
  height: 29px;
  width: 81px;
}
#linkedAdd fieldset a.cancel:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/cancel_rlovr.gif);
}

body div#linkedAdd fieldset a.save-disable, body div#linkedAdd fieldset a.save-disable:hover {
  background-image: url(https://s.aolcdn.com/aim/dwight/save_disable.gif);
  background-position: 0;
  cursor: auto;
}


/* */
h3.firstHeading { margin-top: 20px; }

/* Header/Footer overrides */
body #aim-profile-header.aim-profile-header-large h1 a {
  background-image: url(https://s.aolcdn.com/aim/dwight/aim_settings_large.gif);
  background-position: 0 10px;
  width: 218px;
}

body #aim-profile-header.aim-profile-header-large #aim-profile-header-wrapper div.aim-profile-header-minidash h2 a {
  border-bottom: dotted 1px #ffffff;
  text-decoration: none;
}

body #aim-profile-header.aim-profile-header-large #aim-profile-header-wrapper div.aim-profile-header-minidash h2 a:hover {
  border-bottom: solid 1px #ffffff;
  text-decoration: none;
}

body #aim-profile-header.aim-profile-header-large #aim-profile-header-wrapper div.aim-profile-header-minidash #aim-profile-header-buddy-icon {
  background: #ffffff;
}

body #aim-profile-header #aim-profile-dropdown {
  width: 400px;
  margin-left: 30px;
}

body #aim-profile-header #aim-profile-header-product-link {
  display: none;
}
body #aim-profile-header.aim-profile-header-large #aim-profile-header-wrapper div.aim-profile-header-minidash {
  margin-right: 20px;
}

.aim-profile-footer-links {
  clear:both;
  padding:40px 0 25px 0;
  background: #454545 url("https://s.aolcdn.com/aim/dwight/footer_back.png") repeat-x top;
  color:#acacac;
}

.aim-profile-footer-links .aim-profile-footer-links-wrapper {
  width: 983px;
  margin:0 auto;
}

.aim-profile-footer-links .aim-profile-footer-links-wrapper a {
  color:#77d2ff;
}

body #aim-profile-footer #aim-profile-footer-search input.aim-profile-footer-query {
  font: normal 12px Arial;
}
body #aim-profile-footer #aim-profile-footer-search input.submit {
  position: relative;
  top: 2px;
  .top: 1px;
  _position: static;
  font: bold 12px Arial;
}

.hide {
    display: none;
}

#lsManage a {
  float: left;
  background: transparent url(https://s.aolcdn.com/aim/dwight/managels.gif) no-repeat;
  text-indent: -999em;
  margin: 0 4px 0 4px;
  display: block;
  height: 28px;
  width: 215px;
}
#lsManage a:hover {
  background: transparent url(https://s.aolcdn.com/aim/dwight/managels_hovr.gif) no-repeat;
}

#AIMProductLogo {
background:transparent url("https://s.aolcdn.com/aim/dwight/aim_web_settings.gif") no-repeat 0 7px;
width:280px;
}

.loginId {
font-size:0.75em;
}
