body
{
    color: #333333;
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: small;
}

#container 
{
   width: 50em;
/*    width: 570px;  */
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

html>body 
{
    font-size: small;
}


a:link, a:active, a:visited 
{
    background-color: transparent;
    color: #069;
    text-decoration: none;
    border-bottom: 1px dotted #64cafd;
}

a.none:link, a.none:active, a.none:visited 
{
    text-decoration: none;
    border-bottom: 0px;
}

a:hover
{
    color: #003e71;
    text-decoration: none;
}

h1, h2 
{
    vertical-align: top;
    font-family: "trebuchet ms", serif;
    font-size: 1.4em;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #069;
    padding: 0 0 0.5em 0;
    margin: 0;
}

h3 
{
    font-family: georgia, palatino, verdana, tahoma, helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.5em 0 2em 0;
}

h4 
{
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

/*
.refererhistory
{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 75%;
    color: #555555;
    margin-top: 0pt;
    margin-top: 0pt;
    padding-top: 0pt;
}
*/

.categories
{
    margin: 0 0 0 0;
}

.entrylink
{
    font-style: italic;
    font-weight: bold;
}

.noentries
{
    padding: 20px;
    text-align: center;
    font-style: italic;
}

.entryfooter
{
    font-size: 9px;
    text-align: right;
    border: 1px solid white;
    margin-top: 4px;
    margin-bottom: 2em;
}

.entrytitle, .commenttitle
{
    font-family: georgia, palatino, verdana, tahoma, helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}

.commenttitle
{
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.entrydate, .commentdate
{
    font-weight: normal;
    font-size: smaller;
    color: #555;
}

.entryheader, .commentheader
{
    margin-bottom: 0;
    margin-top: 1em;
    background-repeat: no-repeat;
    background-image: url(/img/nw_min.gif);
    padding: 0.6em;
    background-color: #eee;
}

.entrystyle, .commentstyle
{
    border: 1px solid #eee;
    margin: 0;
    padding: 0 1.5em 0 1.5em;
    background-color: #eee;
}

/* uncomment this for variation */
/*
.entrystyle, .commentstyle
{
    padding-top: 1em;
    background-color: #fff;
}
*/

.debug
{
    margin: 0;
    padding: 0;
    background-color: #eee;
}

.entrystyle p, .commentstyle p
{
    margin: 0 0 1em 0;
}

.commentstyle
{
     font-size: 80%;
     margin-bottom: 15px;
}

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

.searchtext
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.calnav, .calblank, .calhead, .calday, .callink 
{
    padding: 2px;
    font-size: 9px;
    text-align: center;
}

.caltitle 
{
    font-family: georgia, palatino, verdana, tahoma, helvetica, sans-serif;
    font-weight: bold;
}

.calhead 
{
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.callink 
{
    background-color: #cef;
}

.tablemaxwidth 
{
    width: 100%;
    vertical-align: top;
}

.tablemaxpxwidth 
{
    width: 100px;
}

a.greenlink 
{ 
    font-weight: bold;
    color: #006699; 
}

div.mynav 
{
    text-align: left;
    margin: 0;
    padding: 1pt 6pt 2pt 6pt;
    background-color: #eee;
    width: 100%;
}

.asterisk 
{
    color: #f00;
    font-size: larger;
    font-weight: bold;
}

.yeartitle
{
    color: #069;
    font-size: 200%;
    font-weight: bold;
    font-family: georgia, palatino, verdana, tahoma, helvetica, sans-serif;
    vertical-align: middle;
}

.yearnav
{
    vertical-align: middle;
    text-align: center;
    font-size: smaller;
    padding-bottom: 2em;
}

.yearmonth
{
    padding: 0 12px 8px 0;
}

pre
{
    padding: 6pt;
    border: 1px dotted #000;
    background-color: #fff;
}

/*
pre
{
    padding: 4pt;
    border: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
*/
	
pre, code, tt
{
    font-family: monospace;
    font-weight: normal;
}

ol
{
    margin-left: 0; padding-left: 2.5em;
    margin-top: 0;
    margin-right: 2em;
}

ul
{
    margin-left: 0; padding-left: 2.5em;
    margin-top: 0;
    margin-right: 2em;
    list-style-type: disc;
}

li
{
    margin-bottom: 0.4em;
}

td.perf
{
    background-color: #fff;
}

.java_plain     { color: #000000 }
.java_type      { color: #003366; font-weight: bold }
.java_operator  { color: #000000 }
.java_separator { color: #000000 }
.java_literal   { color: #339933 }
.java_keyword   { color: #666666; font-weight: bold }
.java_comment   { color: #939393; background-color: #f7f7f7; }

.java_javadoc_comment
{
    color: #939393;
    background-color: #f7f7f7;
    font-style: italic;
}

.java_javadoc_tag
{
    color: #939393;
    background-color: #f7f7f7;
    font-style: italic;
    font-weight: bold;
}
