

/* TYPOGRAPHY */

/* resize the page font size for IE */
body
{
	font-size: 0.8em;
}

/* all the links have the color inherited from their container. Since IE doesnt support 'inherit',
redefine all the link colors here*/

#menu-main
{
   padding-bottom: 5px;
}


#menu-main a, #menu-main li a, #portals li a, #menu-main li.menuitem a
{
	color: #FFFFFF;
}

/* #menu-main li ul li
{
    margin-left: -10px;
   margin-bottom: -3px;
} */


#menu-main li.hover a 
{
        color: #000000;
}


#menu-language a,  #menu-main li.menuitem ul li a, #menu-main li.hover
{
        color: #000000;
}



#news ul.items li a, #content-text a, .gsc-trailing-more-results a, .gsc-cursor a
{
	color: #000000;
        text-decoration: none;
}

#menu-main .hover a:hover, #menu-language a:hover, #news ul.items li a:hover, #content-text a:hover, .gsc-trailing-more-results a:hover, 
.gsc-cursor a.hover
{	
        color: #000000;
        text-decoration: none;
}

#content-text a:link, #content-text a:visited
{
	color: #000000;

}


#content-text tr.header th a:link, #content-text tr.header th a:visited
{
	color: #8f003f;

}



#recent-publications li a, #search-results ul li a, .box ul li a
{
	
        color: #000000;


}

#news ul.options li a, #news ul.titles li a
{
	/* border-bottom: 1px dotted #828283; */
        color: #000000;

}

.breadcrumbs a
{
	color: #828283;
}

#footer a
{
        color: #000000;
	/* border-bottom: 1px dotted #828283; */
}

/* -- LAYOUT -- */

#content-text a:link, #content-text a:visited 
{
	border-bottom:1px dotted #828283;
        text-decoration:none;
}


#menu-main li
{
	display: inline;
}


#menu-main li ul
{
    margin-left: -90px;
    margin-top: 21px;
    position: absolute;
    display: none;
    padding-left:5px;
    width: 110px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

#recent-publications .items li
{
	vertical-align:top;
	display: inline;
	width: 93px;
	margin-right: 10px;
}

#menu-language
{
	padding-bottom: 8px;
}

#left_block
{
	width: 180px;
}

 .gsc-webResult.gsc-result
{
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#search .submit.quicksearch {
top:-19px;
}

#quicksearch-submit {
top:-19px;
}

#search .quicksearch {
	TOP: 0px;
        LEFT: 0px;
}

#search INPUT.submit {

         DISPLAY: inline;
         LEFT: 202px;
         TOP:-19px;

}
#search .browsesearch
{
margin-top: -10px;
}
#portals li.top {
background-image:url(images/portal-top-arrowie6.png);
background-position:300px 50%;
background-repeat:no-repeat;
border-bottom:2px solid #565859;
border-top:0 none;
}	
