



/* -- MAIN STYLES -- */

/* base font family for the entire site */
body
{
    /* font-family:Helvetica, Arial, sans-serif; */
    font-size:14px;
    line-height:20px;
}

/* remove the default browser element onFocus styles */

a:focus { outline: none; }
li:focus { outline: none; }
span:focus { outline: none; }

h1 {
   
    
    font-size:20px;
    font-weight:bold;
    margin:0 0 15px;
    color:#666666;
}

#darkStroke .center1000 h2 {
    float:right;
    font-size:18px;
    font-weight:bold;
    margin:0 0 15px;
    width:650px;
}

h2 {
    font-size:100%;
    font-weight:bold;
    margin:0 0 15px;
}

h3 {
    color:#666666;
    font-size:120%;
    font-weight:bold;
    margin:10px 0 5px;
}

#content-text h1 {
/*    display:none;*/
}


/* basic reuseable styles */
.bold
{
	font-weight: bold;
}

strong {
        font-weight :bold;
} 

.text-left
{
	text-align: left;
}

.text-right
{
	text-align: right;
}

.text-top
{
	vertical-align: top;
}

a:focus { outline: none; }
li:focus { outline: none; }
span:focus { outline: none; }

/* base link style for the entire site */







a
{
	color: inherit;
	text-decoration:  none;
       
}

#recent-publications h2, #news h2
{
	font-size: 130%;
	font-weight: bold;
	color: #666666;
}

#footer
{
	font-size:85%;
	color: #565656;
}

/* -- SEARCH FORM -- */

/* search form input fields */
#search .input.quicksearch 
{
	font-family:inherit;
	font-size:85%;
}

#search input.submit
{
 }

#search .browsesearch
{
	font-family:inherit;
	font-size:85%;
}

/* SEARCH FORM RESULTS */
#search-results 
{
	line-height: 1.5;
	font-size: 85%;
}

#search-results .header
{
	color: #FFFFFF;	
}

/* search results list item */
#search-results ul li
{
	color: #333333;
}

#search-results .ui-state-active
{
	color: #8F003F;
}

/* MENU AND MENU ITEMS */
#menu-main li
{
	font-size: 100%;
	 color: #848484;
       
}

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

#menu-main li ul li
{
    color: #000000;
	font-size: 85%;
}

#menu-language li
{
	font-size: 92%;
	color: #000000;
}

#menu-language li.active
{
	font-weight: bold;
}

#recent-publications .items li, #news li
{
	font-size: 85%;
	line-height: 1.5;
	color: #333333;
}

#news .items li
{
	color: #000000;
}

#news .options li, #news .titles li
{
	color: #00200F;
}

#portals li
{
	color: #FFFFFF;
	font-size: 85%;
	line-height: 1.5;
}

#portals li.top
{
	font-weight: bold;
	font-size: 115%;
}




#quote-header 
{
	vertical-align:bottom;
	color: #FFFFFF;
}

#quote-header .text-left
{
	font-size: 169%;
}

#quote-header .text-right
{
	font-size: 85%;
}




/* CONTENT BLOCKS */
.box
{

}

.box h1, #left_block .header
{
	font-weight: bold;
}

.box ul li
{
	color: #333333;
}

#content-text
{
	line-height: 1.5;
}

#content-text li.header
{
	font-weight: bold;
	font-size: 100%;
}
#content-text h1
{
	color: #00200F;
	font-size: 108%;
	font-weight: bold;
}

#content-text h2, #content-text h3, 
#content-text h4
{
	font-size: 100%;
	font-weight: bold;
}

#content-text tr.header th
{
	color: #00200F;
	font-size: 108%;
	font-weight: bold;
}


table.vertical a.close
{
	color: #918671;
}

#main_block .breadcrumbs
{
	color: #828283;
	font-size: 85%;
}

/* DATA TABLES */
table.vertical
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
	line-height: 138%;
}

table.vertical tr.description-header th
{
	text-align:left;
	vertical-align: top;
}

table.vertical tr.column-header th
{
	text-align:left;
	vertical-align: top;
}

table.vertical tr.column-footer td
{
	text-align:left;
	vertical-align: top;
}

table.vertical tr.column-footer td.header
{
	color: #000000;
	font-weight: bold;
}

table.vertical tr.column-footer td.total
{
	text-align:right;
}

table.vertical span.header
{
	color: #ffffff;	
	font-weight: bold;
	font-size: 100%;
}

table.vertical td.header, #data-table table th.header
{
	color: #00200F;
	font-weight: bold;
}

table.vertical tr.column-header th.total
{
	font-weight: bold;
}

table.vertical a.right
{
	text-align:center;
	vertical-align:super;
	line-height: 70%;
	color: #918671;
}


/* GOOGLE SEARCH RESULTS */
.search-results-header
{
	font-size: 108%;
	color: #ffffff;
	font-weight: bold; 
}

.gsc-webResult .gsc-result
{
	line-height: 1.5;	
}

a.gs-title
{
	color: #00200F;
	font-size: 100%;
	font-weight: bold;	
}

.gs-visibleUrl-long
{
	font-size: 85%;
	color: #777779;
}

.gsc-branding-text
{
	font-size: 85%;
	color: #777779;
}

td.gsc-input
{
	font-family:inherit;
	font-size:85%;
}

.gsc-cursor-current-page
{
	font-weight: bold;
}

/* FIXES */
.search-title
{
	line-height: 1.5;
	font-weight: bold;
	font-size: 125%;
}

.box.search .search-title
{
    font-size: 150%;
}


.contenttitle h1{
     color: #414141;
     padding-bottom: 20px;
     line-height: 110%;
}