﻿body
{
    background-color: #606060;
}


div.container
{
    width: 980px;
    height: auto;
    margin: auto auto auto auto;
    background: #D3D3D3;
    padding: 0px 0px 0px 0px;
}



div.header
{
    width: 980px;
    margin: auto auto auto auto;
    padding: 0px;
    background: #104E8B;
    overflow: hidden;
}
div.title
{
    margin-left: 64px;
    padding: 0px;
    background: #104E8B;
    overflow: hidden;
}

div.footer
{
    font: normal normal xx-small verdana,arial,times;
    padding: 3px;
    color: #dc143c;
    background: #D3D3D3;
    width: 200px;
    position: relative;
    left: 20px;
}

.pic_left
{
    float: left;
    padding: 10px;
    margin: 0;
}

.pic_right
{
    float: right;
    padding: 10px;
    margin: 0;
}


div.content
{
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    background-color: #D3D3D3;
    padding: 30px;
}

div.content2
{
    font: normal normal normal small arial,helvetica,sans-serif;
    font-size: 14px;
    background-color: #D3D3D3;
    margin: auto auto auto auto;
    padding: auto auto auto auto;
}

div.content3
{
    font: normal normal normal medium arial,helvetica,sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 130%;
}


div.fancy
{
    font: normal normal normal small "monotype corsiva" , "Lucida Calligraphy" ,arial,sans-serif;
    font-size: 18px;
    background-color: #ffffcc;
}

div.indent
{
    text-align: center;
}


a
{
    text-decoration: none;
}

a:link
{
    color: #104E8B;
    text-decoration: none;
}
a:visited
{
    color: #104E8B;
    text-decoration: none;
}

a:hover
{
    color: #ff0000;
    font-size: 100%;
}

a:active
{
    color: #ff0000;
    text-decoration: none;
}

a.linkpage
{
    text-decoration: underline;
    font-size: small;
}

a.linkpage:link
{
    color: #0000ff;
    text-decoration: underline;
    font-size: small;
}
a.linkpage:visited
{
    color: #0000ff;
    text-decoration: none;
    font-size: small;
}

a.linkpage:hover
{
    color: #ff0000;
    font-size: 100%;
    font-size: small;
}

a.linkpage:active
{
    color: #0000ff;
    text-decoration: underline;
}

a.download
{
    color: #fff;
}

a.download:hover
{
    color: Blue;
}

a.underline
{
    text-decoration: underline;
}

h1
{
    font: normal normal normal large verdana,arial,times;
}

h2
{
    font: normal normal normal small verdana,arial,times;
    color: #fff;
}

h3
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: medium;
    font-family: "Trebuchet MS";
    margin: 0;
    padding: 2px;
    background: #9999cc;
    color: #000;
    text-align: center;
}

h4
{
    font: normal normal normal large arial,verdana,times;
    text-align: center;
}

h5
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 50px;
    font-family: "Trebuchet MS";
    margin: 0px 20px 0px 0px;
    padding: 0px;
    color: #fff;
    text-align: right;
}


h6
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 30px;
    font-family: "Trebuchet MS";
    margin: 0px 20px 10px 0px;
    padding: 0px;
    color: #fff;
    text-align: right;
}



table.one
{
    table-layout: fixed;
    empty-cells: show;
}

table.index
{
    padding: 0px;
}

table.sep
{
    border-collapse: collapse;
    border: 1px solid gray;
}

table.diary
{
    border: thin solid #dc143c;
}


div.young
{
    width: 500px;
    height: auto;
    background: #D3D3D3;
    margin: 10px;
}
div.young2
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: small;
    font-family: "Trebuchet MS";
    margin: 0;
    padding: 10px 10px 10px 10px;
    line-height: 200%;
    text-align: center;
    background: #eeeeee;
}

table.young
{
    border-top: 0px solid #cccccc;
    border-bottom: 0px solid #cccccc;
    border-left: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
    border-collapse: collapse;
    text-align: center;
}

th.youngtop
{
    border-top: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 0px solid #cccccc;
    border-right: 1px solid #cccccc;
}

th.young
{
    border-top: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

td.young
{
    border-top: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

td.youngbtm
{
    border-top: 1px solid #cccccc;
    border-bottom: 0px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

td.youngdate
{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 0px solid #cccccc;
    border-right: 1px solid #cccccc;
}

td.youngdatebtm
{
    border-top: 1px solid #cccccc;
    border-bottom: 0px solid #cccccc;
    border-left: 0px solid #cccccc;
    border-right: 1px solid #cccccc;
}


div.diary
{
    width: 350px;
    float: left;
    background: #D3D3D3;
    margin: 10px;
}

div.diarybottom
{
    width: 350px;
    float: left;
    background: #D3D3D3;
    margin: 10px;
}

p.diarytop
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: small;
    font-family: "Trebuchet MS";
    margin: 0;
    padding: 20px;
    line-height: 120%;
    text-align: left;
    background: #eeeeee;
    min-height: 300px;
}

p.diarybottom
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: small;
    font-family: "Trebuchet MS";
    margin: 0;
    padding: 20px;
    line-height: 120%;
    text-align: left;
    background: #eeeeee;
    min-height: 160px;
}

.curved-box-css3
{
    width: 450px;
    min-height: 270px;
    margin: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: 2px solid gray;
    padding: 20px;
    text-align: left;
    color: #104E8B;
}

b.index
{
    color: #036;
    font-size: 110%;
}

.curved-box-css3 h2
{
    padding: 10px 15px 5px 15px;
    color: #838B8B;
}

.curved-box-css3 p
{
    margin: 0px;
    padding: 5px 15px 10px 15px;
}

.curved-box-dloadbig
{
    width: 840px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #D3D3D3;
    border: 2px solid gray;
    padding: 20px;
    text-align:center;
    color: #000000;
}

.curved-box-download
{
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #838B8B;
    border: 1px solid gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #000000;
}

.curved-box-download-months
{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #eeeeee;
    border: 1px solid gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #000000;
    float: left;
    text-align: left;
    padding: 10px;
}

.curved-box-download-info
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #6495ED;
    border: 1px solid gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #000000;
}


.curved-box-download h2
{
    padding: 10px 15px 5px 15px;
    color: #FFFACD;
}

.curved-box-download p
{
    margin: 0px;
    padding: 5px 15px 10px 15px;
}


.curved-box-email
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #eeeeee;
    border: 1px solid gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px 15px 10px 15px;
    color: #000000;
}


.curved-box-child
{
    width: 500px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: 2px solid gray;
    padding: 20px;
    text-align: left;
    color: #000000;
}

.curved-box-welcome
{
    width: 840px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: 2px solid gray;
    padding: 20px;
    text-align: left;
    color: #000000;
}

.curved-box-diary
{
    width: 840px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #D3D3D3;
    border: 2px solid gray;
    padding: 20px;
    text-align:center;
    color: #000000;
}


td.downloadsymbol
{
    width: 90px;
    text-align: center;
}
td.download
{
    width: 600px;
    line-height: 150%;
    text-align: left;
}

#wrapper
{
    width: 240px;
    height: 180px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
}

.curved-box-player
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #838B8B;
    border: 1px solid gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #000000;
}

p.center
{
    text-align: center;
}

.center
{
    text-align: center;
}

font.date
{
    color: #FFFF99;
}

font.title
{
    color: White;
}

font.sub
{
    color: #cccccc;
}

tr.book
{
    color: #FFFF99;
}

tr.count
{
    color: #cccccc;
}

th
{
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-collapse: collapse;
}

td.count
{
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    border-collapse: collapse;
}

