/*********************
*   General Styles   *
*********************/

/* Prevents IE from showing microscopic text sizes */
html {
  font-size: 100%;
}

body {
  margin: 25px 0;
  background: #c3c8ce;
  color: #ddd;
  font: 11px tahoma;
  background-image: url(../mkportal/templates/pd89/images/bg.gif);
  background-repeat: repeat;
}

p {
  line-height: 1.5em;
}

h1, h2 {
  color: #cf6;
  font-weight: normal;
  padding-bottom: 10px;
  margin-top: -14px;
}

h1 {
  font-size: 14px;
  border-bottom: 1px dotted #cf6;
}



h2 {
  font-size: 1.1em;
}

a {
  /*border-bottom: 1px dotted #cf6;*/
  color: #cf6;
  text-decoration: none;
}

a:hover {
  border-bottom-style: solid;
}


input, textarea {
  padding: 8px;
  border: 1px solid #FFCC33;
  background: #aaaaaa;
  font: 11px tahoma;
  color: #fff;
  background-image: url(../mkportal/templates/pd89/images/adbg.png);
  background-repeat:repeat-x;
}

input:focus, textarea:focus {
  border: 1px dotted #cf6;
}

input[type="submit"], input[type="reset"] {
  padding: 2px 5px;
  border: 1px solid #ccc;
}

input[type="submit"]:active, input[type="reset"]:active {
  background: #999;
  border-color: #cf6;
}



/**************
*   Content   *
**************/

#content {
  margin: 0 auto;
  padding: 10px;
  width: 75%;
  border: 1px solid #ccc;
  background: #aaa;
  background-image: url(../mkportal/templates/pd89/images/adbg.png);
  background-repeat: repeat-x;
  height: 465px;
}
