/* 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_Human6 {/*Wrap all*/
    width: 150px;
    height: 18px;
	background: url(../images/selectbox6.gif) left top no-repeat;
	float: left;
	clear: none;
	padding: 0;
}

/* Theme_Human2_Modified */
div.Theme_Human6_Modified {
    margin: 100px 0 0 500px;
}
/* end. Theme_Human2_Modified */

    div.Theme_Human6 div.DropListUIContainer {/*Wrap UL*/
        border: 1px solid #81756a;
		background: none;
		clear: none;
		padding: 0;
    }
    div.Theme_Human6 p {
        width: 120px;
        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_Human6 ul.Theme_Human6 {
        width: 148px;
        margin: 0;
        overflow: hidden;
        background-color: #FFF;
		clear: none;
		padding-top: 0;
    }
        div.Theme_Human6 ul.Theme_Human6 li {
            width: 100%;
            font-size: 1em;
            border-top: 1px solid #e7e7e7;
			clear: none;
			padding-bottom: 0;
        }
        div.Theme_Human6 ul.Theme_Human6 li.First {
            border-top: none !important;
        }
        /*use for optgroup name*/
        div.Theme_Human6 ul.Theme_Human6 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_Human6 ul.Theme_Human6 li a:link,
            div.Theme_Human6 ul.Theme_Human6 li a:visited {
                display: block;
                font-size: 1em;
                color: #333333;
                padding: 3px 0px 5px 5px;
                overflow: hidden;
                text-decoration: none;
             }
             /*Active*/
            div.Theme_Human6 ul.Theme_Human6 li.Active a:link,
            div.Theme_Human6 ul.Theme_Human6 li.Active a:visited {
                text-decoration: none;
                color: #333333;
            }
            /*Hover*/
            div.Theme_Human6 ul.Theme_Human6 li.Hover a:link,
            div.Theme_Human6 ul.Theme_Human6 li.Hover a:visited {
                text-decoration: none;
                color: #D3002B;
                background: #dfdfdf;
            }

            /*level 2 - in case has optgroup*/
            div.Theme_Human6 ul.Theme_Human6 li ul {
                border: none;
            }
                div.Theme_Human6 ul.Theme_Human6 li ul li {
                    font-size: 1em;
                }
                    div.Theme_Human6 ul.Theme_Human6 li ul li a:link,
                    div.Theme_Human6 ul.Theme_Human6 li ul li a:visited {
                        width: 150px;
                        padding: 3px 0px 5px 15px;
                        font-weight: normal;
                    }
