/* Styles for the Kolab Konsotium Site */
/* $Id: kolabkonsortium.css,v 1.9 2005/08/08 06:40:38 jan Exp $


/* TEXT STYLES */

BODY {
    margin: 0px;
    background-color: #eeeee0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

H1 {
    margin-top: 0px;
    font-size: 160%;
    font-weight: bold;
    color: black;
}

H2 {
    background-color: #83a7dc;
    border-top: 2px solid #7494c3;
    border-bottom: 2px solid #7494c3;
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 140%;
    font-weight: bold;
    color: #FFFFFF;
}

H3 {
    background-color: #b9ccdc;
    border-bottom: 2px solid #7494c3;
    margin-top: 15px;
    font-size: 100%;
    font-weight: bold;
    color: #FFFFFF;
}

STRONG {
    color: #5f8dd3;
    font-weight: bold;
    text-decoration: none;
}

A {
    color: #5680bf;
    font-weight: bold;
    text-decoration: none;
}

A:hover {
    color: #6494dd;
    text-decoration: none;
}

IMG {
    border: none;
}

.version {
    font-size: 75%;
    font-weight: normal;
    color: black;
}

.swlist {
    font-weight: normal;
    color: black;
    white-space:pre;
    margin:0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.center {
    vertical-align: middle;
}

TD {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

/* Buttons */

.dlbutton {
    padding: 10px;
    margin-bottom: 5px;
    font-size: 150%;
    font-weight: bold;
    display: block;
    width: 33%;
    height: 80px;
    border: 3px solid white;
    background-color: #ffffff;
    background-image: url(pix/disk.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.dlbutton:hover {
    background-color: #98c1ff;
    cursor: pointer;
}

.dlbutton2 {
    padding: 10px;
    margin: 20px;
    margin-top: 10px;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    display: block;
    border: 3px solid white;
    background-color: #ffffff;
}

.dlbutton2:hover {
    background-color: #ffffff;
    cursor: crosshair;
}

/* STRUCTURE ELEMENTS */

/* Head */

#header {
    clear: both;
}

#navbar {
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 80%;
    width: 100%;
}

#navbar TD {
    text-align: right;
    vertical-align: bottom;
}

#navbar H1 {
    font-size: 200%;
    margin: 0px;
    padding: 0px;
}

/*#bigbar {
    text-align: left;
    background-color: #000000;
    background-image:url(pix/lock.png);
    background-repeat: no-repeat;
    background-position: right;
    border-top: 2px solid #fa050c;
    border-bottom: 2px solid #fa050c;
    color: black;
    font-weight: bold;
    height: 190px;
    width: 100%;
    min-width: 600px;
}*/

#vertable {
    width: 33%
}

/* colors */
.yellow {
    color: #4f75af;
}

.red {
    color: #4f75af;
}

/* Content */

#main {
    min-width: 250px;
    padding: 40px;
    padding-top: 20px;
    padding-right: 0px;
    line-height: 150%;
    margin-right: 250px;
}

#main TABLE {
    width:100%;
    border-spacing:0px;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
}

#main TD {
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #83a7dc;
    border-bottom: 1px solid #83a7dc;
}

#boxes {
    float: right;
    width: 200px;
    padding: 10px;
}

.box {
    background-color: #b9ccdc;
    border-left: 4px solid #7494c3;
    padding: 10px;
    margin-bottom: 10px;
}

.box A {
   color: #000000;
	 text-decoration: underline;
}
.box A:hover {
   text-decoration: none;
}
.box H1 {
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 2px solid #7494c3;
    margin-bottom: 5px;
    font-size: 120%;
}

.box P {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}
