

/* CSS Document */

html,body,div,span,img,table,tbody,tr,td {
    padding:0;
    margin:0;
}

body {
    font-family:sans-serif;
    font-size:14px;
    background-color:white;
}

div.theme-Center {
    width : 80%;
    margin-top:19;
    padding-bottom:19;
}

div.theme-Top {
    background-image : url("/projects/ldc/chrome/theme/images/bgtop.png");
    background-repeat : repeat-x;
    height : 90px;
}

div.theme-Bottom {
    background-image : url("/projects/ldc/chrome/theme/images/bgbottom.png");
    background-repeat : repeat-x;
    height : 90px;
}

div.theme-ContentBody {
    background-color:white;
}

img.theme-LogoBig {
    padding-top: 6px;
    padding-left: 8px;
}

div.theme-SmallWriting {
    font-size:smaller;
    padding-top:0.35em;
    color:#ae1515;
}

td.theme-Bar {
    background-color:#ae1515;
    font-weight:bold;
    font-size:small;
    padding-top:    2px;
    padding-bottom: 2px;
    padding-left:   4px;
    padding-right:  4px;
    border-style:solid;
    border-top-width:0;
    border-left-width:0;
    border-right-width:0;
    border-bottom-width: 3px;
    border-color:white;
}

td.theme-BarCurrent {
    border-color:#f39696;
}

td.theme-Bar a:link , td.theme-Bar a:visited {
    text-decoration: none;
    color:white;
    border:0;
    border-style:none;
    background-color:transparent;
}
td.theme-Bar a:active , td.theme-Bar a:hover {
    text-decoration: none;
    color:#80ffff;
    border:0;
    border-style:none;
    background-color:transparent;
}

.theme-Space {
    width: 2px;
}

.theme-BigSpace {
    width: 10px;
}

.theme-BigIcon {
    padding-top:    20px;
    padding-right:  10px;
}

/* the menu in admin area, hard to read red links on a red background... */
div.tabs {
    background-color:white;
}
