/* Globals
----------------------------------------------------------------------------------------------------*/
html { font-size: 62.5%; overflow-y: scroll !important; background: #FFF; }
body { font-family: Helvetica, Arial, sans-serif; background: #FFF; min-width: 960px; height: 100%; }
* {
	margin: 0px; padding: 0px; border: none; list-style: none; outline: none;
	/* apply a natural box layout model to all elements */
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12{ margin-left: auto; margin-right: auto; width: 960px; }
#contentFrame, #sitemap, #pagetools, #pageFooter, #pageBottom { position: relative; width: 940px; margin: 0 auto; clear: left; }
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_4pad { display:inline; float: left; position: relative; margin: 0 10px 20px 10px; }
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha { margin-left: 0; }
.omega { margin-right: 0; }
/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 { width:60px; }
.container_12 .grid_2 { width:140px; }
.container_12 .grid_3 { width:220px; }
.container_12 .grid_4 { width:300px; }
.container_12 .grid_4pad { width:260px; }
.container_12 .grid_5 { width:380px; }
.container_12 .grid_6 { width:460px; }
.container_12 .grid_7 { width:540px; }
.container_12 .grid_8 { width:620px; }
.container_12 .grid_9 { width:700px; }
.container_12 .grid_10 { width:780px; }
.container_12 .grid_11 { width:860px; }
.container_12 .grid_12 { width:940px; }

#mainColumn {
    display: inline;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}

#mainColumn.standard {
    width: 700px;
}

#mainColumn.narrow {
    width: 620px;
}

#mainColumn.wide {
    width: 100%;
    margin-right: 0;
}

#leftColumn {
    width: 300px;
    float: left;
}

#leftColumn.narrow,
#LatestNews.narrow,
#rightColumn {
    width: 220px;
}

#rightColumn {
    display: inline;
    float: left;
}

/* Forms
----------------------------------------------------------------------------------------------------*/
label {
    /*font-weight: bold;*/
    display: block;
    float: left;
    color: #555;
    /*font-size: 1.4em;*/
    margin-right: 10px;
}

.sys_button,
#event_search_control_advancedsearch_searchButton,
input[type=submit] {
    background: #0085c2 url(/templates/eudocittemplate/img/arrow-white-button.png) no-repeat right center;
    padding: 8px 30px 8px 10px;
    color: #FFF;
    font-size: 1.3em;
    font-family: Helvetica, Arial, sans-serif;
}

fieldset legend {
	/*color: #777;
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px 10px;
	background: #e7e7e7;
	margin-bottom: 10px;
	width: 100%;*/
	font-size: 1.8em;
	letter-spacing: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #004a7c;
}

input[type=submit].lineup {
    margin-left: 240px;
}

input[type=text],
input[type=password],
.sys_searchbox, 
#event_search_control_advancedsearch_keywords,
fieldset textarea {
    width: 240px;
    padding: 8px;
    background: #EEE;
    border: 1px solid #CCC;
    color: #555;
}
.EUIEncoreSearch {
	margin-right: 10px;
}

fieldset {
    clear: both;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    /*margin-bottom: 20px;*/
    padding-top: 20px;
}

fieldset label {
    width: 220px;
    margin: 8px 20px 0 0;
}

fieldset select {
    width: 256px;
}

fieldset textarea {
    height: 100px;
}

input[type=text].small {
    width: 60px;
}
    
input[type=text].medium {
    width: 140px;
}

input[type=text].large {
    width: 380px;
}

fieldset.inline {
    overflow: auto;
}

fieldset.inline input {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

fieldset.inline label.input_label {
    width: auto;
    margin-right: 5px;
}
    

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; }

/* News
----------------------------------------------------------------------------------------------------*/
.news h3 { border-bottom: 4px solid #0085c2; padding: 0 0 9px 0; margin: 0 0 9px 0; color: #0085c2; }
.news h3 a { color: #0085c2; text-decoration: none; }
.news .rss { background: url(/templates/eudocittemplate/img/icon-rss.png) no-repeat top right; }
.news ul, .news ul h4 { font-size: 12px; line-height: 16px; margin: 0; }
.news ul h4 a { color: #0085c2; text-decoration: none; }
.news li { border-bottom: 1px solid #bfe0f0; padding: 0 0 9px 0; margin: 0 0 9px 0; }
.news a:hover { color: #14b8e0; }
.news .right { margin: 0 0 0 20px }
.news .full { margin: 9px 0; }
.news .more-link { background: url(/templates/eudocittemplate/img/arrow-promopanel.png) left center no-repeat; padding: 0 0 0 11px; text-decoration: none; color: #0085c2; font-size: 12px; }

/* Main Content
----------------------------------------------------------------------------------------------------*/
/* #mainColumn p { margin-right: 80px; } */
#mainColumn q { font-size: 16px; font-weight: bold; line-height: 20px; color: #788b8b; width: 300px; float: right; quotes: none; background: url(/templates/eudocittemplate/img/quotemark.png) no-repeat left top; padding: 0 0 0 80px; margin: 0 0 20px 20px; }
#mainColumn q:before, #mainColumn q:after { content: ""; content: none; }
.image { margin: 0 0 20px 0; }
.image p { margin: 0; color: #788b8b; font-size: 12px; line-height: 20px; }
/* #mainColumn ul li { list-style: disc; margin: 0px 0px 0px 16px; } */
#mainColumn ul li {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    background: url(/templates/eudocittemplate/img/arrow-highlight.png) no-repeat left 8px;
}
#mainColumn ul li p { margin: 0; font-size: 0.9em; }
#mainColumn ul ul { margin: 5px 10px; }

#mainColumn #last_updated, #mainColumn #last_updated p { font-size: 11px; color: #999; clear: both; }

/* Page Tools
----------------------------------------------------------------------------------------------------*/
#pagetools { margin: 20px auto; float: left; }
#pagetools ul { float: left; margin: 0; }
#pagetools li { font-size: 12px; font-weight: bold; float: left; color: #0085c2; }
#pagetools .social { float: right; }
#pagetools li { padding-left: 21px; }
#pagetools a { color: #0085c2; text-decoration: none; }
#pagetools a:hover { color: #004261; text-decoration: none; }
#pagetools .print { background: url(/templates/eudocittemplate/img/icon-print.png) left center no-repeat; margin: 0 10px 0 0; }
#pagetools .email { background: url(/templates/eudocittemplate/img/icon-email.png) left center no-repeat; margin: 0 10px 0 0; }
#pagetools .share { background: url(/templates/eudocittemplate/img/icon-share.png) left center no-repeat; margin: 0 10px 0 0; }
#pagetools .facebook { background: url(/templates/eudocittemplate/img/facebook-16x16.png) left center no-repeat; margin: 0 0 0 5px; font-weight: normal; }
#pagetools .twitter { background: url(/templates/eudocittemplate/img/twitter-16x16.png) left center no-repeat; margin: 0 0 0 5px; font-weight: normal; }
#pagetools .flickr { background: url(/templates/eudocittemplate/img/flickr-16x16.png) left center no-repeat; margin: 0 0 0 5px; font-weight: normal; }
#pagetools .youtube{ background: url(/SiteElements/img/iconyoutube.gif) left center no-repeat; margin: 0 0 0 5px; font-weight: normal; }
#at16p, #atie6ifh, #atie6cmifh { width: 319px; !important }
#at16pt { height: 23px; }

/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/
#breadcrumbs { font-size: 1.3em; line-height: 1.3em; color: #788b8b; margin: 20px 0px; }
#breadcrumbs a { color: #788b8b; text-decoration: none; }
#breadcrumbs a:hover { color: #3c4545; }
#breadcrumbs span { /*color: #0085c2;*/ font-weight: bold; }
/* Site Map
----------------------------------------------------------------------------------------------------*/
#sitemap { background: url(/templates/eudocittemplate/img/shadow-blue.png) no-repeat top center; padding: 18px 0 0 0; float: left; margin-bottom: 15px; }
#sitemap a { text-decoration: none; }
#sitemap h3 { font-size: 11px; line-height: 16px; margin: 0; padding: 0 }
#sitemap ul { font-size: 11px; line-height: 16px; display: block; float: left; margin: 0 15px 0 0; }
#sitemap ul ul { margin: 0; }
#sitemap li { width: 170px; }
#sitemap li li { background: url(/templates/eudocittemplate/img/arrow-promopanel.png) left 5px no-repeat; padding: 0 0 0 11px; }
#sitemap li a { color: #788b8b; }
#sitemap h3 a { color: #0085c2; }
#sitemap a:hover { color: #14b8e0; }

#pageFooter { background: url(/templates/eudocittemplate/img/shadow-grey.png) top center no-repeat; padding: 18px 0; font-size: 11px; line-height: 16px; color: #788c8c; clear: both; position: relative; margin-bottom: 40px; }
#copyright { font-weight: 900; }
#copyright, #location { margin: 0 10px 0px 0; clear: both; }
#siteinfo ul { margin: 0; padding: 0; }
#siteinfo li { float: left; margin-right: 10px; line-height: 16px; }
#siteinfo li a { color: #788c8c; font-size: 11px; text-decoration: none; }

/* Image Placements
----------------------------------------------------------------------------------------------------*/
.right { float: right; }
.left { float: left; }
img.right { margin: 0 0 20px 20px; }
img.left {  margin: 0 20px 20px 0;; }

/* Icons
----------------------------------------------------------------------------------------------------*/
.pdf { background: url(/templates/eudocittemplate/img/icon-pdf.png) no-repeat right center; padding: 0 1.2em 0 0; }
.intranet { background: url(/templates/eudocittemplate/img/icon-intranet.png) no-repeat right center; padding: 0 1.2em 0 0; }
/* Department Colours
----------------------------------------------------------------------------------------------------*/
/* Standard */
/*.standard { color: #0085c2; }*/


/* Secondary Navigation
----------------------------------------------------------------------------------------------------*/
.sys_sidenavigation { /* float: left; width: 220px; */ margin-bottom: 20px; width: 100%; }
.sys_sidenavigation ul { font-size: 12px; line-height: 12px; margin: 0 0 1px 0; }
.sys_sidenavigation li { margin: 0 0 1px 0; }
.sys_sidenavigation li a { border-left: 3px solid; padding: 8px 10px; display: block; text-decoration: none; }
.sys_sidenavigation li div.sys_selected, .sys_sidenavigation li ul { border-left: 3px solid; }
.sys_sidenavigation li li div.sys_selected, .sys_sidenavigation li li ul { border-left: none; }
.sys_sidenavigation li div.sys_selected a { border: none; font-weight: bold; font-weight: bold; }
.sys_sidenavigation ul ul { padding: 0 0 8px 0; }
.sys_sidenavigation li li { border-left: none; font-weight: normal; background: url(/templates/eudocittemplate/img/arrow-secondarynav.png) no-repeat 10px 5px; padding-left: 13px; }
.sys_sidenavigation li li a { border: none; padding: 2px 6px; margin: 0; }

/*.sys_sidenavigation li { border-color: #3c4545; }
.sys_sidenavigation li a { background: #788b8b; color: #FFF; }
.sys_sidenavigation li a:hover { color: #c4edf7; }
.sys_sidenavigation li li a:hover { color: #14b8e0; }
.sys_sidenavigation ul ul { background: #c4edf7; }*/


/* Default color */
.sys_sidenavigation li { border-color: #004164; }
.sys_sidenavigation li a { background: #c3d9e7; color: #004164; }
.sys_sidenavigation li a:hover { color: #0085C2; }
.sys_sidenavigation li a { border-color: #004164; }
.sys_sidenavigation li div.sys_selected, .sys_sidenavigation li ul { background: #8BB9D7; border-color: #004164; }
.sys_sidenavigation li div.sys_selected a { background: #8BB9D7; color: #004164; }
.sys_sidenavigation li div.sys_selected a:hover { color: #0085C2; }
.sys_sidenavigation li li a:hover { color: #0085C2; }
.sys_sidenavigation li li a { color: #004164; background: #8BB9D7; }
.sys_sidenavigation ul ul { background: #8BB9D7; }

/* Sponsor link
---------------------------------*/

.sys_projectSponsor {
font-size: 12px;
line-height: 12px;
margin-bottom: 20px;
float: left;
width: 100%;
background: #C3D9E7;
}

.sys_projectSponsor a {
border-left: 3px solid;
padding: 8px 10px;
display: block;
}

/* Utility
----------------------------------------------------------------------------------------------------*/
#pageTop { width: 100%; background: #e3e3e3; height: 28px; } /* #EAF9FC */
#toolbar { width: 940px; margin: 0 auto; }
#toolbar ul { float: right; margin: 0; font-size: 12px; line-height: 12px; padding: 8px 0; }
#toolbar li { float: left; margin: 0 0 0 5px; }
#toolbar a { color: #004361; text-decoration: none; }
#toolbar li a:hover { color: #0085c2; }

#toolbar li.intranet, #toolbar li.sys_intranet { background: url(/templates/eudocittemplate/img/icon-logout.png) no-repeat center right; padding: 0 14px 0 0; }
#toolbar li.intranet a, #toolbar li.sys_intranet a, #toolbar li.logout a { color: #f06600; }
#toolbar li.intranet a:hover, #toolbar li.sys_intranet a:hover, #toolbar li.logout a:hover { color: #b44d00; }
#toolbar li.contact{ background: url(/templates/eudocittemplate/img/icon-contactus.png) no-repeat center right; padding: 0 14px 0 0; }/*contact us*/
#toolbar li.webmail { background: url(/templates/eudocittemplate/img/icon-webmail.png) no-repeat center right; padding: 0 14px 0 0; }
#toolbar li.forum { background: url(/templates/eudocittemplate/img/icon-forum.png) no-repeat center right; padding: 0 14px 0 0; margin-right: 15px; }

#toolbar .loggedin { background: #f06600 url(/templates/eudocittemplate/img/bg-loggedin.png) no-repeat center left; color: #FFF; font-size: 12px; float: right; line-height: 12px; }
#toolbar .loggedin li { color: #FFF; }
#toolbar .loggedin a { color: #FFF; }
#toolbar .loggedin a:hover { color: #ffd4b5; }

.welcome { background:url(/templates/eudocittemplate/img/icon-loginwelcome.png) no-repeat center right; padding: 8px 14px 8px 20px; margin-right: 10px; float:left; }
.resource { background:url(/templates/eudocittemplate/img/icon-resource.png) no-repeat center right; padding: 0 14px 0 0; margin-left: 5px; }
/* Header
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#pageHeader { background: #f6f6f6 url(/templates/eudocittemplate/img/bg-header-default.gif) ; width: 100%; clear: both; margin: 0 0 0 0; height: 154px; } /* #c4edf7 */

#mainHeader { width: 940px; height: 154px; margin: 0 auto; position: relative; padding-top: 21px; }

.home { background: url(/templates/eudocittemplate/img/eui-logo.png) no-repeat; width: 167px; height: 0px; padding: 133px 0 0 0; overflow: hidden; display: block; margin: 20px 0px 0px 0px; position: relative; }

div.sys_searchBox { bottom: 55px; position: absolute; right: 0; }

.sys_searchBox input.sys_searchbox, 
.sys_searchBox label.sys_searchbox { 
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 12px; 
    line-height: 12px; 
    padding: 10px 10px 10px 30px; 
    width: 216px; 
    color: #3c4545; 
    background: #FFF url(/templates/eudocittemplate/img/field-search.png) no-repeat 10px center; 
    float: left; margin: 0 10px 0 0;
}

.sys_searchBox .sys_button { font-size: 100px; background: #00497c url(/templates/eudocittemplate/img/arrow-white.png) no-repeat center center; width: 34px; height: 0px; padding: 36px 0 0 0; display: inline-block; float: left; cursor: pointer; overflow: hidden; } /* #93d507 */

.sys_searchBox .sys_button:hover { background-color: #2583c0; } /* #70a206 */

.sys_searchBox .sys_search-radiobuttons { clear: left; padding-top: 10px; }

.sys_searchBox .sys_search-label { display: none; }

#logo { /*margin-top: 21px; margin-bottom: 19px;*/ float: left; }
#section { font-size:0px; line-height: 0px; float: left; width: 350px; height: 78px; }

/* Navigation 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#topNavigation { /*margin-top: 18px;*/ z-index: 9999; position: absolute; bottom: 0; }
#topNavigation ul { width: 940px; height: 35px; margin: 0 auto; list-style: none; font-weight: bold; background: url(/templates/eudocittemplate/img/nav-bg-shadow.png) repeat-x #2583c0; clear: left; } /* #14B8E0 */
/* First level */
#topNavigation li { float: left; position: relative; z-index: 1000; }
#topNavigation li a { display: block; color: #fff; text-decoration: none; padding: 8px 8px 3px 8px;  }
#topNavigation li a:hover { color: #fff; border-bottom: 4px solid #3c4544; }
#topNavigation li:hover a { border-bottom: 4px solid #3c4544; }
/* Second level */
#topNavigation li ul { list-style: none; position: absolute; left:-9999px; height: auto; }
#topNavigation li ul li { padding: 0px; float: none; }
#topNavigation li ul li a { white-space:nowrap; }
#topNavigation li:hover ul { left:-5px; }
#topNavigation li ul { background: #3c4544; width: auto; min-width: 250px; padding: 8px 15px 15px 15px; }
#topNavigation li ul li a { padding: 0px; font-size: 14px; font-weight: normal; color: #15b8e1; display: block; border-bottom: 1px solid #526565 !important; padding: 3px 2px 3px 2px; }
#topNavigation li ul li a:hover { border-bottom: 1px solid #526565 !important; }
#topNavigation li:hover ul li a:hover { color: #fff; }

#contentFrame { z-index: 1; position: relative; }
#pageHeader { z-index: 2; position: relative; }

/* Homepage Slider
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#home-slider { width: 940px; height: 335px; margin-top: -20px; background: red; }

/* Landing Page Splash
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#landingFrame { margin-bottom: 40px; position: relative; /* min-height: 100px; */ height: 335px; overflow: hidden; }
#landingFrame img { position: absolute; top: 0px; }
#landing-splash { width: 940px; position: relative; padding: 20px; /*margin-bottom: 40px; padding: 20px; margin: -21px 0 40px; background: url(/templates/eudocittemplate/img/splash-bg.jpg);*/ }
#landing-splash #landing-splash-title { width: 360px; }
#landing-splash #landing-splash-title h1 { font-size: 24px; margin: 0; padding: 18px 15px 18px 15px; }
#landing-splash #landing-splash-content { 
    width: 360px; 
    margin: 0; 
    background-color: #FFF;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9FFFFFF,endColorstr=#E9FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9FFFFFF,endColorstr=#E9FFFFFF);   /* IE6 & 7 */
    zoom: 1;    
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(/templates/eudocittemplate/img/shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
}

#landing-splash #landing-splash-content h2 { margin: 0; padding: 0px 15px 15px 15px; font-size: 24px; font-weight: normal; }
#landing-splash #landing-splash-content h2 a { text-decoration: none; font-weight: bold; }
#landing-splash #landing-splash-content ul, #landing-splash #landing-splash-content p, #landing-splash #landing-splash-content ol
{ margin: 0; padding: 0px 25px 12px 17px; line-height: 1.1em; font-size: 15px; }
#landing-splash #landing-splash-content ul li {
    list-style: none;
    padding: 0 0 0 14px;
    margin: 0;
    background: url(/templates/eudocittemplate/img/arrow-right-standard.png ) no-repeat left 7px;
}
#landing-splash #landing-splash-content ul li a { text-decoration: none; }
#landing-splash #landing-splash-content ul li a:hover {  }

#landing-splash h1 {
    background: #008cbe;
    color: #FFF;
}

#landing-splash h2 {
    color: #008cbe;
}

#landing-splash a {
    color: #008cbe; /* #6BA1BB; */
}

#landing-splash a:hover {
    color: #004A7C; /* #687f93; */
}


/*
*********TEMPORARY UNTIL MARKUP IS CHANGED***********
*/
#toolBox, .sys_search-radiobuttons, #pageHeader img { 
    display: none;
}
#logo img {
    display: inline;
}




/* Blocks
----------------------------------------------------------------------------------------------------*/


.sys_textBox.single {
    width: 300px;
    float: left;
}

.sys_textBox.double {
    float: left;
}

.sys_textBox h1 strong, .sys_textBox h2 strong, .sys_textBox h3 strong, .sys_textBox h4 strong, .sys_textBox h5 strong, .sys_textBox h6 strong, .sys_textBox h7 strong { font-weight: normal; }

.sys_single-block h2, .sys_leftSide h2, .sys_rightSide h2, .sys_twoColumnsList h2, .sys_column h2 {
    font-size: 2em;
    font-weight: normal;
    color: #004a7c;
    border-bottom: 4px solid #004a7c;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}

.sys_single-block h2 h2, .sys_leftSide h2 h2, .sys_rightSide h2 h2, .sys_twoColumnsList h2 h2, .sys_column h2 h2 {
        border: none;
}


.columnContent h2, .columnContent h3 {
    font-size: 2.0em;
    font-weight: normal;
    color: #004A7C;
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: block;
}

.columnContent h3 { font-size: 1.6em; }

.sys_textBox h2 a {
    color: #004A7C;
    /*color: #0A5C71;*/
    text-decoration: none;
}

.sys_column h2 a:hover,
.sys_textBox h2 a:hover {
    color: #0085c2; /*#14b8e0;*/
}

.sys_textBox h2 a span.link_span {
    background: url("/SiteElements/nav/outgoinglinksheaders.gif") no-repeat 100% 8px;
    display: inline !important;
    padding-right: 5px;
    margin: 0 5px;
}

.sys_textBox {
    margin-bottom: 20px; 
    clear: both;
    /*float: left;
    width: 100%*/
    overflow: auto;
}


/*.sys_textBox .sys_leftSide, 
.sys_textBox .sys_rightSide,
.sys_textBox.sys_single-block {
    margin-bottom: 20px; 
    clear: both;   
}*/

.sys_textBox .sys_leftSide, 
.sys_textBox .sys_rightSide,
.sys_textBox.sys_twoColumnsList ul {
    float: left;
    width: 50%;
}

.sys_textBox .sys_leftSide {
    padding-right: 10px;
}

.sys_textBox .sys_rightSide {
    padding-left: 10px;
}

#mainColumn .sys_textBox p, #mainColumn .sys_textBox ul, #mainColumn .sys_textBox ol {
    margin-right: 0;
    font-size: 1.3em;
    margin-bottom: 8px;
}

#mainColumn .sys_textBox table p {
	font-size: 1em;
}

#mainColumn .sys_textBox ul li {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    background: url(/templates/eudocittemplate/img/arrow-highlight.png) no-repeat left 8px;
}

#mainColumn .sys_textBox ul li p {
    margin: 0;
    font-size: 1.0em;
}

#mainColumn .sys_textBox .sys_leftSide ul li a, 
#mainColumn .sys_textBox .sys_rightSide ul li a {
    /*color: #3c4545;*/
}

#mainColumn .sys_textBox ul li a:hover, 
#mainColumn .sys_textBox ul li a:hover {
    color: #004a7c;
}


/* 3 col*/
.sys_threeColumns {
}

.sys_threeColumns .sys_column {
    float: left;
    width: 33%;
    padding-left: 10px;
    padding-right: 10px
}

.sys_threeColumns .sys_column.sys_first {
    width: 34%;
    padding-left: 0px;
}
.sys_threeColumns .sys_column.sys_last {
    padding-right: 0px;
}

/* 4 col*/
.sys_fourColumns {
}

.sys_fourColumns .sys_column {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.sys_fourColumns .sys_column.sys_first {
    padding-left: 0px;
}

.sys_fourColumns .sys_column.sys_last {
    padding-right: 0px;
}


/* Links icons */

a span.link_span {
        display:none !important;
        text-decoration:none;
}

a span.link_span:hover {
      text-decoration:none;
}

div#mainColumn a.sys_21 span.link_span {
    background: url("../img/icon-pdf.png") no-repeat 100% 0px;
    padding-right: 14px;
    margin-right: 1px;
    display: inline !important;
}

div#mainColumn a.sys_intranet span.link_span, div#mainColumn a.sys_t206695 span.link_span, div#mainColumn a.sys_t316785 span.link_span, div#mainColumn a.sys_t206696 span.link_span, div#mainColumn a.sys_t305981 span.link_span, div#mainColumn a.sys_t609564 span.link_span, div#mainColumn a.sys_t684525 span.link_span {
background: url("../img/icon-intranet.png") no-repeat 100% 2px;
padding-right: 11px;
margin-right: 1px;
display: inline !important;
}

/* Colored boxes
---------------*/
.sys_listBox {
    width: 100%;
    float: left;
    padding: 10px 10px 4px;
    margin-bottom: 16px;
    background: #F1F1F1;
    /*font-size: 13px;*/
}

.sys_listBox .sys_boxTitle, .sys_textBox .sys_boxTitle {
    font-size: 2.0em;
    letter-spacing: 0px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #004a7c;
}

.sys_listBox p, .sys_listBox ul, .sys_listBox p, .sys_listBox ol {
    font-size: 13px;
    margin-bottom: 5px;
}

.sys_listBox ul, .sys_listBox ol {
    /*font-size: 1.2em;*/
    line-height: 20px;
    margin-bottom: 0;
}

.sys_listBox li {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    background: url(/templates/eudocittemplate/img/arrow-highlight.png) no-repeat left 7px;
}

.sys_listBox li p {
    margin: 0;
    font-size: 1.0em;
}




/* News
----------------------------------------------------------------------------------------------------*/
.sys_contentBox {
    width: 300px;
    float: left;
    margin-bottom: 20px;

}

.sys_newsBox, .sys_publicationsBox {
    margin-right: 20px;

}

.sys_newsBox {
}

.sys_newsBox h1, 
.sys_publicationsBox h1,
.sys_publicationsBox h2,
#NewsBoxTitle {
    color: #108CC8;
    border-bottom: 4px solid #108CC8;
    font-size: 2em;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#newsList ul li,
#publicationsList ul li,
#newsList .news_highlight,
#publicationsList .publication_highlight,
#LatestNews .sys_subitem {
    list-style-type: none;
    border-bottom: 1px solid #BFE0EF;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    font-size: 0.9em;
    color: #98ABA9;
    clear: right;
}

#newsList .news_highlight,
#publicationsList .publication_highlight {
    min-height: 100px;
}

/*#newsList .news_highlight img,
#publicationsList .publication_highlight img,
#LatestNews img {
    float: right;
    width: 100px;
    height: 100px;
    margin: 10px 0 0 10px;
}*/

#LatestNews {
    float: left;
    margin-bottom: 20px;
}

#LatestNews.single {
    width: 300px;
    margin-left: 20px;
}

#LatestNews img {
    margin-top: 0;
}

#newsList .news_highlight p,
#publicationsList .publication_highlight p,
#publicationsList .publication_highlight h2,
#publicationsList .publication_highlight .publication_author {
    line-height: 20px;
    margin: 0;
    font-size: 1.4em;
    color: #98ABA9;
}

#newsList .news_highlight h2,
#publicationsList .publication_highlight h2 {
   font-size: 1em;
   letter-spacing: normal;
   margin: 0;
   border: none;
}

#publicationsList .publication_highlight h2  {
    font-size: 1.4em;
}



.sys_newsBox a, 
.sys_publicationsBox a,
#LatestNews h3 a,
#NewsLink {
    color: #108CC8;
    text-decoration: none;
    /*font-weight: bold;*/
}

.sys_newsBox a:hover, 
.sys_publicationsBox a:hover,
#LatestNews h3 a:hover,
#NewsLink:hover {
    color: #004A7C; /* #14b8e0; */
}

#NewsLink {
    font-weight: normal;
    font-size: 1.2em;
    padding-left: 10px;
    background: url(/templates/eudocittemplate/img/arrow-blue-right.png) no-repeat left center;
}

#LatestNews h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

#LatestNews dd{
    font-size: 1.4em;
}

#LatestNews dt,
#LatestNews .sys_news-datepublished {
    display: none;
}


.sys_newsBox a:hover, 
.sys_publicationsBox a:hover {
    color: #14b8e0;
}

/* Pagination
----------------------------------------------------------------------------------------------------*/
.sys_flickrpager {
    /*border-top: 1px solid #0085c2;*/
    clear: both;
    padding-top: 10px;
    color: #0085c2;
    overflow: auto;
}

.sys_flickrpager .sys_paginginfo {
    float: left;
    font-size: 1.2em;
}

.sys_flickrpager .sys_navigation {
    float: right; 
}

.sys_flickrpager .sys_page,
.sys_flickrpager .sys_navigationnext,
.sys_flickrpager .sys_navigationprevious,
.sys_flickrpager .sys_ellipsis {
    display: block;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
}

.sys_flickrpager .sys_page {
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background-color: #bfe0f0;
    overflow: hidden;
}

.sys_flickrpager .sys_page a,
.sys_flickrpager .sys_page.sys_selected {
    text-decoration: none;
    display: block;
    width: 20px;
    text-align: center;
    padding: 3px 0;    
    color: #0085c2;
}

.sys_flickrpager .sys_page a:hover, 
.sys_flickrpager .sys_page.sys_selected {
    background-color: #0085c2;
    color: #FFF;
}

.sys_flickrpager .sys_page.sys_selected {
    /*height: 17px;*/
    padding: 3px 0 0;
}

.sys_flickrpager .sys_navigationprevious,
.sys_flickrpager .sys_navigationnext {
    margin-top: 3px;
}

.sys_flickrpager .sys_navigationprevious {
    margin-right: 5px;
    background: url(/templates/eudocittemplate/img/arrow-blue-left.png) no-repeat center left;
    padding-left: 8px;
}

.sys_flickrpager .sys_navigationnext {
    margin-left: 5px;
    background: url(/templates/eudocittemplate/img/arrow-blue-right.png) no-repeat center right;
    padding-right: 8px;
    
}

.sys_flickrpager .sys_disabled {
    color: #bfe0f0;
}

.sys_flickrpager .sys_navigationprevious.sys_disabled {
    background-image: url(/templates/eudocittemplate/img/arrow-blue-left-disabled.png);
}

.sys_flickrpager .sys_navigationnext.sys_disabled {
    background-image: url(/templates/eudocittemplate/img/arrow-blue-right-disabled.png);
}


.sys_flickrpager .sys_navigationnext a{
    text-decoration: none;
    color: #0085c2;
}

.sys_flickrpager .sys_ellipsis {
    padding-top: 3px;
}



/*Standard Listing*/
.sys_standard-list {
    float: left;
}

.sys_standard-list.narrow {
    width: 300px;
    margin-left: 20px;
}

.sys_standard-list h2 {
    font-size: 2em;
    border-bottom: 4px solid #0085C2;
    padding-bottom: 10px;
    font-weight: normal;
}

.sys_standard-list .sys_groupheader {
    padding: 8px 10px;
    background: #E7E7E7;
    color: #777;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: -1px;
}

.sys_standard-list .sys_subitem {
    border-bottom: 1px solid #BFE0EF;
    padding: 10px 0;
    clear: both;
    overflow: auto;
    width: 100%;
}

.sys_standard-list .sys_subitem .sys_news-subheading {
    font-size: 1.2em;
    margin-bottom: 6px;
}

.sys_standard-list .sys_subitem dd,
.sys_standard-list .sys_subitem dt,
.sys_standard-list .sys_subitem p {
    font-size: 1.2em;
    color: #788b8b;
    margin-bottom: 6px;
}

.sys_standard-list .sys_subitem .sys_thumbnail {
    float: left;
    margin: 0 10px 5px 0;
}


/* Login
------------------------------*/

#LogonControl_LoginPanel label {
    width: 334px;
}

#LogonControl_LoginPanel input {
    display: block;
    margin-top: 5px;
}


#LogonControl_UsernameLabel {
    float: left;
}

#LogonControl_PasswordLabel {
    float: left;
    margin-top: -15px;
    margin-left: 40px;
}


#LogonControl_UserName {
    width: 200px;    
    float: left;
    clear: left;
}

#LogonControl_Password {
    float: left;
    width: 200px;
    margin-left: 40px;
}

#LogonControl_SubmitButton {
    /*position: absolute;
    left: 480px;
    top: 70px;*/
    width: 70px;
    margin-left: 40px;
    float: left;
}

#LogonControl_SavePasswordPanel {
    clear: both;
    padding-top: 10px;
}

#LogonControl_SavePasswordPanel label {
    font-weight: normal;
    font-size: 1.2em;
    margin-top: 4px;
}

#LogonControl_SavePasswordPanel input {
    float: left;
    margin-right: 5px;
}

/* A to Z
--------------------------*/

#mainColumn .sys_atoz-control {
    border-bottom: 4px solid #0085c2;
    height: 38px;
    /* width: 934px; */
    margin: 20px auto 20px auto;
}

#mainColumn .sys_atoz-control ul {
    margin: 0;
    padding: 0;
}

#mainColumn .sys_atoz-control li{
    list-style: none;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 0 2px;
    width: 3.6%; /*34px;*/
    height: 34px;
    background: #bfe0f0;
    padding: 0;
}

#mainColumn .sys_atoz-control li.sys_noresults {
	background-color: #ddd;
}

#mainColumn .sys_atoz-control li.sys_first {
    margin: 0;
}

#mainColumn .sys_atoz-control li.sys_noresults span,
#mainColumn .sys_atoz-control li a {
    display: block;
    text-decoration: none;
    color: #0085c2;
    /*width: 34px;*/
    text-align: center;
    padding: 6px 0 8px;
}

#mainColumn .sys_atoz-control li.sys_noresults span {
	color: #777;
}

#mainColumn .sys_atoz-control li a:hover,
#mainColumn .sys_atoz-control li.current a {
    color: #FFF;
    background: #0085c2;
}


#mainColumn .sys_atoz-control .link_span,
#mainColumn .sys_atoz_heading {
	color: #0085C2;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Library - new acquisitions
------------------------------ */

.newAcqList ol li {
padding-bottom: 15px;
}

.newAcqList ol dl {
padding-left: 5px;
}

.newAcqList ul {
border-bottom: 4px solid #004A7C;
margin-bottom: 30px;
padding-bottom: 30px;
}

.newAcqList h2 {
clear: right;
}

.newAcqListTop {
float: right;
padding-bottom: 15px;
font-size: 11.5px;
}

.right-menu-profile li {
	border-radius: 10px; 
	-moz-border-radius: 10px; /* firefox */
	-webkit-border-radius: 10px; /* safari, chrome */
	background: #0E8FC9 !important;
	display: block;
	border: 1px solid #0E8FC9 !important;
}

#AM-right-menu.right-menu-profile li {
	background: #4AD883 !important;
	border: 1px solid #4AD883 !important;
}

#AM-right-menu.right-menu-profile li.country-selected >a{
	color: #4AD883 !important;
}

#AM-right-menu.right-menu-profile li:hover >a{
	color: #4AD883 !important;
}

#AM-right-menu.right-menu-profile li.country-selected {
	background: #fff !important;
}

.right-menu-profile li >a {
	color: #fff;
	display: block;
}

.right-menu-profile li.country-selected {
	background: #fff !important;
}

.right-menu-profile li.country-selected >a{
	color: #0E8FC9 !important;
}
#AM-right-menu.right-menu-profile li:hover,
.right-menu-profile li:hover {
	background: #fff !important;
}
.right-menu-profile li:hover >a{
	color: #0E8FC9 !important;
}

.tab.not-active {
	display:none;
}

.tab.active {
	display:block;
	width: 100%;
}