﻿/* HEADER
----------------------------------------------------------*/

#header
{
    color: #000;
    white-space: nowrap;
    min-width: 1000px;
    /*FOR IE*/
/*
    width:expression(this.scrollWidth < 1000? "1000px" : "auto");
*/
}

#header_login_pane {
    margin: 0 auto;    
    text-align: center;
    color: #8c9a1a;
   
}

#header_login_pane table {
    width: 100%;
}

#header_login_pane table td {
    padding: 3px;
}

#header_logo
{
    text-align: left;
    vertical-align: bottom;
    width: 33%;
}

#header_date_pane 
{
    background: url(header_bg1.gif) repeat-x;
    line-height: 37px;
    color: #174d82;
    font-weight: bold;
    text-align: center;
}


#header_bottom_pane 
{
    background: url(header_bg3.gif) repeat-x;
    line-height: 14px;
}


#header_login_pane a
{
	/*text-decoration:underline;*/
}

#header_login_pane a, #header_login_pane a:link, #header_login_pane a:active, #header_login_pane a:visited, #header_login_pane a:hover
{
	color:#8c9a1a;
}

#header_login_pane a:hover 
{
	background-color:#8c9a1a;
	color: #ffffff;
	text-decoration: none;
}

#header_logo a, #header_logo a:link, #header_logo a:active, #header_logo a:visited, #header_logo a:hover {
    text-decoration: none;
    background-color: #ffffff;
}

#header_welcome {
    vertical-align: bottom;
    width: 33%;
}

#header_welcome strong
{
    text-decoration: underline;
}

#header_login_links 
{
    vertical-align: bottom;
    text-align: right;
    width: 33%;
}

/* menu */
#header_menu {
    text-align: left;
    background: url(header_bg2.gif) repeat-x;    
}
#header_menu ul, #header_menu ul li
{
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

#header_menu ul li
{
    vertical-align: top;
}

#header_menu ul li.header-menu-tab span a
{
    display: block;
    background: url(header_bg2.gif) repeat-x;    
    padding: 0 1em 0 1em;
    margin-right: 2px;
    text-decoration: none;
    color: #174d82;
    min-width: 70px;
}
#header_menu ul li.header-menu-tab span {
    line-height: 33px;
    display: inline-block;
    background: url(header_bg2_btn.gif) no-repeat right top;
    text-align: center;
}

#header_menu li.header-menu-tab a:hover, #header_menu li a:active
{
    background: url(header_bg2_btn_active.gif) repeat-x;
}

/* menu sub-levels */
#header_menu ul ul {
    position: absolute;
    display: block;
    visibility: hidden;
    z-index: 10000;
}

/*
#header_menu ul span:hover > ul 
{
    visibility: visible;
}
*/

#header_menu ul ul li 
{
    display: block;
    text-align: left;       
    line-height: 1.5em;
    border-bottom: #e1e1e1 1px solid;
    border-left: #e1e1e1 1px solid;
    border-right: #e1e1e1 1px solid;
}
#header_menu ul ul li a 
{
    display: block;
    margin: 0;
    padding: 0 12px 0 12px;
    white-space: nowrap;
    background: #ecf5f9;
    
}

#header_menu ul ul li a:hover, #header_menu ul ul li a:active 
{
    background: #addd19;
}

#header_menu ul ul li a.menu-level
{
    padding-right: 35px;
    background: url(rarr.gif) right center no-repeat;
}

#header_menu ul ul li a.menu-level:hover
{
    background: #addd19 url(rarr.gif) right center no-repeat;
}

#header_menu ul ul li div 
{
    background: #ecf5f9;
    text-align: left;
    line-height: 1.5em;
}


#header_menu div ul {
    display: block;
    position: absolute;
    visibility: hidden;
}

#top_search_pane {
    border-right: none;
}
#top_search_pane_span {
    color: #174d82;
    display: inline-block;
    line-height: 33px;
    height: 33px;
    padding-left: 0.3em;
}
#top_search_pane_span a {
    display: inline;
    background: none;
    padding: 0;
    text-decoration: underline;
    color: #174d82;
}
#top_search_pane_span a:hover {
    color: #f4f4f4;
    background-color: #174d82;
}

#top_search_pane_span input
{
    height: 16px;
    vertical-align: middle;
}
#top_search_pane_span button 
{
    height: 22px;
    -moz-border-radius-bottomright: 0px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 0px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 0px/*{cornerRadius}*/; border-bottom-right-radius: 0px/*{cornerRadius}*/;
    -moz-border-radius-topright: 0px/*{cornerRadius}*/; -webkit-border-top-right-radius: 0px/*{cornerRadius}*/; -khtml-border-top-right-radius: 0px/*{cornerRadius}*/; border-top-right-radius: 0px/*{cornerRadius}*/;
    vertical-align: middle;
    margin-right: 0;
}

#top_search_pane button .ui-button-text {
    padding-top: 3px;
}

/*#header_menu div:hover > ul {
    visibility: visible;
}*/


#headline {
    color: #4ca100;
    line-height: 2em;
    text-align: left;
    padding-left: 0.3em;
}

#headline h1 {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    color: #4ca100;
    display: inline-block;
}

#breadcrumbs {
    display: inline-block;
    /*color: #4ca100;    */
    color: #505050;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.3em;
}

#breadcrumbs.hidden {
    display: none;
}

#breadcrumbs a 
{
    /*color: #4ca100;    */
    color: #505050;
}

#breadcrumbs a:hover
{
	color: #ffffff;
    background-color: #505050;
    /*background-color: #4ca100;*/
}

#headline_actions {
    margin-left: 2em;
}
#headline_actions a
{
    color: #000000;
}

#headline_actions a:hover
{
	color: #ffffff;
    background-color: #000000;
}


