/*
menu_bg: #c4c1a8
menu_color: #444444
menu_selected_bg: #9f9d8b
menu_selected_color: #fff
menu_border: #666666

content_header_border: #dbd59c
content_header_bg: #f2ebbd
content_header_txt: #003300

green_txt: #055202

items_mouseover_bg: #f2ebbd
 z index
*/

html, body
{
    margin: 0;
    font-family: tahoma;
    overflow: -moz-scrollbars-vertical;
}

#topContainer
{
    position: absolute;
    top: 4px;
    left: 50px;
    background-image: url(../images/logo_h_104.png);
    width: 121px;
    height: 106px;
}

#navContainer {
    position: absolute;
    padding: 0;
    right: 0px;
    left: 24px;
    top: 120px;
    background-color: green;
    z-index:100;
}

#menu_bg
{
    position: absolute;
    top: 120px;
    left: 25px;
    right: 25px;
    background-color: #c4c1a8;
    height: 22px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
#menu_begin
{
    position: absolute;
    top: 120px;
    left: 25px;
    margin: 0;
    padding: 0px;
    width: 6px;
    height: 33px;
    background-image: url(../images/new/menu_left.png);
    z-index: 999;
}

#menu_end
{
    position: absolute;
    top: 120px;
    right: 25px;
    padding: 0;
    margin: 0;
    display: inline;
    width: 6px;
    height: 33px;
    z-index: 100;
    background-image: url(../images/new/menu_right.png);
    background-color: red;
}

#menu_shaddow
{
    position: absolute;
    top: 144px;
    height: 9px;
    left: 25px;
    right: 25px;
    background-image: url(../images/new/menu_shaddow.png);
    background-repeat: repeat-x;
}


#userContainer
{
    position: absolute;
    right: 25px;
    top: 155px;

    margin: 0;
    padding: 0;
    padding: 35px 5px 10px 5px;
    
    width: 190px;
    /*height: 600px;*/
    border: 1px solid #dbd59c;
}

#userHeader
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0;
    padding: 5px;
    background-color: #f2ebbd;
    color: #003300;
    border-bottom: 1px solid #dbd59c;

}

#contentContainer
{
	overflow: auto;
    position: absolute;
    right: 235px;
    left: 25px;
    top: 155px;
    bottom: 2px;
    border: 1px solid #dbd59c;
    padding: 35px 5px 10px 5px;
}

#contentHeader
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0;
    padding: 5px;
    background-color: #f2ebbd;
    color: #003300;
    border-bottom: 1px solid #dbd59c;

}

#random_container
{
	margin: 0 auto;
	width: 250px;
	text-align: center;
}

#logon_menu
{
	position: absolute;
	top: 0px;
	width: 80px;
	right: 0px;
	background-color: #c4c1a8;
	color: #444444;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}