html, body, div, ul, li, fieldset, form, label, legend {
	margin: 0;
	outline: 0 none;
	padding: 0;
   	text-rendering: optimizelegibility;
}

form, fieldset {
	border: 0px none; 
}

/* div page-header rgb(30, 70, 135) rgb(120, 110, 182)*/
#page-header {
    background: url("../img/vert-sprite.png") repeat-x scroll 0 -69px rgb(0, 151, 143);
    border-bottom: 1px solid rgb(0, 151, 143);
    border-top: 1px solid rgb(0, 151, 143);
    height: 34px;
    min-height: 34px;  
    position: relative;
    z-index: 10;
    width: 100%;
}

#page-footer {
    background: url("../img/vert-sprite.png") repeat-x scroll 0 -69px rgb(0, 151, 143);
    border-bottom: 1px solid rgb(0, 151, 143);
    border-top: 1px solid rgb(0, 151, 143);
    height: 54px;
    min-height: 54px;
    position: relative;
    color:rgb(238, 238, 238);
    font-size: 18px;
    font-weight:bold;
    line-height: 1.5;
    text-align: center;
}

/* *********** */
/* page header */
#logo img {
    left: 21px;
    position: absolute;
    top: 6px;
    z-index: 12;
}

/* ************** */
/*  site search   */
.site-search {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* to change the colour of the search box background */
    /* background: none repeat scroll 0 0 rgb(120, 140, 205); */
    border-image: none;
    /*border-style: none solid none; */
    border-width: 0 1px 1px;
    left: 120px;
    padding: 3px 4px;
    position: absolute;
    top: -1px;
    width: 333px;
    z-index: 51;
}

#global-search-input {
    background: url("../img/sprite-vert.png") repeat scroll 0 -100px #FFFFFF;
    border: 1px solid #C1C1C1;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-style: italic;
    padding: 0.4em;
    width: 294px;
}

#global-search-submit {
	width: 30px;
}

#div-search-submit {
	display: inline-block;
	top: 2px;
	position: absolute;
	left: 310px;
}

.search-form-header{
	display: inline-block;
}

/* ********* */
/*   clear   */
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clear {
    min-height: 1%;
}

/*****************/
/*** languages ***/
div#langs {
    position: relative;
    right: 22px;
    left: 35%;
    margin: 0px 0px 10px 10px;
}

div#langs .NO {
    float: left;
}

div#langs .NO a {
    font-weight: normal;
    color: rgb(81, 145, 200);
    margin: 0px 10px;
    text-transform: capitalize;
    font-size: 12px !important;
}

/* **************** */
/* navigation menu  */

#nav-global {
    left: 500px;
    margin: 0.4em 0 0;
    position: absolute;
    top: 0;
}

#nav-global li {
    cursor: pointer;
    display: inline;
    float: left;
    font-weight: bold;
    margin-right: 1.8em;
    margin-top: 0.4em;
}

#nav-global a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 11pt;
    display: block;
}

a:focus, a:active {
    outline: medium none;
}

a:link, a:visited {
    text-decoration: none;
}

.ui-autocomplete li a:hover {background:#999; color:#fff}

.div_right_toolbar {
	margin-right: 1%;
	float:right;
}
