/* common */
html, body {
	padding: 0;
	margin: 0;
}

#smalllogo {
	border: none;
	margin: 0 0 -35px 0;
}

.static-boarder {
	margin: 0 auto;
	width: 800px;
}

/* layout */
.toplink {
	font-family: arial,sans-serif;
	font-size: 13px;
	margin-right: 0.5em;
}

#footer {
	margin-top: 1.5em;
	text-align: center;
	font-family: arial,sans-serif;
	font-size: 13px;
	margin-right: 0.5em;
}

/* home page */
#hot {
	width: 500px;
	font-size: 16px;
	text-align: justify;
	line-height: 2em;
}

/* listname */
#listname {
	width: 800px;
	font-size: 16px;
	text-align: justify;
	line-height: 2em;
}

#impsrc {
    display: none;
}

/* code */
div.codebox {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #6666CC;
	margin: 5px 0;
}

div.syntaxhighlighter {
	margin: 0 0 !important;
        overflow-y: hidden !important;
}

div.codebox td.gutter div:hover {
    color: #0000EE;
    text-decoration: underline;
    cursor: pointer;
}

div.fullsrc {
}

div.fullsrc div.syntaxhighlighter {
	margin: 0 0 !important;
}

/* showdoc */
div.showdoc {
	margin: 0.3em 0.3em;
}

div.cetitle h1 a {
    font-family: arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
}

div.cetitle h1 a:link {
    color: #0066CC;
    text-decoration: none;
}

div.cetitle h1 a:visited {
    color: #0066CC;
    text-decoration: none;
}

div.cetitle h1 a:hover {
    color: #0066CC;
    text-decoration: underline;
}

div.showdoc b {
	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

div.showdoc a {
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 1em;
	font-weight: normal;
}

div.showdoc div.subtype {
	font-family: arial, sans-serif;
	font-size: 1em;
}

div.showdoc div.subtype a {
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 0.9em;
	font-weight: normal;
}

div.proj {
    margin: 0;
}

div.proj h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.6em;
    margin: 0.7em 0.4em 0 0;
}

div.proj pre {
    margin: 0.1em;
}
div.proj p {
    margin: 0.1em;
    font-size: 1em;
    font-weight: normal;
}

#searchboxdiv {
    height: 60px;
    float: left;
}

#main {
    clear: left;
}

div.navsrc {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
    float: left;
    margin: 24px 0 16px 30px;
}

#amazon_ad {
    width: 760px;
    height: 200px;
}

#amazon_ad iframe {
    width: 760px;
    height: 195px;
    border: 0px solid #ffffff;
}

#cetree_wrapper, #filetree_wrapper {
    padding: 0;
    overflow: auto;
}
