/* main */
body {
    border:none;
    margin-top:0;
    margin-bottom:0;
    margin-right: 2em;
    margin-left: 2em;
    border-spacing:0;
    padding:0 3em 0 3em;
    font-size: small;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-spacing:0; border-collapse: collapse; }
a {color:#2929ff; text-decoration:none;}
a:visited {color: #2929ff; text-decoration:none;}
a:hover {color: #600060; text-decoration:underline;}
fieldset, img { border: 0 none; }

h1 {font-size:120%; border-bottom: 1px solid #dcdcdc; width:900px;}
h2,h3,h4,h5,h6 {font-size: 100%;}


/* header */
.header {
    padding: 0;
}
.header #nav_user {
    text-align:right;
    width: 900px;
}
.header #nav_user div {
    float: right;
    clear: both;
    font-size: x-small;
    padding-bottom: 5px;
    margin-top: 1em;
}
.header .nav_page {
    font-weight: bold;
    text-align: center;
    border: 1px solid #a19d9a;
    width: 900px;
    margin-bottom:0.5em;
}
.header .nav_page td {
    border: 1px solid #a19d9a;
    padding: 0;
    background: url('/static/barbg.png') repeat-x 0 0;
}
.header .nav_page td a {
    display:block;
    width:100%;
    height:100%;
    color: #5d5d5d;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header .nav_page td a:hover {
    color: white;
    text-decoration:none;
    background: url('/static/barbg.png') repeat-x 0 -100px;
}
.header_logo {
    text-align: left;
    padding-top: 1em;
    margin-bottom: 1em;
}
.header #searchbox {
    width: 900px;
}
.header #searchbox form {
    float: right;
    clear: both;
}
.header #searchbox input {
    border:1px solid #a19d9a;
}



/* footer */
.footer {
    text-align: left;
    font-size: x-small;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}
.footer .statement a,
.footer a:visited,
.footer a:hover {
    font-size: x-small;
}
.user_stat {
    font-size: x-small;
}
#rendering {
    text-align: right;
    padding-right: 1em;
}
.toplink {
    font-size: x-small;
}
#toplink {
    text-align: right;
    padding-right: 1em;
}

/* news */
.news {
    width: 600px;
    margin-top: 0.5em;
    float: left;
}
.news #news_bar {
    padding: 0.8em;
    color: #5d5d5d;
    font-weight: bold;
    background: url('/static/cornerbg.png') no-repeat;
    border-bottom: 1px solid #d4d4d4;
}
.news #news_bottom {
    color:#e14e54;
    font-weight: bold;
    text-align:right;
    background:white;
    padding: 0.5em;
    border-top: 1px solid #d4d4d4;
    background: url('/static/cornerbg.png') no-repeat left bottom;
}
.news .head {
    color: #3fa5ef;
    font-weight: bold;
    font-size: x-small;
    padding-top: 1em;
    padding-left: 2em;
    background: #eeeeee;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}
.news .message {
    color: #5d5d5d;
    font-size: x-small;
    padding-bottom: 1em;
    padding-left: 2em;
    background: #eeeeee;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}


/* quicklink */
.quicklink {
    width: 280px;
    margin-top: 0.5em;
    float:right;
}
.quicklink #qlink_bar {
    padding: 0.8em;
    color: #5d5d5d;
    font-weight: bold;
    background: url('/static/cornerbg.png') no-repeat left top;
    border-right: 1px solid #d4d4d4;
}
.quicklink .qlink {
    color: #5d5d5d;
    font-size: x-small;
    padding-top: 1em;
    padding-left: 2em;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}
.quicklink #qlink_bottom {
    border-right: 1px solid #d4d4d4;
    background: url('/static/cornerbg.png') no-repeat left bottom;
}

/* imagebox */
table.imagebox {
    border:1px solid #dcdcdc;
    background-color:#eaeaf1;
    width:700px;
    height:200px;
}
table.imagebox td {
    border:1px solid #dcdcdc;
    text-align:center;
}
table.imagebox td.content {
    padding:2em;
    color: #5d5d5d;
    width:400px;
    text-align:left;
}
table.imagebox td.content div.headline {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 1em;
    color: #3fa5ef;
    text-align:left;
}
table.imagebox td div.title {
    color: #3fa5ef;
    font-weight: bold;
    font-size: 110%;
    text-align:center;
    padding: 1em;
}
table.imagebox td div.content {
    padding: 1.5em;
    color: #5d5d5d;
}
table.imagebox td a {
    display:block;
    width:100%;
    height:100%;
}
table.imagebox td a:hover {
    text-decoration:none;
    background-color:#cdcdcd;
}

/* sitemap */
div.sitemap {
    padding: 1.2em;
}

/* service page */
h2.service {
    margin-left:3em;
}
table.service {
    margin: 0.5em 0 5em 4em;
}
table.service td.header {
    color: white;
    font-weight: bold;
    text-align:center;
    padding:0.3em;
    background-color: #4f4ffd;
    width: 100px;
    border: 2px solid white;
}
table.service td.content,
table.service td.period,
table.service td.flow {
    padding: 0.3em;
}
table.service td.flow td {
    width:0;
    padding:1em;
}
table.service td.flow td.else {
    border: 1px solid #dcdcdc;
    background-color: #f1f1f1;
}
table.service td.flow td.relate {
    border: 1px solid #dcdcdc;
    background-color: #ffaeae;
}

/* solution page */
div.sol_desc {
    color: #5d5d5d;
    padding: 1.5em;
    margin-left:50px;
    background:url('/static/cornerbg.png') no-repeat;
    width:600px;
    height:100px;
}
div.sol_desc a {
    color:#e14e54;
    font-size: x-small;
    font-weight: bold;
    position:relative;
    left:450px;
}

/* support page */
div.faq {
    width:600px;
}
div.question {
    padding:1.2em;
    background:url('/static/cornerbg.png') no-repeat left top;
}
div.answer {
    padding:1.2em;
    background-color:#fcfdec;
    border: 1px solid #d4d4d4;
    margin-bottom: 2em;
}

/* product page */
div.product {
    width:600px;
}
div.product h2 {
    padding:1.2em;
    background:url('/static/cornerbg.png') no-repeat left top;
}
div.product h3 {
    color:#d08579;
}
div.product div {
    padding:0 1.2em 1.2em 1.2em;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}
div.product div.close {
    padding:0;
    border-bottom: 1px solid #d4d4d4;
}

/* partner page */
div.partner {
    width:600px;
}
div.partner h2 {
    padding:1.2em;
    background:url('/static/cornerbg.png') no-repeat left top;
}
div.partner div {
    padding:0 1.2em 1.2em 1.2em;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}
div.partner div.close {
    padding:0;
    border-bottom: 1px solid #d4d4d4;
}
