body {
    margin : 0em;
    padding : 0em;
    background-color : white;
    color : dimgray;
    font-family : "Verdana", "Estrangelo Edessa", sans-serif;
}

#box_table {
    width: 100%;
    margin: 0%
    padding: 1em 1em 0em;
}

#box_menu_table {
    width: 35%;
    padding: 1em 1em 0em;
    font-size : 0.8em;
}

#box_contents_table {
    border-left: 1pt solid gainsboro;
    width: 75%;
    padding: 1em 1em 0em;
    font-size : 0.8em;
}

#nobox_contents_table {
    width: 100%;
    padding: 1em 1em 0em;
    font-size : 0.8em;
}

#box_menu {
    float: left;
    width: 35%;
    padding: 1.5em 1em 0em;
}

#box_contents {
    border-left: 1pt solid gainsboro;
    width: 100%;
    margin-left: 35%;
    padding: 1.5em 1em 0em;
    
}

#box_bottom {
    clear : left;
}

.box {
    padding: 0.5em 0.5em 0.5em 1.5em;
    margin-bottom: 1.5em;
    background-color: white;
    border-left: 3pt dotted darkseagreen;
    border-bottom: 3pt dotted darkseagreen;
    width: 95%;
}

.box_notice {
    padding: 0.5em;
    color : red;
    width: 90%;
    font-weight: bold;
}

#footer {
    text-align: right;
    list-style-type: none;
}

p {
    margin-bottom: 1em;
}

td {
    padding: 0.1em 0.3em 0.1em
}

ul {
    margin-left: 1em;
}

ul.editlist {
    list-style-type: none;
    margin-left: 0em;
}

.table_edit {
    margin-bottom: 1em;
}

.table_row {
}

.table_left {
    border-bottom: 2pt solid darkseagreen;
    border-left: 2pt solid darkseagreen;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-right: 0em;
    text-align: right;
    font-size: 0.7em;
    font-weight: bold;
    width: 25%;
}

.table_right {
    border-bottom: 2pt solid darkseagreen;
    border-left: 2pt solid darkseagreen;
    padding: 0.5em 0em 0.5em 0.5em;
    margin-left: 0em;
    text-align: left;
    font-size : 0.8em;
    font-weight: bold;
    width: 75%;
}

.table_right_text {
    border-bottom: 2pt solid darkseagreen;
    border-left: 2pt solid darkseagreen;
    padding: 0.5em 0em 0.5em 0.5em;
    margin-left: 0em;
    font-size : 0.8em;
    text-align: left;
    width: 75%;
}

.review_form {
    text-align: right;
    margin-bottom: 1em;
}

dt.r_light {
    margin-top : 1.5em;
    margin-bottom : 1em;
    border-left : lightsteelblue 3pt solid;
    border-bottom : lightsteelblue 1pt solid;
}
    
dt.r_detail {
    margin-top : 1.5em;
    margin-bottom : 1em;
    border-left : steelblue 3pt solid;
    border-bottom : steelblue 1pt solid;
}

dt.r_res {
    margin-top : 1.5em;
    margin-bottom : 1em;
    border-left : magenta 3pt solid;
    border-bottom : magenta 1pt solid;
}

dt.whats {
    font-weight: bold;
    font-size : 0.8em;
}

dd.review {
    margin-left: 3em;
    margin-bottom: 0.7em;
}

.jump {
    text-align: right;
    caption-side: bottom;
    font-size : 0.8em;
}

small {
    font-size: 0.3em;
}

li {
    line-height: 1.5em;
    margin-bottom: 0.2em;
}

form {
    margin: 0em;
}

h1 {
    background-color: green;
    font-size: 3em;
    color: white;
    margin: 0em;
}

h2 {
    margin-top: 0em;
    font: normal small-caps bold x-large "Verdana";
    color: silver;
    text-align: right;
    font-size : 2.5em;
}

h3 {
    margin-top: 2em;
    color: black;
}

#top_loginbar {
    margin: 0em;
    background-color: seagreen;
    font-size: 1em;
    padding: 0.2em;
    color: white;
    text-align: right;
}

#top_linkbar {
    margin-top: 0em;
    background-color: darkseagreen;
    font-size: 1em;
    padding: 0.2em;
    color: white;
    text-align: right;
}

img { border : 0pt; }

.list_editinfo {
    text-align: right;
}


.list_top {
    font-weight : bold;
    text-align : center;
    border : solid 1px;
    padding : 5px;
    font-size : 0.8em;
}

.list_content {
    font-size : 0.8em;
}

.list {
    text-align : center;
}

dt {
    margin-top: 1em;
    border-left: 2pt dotted seagreen;
    border-bottom: 2pt dotted seagreen;
    padding: 0em 0em 0.2em 0.2em;
    font-style: bold;
    color: black
}

dd {
    line-height: 1.5em;
    margin-left: 1em;
}

hr.separate {
    margin-top : 2em;
    margin-bottom : 1em;
}

.menu {
    text-align : center;
    font-weight : bold;
    color : maroon;
    margin-bottom : 2em;
}

a:link, a:visited, a:active, a:hover {
    font-weight : bold;
    text-decoration: underline;
    color: blue;
}

a:link.title, a:visited.title, a:active.title, a:hover.title {
    text-decoration: none;
    color: white;
}

.smalltext    { font-size : 0.7em; margin-left : 1em }
strong        { color : red }
.warning      { color : red }
.notice       { color : black }
.editname     { white-space: pre }

hr {
    width : 80%;
    color : gainsboro;
}

.SINGLE {
    color : olivedrab;
    font-weight:bold;
}

.DOUBLE {
    color : darkorange;
    font-weight : bold;
}

.COUPLE {
    color : mediumblue;
    font-weight : bold;
}

.BASIC, .LIGHT
{ font-weight : bold; color:brown }

.ANOTHER, .TRICK, .STANDARD, .DIFFICULT
{ font-weight : bold; color:red }

.HEAVY, .MANIAC, .EXPERT
{ font-weight : bold; color:green }

.SSR, .CHALLENGE
{ font-weight : bold; color:darkblue }

.musicname
{ color:black }

.level-left {
	letter-spacing : 1px;
    text-align : left;
}

.level-right {
	font-size : xx-small;
    font-weight : normal;
    letter-spacing : 2px;
    text-align : right;
}

.star {
	letter-spacing : 1px;
	font-weight : normal;
	text-align : right;
	width : 100%;
	filter : Alpha(opacity=0,finishOpacity=100,style=1,startX=10,startY=0,finishX=100,finishY=0);
}
