@charset "UTF-8";

html {
  height:100%;
  background:url(http://www.tweaks.dk/mfc/pink/pink_flames.png),url(http://www.tweaks.dk/mfc/pink/pink_header.png),url(http://www.tweaks.dk/mfc/pink/pink_bg.png);
  background-repeat:no-repeat,repeat-y,repeat-x;
  background-position:3.5em 0em,top right,top left;
  background-color:#0f0019;
  background-attachment:scroll;
}

body {
  background:url(http://www.tweaks.dk/mfc/pink/content_bg.png);
  background-repeat:no-repeat;
  background-position:top right;
  width:60em;
  min-height:100%;
  border:0;
  border-radius:20px;
  box-shadow:5px 7px 10px 1px #131313;
  margin:5em 0 0 3em!important;
  background-color:black;
  color:#eed2ff;
}

a {
  -moz-box-shadow:inset -1px -1px 10px -2px #1b1c30;
  -webkit-box-shadow:inset -1px -1px 10px -2px #1b1c30;
  box-shadow:inset -1px -1px 10px -2px #1b1c30;
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#000000),color-stop(1,#7e2bb5));
  background:-moz-linear-gradient(center top,#000000 5%,#7e2bb5 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#7e2bb5');
  background-color:#000000;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #1f1d3d;
  display:inline-block;
  color:#f4e3ff;
  font-family:Arial;
  font-size:10px;
  font-weight:bold;
  padding:2px 5px;
  text-decoration:none;
  text-shadow:-1px -1px 2px #000000;
}

a:hover {
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#7e2bb5),color-stop(1,#000000));
  background:-moz-linear-gradient(center top,#7e2bb5 5%,#000000 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e2bb5',endColorstr='#000000');
  background-color:#7e2bb5;
}

a:active {
  position:relative;
  top:1px;
}

.container_padding {
  min-height:100%;
}

.status_key {
  color:#f4e3ff;
}

.status_value {
  color:#f4e3ff;
}

.blurb_key {
  color:#f4e3ff;
}

.blurb_value {
}

.heading {
  background-color:#f4e3ff;
  opacity:.03;
}