/* jLightBox (using jQuery library).
*--------------------------------------------*
*  @author : ukhome ( ukhome@gmail.com | ntkhoa_friends@yahoo.com )
*--------------------------------------------*
*  @released : 24-Mar-2009 : version 1.0
*--------------------------------------------*
*  @revision history : ( latest version : 1.0 )
*--------------------------------------------*
*      + 24-Mar-2009 : version 1.0
*          - released
*--------------------------------------------*
*/

/* Add Theme to Container Div: classname = Your theme classname */
div.Theme_Human3 {/*Wrap all*/
    width: 134px;
    height: 20px;
	background: url(../images/selectbox3.gif) left top no-repeat;
	float: left;
}

/* Theme_Human2_Modified */
div.Theme_Human3_Modified {
    margin: 100px 0 0 500px;
}
/* end. Theme_Human2_Modified */

    div.Theme_Human3 div.DropListUIContainer {/*Wrap UL*/
        border: 1px solid #81756a;
    }
    div.Theme_Human3 p {
	    width: 114px;
        color: #333333;
        font-size: 1em;
        padding: 3px 20px 0px 6px;
        cursor: pointer;
        overflow: hidden !important;
        height: 15px;
    }
	div.TopLevel p {
		font-size: 1em;
	}

    /* UL */
    div.Theme_Human3 ul.Theme_Human3 {
        width: 132px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        background-color: #FFF;
    }
        div.Theme_Human3 ul.Theme_Human3 li {
            width: 100%;
            padding: 0;
            font-size: 1em;
            border-top: 1px solid #e7e7e7;
        }
        div.Theme_Human3 ul.Theme_Human3 li.First {
            border-top: none !important;
        }
        /*use for optgroup name*/
        div.Theme_Human3 ul.Theme_Human3 li span {
            font-size: 1em;
            font-weight: bolder;
            font-style: italic;
            display: block;
            padding: 4px 0;
            cursor: default;
            padding: 4px 0 4px 4px;
        }
        /*Normal*/
            div.Theme_Human3 ul.Theme_Human3 li a:link,
            div.Theme_Human3 ul.Theme_Human3 li a:visited {
                display: block;
	            font-size: 1em;
                color: #333333;
                padding: 3px 0px 5px 5px;
                overflow: hidden;
                text-decoration: none;
             }
             /*Active*/
            div.Theme_Human3 ul.Theme_Human3 li.Active a:link,
            div.Theme_Human3 ul.Theme_Human3 li.Active a:visited {
                text-decoration: none;
                color: #333333;
            }
            /*Hover*/
            div.Theme_Human3 ul.Theme_Human3 li.Hover a:link,
            div.Theme_Human3 ul.Theme_Human3 li.Hover a:visited {
                text-decoration: none;
                color: #D3002B;
                background: #dfdfdf;
            }

            /*level 2 - in case has optgroup*/
            div.Theme_Human3 ul.Theme_Human3 li ul {
                border: none;
            }
                div.Theme_Human3 ul.Theme_Human3 li ul li {
                    font-size: 1em;
                }
                    div.Theme_Human3 ul.Theme_Human3 li ul li a:link,
                    div.Theme_Human3 ul.Theme_Human3 li ul li a:visited {
                        width: 178px;
                        padding: 3px 0px 5px 15px;
                        font-weight: normal;
                    }
