/* 
    Document   : main
    Created on : 25-jan-2010, 22:24:55
    Author     : Baas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    margin: auto;
    font-family: tahoma;
    background-repeat: repeat-x;
    --background-position: center top;
    background-image: url(../images/back.jpg);
    --background-color: #E0E0E0;
    background-color: #99ccff;
    font-size: 14px;
}

table {
    border-spacing: 0px;
}

img {
    border: 0px;
}

h1 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 25px;
    --text-indent: 20px;
    --width: 100%;
    --border-bottom: 1px solid #000000;
    color: #0099ff;
    font-style: italic;
}

.container {
    margin: auto;
    width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../images/background.png);
}

.header {
    margin: auto;
    width: 1000px;
    height: 100px;
    padding-bottom: 10px;
    --padding-left: 10px;
    --padding-right: 10px;
    --background-image: url(../images/background.png);
}

.menu {
    margin: auto;
    clear: both;
    width: 1000px;
    height: 25px;
    background-image: url(../images/menu.png);

}

.menu_left {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 2.5px;
    border-right: 1px solid #ffffff;
}

.menuknop_a {
    display: block;
    float: left;
    width: 106px;
    height: 30px;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    --border-right: 1px solid #ffffff;
    background-image: url(../images/button.gif);
    text-align: center;
}

.menuknop_a a.link, #menuknop_a a.visited {
}

.menuknop_a a.hover, #menuknop_a a.active {
    --background-color: #999999;
}

.menuknop_b {
    display: block;
    float: left;
    width: 95px;
    height: 20px;
    margin-top: 2.5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    border-right: 1px solid #ffffff;
    text-align: center;
}

.menuknop_b a.link, #menuknop_b a.visited {
}

.menuknop_b a.hover, #menuknop_b a.active {
    --background-color: #999999;
}

.top {
    margin: auto;
    height: 200px;
    width: 1000px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../images/top_back.png);
}

.top .left {
    float: left;
    width: 730px;
}

.top .right {
    width: 250px;
    float: left;
}

.top .title {
    color: #99ccff;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
}

.top .text {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    margin-left: 20px;
}

.shadow {
    margin: auto;
    width: 1000px;
    height: 10px;
    background-image: url(../images/shadow.png);
    margin-bottom: 15px;
}

.main {
    width: 720px;
    min-height: 800px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    float: left;
    border-right: 1px solid #cccccc;
}

.banner_right {
    width: 219px;
    padding-left: 15px;
    padding-right: 15px;
    height: 800px;
    float: left;
}

#bottom {
    margin: auto;
    width: 1020px;
    height: 20px;
    clear: both;
    background-image: url(../images/bottom.png);
}

#footer {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 980px;
    height: 30px;
    font-size: 12px;
    color: #000000;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#table_ag {
    width: 100%;
    min-height: 100px;
    background: #ddd;
}

#table_ag th{
    vertical-align: top;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    border-bottom: 1px solid #999999;
}

#table_ag td{
    height: 100px;
    vertical-align: top;
    padding: 10px;
}

.table_gb table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    padding: 10px;
}

.table_gb th {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #3399CC;
    background-image: url(../images/menu.png);
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
}

.table_gb td {
    padding: 5px;
    border: 1px solid #3399CC;
    color: #000000;
}

.table_ct1 {
    border: 1px solid #cccccc;
    margin-bottom: 5px;
    width: 720px;
    padding: 5px;
}

.table_ct1 th{
    text-align: left;
    border-bottom: 1px solid #3399CC;
    color: #3399CC;
    font-size: 16px;
}

.table_ct1 td{
    padding-top: 10px;
}

.table_ct2 {
    width: 357px;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
    float: left;
    padding: 5px;
}

.table_ct2 th{
    text-align: left;
    border-bottom: 1px solid #3399CC;
    color: #3399CC;
    font-size: 16px;
}

.table_ct2 td{
    padding-top: 10px;
}

.nav_a {
    float: left;
}

.nav_a a{
    display: block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #336699;
    margin-right: 2px;
}

.nav_a a:link, .nav_a a:visited {
    border: 1px solid #cccccc;
}

.nav_a a:hover, .nav_a a:active {
    border: 1px solid #000000;
}

.nav_b {
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #000000;
    margin-right: 2px;
    border: 1px solid #000000;
    float: left;
}

.nav_c {
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #000000;
    margin-right: 2px;
    border: 1px solid #cccccc;
    float: left;
}

#cal_left{
    float: left;
    height: 250px;
    width: 230px;
    margin-bottom: 20px;
}

#cal_right{
    width: 460px;
    height: 230px;
    margin-bottom: 20px;
    padding: 10px;
    background: #f0f0f0;
    float: left;
}

.box {
    width: 221px;
    height: 180px;
    margin-bottom: 10px;
    padding: 5px;
    float: left;
    background-color: #cccccc;
    border: 1px solid #999999;
    cursor: pointer;
}

.box table{
    width: 221px;
    height: 180px;
}

.box td{
    text-align: center;
}