/*BW06*/
body {
    background-color: #fff;
    font-family: "Verdana" , Geneva, Tahoma, sans-serif;
}

#tab, #page, #title, #footer {
    font-family: "Verdana" , Geneva, Tahoma, sans-serif;
    font-size: 100%;
}

#wrapper {
    background-color: #ffffff;
    border-width: 5px 5px 0px 5px;
    border-color: #f4f4f4;
    border-style: solid;
    border-radius: 36px 36px 0 0;
    -moz-border-radius: 36px 36px 0 0;
    -webkit-border-radius: 36px 36px 0 0;
}

#wrapper_footer {
    padding-top: 2px;
    min-height: 85px; height: auto !important; height: 85px;
    background-color: #fff;
    border-width: 0px 5px 5px 5px;
    border-color: #f4f4f4;
    border-style: solid;
    border-radius: 0 0 36px 36px;
    -moz-border-radius: 0 0 36px 36px;
    -webkit-border-radius: 0 0 36px 36px;
}

#header p {
    font-size: 32px;
    color: #5e5e5e;
    font-weight:normal;
    letter-spacing: 0em;
}

#center_block {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#navigation {
    margin-top: 70px;
}

#navlist li {
    height: 30px;
    line-height: 30px;
}

#navlist li a {
    text-decoration: none;
    font-weight:bold;
    letter-spacing: 0em;
    font-size:90%;
    height: 30px\b; /*hack for IE8 : cliakable tab*/
}

/*active*/
#navlist li.active{
    width: 166px;
    margin:4px 0px 4px 12px;
    *margin:0px 0px 0px 12px;
    background-color: #f4f4f4;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

#navlist li.active:hover{
    background-color: #cbcbcb;
}

#navlist li.active a{
    color: #474747;
    margin-left: -2px;
}

#navlist li.active:hover a{
    color: #00b85f;
}

/*selected*/
#navlist li.selected{
    width: 170px;
    background-color: #fff;
    margin:4px 0px 4px 12px;
    * margin:0px 0px 0px 12px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #d1d1d1;
    border-radius: 16px 0px 0px 16px;
    -moz-border-radius: 16px 0px 0px 16px;
    -webkit-border-radius: 16px 0px 0px 16px;
}
#navlist li.selected a {
    color: #535353;
    margin-left: -4px;
}

/*Space*/
#navlist li.space{
    height: 17px;
    width:164px;
    margin:0px 0px 0px 2px;
    * margin:0px 0px 2px 2px;
}

/*Donate*/
#donate{
    width:182px;
    margin:0px 0px 0px 2px;
}

#content {
    letter-spacing: 0em;
    background-color: #fff;
    border: 2px solid #d1d1d1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

#content h1 {
    margin-left: 2px;
    color: #767575;
}

/*link color*/
#content a, #iframeBody a, #footer a ,._name{
    color: #00b85f;
    text-decoration: none;
}
#content a:hover, #iframeBody a:hover,#footer a:hover , #navigation li.addpage:hover{
    text-decoration: underline;
}

#block, #contact{
    color: #5e5d5d;
}

#block h2{
    color: #5e5d5d;
    font-size: 110%;
    font-weight: bold;
}

#footer{
    width: 940px;
    color: #5e5d5d;
    margin: 45px 10px 10px 10px;
    background-color: #f2f2f2;
    opacity: 0.9;
    filter: alpha(opacity=90);
    height:25px;
    line-height:25px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 12px\b;
    -moz-border-radius: 12px\b;
}
/*
#credit, #credit a{
    color: #474747;
    text-decoration: none;
}
*/
/*#sdlogo {
    opacity: 0.25;
    filter: alpha(opacity=25);
}*/

#credit, #credit a, #sdlogo, #sdlogo a {
    text-decoration: none;
}

#sdlogo, #sdlogo a{
    color: #888888;
}

#credit, #credit a{
    color: #474747;
}

