* {
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    background-color: #fff;
    font-family: Lucida Grande, Verdana, Helvetica, sans-serif;
    line-height: 150%;
}
a {
    text-decoration: none;
}
a img {
    border-style: none;
}
ul {
    list-style-type: none;
}
p {
    margin: 1.2em 0;
    text-indent: 1em;
}
table {
    border-collapse: collapse;
    border-style: none;
}
th, td {
    padding: 0.2em 0.4em;
    border: solid 1px #9c9;
}
.content table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
tbody th {
    width: 25%;
}
tbody td {
    width: 70%;
}

#header-container,
#navigation-container,
#body-container,
#footer-container {
    text-align: center;
}

#header,
#navigation,
#body,
#footer {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

input.text {
    border: solid 1px #ccc;
}
input.button {
    border: solid 1px #ccc;
    background-color: #666;
    color: #fff;
    padding: .25em .5em;
}

#search-form {
    background-color: #cfc;
    background-image: url(/images/light_gradation.png);
    border: solid 1px #393;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar {
    width: 250px;
    float: left;
}

#main {
    width: 500px;
    float: right;
}

#profile-picture-container {
    background-color: #cfc;
    background-image: url(/images/light_gradation.png);
    background-repeat: repeat-x;
    border: solid 1px #393;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#profile-picture {
    background-color: #fff;
    /*border: solid 1px #cfc;*/
    border: solid 1px #6c6;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#profile-pictures {
/*
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #cfc;
    background-image: url(/images/light_gradation.png);
    background-repeat: repeat-x;
}
#profile-pictures .item {
    width: 180px;
    height: 180px;
    /*border: solid 1px #cfc;*/
    border: solid 1px #6c6;
    text-align: center;
    float: left;
    margin: 10px;
    padding: 5px;
    background-color: #fff;
}

#footer {
    border-top: solid 1px #393;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
}
.copyright {
    font-size: 90%;
    text-align: center;
}

.section {
    margin-bottom: 10px;
}
.section h2 {
    font-size: medium;
    line-height: 200%;
    padding-left: 1em;
    background-color: #393;
    background-image: url(/images/dark_gradation.png);
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 2px 2px #333;
}
.section .content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#recommend-videos .item {
    float: left;
    width: 150px;
    margin-left: 2px;
    margin-right: 2px;
}
#recommend-videos .content {
    font-size: x-small;
}
#recommend-books .item {
    float: left;
    width: 80px;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
}
.item .title {
    font-size: 90%;
}
.item .thumbnail {
    text-align: center;
}
#recommend-books .content {
    font-size: x-small;
}

#main .section {
    border: solid 1px #393;
}
#login-form-container {
    background-image: url(/images/light_gradation.png);
    background-repeat: repeat-x;
    background-color: #cfc;
    height: 480px;
}
#login-form {
    width: 200px;
    background-color: #fff;
    border: solid 4px #ccc;
    float: right;
    margin-right: 10px;
    margin-top: 200px;
    padding: 4px 8px;
}
#login-form label {
    display: block;
    font-size: small;
}
#login-form .command-panel,
#login-form .input-panel {
    display: block;
    margin: 2px 4px;
}
#login-form .input-panel input {
    width: 95%;
}
#login-form .command-panel {
    text-align: center;
}

#blog {
    font-size: small;
}
#blog ul {
    list-style-type: image;
    list-style-image: url(/images/pencil.gif);
    margin-left: 2em;
}

#profile {
}
#profile .content {
    font-size: small;
}

#TB_window, #TB_secondLine {
    font-family: Lucida Grande, Verdana, Helvetica, sans-serif !important;
}
#TB_title {
    background-image: url(/images/dark_gradation.png) !important;
    background-repeat: repeat-x !important;
    background-color: #393 !important;
    color: #fff;
}

#assist-words {
    border: solid 1px #393;
    margin-top: 10px;
    margin-bottom: 10px;
}
#assist-words ul {
    list-style-type: image;
    list-style-image: url(/images/bullet_orange.gif);
    margin-left: 2em;
}
#assist-words ul li {
    line-height: 16px;
}
