/*  Tiikoni.com CSS  */


/* Body */

body {
 background-color: #eeeeee;
 color: #000000;
 margin: 50px;
 padding: 0px;
}

body,p,table {
 font-family: Verdana;
 font-size: 13px;
}

hr {
 height: 1px;
 color: #000000;
}

/* Texts */

.title {
 font-size: 22px;
}
.subtitle {
 font-size: 18px;
}
.big {
 font-size: 16px;
}
.bold {
 font-weight: bold;
}
.small {
 font-size: 11px;
}
.dim {
 color: #999999;
}
.error {
 color: #ff0000;
}
.success {
 font-size: 14px;
 color: #009900;
}
.pre {
 font-family: monospace;
 white-space: pre;
}

/* Links */

a:link {
 color: #0000ff;
 text-decoration: none;
}
a:visited {
 color: #0000cc;
 text-decoration: none;
}
a:hover, a:active {
 color: #0000ff;
 text-decoration: underline;
}

/* Tables */

table {
 border-collapse: collapse;
}

table,td {
  border-style: solid;
  border-width: 1px;
  border-color: gray;
}

td {
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
