@charset "utf-8";
/* CSS Document */



#top_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: absolute;
    top: 9px;
	left: 200px;
}

    #top_menu menu li {
        display: block;
        padding-right: 16px;
        float: left;
    }

    #top_menu menu a {
        color: #abc5dc;
        font-weight: bold;
        text-decoration: none;
    }

    #top_menu menu a:hover {
        color: #fff;
    }



/*
 * search
 */

#top_menu_search {
    position: absolute;
    right: 0;
    top: 4px;
    border: 1px solid #052347;
    background-color: #abc5dc;
}

    #top_menu_search .search_text {
        border: none;
        border-right: 1px solid #052347;
        margin: 0;
        font-size: 14px;
        line-height: 1em;
        padding: 1px;
        width: 200px;
        font-style: italic;
        color: #15458A;
        background-color: #abc5dc;
    }

    #top_menu_search .search_text:focus {
        font-style: normal;
        color: #000;
        background-color: #fff;
    }



/*
 * submenu
 */

#top_sub_menu {
    position: absolute;
    background-color: #fff;
    height: 16px;
    width: 800px;
    top: 29px;
    left: 190px;
}

    #top_sub_menu .border_left {
        position: absolute;
        left: 0;
        width: 4px;
        height: 16px;
        background-image: url(../../img/menu/left.gif);
        background-repeat: no-repeat;
    }

    #top_sub_menu .border_right {
        position: absolute;
        right: 0;
        width: 4px;
        height: 16px;
        background-image: url(../../img/menu/right.gif);
        background-repeat: no-repeat;
    }

    

/*
 * site navigation
 */

#sitenav {
    position: absolute;
	left: 10px;
	top : 3px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0C478B;
    font-size: 10px;
    font-weight: normal;
}

    #sitenav li {
        float: left;
        border-right: 1px dotted #ccc;
        padding-right: 6px;
        margin-right: 6px;
    }

    #sitenav a {
        color: #0C478B;
        font-weight: bold;
    }


/*
 * logged user
 */

#loggeduser {
	position: absolute;
	right: 8px;
	top : 1px;
	height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
}

    #loggeduser a{
        color: #0C478B;
        text-decoration: none;
    }

    #loggeduser img{
        padding-bottom: 1px;
    }

	#loggeduser div {
		float: left;
		display: block;
	}

	#loggeduser .user {
        border-right: 1px solid #ccc;
        padding-right: 8px;
        margin-right: 8px;
	}

        #loggeduser .user a {
            font-weight: bold;
        }

	#loggeduser .settings {
        border-right: 1px solid #ccc;
        padding-right: 8px;
        margin-right: 8px;
	}

	#loggeduser .logout {
	}

	#loggeduser .logout a {
        color: #c00;
	}

	#loggeduser .login a {
        color: #080;
	}

    

#menuShadow {
    height: 9px;
    background-image: url(../../img/menu/shadow.png);
    position: absolute;
    width: 100%;
    top: 45px;
    z-index: 100;
    background-repeat: repeat-x;
}

/*
 * login user
 */

#login {
    position: absolute;
	font-size: 12px;
	color: #444;
    right: -6px;
    top: 16px;
    z-index: 5000;
    width: 277px;
    height: 165px;
    background-image: url(../../img/menu/login.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

	#login label { display:block; }
	#login div { position: absolute; }

	#login .user input, #login .password input {
		background-color: transparent;
		border: none;
		color: #222;
		font-size: 16px;
        font-weight: bold;
	}

	#login .user {
        top: 36px;
		left: 24px;
	}

        #login .user input {
            width: 215px;
        }

	#login .password {
        top: 87px;
		left: 24px;
	}

        #login .password input {
            width: 155px;
        }

	#login .remember {
		bottom: 24px;
		left: 16px;
        font-size: 10px;
	}

	#login .submit {
		bottom: 54px;
		left: 195px;
	}

	#login .forgot {
		bottom: 24px;
		right: 22px;
        font-size: 10px;
	}

	#login .submit input {
		background-color: #FA0;
		font-size: 12px;
		padding: 2px;
		width: 80px;
		border: 1px solid #012;
		font-weight: bold;
		color: #012;
	}