/* 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_Human2 {/*Wrap all*/
    width: 138px;
    height: 18px;
	background: url(../images/selectbox2.gif) left top no-repeat;
	float: left;
}

/* Theme_Human2_Modified */
div.Theme_Human2_Modified {
    margin: 100px 0 0 500px;
}
/* end. Theme_Human2_Modified */

    div.Theme_Human2 div.DropListUIContainer {/*Wrap UL*/
        border: 1px solid #81756a;
    }
    div.Theme_Human2 p {
        width: 110px;
        color: #333333;
        font-size: 1em;
        padding: 2px 20px 0px 6px;
        cursor: pointer;
        overflow: hidden !important;
        height: 14px;
    }
	div.TopLevel p {
		font-size: 1em;
	}
		div.Theme_Human2 p span {
			white-space: nowrap;
			width: 110px;
			overflow: hidden;
			display: block;
			color: #333333;
		}		
    /* UL */
    div.Theme_Human2 ul.Theme_Human2 {
        width: 136px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        background-color: #f0e0b4;
    }
        div.Theme_Human2 ul.Theme_Human2 li {
            width: 100%;
            padding: 0;
            font-size: 1em;
            border-top: 1px solid #e7e7e7;
        }
        div.Theme_Human2 ul.Theme_Human2 li.First {
            border-top: none !important;
        }
        /*use for optgroup name*/
        div.Theme_Human2 ul.Theme_Human2 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_Human2 ul.Theme_Human2 li a:link,
            div.Theme_Human2 ul.Theme_Human2 li a:visited {
                display: block;
                font-size: 1em;
                color: #333333;
                padding: 3px 0px 5px 5px;
                overflow: hidden;
                text-decoration: none;
				font-family: Arial, Helvetica, sans-serif;
             }
             /*Active*/
            div.Theme_Human2 ul.Theme_Human2 li.Active a:link,
            div.Theme_Human2 ul.Theme_Human2 li.Active a:visited {
                text-decoration: none;
                color: #333333;
            }
            /*Hover*/
            div.Theme_Human2 ul.Theme_Human2 li.Hover a:link,
            div.Theme_Human2 ul.Theme_Human2 li.Hover a:visited {
                text-decoration: none;
                color: #D3002B;
                background: #dfdfdf;
            }

            /*level 2 - in case has optgroup*/
            div.Theme_Human2 ul.Theme_Human2 li ul {
                border: none;
            }
                div.Theme_Human2 ul.Theme_Human2 li ul li {
                    font-size: 1em;
                }
                    div.Theme_Human2 ul.Theme_Human2 li ul li a:link,
                    div.Theme_Human2 ul.Theme_Human2 li ul li a:visited {
                        width: 178px;
                        padding: 3px 0px 5px 15px;
                        font-weight: normal;
                    }
