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

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

hr
{
    display: block;
}

hr.below
{
    clear: both;
}

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

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;
}

div.indent
{
    margin: 10px 25px;
}

span.ignore
{
    color: #c2cacf;
    background-color: inherit;
}

/* 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:53px;
    position: relative;
}

#menu ul
{
    list-style:none;
    float:left;
    position: absolute;
    top: 0;
    left: 0;
}

#menu ul li
{
    color: #192a33;/* HSV 201 50 20 */
    background-color: #e6d7c3;/* HSV 34 15 90 */
    list-style:none;
    display:block;
    float:left;
    position: relative;
    text-align: center;
    height:53px;
    line-height:53px;
}
#menu li a{
    display:block;
    float:left;
    color:#852917;
    font-size:11px;
    font-weight:bold;
    line-height:53px;
    text-decoration:none;
    padding:0 25px;
    background:#ebdbca url(menu_037_bg.jpg) no-repeat left;
    border-bottom:2px solid #d7a278;
}
#menu li a:hover{
    color:#fff;
    background:#a73e29 url(menu_037_h.jpg) no-repeat left;
    border-bottom:2px solid #b75542;
}

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