﻿html
{
    width: 100%;
    height: 100%;
}

body
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: White;
}

table.main
{
    background-color: White;
    width: 100%;
    height: 100%;
}

table.banner
{
    margin-left: 20px;
    margin-top: 5px;
    height: 150px;
}

table.inside
{
    width: 80%;
}

td.right
{
    padding: 3px;
    vertical-align: top;
    margin: 0px;
    height: 100%;
    width: 170px;
    background-color: #ddd;
}

td.top
{
    background-image: url(Images/top.png);
    background-repeat: no-repeat;
    height: 20px;
    background-position: top;
}

td.bottom
{
    background-image: url(Images/bottom.png);
    background-repeat: no-repeat;
    height: 20px;
    background-position: bottom;
}

td.product
{
    height: 560px;
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}

td.downloads
{
    vertical-align: top;
    text-align: center;
    font-family: Arial;
    color: #3e424c;
}

td.tab
{
    border-top: white 2px solid;
    border-left: white 2px solid;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    width: 12%;
    font-weight: bold;
}

td.text
{
    text-align: left;
}

td.tab.righter
{
    border-right: white 2px solid;
    width: 14%;
}

td.tab.selected
{
    background-color: #4b9bff;
}

td.Topline
{
    border-top: #c0c0c0 1px solid;
    height: 100px;
    padding-left: 10px;
    font-family: Arial;
    font-size:small;
    color: #3e424c;
}

td.Topline.name
{
    width:170px;
}

td.Topline.Header
{
    height:auto;
    width:auto;
    font-weight:bold;
}

td.Topline.Text
{
    padding-top:3px;
    padding-bottom:3px;    
    height:auto;
    width:auto;
}

td.Topline.Text.X
{
    text-align:center;
}

td.Num
{
    font-size:small;
    font-family:Arial;
    width:1em;
}

td.divider
{
    border: #c0c0c0 1px solid;
    font-weight: bold;
    font-size: small;
    color: Black;
    text-align:center;
    font-family: Arial;
    background-color: #e2eafa;
}

div.mancologo
{
    float: left;
    height: 150px;
    width: 360px;
    margin: 0px;
    background-color: #d3d3d3;
    background-position: right 50%;
    background-image: url(Images/rightborderlogo.png);
    background-repeat: no-repeat;
}

div.ban
{
    height: 150px;
    width: 800px;
    float: left;
    background-color: #00aa90;
    background-position: left 50%;
    background-image: url(Images/leftborderban.png);
    background-repeat: no-repeat;
}

div.rightcolumn
{
    margin: 2px;
    background-color: #eee;
    font-size: smaller;
    color: black;
    font-family: Arial;
}

div.downloads
{
    font-size: small;
    width: 80%;
    text-align: left;
}

div.nav
{
    text-align: left;
    width: 230px;
    height: 400px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 14pt;
}

div.pricing
{
    background-color: #009900;
    border: #c0c0c0 1px solid;
    width: 300px;
}

div.comment
{
    background-color: #fff;
    padding: 5px;
    font-size:small;
    font-family:Arial;
    width:30em;
    border: #dcdcdc 1px outset;
}

div.screenshots
{
    text-align:center;
    float:right;
    margin-right:5em;
    display:inline-block;
}

iframe.howto
{
    width:800px;
    left:30%;
    right:30%;
}

iframe.gallery
{
    width:750px;
    height:800px;
    right:50%;
}

img.intex
{
    float: left;
    margin: 5px;
}

img.index
{
    border:none;
    float:left;
}

img.screenshot
{
    height: 192px;
    width: 125px;
}

span
{
    font-family: Arial;
}

span.mancosoftware
{
    font-family: Arial Black;
    font-size: 25pt;
    color: White;
}

span.ban
{
    font-size: medium;
    color: #ffffff;
    text-decoration: none;
}

span.ban.big
{
    font-weight: bold;
    font-size: xx-large;
}

span.copyright
{
    font-size: smaller;
    color: gray;
}

span.header
{
    font-weight: normal;
    font-size: large;
    color: #0066cc;
}

span.Headline
{
    font-weight: normal;
    color: #0066cc;
    font-size: 18pt;
}

span.mid
{
    font-size: small;
    font-weight: bold;
    color: #0066cc;
}

p
{
    font-family: Arial;
    font-size: small;
}

p.text
{
    color: #333;
}

p.text.underline
{
    padding-top:5px;
    border-top: gray 1px solid;
}

p.product
{
    font-size: smaller;
    color: black;
    font-family: Arial;
}

ol
{
    font-family: Arial;
    font-size: small;
}

ul
{
    font-family: Arial;
    font-size: small;
}

li.intro
{
    margin-top: 8pt;
    color: #333;
}

a
{
    font-size: small;
    font-family: Arial;
    text-decoration: none;
}

a.intexth
{
    color: Black;
    text-decoration: none;
}

a.tab
{
    color: White;
}

a.nav
{
    font-size: 9pt;
    color: #0099ff;
}

a.copyright
{
    color:gray;
}

b.price
{
    font-size: 11pt;
    color: #505050;
    font-family: Arial;
}

b.trigger
{
    font-size:larger;
    cursor: hand;
    text-decoration: underline;
}

b.Right
{
}

.Visible
{
}

.Invisible
{
    display: none;
}

.HooverIn
{
	background-color: #008870;
}

.Pointer
{
    cursor:pointer;
    font-size:small;
    font-family:Arial;
}