body, html {
margin: 0px;
padding: 0px;
background-color: #FFF;
color: #000;
font-family: Verdana, "Lucida Grande", "Lucida Sans", sans, Hei;
}

img.portrait {
background-color: #FFF;
padding: 2px;
border: 1px solid #E0E0E0;
}

img {
border:0;
}

div#single {
padding-top: 0px;
margin: 0px 0px 0px 0px;
}

.entry_odd {
padding: 3px;
}

.entry_even {
padding: 3px;
background-color: #F5F5F5;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
}

div.blank {
padding: 7px;
background-color: #FFF;
background-image: url("/img/bg_silver.png");
background-repeat: repeat-x;
font-size: 12px;
}

a.var:link, a.var:active, a.var:visited {
border: none;
text-decoration: none;
color: inherit;
}

a.var:hover {
border: none;
text-decoration: none;
color: inherit;
text-decoration: underline;
}

div#debug {
border-top: 2px solid #999;
background-color: #000;
font-size: 10px;
color: #FFF;
clear: both;
opacity: .85;
padding: 5px;
}

div#debug table {
border: 1px solid #CCC;
}

.tip_i {
font-size: 12px;
color: #CCC;
text-shadow: none;
}

a:link, a:active, a:visited {
color: #577DE4;
text-decoration: underline;
}

a:hover {
color: #00C;
text-decoration: underline;
}

h1 {
padding: 5px;
margin: 10px 0px 0px 0px;
background-color: #F9F9F9;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
font-size: 12px;
font-weight: normal;
}

div.code {
padding: 7px;
font-family: "Luxi Mono", "Monaco", "Courier New";
border-bottom: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
font-size: 10px;
white-space: pre;
}
a.t, a.t:link, a.t:visited {
color: #0063DC;
text-decoration: none;
font-size: 12px;
}

a.t:hover, a.tpc:hover {
color: #FFF;
background-color: #0063DC;
text-decoration: none;
font-size: 12px;
}

a.t:active, a.tpc:active {
color: #FFF;
background-color: #333;
text-decoration: none;
font-size: 12px;
}

input.b {
margin-right: 2px;
font-size: 12px;
color: #FFF;
padding: 2px 4px 2px 4px;
background-color: #3366FF;
border-left: 1px solid #3CF;  
border-top: 1px solid #3CF;
border-right: 1px solid #30C;
border-bottom: 1px solid #30C;
}

.sll {
font-family: "Courier New", Courier, Hei, mono;
font-size: 13px;
width: 150px;
background-color: #F7F7F7;
color: #333;
border-style: solid;
border-width: 1px;
padding: 2px;
border-top-color: #C0C0C0;
border-left-color: #C0C0C0;
border-right-color: #CCC;
border-bottom-color: #CCC;
}
.sl {
font-family: "Courier New", Courier, Hei, mono;
font-size: 12px;
width: 150px;
background-color: #F7F7F7;
color: #333;
border-style: solid;
border-width: 1px;
padding: 0px;
border-top-color: #C0C0C0;
border-left-color: #C0C0C0;
border-right-color: #CCC;
border-bottom-color: #CCC;
}
.sll:focus {
font-family: "Courier New", Courier, Hei, mono;
font-size: 13px;
width: 150px;
background-color: #FFF;
color: #000;
border-style: solid;
border-width: 1px;
padding: 2px;
border-top-color: #3C0;
border-left-color: #3C0;
border-right-color: #3C0;
border-bottom-color: #3C0;
}
form {
margin: 0;
}