body {
 margin-top: 0px;
 background-attachment: fixed;
 background-repeat: repeat-x;
 background-image: url('http://dsgamemaker.com/images/PageBG.png');
 background-color: #265DAB;
}
body, td, input, textarea {
 font: 12px Geneva, Arial;
}
td {
 vertical-align: top;
}
img {
 border: 0px;
}
h1, h2, h3, h4, h5 {
 font-weight: normal;
 font-family: "Trade Gothic", Arial;
}
h1 {
 font-size: 29px;
}
h2 {
 font-size: 22px;
 padding-top: 3px;
 padding-bottom: 0px;
}
h3 {
 font-size: 18px;
 padding-top: 3px;
 padding-bottom: 0px;
 margin: 5px 0px 5px 0px;
}
h4 {
 font-size: 120%;
 color: rgb(0,0,0);
 padding-left: 0px;
 margin: 30px 0px 0px 0px;
}
label {
 margin: 12px 0px 3px 0px;
 font-size: 125%;
}
div.NotHere {
  display: none;
}
a {
 font-weight: normal;
 text-decoration: none;
}
a.menulink,a.menulink:visited {
 color: black;
}
a:visited {
 color: #0066FF;
}
a:hover {
 text-decoration: underline;
}
pre.actions {
 border: 1px solid #666666;
 padding: 5px;
 color: rgb(0,100,0);
 width: 450px;
}
td.deadcell {
    background-color: rgb(230,230,230);
}
td.headcell {
    background-color: rgb(100,100,100);
    color: rgb(255,255,255);
}
p.thenspan {
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px;
    margin-bottom: 15px;
}
#thephoto {
    width:256px;
    height:192px;
    visibility: hidden;
}
li {
    margin-top: 4px;
}
.redbox,.greenbox,.bluebox,.alert {
 padding: 7px;
 margin: 7px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 -khtml-border-radius: 6px;
 border-radius: 6px;
 border-width: 2px;
 border-style: solid;
}
.redbox {
 background-color: #ffcccc;
 border-color: #ff0000;
}
.bluebox {
 background-color: rgb(181,215,226);
 border-color: rgb(0,159,255);
}
.greenbox {
 background-color: #E9FAD0;
 border-color: #80C000;
}
div.alert {
 background-color: white;
 background-image: url('http://dsgamemaker.com/images/AlertBackground.png');
 background-repeat: repeat-x;
 border-color: rgb(140,140,140);
}
input, textarea {
 padding: 2px;
 border: 1px solid rgb(120, 120, 120);
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 border-radius: 4px;
}
input:focus, textarea:focus {
 border: 1px solid black;
}
input[type=submit] {
 background-repeat: repeat-x;
 background-color: rgb(200, 200, 200);
 color: black;
}
td.menu, td.menuright {
 font-family: Tahoma;
 font-style: normal;
 width: 121px;
 height: 100%;
 cursor: pointer;
 border: none;
}
td.menu {
 background-image: url('http://dsgamemaker.com/images/MenuBG.png');
}
td.menuright {
 background-image: url('http://dsgamemaker.com/images/MenuBGRight.png');
}