body {
    font-family: Tahoma, Helvetica, Sans-serif;
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
    color: #303030;
    background-image: url("image/body.png");
    background-color: #7DA7D9;
}

h1 {
    clear: both;
    font-size: 150%;
    color: #002850;
    margin: 10px 50px 10px 0px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #7DA7D9;
}

h2 {
    clear: both;
    font-size: 120%;
    color: #002850;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

h3 {
    clear: both;
    font-size: 100%;
    color: #002850;
    margin: 10px 0px 10px 0px;
}

a, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #0050A0;
}

a:hover {
    color: black;
}

img {
    vertical-align: middle;
}

ul {
    list-style-type: disc;
    list-style-image: url('image/gong_list.png');
}

code {
    font-size: 11pt;
}

blockquote {
    margin: 10px 0px 10px 0px;
}

iframe {
    padding: 0px;
    margin: 0px;
}

.body {
    width: 800px;
    text-align: left;
    background-color: white;
    border: 1px solid gray;
    border-top: none;
}

.header {
    height: 100px;
    background-image: url('image/title.png');
    background-repeat: no-repeat;
}

.search {
    font-family: Trebuchet MS, Helvetica, Sans-serif;
    float: right;
    font-size: 8pt;
    padding: 5px;
}

.search form {
    padding: 0px;
    margin: 0px;
}

.search input.text {
    width: 100px;
    font-size: 8pt;
}

.sitemenu {
    font-family: Trebuchet MS, Helvetica, Sans-serif;
    float: right;
    margin-right: 2px;
    margin-top: 78px;
    font-size: 8pt;
}

.sitemenu a, .sitemenu a:visited {
    padding: 0px 5px 0px 5px;
    text-align: center;
}

.sitemenu a:hover {
    color: blue;
}

.menu {
    position: relative;
    font-family: Trebuchet MS, Helvetica, Sans-serif;
}

.navmenu {
    position: absolute;
    float: left;
    width: 100%;
    height: 20px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

.navitem a, .navitem a:visited {
    float: left;
    width: 110px;
    height: 20px;
    border-right: solid 1px gray;
    color: black;
    font-size: 8pt;
    text-align: center;
    line-height: 19px;
    background-image: url('image/navmenu.png');
}

.navitem a:hover {
    background-image: none;
    background-color: white;
}

.navsubmenu {
    position: absolute;
    visibility: hidden;
    width: 110px;
    border-top: solid 1px gray;
}

.navsubitem a, .navsubitem a:visited {
    line-height: 24px;
    height: 25px;
    width: 100px;
    padding: 0px 5px 0px 5px;
    border: solid 1px gray;
    border-top: none;
    text-align: left;
    background-image: url('image/submenu.png');
}

.navsubitem a:hover {
    background-image: none;
    background-color: white;
}

.next_icon {
    color: #0050A0;
}

.shortcut {
    font-family: Trebuchet MS, Helvetica, Sans-serif;
    padding: 5px 20px 0px 20px;
    font-size: 8pt;
    font-weight: bold;
}

.content {
    padding: 0px 20px 20px 20px;
    width: 760px;
}

h1.index {
    margin: 5px 40px 10px 40px;
    padding: 5px 0px 5px 20px;
    border-bottom: 2px solid #7DA7D9;
    background-image: none;
}

h1.index span.name {
    font-size: 180%;
    font-variant: small-caps;
    color: #7DA7D9;
    margin-right: 10px;
}

h1.index span.slogan {
    font-size: 75%;
    color: #c0c0c0;
}

h2.index {
    padding-bottom: 5px;
    margin-right: 180px;
    border-bottom: 1px solid #c0c0c0;
}

p.index {
    margin: 0px 190px 0px 20px;
}

a.download_free {
    float: right;
    margin-top: 20px;
}

.feature {
    float: left;
}

div.feature div.title {
    width: 365px;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 9pt;
    font-weight: bold;
    line-height: 20px;
    border-top: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    padding-left: 10px;
    color: #002850;
    background-color: #f0f0f0;
    background-image: url("image/index/feature_bg.png");
}

div.feature .content {
    font-size: 10pt;
    width: 355px;
    margin: 10px;
    padding: 0px;
}

span.new {
    font-size: 7pt;
    color: red;
    background-color: #ffff80;
    border: 1px solid #ff8040;
    margin-left: 5px;
    padding: 0px 2px 0px 2px;
}

.error {
    font-weight: bold;
    color: red;
}

.small {
    font-size: 8pt;
}

.indented {
    padding-left: 20px;
}

div.spacer {
    clear: both;
    padding: 0px;
    margin: 0px;
    line-height: 5px;
}

table.news {
    margin: 10px;
    padding: 0px;
    font-size: 10pt;
    text-align: left;
}

table.news td {
    padding: 2px 5px 2px 5px;
    vertical-align: top;
}

table.news td.date {
    padding: 2px 20px 2px 5px;
    font-style: italic;
}


table.list {
    margin: 10px;
    padding: 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-align: left;
}

table.list tr.even {
    background-color: #e0e0e0;
}

table.list td.requirement {
    font-weight: bold;
    padding: 2px 10px 2px 2px;
    width: 200px;
}

table.list td.term {
    font-weight: bold;
    padding: 2px 10px 2px 2px;
}

table.list th {
    font-weight: bold;
    text-align: left;
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid black;
}

table.list td {
    padding: 2px 5px 2px 5px;
    vertical-align: top;
}

.center {
    text-align: center;
}

.image_left {
    float: left;
    padding-right: 10px;
    text-align: center;
}

.image_right {
    float: right;
    padding-left: 10px;
    text-align: center;
}

.image_center {
    text-align: center;
}

.caption {
    font-family: Trebuchet MS, Helvetica, Sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

table.download {
    border-top: dashed 1px gray;
}

table.download td {
    padding: 5px 10px 5px 10px;
    border-bottom: dashed 1px gray;
}

table.download div.details {
    font-size: 10pt;
    padding-left: 5px;
    padding-top: 2px;
    color: gray;
}

a.download, a:visited.download {
    display: block;
    width: 90px;
    height: 24px;
    background-image: url('image/downloads/download.png');
    background-repeat: no-repeat;
}

a:hover.download {
    background-image: url('image/downloads/downloadon.png');
    background-repeat: no-repeat;
}

a img {
    border: none;
}

.photo {
    float: right;
    margin-top: 50px;
    width: 200px;
    font-size: 8pt;
    font-weight: bold;
    border-top: dashed 1px gray;
    color: gray;
}

.box, .screenshot {
    float: left;
    border: solid 1px gray;
}

.screenshot {
    margin: 5px;
}

.box div.title, .box div.step {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    border-bottom: solid 1px #c0c0c0;
    color: #002850;
    background-image: url('image/boxtitle.png');
}

.box div.step {
    text-align: left;
}

.box div.step span.step {
    font-size: 8pt;
    padding: 0px 5px 1px 5px;
    margin: 0px 5px 0px 5px;
    border: solid 1px gray;
    background-color: yellow;
}

.box .content {
    width: 738px;
    margin: 10px;
    padding: 0px;
}

.screenshot div.title {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border-bottom: solid 1px gray;
    color: #002850;
    background-image: url('image/boxtitle.png');
}

.screenshot img.thumbnail {
    margin: 12px;
    padding: 0px;
    width: 150px;
}

#slideshow img {
    border: none;
}

a.faq {
    font-size: 8pt;
}

div.faq {
    font-size: 10pt;
    font-weight: bold;
    border-bottom: dashed 1px gray;
    color: #002850;
    padding: 10px;
    background-color: #e0e0e0;
}

.organization {
    font-size: 10pt;
    color: #002850;
}

.email {
    font-size: 10pt;
    color: gray;
}

table.form {
    margin: 10px;
    padding: 0px;
    font-size: 10pt;
    text-align: left;
    border: 1px dashed gray;
    background-color: #e0e0e0;
}

table.form th {
    font-weight: bold;
    text-align: left;
    padding: 2px 5px 2px 5px;
}

table.form td {
    padding: 2px 5px 2px 5px;
    vertical-align: top;
}

input {
    font-family: Tahoma, Helvetica, Sans-serif;
    font-size: 10pt;
    border: 1px solid gray;
}

select {
    font-family: Tahoma, Helvetica, Sans-serif;
    font-size: 10pt;
    border: 1px solid gray;
}

textarea {
    font-family: Tahoma, Helvetica, Sans-serif;
    font-size: 10pt;
    border: 1px solid gray;
}

h3.updates, div.updates, tr.updates {
    font-family: Trebuchet MS, Helvetica, Sans-serif;
    font-size: 8pt;
}

h3.updates {
    margin-top: 0px;
}

div.updates, tr.updates {
    padding-top: 2px;
    padding-bottom: 2px;
}

div.updates .date {
    float: left;
    width: 120px;
    font-weight: bold;
}

tr.updates .date {
    width: 120px;
    font-weight: bold;
    vertical-align: top;
}

div.updates .desc, tr.updates .desc {
    width: 75%;
    vertical-align: top;
}

.sitemap {
    font-family: Trebuchet MS, Helvetica, Sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 25px;
}

.sitemap_node {
    margin-left: 60px;
    padding: 0px;
}

.top {
    clear: both;
    text-align: right;
    font-size: 8pt;
    margin: 5px;
}

.footer {
    font-family: Trebuchet MS, Helvetica, Sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    padding: 0px 20px 40px 20px;
    width: 760px;
    color: gray;
}

.icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: none;
}

@media print
{

body {
    width: 100%;
    background-image: none;
    background-color: white;
}

.content {
    width: 95%;
}

.box .content {
    width: 90%;
}

.footer {
    width: 95%;
}

}

