

/* -- TYPOGRAPHY -- */

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

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

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

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

#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;
}

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

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

#news ul.options li a, #news ul.titles li a
{
	color: #8F003F;
}

.breadcrumbs a
{
	color: #828283;
}

#footer a
{
	color: #565656;
}

/* -- LAYOUT -- */

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


#recent-publications .items li
{
	display: inline;
	margin-right: 10px;
}

#quote-header
{
	top: -43px;
}

#search-results 
{
	margin-top: -1px;
}


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

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

#colls .items li {
    display:inline;
}

#menu-main li ul {
    margin-left:-70px;
    margin-top:20px;
}

.searchButton {
}

.searchBox {
    color:black;
}

#form {
    width:600px;
}