/*
 * Custom rules for index.css.
 * The rules you put here override rules in that stylesheet.
 */

/* index page (begin) */

    #page-index
    {
        padding: 0.2em 0.2em 0.15em 0.2em;
    }

    #page-index ul, #page-index li,
    #page-index p, #page-index form p
    {
        margin: 0;
        padding: 0;
    }

    #page-index ul
    {
        padding-bottom: 1em;
    }

    #page-index li
    {
        list-style: none;
    }

    #page-index p
    {
        padding-bottom: 0.5em;
    }

    /* Hide from NN4 */
	/* Logo */
    div#page-index .intro
    {
        width: 300px;
        height: 400px;

        margin-top: 1em;
        margin-left: 3em;
        margin-right: 6em;
        float: left;
        background: transparent no-repeat url(./nong_khae_logo.gif);
    }

    #page-index #report
    {
        padding-bottom: 1em;
    }

    #page-index #sidebar
    {
        padding-top: 1em;
    }

    #new_release
    {
        border: 2px solid red;
        padding: 0.5em 1em;
        margin: 1em;
        font-weight: bold;
    }

    #new_release .notice
    {
        font-size: 80%;
        font-weight: normal;
    }

    #welcome-admin a
    {
        font-weight: bold;
    }
/* index page (end) */