/* Designed for http://devel.nqou.net */

/* Base */
body
{
    color: #332819;
    background-color: #f2faff;
    margin: 10px;
    font-family: Verdana, sans-serif;
}

h1
{
    color: #332819;
    background-color: #f2faff;
}

pre
{
    color: #192a33;/* HSV 201 50 20 */
    background-color: #e6d7c3;/* HSV 34 15 90 */
/*    width: 600px;*/
/*    height: 300px;*/
    overflow: scroll;
    padding: 5px;
}

div.indent
{
	padding: 0 10px;
}

address
{
    text-align: right;
}

address p
{
    margin: 0;
}

/* Anchor */
a:link
{
    color: #3687b2;
    background-color: inherit;
    text-decoration: underline;
}
a:visited
{
    color: #b27c36;
    background-color: inherit;
    text-decoration: underline;
}
a:active
{
    color: #b23636;
    background-color: inherit;
    text-decoration: none;
}
a:hover
{
    color: #52a1cc;
    background-color: inherit;
    text-decoration: none;
}

a img
{
    border-width: 0;
}

/* clear float */

hr
{
    display: block;
}

hr.below
{
    clear: both;
}

/* for jquery file tree */

div.fileTree
{
    color: #192a33;/* HSV 201 50 20 */
    background-color: #e6d7c3;/* HSV 34 15 90 */
    text-align: left;
    width: 400px;
    padding: 5px;
}

/* for menu */

#menu, #menu ul, #menu ul li
{
    margin: 0;
    padding: 0;
}

#menu
{
    height: 40px;
    position: relative;
}

#menu ul
{
    list-style:none;
}

#menu ul.list
{
    float:left;
    position: absolute;
    top: 0;
    left: 0;
}

#menu ul li.list-item
{
    color: #192a33;/* HSV 201 50 20 */
    background-color: #e6d7c3;/* HSV 34 15 90 */
    float:left;
    position: relative;
    text-align: center;
    width: 260px;
    height: 40px;
    line-height: 40px;
}

#menu ul li.list-item p
{
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#menu ul li.list-item:hover
{
    color: #e6d7c3;/* HSV 34 15 90 */
    background-color: #665f57;/* HSV 34 15 40 */
}

#menu ul.list-item-list li.list-item
{
    color: #192a33;/* HSV 201 50 20 */
    background-color: #e6d7c3;/* HSV 34 15 90 */
}

