HTML, BODY {
  margin: 0px;
}

BODY {
  background-color: #ffffff;
  color: #333333;

  font-family: Tahoma, Arial, Helvetica, Helv, sans-serif;
  font-size: 80%;
}

BODY.title {
  background-color: #ffffff;
}

A {
  color: #285a74;
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A.danger {
  color: #993333;
}

IMG {
  border: 0px;
}

HR {
  margin: 20px 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #cccccc;
}

DIV#page {
  background-color: #ffffff;
  padding: 15px;
  /* min-height: 600px; */
}

DIV.outer {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

DIV.title {
  background-color: #285a74;
  padding: 10px 20px 0px 20px;
  color: #6d9db9;
}

DIV.title A {
  font-weight: normal;
  color: #6d9db9;
}

DIV.title_bottom {
  height: 20px;
  background-image: url(images/title-bottom.png);
  background-repeat: no-repeat;
}

DIV.title H1 {
  font-size: 100%;
  color: #dde7ee;
  padding: 0px 1px;
}

DIV#title_bar {
  text-align: center;
  padding-top: 10px;
}

IMG#title {
  background-image: url(images/title.png);
  background-repeat: no-repeat;

  width: 471px;
  height: 66px;

  margin: 20px;

  vertical-align: middle;
}

IMG#slogan {
  background-image: url(images/slogan.png);
  background-repeat: no-repeat;

  width: 286px;
  height: 40px;

  margin: 20px;

  vertical-align: middle;
}

DIV.title .what_is {
  text-align: justify;
  color: #eeeeff;
  font-size: 120%;
  margin: 20px 40px 40px 40px;
}

DIV.title .what_is A {
  font-weight: bold;
  color: #eeeeff;
}

DIV.register_form {
  /* float: left; */
  width: 400px;
  margin-left: 40px;
  margin-bottom: 20px;
}

DIV.register_form TABLE TD {
  height: 24px;
  vertical-align: middle;
}

DIV.register_form TABLE TH {
  font-weight: normal;
  padding-right: 40px;
}

DIV.register_form INPUT[type=text], DIV.register_form INPUT[type=password] {
  border: 1px solid #334455;
  margin-right: 5px;
  width: 200px;
}

DIV.register_form INPUT[type=submit] {
  margin: 5px 0px 0px 0px;
}

DIV.login_form {
  float: right;
  margin-right: 40px;
  margin-bottom: 40px;
}

DIV.login_form TABLE TD {
  height: 24px;
  vertical-align: middle;
}

INPUT[type=checkbox], LABEL {
  vertical-align: middle;
}

DIV.login_form INPUT[type=text], DIV.login_form INPUT[type=password] {
  border: 1px solid #334455;
  margin-right: 5px;
}

DIV.login_form INPUT[type=submit] {
  margin: 1px;
}

DIV#header {
  height: 32px;

  background-color: #285a74;
  color: #ffffff;

  border-bottom: 1px solid #cccccc;

  box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

DIV#header A, DIV#linkbar A {
  color: #ffffff;
  font-size: 85%;
}

.add_box TD:first-child {
  text-align: left;
}

.add_box TD {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.menu.right A {
  font-weight: normal;
}

.menu {
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
}

.menu A {
  display: inline-block;
  height: 17px;
  margin: 0px;
  padding: 6px 8px 4px 8px;
  vertical-align: middle;
}

.menu A:hover {
  background-color: #3f728b;
  text-decoration: none;

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

IMG#logo {
  width: 176px;
  height: 32px;
  margin-left: -10px;

  background-image: url(images/logo.png);

  vertical-align: bottom;
}

DIV.info_bar {
  border: 1px solid #ddcc99;
  background-color: #ffeecc;
  padding: 5px 8px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.close_button {
  float: right;
  position: relative;
  left: 3px;
  cursor: pointer;
}

.info_bar .close_button:hover {
  background-color: #ddcc99;
}

DIV#content {
  width: 950px;

  margin-left: auto;
  margin-right: auto;
}

DIV#content.minimal {
  width: 500px;
}

DIV#content.small {
  width: 600px;
}

.column:first-child {
  float: left;
  margin-right: 20px;
}

.column {
  display: inline-block;
  width: 290px;
}

DIV#main {
  width: 685px;
}

DIV#main.wide {
  width: 775px; 
}

DIV#sidebar {
  float: right;
  width: 250px;
}

DIV#sidebar.thin {
  width: 160px;
}

.list_selector_container {
  margin-bottom: 10px;
}

UL.list_selector {
  list-style-type: none;
  font-size: 90%;

  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.list_selector LI {
  width: 138px;
  height: 16px;

  padding: 3px 8px 3px 4px;

  overflow: hidden;
}

.list_selector DIV {
  padding: 3px 4px;
}

.list_selector IMG {
  width: 16px; height: 16px;
  margin-right: 5px;
  vertical-align: top;
}

.list_selector A {
  font-weight: normal;
  text-decoration: none;
  color: #333333;
  line-height: 16px;
}

.list_selector LI.selected {
  background-image: url(images/selected.png);
  background-repeat: no-repeat;
  color: #ffffff;
  text-shadow: #285a74 1px 1px 3px;
}

.list_selector LI.selected IMG {
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
  filter: alpha(opacity=85);
  opacity: 0.85;
}

.list_selector LI.selected A {
  color: #ffffff;
}
  border: 3px solid;

.list_selector .message {
  color: #ff0000;
  float: right;
  margin-right: 10px;
}

.list_display {
  margin-left: 165px;
}

#main.wide .list_display {
  margin-left: 0px;
}

TABLE {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

TH {
  text-align: left;
  vertical-align: top;
  padding-right: 10px;
  padding-top: 4px;
}

.friend_list {
  float: left;
  width: 585px;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

.friend_link {
  padding-top: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.add_friend {
  float: right;
  width: 350px;
  padding-bottom: 10px;
}

.add_friend INPUT[type=text] {
  width: 295px;
}

.add_friend INPUT[type=submit] {
  width: 40px;
  margin-right: 0px !important;
}

.suggested_friends {
  float: right;
  width: 350px;
}

.item_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.list_item DIV.thumb {
  float: left;
}

.list_item DIV.thumb IMG.thumb {
  margin: 5px 10px 5px 5px;
}

.drag_target {
  background-color: #eeeeee;
  outline: 1px dotted #cccccc;
}

.drop_target {
  height: 58px !important;
}

.drag_handle {
  cursor: n-resize;
}

.list_item {
  height: 58px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.list_item:hover {
  background-color: #f3f3f3;
}

DIV.thumb {
  width: 63px;
}

DIV.thumb IMG.thumb {
  width: 48px;
  height: 48px;
  margin: 5px;
}

.list_item DIV.detail {
  padding-right: 5px;
}

.item_link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.list_item .item_link {
  padding-top: 5px;
}

.brief_item {
  display: inline-block;
  width: 80px;
  text-align: center;
  vertical-align: top;
}

.brief_item DIV.thumb {
  width: 80px;
  text-align: center;
}

.brief_item A.item_link {
  font-weight: normal;
  font-size: 90%;
  white-space: normal;
  height: 26px;
}

.purchased A {
  color: #999999;
}

.purchased .description {
  color: #cccccc !important;
}

#sidebar .item_link {
  font-size: 87%;
  margin-bottom: 2px;
}

.description {
  color: #666666;
  font-size: 85%;
  margin: 0px 0px 5px 0px;
}

.description A, .changes A {
  font-weight: normal;
}

.note {
  color: #666666;
  font-size: 90%;
}

.note A {
  font-weight: normal;
}

.notes {
  font-style: italic;
}

.changes {
  margin: 0px;
  font-size: 75%;
  color: #666666;
}

.birthday {
  background-image: url(http://images.stuffireallywant.com/icons/birthday.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
  padding-right: 10px;
  float: right;
  color: #999999;
}

.list_item DIV.control {
  float: right;
  width: 26px;
  height: 48px;
  padding-top: 9px;
}

.control A, .control IMG {
  display: inline-block;
  width: 16px; height: 16px;
  background-repeat: no-repeat;
  margin: 0px 5px 5px 5px;
}

.control .buy_warn {
  background-image: url(images/buy-warn-off.png);
  background-position: center center;
}

.control .buy_warn:hover {
  background-image: url(images/buy-warn-on.png);
  background-position: center center;
}

.control .buy {
  background-image: url(images/buy-off.png);
  background-position: center center;
}

.control .buy:hover {
  background-image: url(images/buy-on.png);
  background-position: center center;
}

.control .unbuy {
  background-image: url(images/unbuy.png);
  background-position: center center;
}

.control .add {
  background-image: url(images/add-off.png);
  background-position: center center;
}

.control .add:hover {
  background-image: url(images/add-on.png);
  background-position: center center;
}

.control .delete {
  background-image: url(images/delete-off.png);
  background-position: center center;
}

.control .delete:hover {
  background-image: url(images/delete-on.png);
  background-position: center center;
}

.control .remove {
  background-image: url(images/remove-off.png);
  background-position: center center;
}

.control .remove:hover {
  background-image: url(images/remove-on.png);
  background-position: center center;
}

.control .edit {
  background-image: url(images/edit-off.png);
  background-position: center center;
}

.control .edit:hover {
  background-image: url(images/edit-on.png);
  background-position: center center;
}

.control .perms {
  background-image: url(images/perms-off.png);
  background-position: center center;
}

.control .perms:hover {
  background-image: url(images/perms-on.png);
  background-position: center center;
}

.actions {
  font-weight: normal;
  font-size: 85%;
  margin-bottom: 10px;
}

.actions A {
  font-weight: normal;
  font-size: 100%;
}

.actions > * {
  display: inline-block;

  padding-left: 22px;
  margin: 2px 4px;
  min-height: 16px;
}

.action_create {
  background-image: url(images/create.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.action_import {
  background-image: url(images/import.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.action_manage {
  background-image: url(images/manage.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.action_share {
  background-image: url(images/share.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.action_invite {
  background-image: url(images/invite.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.action_friendfinder {
  background-image: url(images/friendfinder.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.action_event {
  background-image: url(images/calendar.png);
  background-position: top left;
  background-repeat: no-repeat;
}

H1 {
  font-size: 120%;
  font-weight: bold;
  color: #333333;
  margin: 0px;
}

H2 {
  font-size: 90%;
  font-weight: bold;
  color: #333333;
  margin: 4px 0px 0px 0px;
}

H3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 80%;
  color: #999999;
  margin: 0px 0px 4px 0px;
}

.section {
  padding-bottom: 2px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 7px;
}

.section_control {
  float: right;
  margin-top: 3px;
}

.section_control A {
  font-size: 90%;
}

.list_title {
  margin-bottom: 10px;
}

.list_icon {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 2px;
  vertical-align: top;
}

.list_icon IMG {
  width: 16px;
  height: 16px;
}

.indent {
  margin-left: 30px;
}

.ad {
  margin: 8px 8px 15px 8px;
}

.thin .ad {
  margin-left: 0px;
  margin-right: 0px;
}

DIV.form_box {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 5px;
  margin-bottom: 10px;
}

DIV.form_box TABLE {
  width: 100%;
}

DIV.login_form INPUT[type=text], DIV.login_form INPUT[type=password] {
  width: 125px;
}

INPUT[type=text] {
  width: 300px;
}

DIV.form_box INPUT[type=text], DIV.form_box TEXTAREA {
  width: 370px;
}

INPUT[type=text], INPUT[type=password], TEXTAREA, SELECT {
  border: 1px solid #dddddd;
}

INPUT[type=text], INPUT[type=password], SELECT, TEXTAREA {
  color: #333333;
  font-family: Tahoma, Arial, Helvetica, Helv, sans-serif;
  font-size: 100%;

  padding: 2px 3px;
  margin: 0px;
}

SELECT {
  padding-left: 0px !important;
}

INPUT[type=text].blurred {
  color: #999999;
}

INPUT[type=text]#search {
  width: 448px;
}

INPUT[type=submit]#submit {
  width: 40px;
  height: 22px;
}

TABLE.form_table {
  width: 100%;
}

.minimal TABLE.form_table TH {
  width: 125px;
}

.small TABLE.form_table TH {
  width: 150px;
}

TABLE.form_table INPUT[type=text], TABLE.form_table INPUT[type=password], TABLE.form_table TEXTAREA {
  width: 430px;
}

.minimal TABLE.form_table INPUT[type=text], .minimal TABLE.form_table INPUT[type=password], .minimal TABLE.form_table TEXTAREA {
  width: 360px;
}

TABLE.form_table SELECT {
  width: 438px;
}

TABLE.form_table TD {
  padding-bottom: 4px;
}

.buttons {
  text-align: right;
  padding-top: 5px;
  padding-right: 0px;
}

.legend {
  font-size: 90%;
}

TEXTAREA[name=description], TEXTAREA[name=message] {
  height: 100px;
}

INPUT[type=submit], BUTTON {
  background-color: #5d8da9;
  color: #ffffff;

  outline: 1px solid #285a74;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #94adba;

  font-family: Tahoma, Arial, Helvetica, Helv, sans-serif;
  font-size: 100%;
  font-weight: bold;

  text-shadow: #285a74 2px 2px 4px;

  padding: 1px 4px 2px 3px;
  margin: 0px 2px;

  cursor: pointer;
}

INPUT[type=submit]:active, BUTTON:active {
  border-color: #4575a5;
}

INPUT[type=reset] {
  background-color: #7dadc9;
  color: #ffffff;

  outline: 1px solid #285a74;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #b4cdda;

  font-family: Tahoma, Arial, Helvetica, Helv, sans-serif;
  font-size: 100%;
  font-weight: bold;

  text-shadow: #487a94 2px 2px 4px;

  padding: 1px 4px 2px 3px;
  margin: 0px 2px;

  cursor: pointer;
}

INPUT[type=reset]:active {
  border-color: #6595c5;
}

INPUT[type=submit][disabled], INPUT[type=reset][disabled], BUTTON[disabled] {
  color: #cccccc;
  background-color: #777777;
  outline-color: #333333;
  border-color: #aaaaaa;
  text-shadow: #666666 2px 2px 4px;
}

.error {
  color: #ff0000;
}

.error A {
  color: #ff0000;
}

INPUT.error, SELECT.error {
  border-color: #ff0000 !important;
}

INPUT[type=submit].alt, INPUT[type=reset].alt, BUTTON.alt {
  background-color: #5da98d;
  outline-color: #334455;
  border-color: #94baad;
  text-shadow: #28745a 2px 2px 4px;
}

INPUT[type=submit].danger, INPUT[type=reset].danger, BUTTON.danger {
  background-color: #a95d5d;
  outline-color: #334455;
  border-color: #ba9494;
  text-shadow: #5a2828 2px 2px 4px;
}

.help_box {
  position: absolute;
  display: none;

  width: 160px;

  font-size: 90%;

  padding-left: 9px;
  background-image: url(images/help_edge.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.help_inner {
  background-color: #f7f7f7;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 3px 5px 4px 5px;
}

.title .help_box {
  background-image: url(images/help2_edge.png);
}

.title .help_inner {
  color: #333333;
  background-color: #f7f7f7;
  border-top: 1px solid #525252;
  border-right: 1px solid #525252;
  border-bottom: 1px solid #525252;
}

DIV#imagePicker {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 5px;
  display: none;
}

DIV#imagePicker .image_container {
  width: 160px; height: 160px;
  overflow: hidden;

  background-color: #cccccc;
  border: 1px solid #cccccc;
}

DIV#imagePicker A {
  display: inline-block;
  margin: 5px 0px 0px 0px;
}

DIV#imagePicker .image_option {
  font-size: 85%;
  color: #666666;
}

DIV#imagePicker .image_option INPUT[type=checkbox] {
  vertical-align: baseline;
}

DIV.results_box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 5px;

  font-family: Tahoma, Arial, Helvetica, Helv, sans-serif;
  font-size: 100%;

  display: none;
}

DIV.results_box A {
  text-decoration: none;
  font-weight: normal;
  color: #333333;
}

DIV.info_panel {
  font-size: 85%;
  color: #666666;

  margin: 0px 6px;

  display: none;
}

.icon_picker {
  padding: 4px 0px;
}

.icon_picker IMG {
  margin: 2px;
  padding: 2px;
  cursor: pointer;
  width: 16px; height: 16px;
}

.icon_picker .selected {
  padding: 1px;
  border: 1px solid #285a74;
  background-color: #6d9db9;
}

.left_bar {
  float: left;
  width: 150px;
}

.profile_box {
  margin-bottom: 15px;
  /*
  width: 138px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 5px;
  */
}

.profile_box .thumb {
  float: left;
  width: 48px;
  margin-right: 10px;
}

.profile_box .detail {
  height: 48px;
  overflow: hidden;
}

.profile_box IMG.photo {
  width: 48px;
  height: 48px;
}

IMG.photo {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

DIV#footer {
  clear: both;
  width: 950px;

  margin-left: auto;
  margin-right: auto;

  color: #666666;

  font-size: 80%;

  border-top: 1px solid #cccccc;
}

DIV#footer P:first-child {
  float: right;
}

DIV#footer A {
  font-weight: normal;
  color: #333333;
}

DIV#dialog_box_container {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

DIV#dialog_box {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  background-image: url(images/50pc.png);
  padding: 10px;
}

DIV#dialog_title {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #333333;
  background-color: #285a74;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
}

DIV#dialog_content {
  border: 1px solid #333333;
  background-color: #ffffff;
  padding: 10px;
}

DIV#dialog_buttons {
  margin-top: 10px;
  text-align: right;
}

DIV#dialog_buttons BUTTON {
  margin-left: 5px;
}

DIV.profile_photo {
  float: right;
}

DIV.profile_photo IMG {
  margin: 0px 0px 10px 10px;
}

TABLE.list {
  width: 100%;
}

TABLE.list THEAD TH {
  border-bottom: 1px solid #cccccc;
}

TABLE.list TH, TABLE.list TD {
  padding-right: 10px;
}

.friend_box {
  height: 198px;
  overflow: scroll;
  overflow-x: hidden;
}

.friend_button {
  display: inline-block;

  width: 176px; height: 52px;

  padding: 3px 5px;
  margin: 3px;
  border: 1px solid #999999;
  background-color: #eeeeee;

  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.friend_button.selected {
  border: 1px solid #003f57;
  background-color: #285a74;
}

.friend_button.selected .friend_name, .friend_button.selected .friend_email, .friend_button.selected A {
  color: #ffffff;
}

.friend_button IMG.photo {
  float: left;
  width: 48px; height: 48px;
  margin: 2px 7px 2px 0px;
}

.friend_button .friend_name {
  font-weight: bold;
}

.friend_button .friend_email {
  color: #666666;
  font-size: 85%;
  margin-bottom: 4px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;

}

.friend_button DIV {
  margin: 0px;
}

.star-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  background-image: url(http://images.stuffireallywant.com/status/star.png);
  background-position: center center;
}

.hidden {
  display: none;
}

.optional {
  font-weight: normal;
}

.hoverable {
  border-bottom: dotted 1px #285a74;
  cursor: default;
}

.center {
  text-align: center;
}

.middle_align>* {
  vertical-align: middle;
}

.inline-icon {
  width: 16px; height: 16px;
  vertical-align: bottom;
  margin-right: 5px;
}

.newbie_highlight {
  outline: 2px solid #33cc33;
}

SPAN.small {
  font-size: 90%;
}

.autosize {
  width: auto !important;
  height: auto !important;
}

WBR:after {
  content: "\00200B";
}

