
BODY 
{
    font-family: Verdana;
    padding:0;
    margin:0 10%;
    color: black; 
    background: #ffffff; 
    font: 12px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}

TH, TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

H5
{
    font-size: 13px;
    margin:4ex 0em 0ex 0em;
    text-align:left;
}

H4 .date
{
    color:gray;
    float:right;
}

H3
{
    font-size: 12px;
    margin:3ex 0em 0.5ex 0em;

}

H2
{
    font-size: 20px;
    margin:4ex 0em 1.5ex 0em;
}

P
{
    margin-bottom: 2ex;
}

blockquote
{
    font-style:italic;
}

.important
{
    color:#f60;
    font-weight: bold;
}

#content {
    margin-top:5ex;
    margin-right: 18em;
    margin-bottom:3ex;
}

#content img{
    margin:0.5ex 0.5em;
}

#nav {
    overflow:hidden;
    float: right;
    width:16em;
}

img 
{
    border:0px;
    padding:0;
    margin:0;
}

A:link 
{
    font-weight: bold;
    text-decoration: none;
}

A:visited 
{ 
    font-weight: bold;
    color: light blue;
    text-decoration: none;
}

A:hover 
{
    font-weight: bold;
    color: black; 
    text-decoration: none;
}

div.menu {
    border: 1px solid #a5a5a5;
    background-color: #fdfdfd;
    text-align:left;
    width:14.5em;
    margin: 0ex 1em 3ex 1em;
    font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
}

#nav .button {
    margin:0ex 1em 2ex 1.5em;
}

div.menu div.title {
    color:black;
    font-weight:bold;
    background-color: #e2e2e2;
    border-bottom: 1px solid #a5a5a5;
    padding: 0.5ex 1em 0.5ex 1em;
    font-size:12px;
}

div.menu div.menucontent {
    color:black;
    font-weight:normal;
    background-color: #fdfdfd;
    margin: 0.5ex 1em 0.5ex 1em;
    border: 0px;
    font-size:11px;
}

div.menu ul {
    margin: 1ex 0px;
    padding: 0px 15px;
    list-style-image: url(../img/arrow.gif);
    text-indent: -0.0ex;
    text-indent: -0.0ex;
}

div.menu ul li {
    margin: 0.3ex 0px;
}

div.menu ul li a.ulheading {
    font-weight:bold;
    position:relative;
    left:-0.6em;
}
            
div.menu ul li div {
    position:relative;
    left:-0.5em;
}

div#header {
    text-align:center;
}

div#header hr 
{
    color:gray;
    margin:1ex 0ex 4ex 0ex;
}

div#footer {
    font-size:10px;
    text-align:center;
    margin-bottom:5ex;
}

div#footer hr 
{
    color:gray;
    margin:1ex 0ex 1ex 0ex;
}

div.clear {
    clear:both;
    height:1px;
}

abbr {
    border-bottom: 1px dotted;
}

ul.featureul div.heading {
    margin-bottom: 1ex;
    font-weight: bold;
}

ul.featureul {
    margin-top: 2.5ex;
}

ul.featureul div.heading {
    margin-top: 1.5ex;
}

ul.featureul li {
    margin-bottom: 1ex;
}

.newbutton {
    font-family: verdana, sans-serif; 
    font-size: 10px;
    font-weight:bold; 
    text-decoration:none; 
    color: white; 
    background-color: #0b0; 
    border-left:1px solid #afa; 
    border-top:1px solid #9c9; 
    border-right:1px solid black; 
    border-bottom:1px solid black; 
    padding:0px 3px 0px 3px; 
    margin:0px;
    display:inline;
}

.rssbutton {
    position:relative;
    top:-0.5ex;
    font-family: verdana, sans-serif; 
    font-size: 10px; 
    font-weight:bold; 
    text-decoration:none; 
    color: white; 
    background-color: #f60; 
    border-left:1px solid white; 
    border-top:1px solid white; 
    border-right:1px solid black; 
    border-bottom:1px solid black; 
    padding:0px 3px 0px 3px; 
    margin:0px;
    margin-left:0.5em;
    display:inline;
}

table.screenshots
{
    width:100%;
    border-spacing:0;
}

table.screenshots td
{
    padding:15px 20px;
    vertical-align:center;
}

table.screenshots td.screenshot
{
    text-align:center;
}

table.striped
{
    width:100%;
    border-spacing:0;
    font-size:11px;
    border: 1px solid #a5a5a5;
}

table.striped tr:hover td
{
    background-color: #b5d5ff;
    background: #b5d5ff;
}

table.striped th
{
    text-align:left;
    padding:0.5ex 2em;
    background-color:#e2e2e2;
    border-bottom: 1px solid #a5a5a5;
}

table.striped td
{
    padding:1ex 2em;
    border-top: 1px solid #e2e2e2;
}

table.striped tr.blue
{
    background-color:#EDF3FE;
}


table.striped tr.white
{
    background-color:white;
}

STRONG
{
    font-weight: bold;
}
