/* -------------------------------------------------------------*/

body { 
  color: #ccc; 
  background: #000;
  font-family: Tahoma, Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
}
div {
    border: dashed 0px #999;
}

/* Headings 
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
    font-weight: bold; 
    color: #fff; 
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
}

h1 { font-size: 2.3em; line-height: 1; letter-spacing: -1px; }
h2 { font-size: 1.9em; margin-bottom: 0.25em; letter-spacing: -1px; }
h3 { font-size: 1.4em; line-height: 1; margin-bottom: 0.25em; letter-spacing: -1px;  }
h4 { font-size: 1.1em; line-height: 1.25;  }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }

h1.simple,h2.simple,h3.simple,h4.simple,h5.simple,h6.simple { 
    font-weight: normal;
    letter-spacing: -1px; 
    margin: 0;
}

/* Text elements
-------------------------------------------------------------- */
p {
    line-height: 120%;
}
/* Lists
-------------------------------------------------------------- */
ul, ol {
    list-style-position: outside;
    margin: 0 1.5em 1.5em;
}
ul {
    list-style-type: square;
}
ol {
    list-style-type: decimal;
}
hr {
    margin: 10px 0 20px;
    border: 0;
    color: #1d1d58;
    background-color: #1d1d58;
    height: 1px;
}
ul.inline-menu, ul.inline-menu-right {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.inline-menu li, ul.inline-menu-right li {
    padding: 0;
    margin: 0;
    float: left;
}
ul.inline-menu-right {
    float: right;
}
ul.inline-menu-right li {
    float: left;
}


/* Tables
-------------------------------------------------------------- */

/* Misc classes
-------------------------------------------------------------- */
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #f96;
}
a:active {
    color: #c75;
}
.simple {
    font-family: Tahoma, Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.fancy {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.small {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}
.clear, .spacer {
    clear: both;
}

.small a {
    text-decoration: none;
    font-weight: normal;
}
