
/* - reset.css - */
@media screen {
/* https://www.iasplus.com/portal_css/reset.css?original=1 */
/* */
* { margin: 0; padding: 0; }
* :link,:visited { text-decoration:none }
* ul,ol { list-style:none; }
* li { display: inline; }
* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* a img,:link img,:visited img { border:none }
a { outline: none; }
table { border-spacing: 0; }
img { vertical-align: text-bottom; }
iframe { border-width: 0; border-style:none; }
/* */

}


/* - base.css - */
@media screen {
/* https://www.iasplus.com/portal_css/base.css?original=1 */
/* */
/* */
#content ul {
list-style-type: disc;
margin-left: 2em;
}
#content ol,
dl.portlet ol,
div.portletStaticText ol {
list-style-type: decimal;
margin-left: 2em;
}
#content li,
dl.portlet li,
div.portletStaticText li {
margin-bottom: 0.25em;
line-height: 1.5em;
display: list-item;
}
/* */
#content .discreet,
#sidebar .discreet {
color: #666;
font-size: 85%;
font-weight: normal;
}
#content .visualHighlight {
background-color: #ffb;
}
#content .pullquote {
margin: 0 1em 0.5em 0.5em;
font-weight: bold;
line-height: 1.25em;
float: right;
width: 35%;
clear: right;
color: #444;
font-size: 1.6em;
letter-spacing: -0.08em !important;
}
#content .callout {
background: #eee;
padding: 1em;
border-left: 1em solid #ccc;
clear: both;
}
/* */
#content div.documentByLine {
font-size: 85%;
display: block;
color: #666;
}
#content img.tileImage,
#content div.newsImageContainer {
float: right;
margin: 0 1em 0.5em 1em;
}
.eventDetails {
float: right;
clear: right;
margin: 0 0 0.5em 1em;
}
#content .eventDetails .eventDetail {
clear: both;
}
/* */
/* */
table.listing,
table.plain {
border-spacing: 0;
border-collapse: collapse;
}
table.invisible td,
table.invisible th,
table.plain td,
table.plain th,
table.listing td,
table.listing th {
padding: 0.5em 1em;
vertical-align: top;
}
table.plain th,
table.plain td {
border: 1px solid #ddd;
}
table.plain th {
text-align: left;
}
table.listing td.listingCheckbox,
table.listing th.listingCheckbox {
text-align: center;
}
table.listing {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
table.listing .top {
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.listing th {
text-align: left;
color: #666;
border: 0.1em solid #e7e7e7;
border-style: solid solid none;
background: #ddd;
}
table.listing tr.odd th {
border: 0.1em solid #fff;
border-style: solid solid none none;
}
table.listing tbody th {
font-weight: bold;
}
table.listing tbody tr {
text-align:left;
}
table.listing tbody tr.odd {
background: #eee;
}
table.listing tbody tr td {
background: transparent;
}
table.listing tbody tr.odd td {
background: #eee;
}
table.listing td {
border-right: 1px solid #ddd;
}
.icons-on #listing-table td {
line-height: 2em;
}
table.listing a {
border: none;
display: inline-block;
border-bottom: none !important;
}
table.listing td.draggable {
text-shadow: White 1px 1px 1px;
background: #ddd !important;
border-bottom: 1px solid white;
padding: 0.4em 0.4em 0 0.5em;
}
/* */
table.vertical {
}
table.vertical th {
text-align: right;
}
table.vertical td {
border-top: 0.1em solid #e7e7e7;
padding: 0.5em;
}
/* */
table.grid td,
table.grid th {
border: 1px solid #e7e7e7;
padding: 0.5em;
}
.dragindicator {
outline: 2px solid #FFD700;
}
#foldercontents-order-column {
padding: 0;
}
div.listingBar {
font-size: 80%;
margin: 1em 0;
}
div.listingBar .next {
display: inline-block;
float: right;
}
div.listingBar .previous {
display: inline-block;
}
div.listingBar a {
display: inline-block;
padding: 0.25em 0.5em;
border: 0.1em solid #ccc;
}
div.listingBar a:hover {
color: White;
background-color: #329fd7;
border-color: #329fd7;
}
/* */
/* */
dl.portalMessage,
div.attention,
div.caution,
div.danger,
div.error,
div.hint,
div.important,
div.note,
div.tip,
div.warning {
margin: 1em 0;
font-size: 80%;
border: 1px solid #996;
background-color: #ffffe3;
clear:both;
}
dl.portalMessage a,
#content dl.portalMessage a,
div.attention a,
div.caution a,
div.danger a,
div.error a,
div.hint a,
div.important a,
div.note a,
div.tip a,
div.warning a,
#content div.attention a,
#content div.caution a,
#content div.danger a,
#content div.error a,
#content div.hint a,
#content div.important a,
#content div.note a,
#content div.tip a,
#content div.warning a {
color: black;
border-bottom: 1px solid #888;
}
dl.portalMessage dt,
div > .admonition-title {
background-color: #996;
font-weight: bold;
float: left;
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
color: White;
line-height: 1.25em;
}
dl.portalMessage dd,
div.attention > .last,
div.caution > .last,
div.danger > .last,
div.error > .last,
div.hint > .last,
div.important > .last,
div.note > .last,
div.tip > .last,
div.warning > .last {
padding: 0.5em 0.5em;
margin: 0;
line-height: 1.25em;
}
dl.warning {
border-color: #d80;
}
dl.warning > dt,
.warning > .admonition-title {
background-color: #d80;
}
dl.error {
border-color: red;
}
dl.error > dt,
.error > .admonition-title {
background-color: #d00;
}
.warning > dd,
.warning > .last {
background-color: #fd7;
}
.error > dd,
.error > .last {
background-color: #fdc;
}
/* */
#content dl.portalMessage,
#content div.attention a,
#content div.caution a,
#content div.danger a,
#content div.error a,
#content div.hint a,
#content div.important a,
#content div.note a,
#content div.tip a,
#content div.warning a {
font-size: 100%;
}
#content dl.portalMessage dt,
#content div > .admonition-title {
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
}
#content dl.portalMessage dd,
#content div.attention > .last,
#content div.caution > .last,
#content div.danger > .last,
#content div.error > .last,
#content div.hint > .last,
#content div.important > .last,
#content div.note > .last,
#content div.tip > .last,
#content div.warning > .last {
margin: 0;
}
/* */
/* */
dl.collapsible {
border: 0.1em solid #8cacbb;
margin: 1em 0;
padding: 0;
}
dl.collapsible dt.collapsibleHeader {
display: block;
float: left;
background: White;
line-height: 1.2em;
vertical-align: middle;
font-size: 90%;
position: relative;
top: -0.6em;
width: auto;
margin: 0 0 -0.6em 1em;
padding: 0 0.5em;
}
dl.collapsible dd.collapsibleContent {
margin: 0;
padding: 0 1em 0.4em;
clear: left;
}
/* */
dl.collapsible dd.collapsibleContent > dl {
margin: 0;
padding: 0;
}
dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
padding: 0 0.5em 0 2em;
background: White url(treeExpanded.png) no-repeat 0.5em 50%;
cursor: pointer;
}
dl.collapsedBlockCollapsible {
border: none;
height: 1em;
width: auto;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader,
dl.collapsedBlockCollapsible dt.collapsibleHeader {
float: none;
position: relative;
margin: 0 0 0 1em;
padding: 0 0.5em 0 2em;
line-height: 1.2em;
cursor: pointer;
background: White url(treeCollapsed.png) no-repeat 0.5em 50%;
}
dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
display: none;
}
dl.collapsedInlineCollapsible {
border: none;
height: 1em;
width: auto;
display: inline;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader {
position: static;
float: none;
margin: 0;
padding: 0 0 0 2em;
line-height: 1em;
cursor: pointer;
display: inline;
}
/* */
/* */
.comment {
margin-top: 1.5em;
font-size: 80%;
}
.comment .documentByLine {
margin-left: 1em;
}
.comment .formControls {
margin-left: 0;
}
.commentTime {
color: #666;
}
.commentBody {
padding: 1em;
margin: 0.5em 0;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
box-shadow: 0 0 1em 0 #888;
-moz-box-shadow: 0 0 0.5em 0 #888;
-webkit-box-shadow: 0 0 0.5em #888;
}
.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
font-weight: normal;
}
/* */
.reviewHistory,
.contentHistory {
display: inline;
color: Black;
}
.spacer {
margin: 1em;
}
.label {
font-weight: bold;
display: inline;
}
.label .fieldErrorBox {
font-weight: normal;
}
.optionsToggle {
border: 0.1em solid #8cacbb;
color: Black;
background-color: #dee7ec;
font-weight: normal;
font-size: 90%;
}
/* */
.highlightedSearchTerm {
background-color: #ffa;
}
dl.searchResults .highlightedSearchTerm {
background-color: transparent;
font-weight: bold;
}
/* */
.noInheritedRoles {
color: #a0a0a0;
}
/* */
.currentItem {
border-collapse: collapse;
border: 0.2em solid #ffa500;
padding: 0.1em;
}
/* */
/* */
fieldset#search-field {
border: none !important;
text-align: center;
}
input.searchPage {
font-size:200% !important;
}
#rss-subscription {
float: left;
line-height: 3em;
}
#search-results-bar .actionMenuContent {
margin-top: 1em;
padding: 0;
}
#search-filter {
background: #ddd;
margin: 0;
padding: 0;
}
#content #search-filter fieldset {
border: none !important;
position: relative;
padding: 0;
margin: 0;
}
#content #search-filter legend {
background: transparent;
font-size: 1.1em;
padding: 0.5em 0.9em;
font-weight: bold;
}
#search-filter .field {
background: #eee;
padding: 1em 1.5em;
margin: 0;
}
#search-filter .field label {
font-weight: normal;
}
#search-filter .formControls {
text-align:center
}
#search-results-wrapper {
margin-top: 1em;
}
form.searchPage h1.documentFirstHeading {
font-weight:normal;
letter-spacing:0;
float: left;
margin-right: 0.8em;
}
form.searchPage h1.documentFirstHeading .highlightedSearchTerm {
background: transparent !important;
}
#search-results-bar > * {
float: left;
}
#searchResultsSort{
float:right;
}
#search-results-bar {
position: relative;
z-index: 1;
float: left;
width: 100%;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
padding: 1em 0;
}
#search-results-bar dl.actionMenu {
margin-bottom: 0;
}
#search-results-bar dd.actionMenuContent {
margin-left: 0;
padding-left: 0;
}
#search-results-bar dt.actionMenuHeader a {
border-bottom: none;
}
#search-results-bar dt.actionMenuHeader a::after {
content: " ▼";
}
#search-results {
padding: 1em;
}
.searchResults {
margin-top: 0;
}
#ajax-search-res {
display: none;
}
/* */
/* */
.image-left {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.image-right {
float: right;
margin: 0.5em;
}
.image-inline {
float: none;
}
/* */
/* */
dl.toc {
float: right;
width: 35%;
font-size: 100%;
margin: 1em 0 0.5em 1.5em;
}
dl.toc dt {
margin-left: 1em;
font-weight: normal;
text-transform: uppercase;
}
dl.toc dd {
margin-bottom: 0;
padding-left: 2em;
}
dl.toc dd ol {
margin-left: 1.5em;
}
/* */
/* */
#portal-sitemap {
list-style: none;
margin-left: 0;
font-size: 130%;
font-weight: bold;
}
#portal-sitemap li {
list-style: none;
margin-left: 0;
}
#portal-sitemap a {
border-bottom: none;
display: block;
}
#portal-sitemap > li {
border-bottom:0.1em dotted #ddd;
line-height:1.8em;
padding:0.25em 1em;
margin-bottom: 0;
}
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul {
font-size: 85%;
font-weight: normal;
margin-bottom: 0;
padding: 0.25em 0;
}
/* */
/* */
.photoAlbumEntry {
float: left;
position:relative;
overflow: hidden;
height: 185px;
width: 143px;
margin: 0em;
padding: 0px 6px 0px 9px;
text-align: center;
background-image: url('polaroid-single.png');
background-repeat: no-repeat;
}
.photoAlbumEntry img {
border: 1px solid #ccc;
display: block;
margin: 0 auto;
}
.photoAlbumEntryWrapper {
height: 130px;
width: 128px;
margin-bottom: 7px;
}
.photoAlbumEntry a {
display: block;
text-decoration: none;
font-size: 90%;
height: 169px;
width: 130px;
margin: 16px auto 0px;
}
.photoAlbumFolder {
background-image: url('polaroid-multi.png');
background-repeat: no-repeat;
}
.photoAlbumEntryTitle {
color: #76797c;
display: block;
width: 128px;
height: 3.6em;
}
/* */
/* */
.hiddenStructure {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 0.1em;
overflow: hidden;
padding: 0;
margin: -0.1em 0 0 -0.1em;
width: 1px;
}
/* */
/* */
.ie6 .hiddenStructure,
.ie7 .hiddenStructure {
position: absolute;
}
#content .visualNoMarker {
list-style:none;
margin-left: 0;
}
.visualClear {
clear: both;
}
/* */
/* */
body.largeText { font-size: 125%; }
body.smallText { font-size: 85%; }
/* */
/* */
/* */
div.overlay {
width: auto;
height: auto;
/* */
display: none;
/* */
margin: 1em;
font-size: 80%;
}
div.overlay-iframe,
div.overlay-ajax {
width: 60%;
min-height: 100px;
z-index: 99; /* */
}
div.overlay-iframe {
height: 60%;
}
/* */
div.overlaybg div.close,
div.overlay div.close {
background-image: url(pb_close.png);
position: absolute;
left: -14px;
top: -14px;
cursor: pointer;
height: 30px;
width: 30px;
}
.pb-ajax {
overflow-y: auto;
}
.pb-ajax, .pb-image, .overlay iframe {
background-color: #fff;
border: 1px solid #999;
white-space: normal;
box-shadow: 0 0 3em 0.5em #666;
-moz-box-shadow: 0 0 3em 0.5em #666;
-webkit-box-shadow: 0 0 3em #666;
}
.pb-ajax > div {
width: 92%;
padding: 1em;
}
.pb-ajax .documentActions {display:none}
div.overlay div.close span {
display: block;
height: 1px;
margin: -1px 0 0 -1px;
overflow: hidden;
padding: 0;
width: 1px;
}
div.overlay textarea { width: 100%; }
/* */
div.overlay .link-parent { display: none; }
div.overlay #createGroup legend { display: none; }
div.overlay #createGroup fieldset { border: none; }
/* */
div.overlay p {
margin-bottom: 1em;
}
div.overlay label {
margin-bottom: 0.25em;
}
div.overlay a:hover {
color: #75ad0a;
}
div.overlay a:hover label{
cursor: pointer;
}
div.overlay a.selected {
color: #000000;
}
div.overlay .formTab {
margin-right:1em;
font-weight: bold;
}
div.overlay .formTab.lastFormTab {
margin-right:0em;
}
div.overlay .formControls a {
display: block;
margin: 0.75em;
}
/* */
/* */
#history dd {
}
div.historyRecord {
margin-bottom: 1em;
}
div.historyTools ul {
float: right;
margin: 2px 1em;
}
div.historyTools ul li {
display: inline;
padding: 0 0.015em;
}
div.historyTools ul li a{
border-bottom: none;
}
div.historyTools form {
display: inline;
}
.historyAction {
}
.historyByLine {
background: #ddd;
padding: 0.5em;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
div.historyLinks {
float: right;
clear: right;
margin: 0.5em 1em 0 0;
}
div.historyComment {
padding: 0.5em 1em;
border: 1px solid #ddd;
}
div.historyComment p {
margin: 0;
padding-top: 1px;
}
a.historyComparePrevious {
border-top: 1px dotted #ccc;
display: block;
margin-top: 1.5em;
margin-bottom: -0.5em;
text-align: center;
}
a.historyComparePrevious span {
background-color: white;
position: relative;
top: -0.75em;
padding: 0 0.5em;
}
/* */
/* */
.icons-on .contenttype-document {
background: no-repeat transparent 0px 4px url(contenttypes-sprite.png);
}
.icons-on .contenttype-event {
background: no-repeat transparent 0px -212px url(contenttypes-sprite.png);
}
.icons-on .contenttype-folder {
background: no-repeat transparent 0px -644px url(contenttypes-sprite.png);
}
.icons-on .contenttype-link {
background: no-repeat transparent 0px -1076px url(contenttypes-sprite.png);
}
.icons-on .contenttype-news-item {
background: no-repeat transparent 0px -1292px url(contenttypes-sprite.png);
}
.icons-on .contenttype-plone-site {
background: no-repeat transparent 0px -1508px url(contenttypes-sprite.png);
}
.icons-on .contenttype-collection {
background: no-repeat transparent 0px -1724px url(contenttypes-sprite.png);
}
.icons-on .contenttype-topic {
background: no-repeat transparent 0px -1724px url(contenttypes-sprite.png);
}
/* */
.icons-on #plone-contentmenu-factories .contenttype-file {
background: no-repeat transparent 0px -428px url(contenttypes-sprite.png);
}
.icons-on #plone-contentmenu-factories .contenttype-image {
background: no-repeat transparent 0px -860px url(contenttypes-sprite.png);
}
.icons-on .contenttype-document,
.icons-on .contenttype-event,
.icons-on .contenttype-folder,
.icons-on .contenttype-link,
.icons-on .contenttype-news-item,
.icons-on .contenttype-plone-site,
.icons-on .contenttype-collection,
.icons-on .contenttype-topic,
.icons-on #plone-contentmenu-factories .contenttype-file,
.icons-on #plone-contentmenu-factories .contenttype-image {
line-height: 2em;
display: inline-block;
*display: block;
padding-left: 20px !important;
}
/* */
/* */
.optionsBox {
overflow-y: auto;
border: solid 1px #999999;
background: #FFFFFF;
height: 14em;
width: 100%;
}
/* */
/* */
.ie7 div.optionsBox {
width: 50%;
}
.optionsBox LABEL {
padding: 2px 0 0 0;
display: block;
line-height: 1em;
font-weight: normal;
}
.optionsBox input{
vertical-align: middle;
margin: 1px 4px 4px 6px;
}
/* */
/* */
.ie7 .optionsBox input {
margin: 0px;
}
.optionsBox LABEL.checked {
background-color: #EEEEEE;
}
.optionsBox LABEL.hover {
background-color: #777777;
color: #FFFFFF;
}
#archetypes-fieldname-subject .formHelp {
font-weight: normal;
}
#existingTagsSection {
position: relative;
margin-left: 3em;
}
#existingTags {
float: left;
width: 50%;
}
#content #existingTags dd {
margin-bottom: 1px;
margin-left: 0;
}
#content #selectedTags, #content #newTags {
margin-bottom: 0;
margin-left: 0;
}
#content #selectedTagsSection {
margin-left: 3em;
float: left;
width: 43%;
margin-bottom: 0;
}
#newTagsSection {
width: 48%;
margin-left: 3em;
}
#content p.selectedTag {
margin-bottom: .4em;
}
#existingTagsTitle, #newTagsTitle {
float: left;
}
#existingTagsHelp, #newTagsHelp {
float: right;
}
#noTagsSelected, #oneOrMoreTagsSelected {
display: none;
}
#ajax-spinner {
display:none;
width: 20px;
height: 20px;
position: fixed;
background-position: center center;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
}
/* */

}


/* - public.css - */
@media screen {
/* https://www.iasplus.com/portal_css/public.css?original=1 */
/* */
.state-published {
color: #436976 !important;
}
/* */
body {
font: 100% Arial, FreeSans, sans-serif;
background: White;
color: Black;
/* */
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
font-weight: bold;
color: Black;
line-height: 1.5em;
}
h1, h2 {
letter-spacing: -0.05em;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.75em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.8em;
}
h2, h3, h4, h5, h6 {
color: #444;
}
h2 a, h3 a, h4 a {
border-bottom: none !important;
}
p {
}
a:link, a:visited {
color: #205c90;
}
a:focus img {
outline: thin dotted;
}
dt {
font-weight: bold;
}
input {
font-family: "Lucida Grande", Arial, FreeSans;
}
q {
quotes: "“" "”" "‘" "’";
}
sup,
sub {
height: 0;
line-height: 1;
vertical-align: baseline;
_vertical-align: bottom;
position: relative;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
/* */
/* */
#portal-header {
position: relative;
z-index: 2;
}
#portal-logo {
display: inline-block;
margin: 1.375em 0;
}
/* */
/* */
.ie6 #portal-logo,
.ie7 #portal-logo {
margin-top: 0;
}
#portal-globalnav {
clear: both;
font-size: 80%;
background: #ddd;
/* */
margin: 0 0 1em 0;
}
#portal-globalnav li {
}
#portal-globalnav li a {
display: inline-block;
padding: 0.5em 1em 1.8em 1em;
background: #ddd;
min-width: 6em;
white-space: normal;
border-right: 0.1em solid white;
}
#portal-globalnav .selected a,
#portal-globalnav a:hover {
background: #205c90;
color: White;
}
#portal-globalnav .selected a:hover {
background: #ddd;
color: #205c90;
}
#portal-personaltools {
float: right;
background: #e3e3e3;
position: relative;
z-index: 3; /* */
top: 0;
right: 0;
padding: 0.25em 0.5em;
font-size: 80%;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
#portal-personaltools #anon-personalbar a {
float: left;
margin: 0 0.5em;
}
#portal-languageselector {
float: right;
background: #e3e3e3;
position: relative;
top: 0;
right: 1px;
z-index: 3; /* */
padding: 0.25em 0.5em;
font-size: 80%;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
max-width: 50%;
}
#portal-searchbox {
float: right;
text-align: left;
clear: right;
margin: 1.2em 0;
font-size: 80%;
}
#portal-searchbox form {
white-space: nowrap;
}
#portal-searchbox label {
font-weight: normal;
}
#searchGadget {
width: 13em;
}
#searchGadget,
.LSBox input.searchButton {
}
.LSBox .searchSection {
}
#content input.searchField {
margin-bottom: 1em;
}
input.searchField {
-moz-appearance: searchfield;
}
/* */
.collapsible .collapser.collapsed {
padding-right: 14px;
background: url('arrowRight.png') center right no-repeat;
}
.collapsible .collapser.expanded {
padding-right: 14px;
background: url('arrowDown.png') center right no-repeat;
}
/* */
/* */
#LSResult {
position: absolute;
right: 0;
background: White;
margin: -1.5em 0 0 -7em;
}
#LSResult fieldset {
padding: 1em 0 0;
border: 0.1em solid #ccc;
}
#livesearchLegend {
background-color:#ccc;
padding:0.3em;
}
#LSResult .LSDescr {
font-size: 85%;
color: #666;
}
.LSRow,
#LSNothingFound {
display: block;
padding: 0.5em 1em;
white-space: normal;
width:28em;
}
.LSHighlight {
background: #ddd;
}
/* */
/* */
#portal-breadcrumbs {
font-size: 80%;
margin-bottom: 1em;
margin-left: 0.25em;
}
#portal-breadcrumbs a {
border-bottom: none;
display: inline-block;
}
.breadcrumbSeparator {
color: #666666;
}
/* */
/* */
#portal-siteactions {
font-size: 85%;
padding-bottom: 2em;
text-align: center;
clear: left;
}
#portal-siteactions li {
margin-right: 0.5em;
}
#portal-siteactions li a:hover {
color: #75ad0a
}
/* */
/* */
a.link-parent {
}
a.link-anchor {
border: none !important;
color: Black !important;
cursor: default !important;
}
#content a.link-overlay {
border-bottom: 1px dotted #205c90 !important;
}
dl dt .documentByLine {
font-weight: normal;
}
dl dt span.summary a {
border: none !important;
}
/* */
/* */
#content {
line-height: 1.5em;
clear: both;
font-size: 80%;
margin: 1em 0.25em 2em 0.25em;
}
/* */
body#content {
margin: 1em;
}
#content h1 {
margin-top: 0.5em;
}
#content h1.documentFirstHeading {
margin-top: 0;
}
#content p,
#content table,
#content dl,
dl.portlet p,
dl.portlet {
margin-bottom: 1em;
}
#content ul,
#content ol {
}
#content a:link,
dl.portlet a:link {
color: #205c90;
border-bottom: 0.1em solid #ccc;
}
#content a:visited,
dl.portlet a:visited {
color: #427597;
border-bottom: 0.1em solid #ccc;
}
#content a:hover,
dl.portlet a:hover {
color: #75ad0a !important; /* */
}
#content a:target {
background-color: #ffb;
}
#content span.link-external a {
background: transparent url(link_icon.png) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#category {
font-size: 75%;
margin-bottom: 1em;
color: #666;
text-align: right;
}
#category a.link-category, span.selectedTag {
color: black;
padding: 0.25em 0.5em;
background: #ddd;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
}
#category a.link-category:hover {
background: #205c90;
color: White;
border-color: #205c90;
}
#category .separator {
display: none;
}
#content dt {
font-weight: bold;
margin-bottom: 0;
margin-right: 0;
}
#content-core dd {
margin: 0 0 1em 2em;
}
#content pre {
background-color: #222;
color: White;
font-family: Consolas, Inconsolata, Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
padding: 1em;
overflow-x: auto;
font-size: 90%;
margin-bottom: 1em;
line-height: 1.25em;
}
#content pre.python {
background-color: White;
}
#content code {
font-family: Consolas, Inconsolata, Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
}
#content table {
text-align: left;
border-collapse: collapse;
border-spacing: 0px;
}
#content .documentDescription,
#content #description {
color: #666;
margin-left: 0;
font: bold 1.25em "Helvetica Neue", Arial, FreeSans, sans-serif;
}
#content div.newsImageContainer a {
border-bottom: none;
}
#content div.newsImageContainer p.discreet {
margin: 0;
padding: 0.5em;
background-color: #666;
background-color: rgba(40,40,40,0.7);
color: White;
font-weight: bold;
position: relative;
width: 190px;
top: -3em;
}
/* */
#content .eventDetails {
border-color: #CCCCCC;
border-style: solid;
border-width: 0.08em;
width: 22em;
margin-top: 1em;
}
#content .eventDetails h2 {
background-color: #DDDDDD;
font-size: 100%;
letter-spacing: 0;
padding: 0.5em;
padding-left: 1em;
}
#content .eventDetails .eventDetail h3,
#content .eventDetails .eventDetail div {
padding: 2%;
}
#content .eventDetails .eventDetail h3 {
float: left;
font-size: 100%;
text-align: right;
width: 37%;
}
#content .eventDetails .eventDetail div {
float: left;
width: 55%;
}
/* */
/* */
img.image-left,
img.image-right,
.captioned img {
border: 1px solid #ddd;
}
dd.image-caption {
text-align: left;
padding: 0 0 0 3px; /**/
margin: 0;
color: #666;
font-size: 85%;
}
/* */
/* */
#portal-footer {
font-size: 75%;
background: #ddd;
padding: 1em;
margin: 1em 0;
line-height: 2em;
}
#portal-colophon {
font-size: 70%;
text-align: center;
margin-bottom: 1em;
}
#portal-colophon li {
padding:0 0.75em;
}
#portal-colophon a {
color: #444;
}
/* */

}


/* - columns.css - */
@media screen {
/* https://www.iasplus.com/portal_css/columns.css?original=1 */
div.row {
float: left;
width: 100%;
display: block;
position: relative;
}
div.cell {
position: relative;
float: left;
left: 100%;
}
/* */
.ie6 div.cell {
float: none;
}
/* */
div.width-1  { width:  4%    }
div.width-2  { width: 10.25% }
div.width-3  { width: 16.5%  }
div.width-4  { width: 22.75% }
div.width-5  { width: 29%    }
div.width-6  { width: 35.25% }
div.width-7  { width: 41.5%  }
div.width-8  { width: 47.75% }
div.width-9  { width: 54%    }
div.width-10 { width: 60.25% }
div.width-11 { width: 66.5%  }
div.width-12 { width: 72.75% }
div.width-13 { width: 79%    }
div.width-14 { width: 85.25% }
div.width-15 { width: 91.5%  }
div.width-16 { width: 97.75% }
/* */
/* */
div.position-0  { margin-left: -98.875% }
div.position-1  { margin-left: -92.625% }
div.position-2  { margin-left: -86.375% }
div.position-3  { margin-left: -80.125% }
div.position-4  { margin-left: -73.875% }
div.position-5  { margin-left: -67.625% }
div.position-6  { margin-left: -61.375% }
div.position-7  { margin-left: -55.125% }
div.position-8  { margin-left: -48.875% }
div.position-9  { margin-left: -42.625% }
div.position-10 { margin-left: -36.375% }
div.position-11 { margin-left: -30.125% }
div.position-12 { margin-left: -23.875% }
div.position-13 { margin-left: -17.625% }
div.position-14 { margin-left: -11.375% }
div.position-15 { margin-left:  -5.125% }
/* */
/* */
div.width-1\3a 2 { width:    47.75%; } /* */
div.width-1\3a 4 { width:    22.75%; } /* */
div.width-3\3a 4 { width:    72.75%; } /* */
div.width-full   { width:    97.75%  }
div.position-1\3a 4 {margin-left:    -73.875%;} /* */
div.position-1\3a 2 {margin-left:    -48.875%;} /* */
div.position-3\3a 4 {margin-left:    -23.875%;} /* */
/* */
div.width-1\3a 3 { width: 31.08%; } /* */
div.width-2\3a 3 { width: 64.42%; } /* */
div.position-1\3a 3 {margin-left: -65.545%;} /* */
div.position-2\3a 3 {margin-left: -32.205%;} /* */

}


/* - portlets.css - */
@media screen {
/* https://www.iasplus.com/portal_css/portlets.css?original=1 */
/* */
dl.portlet {
margin: 0 0 1em;
font-size: 80%;
}
dl.portletError {
background-color: #FFA500;
}
dl.portlet dt {
padding: 0.42em 1em;
background: #ddd;
line-height: normal;
}
dl.portlet dt.hiddenStructure {
padding: 0;
}
dl.portlet dt a:link,
dl.portlet dt a:visited,
dl.portlet dt a:hover {
color: black;
display: block;
border: none;
}
dl.portlet dd.portletItem,
dl.portlet dd.portletFooter,
dl.portletError dd {
padding: 1em;
}
.blockedPortlet .portletHeader {
border: 1px dashed #ddd;
margin: -1px;
background: none !important;
}
.blockedPortlet .portletHeader a {
color: #666;
}
.blockedPortlet .portletBlockedMessage {
color: white;
display: inline;
}
.portletItemDetails {
font-size: 85%;
padding-top: .5em;
line-height: 1.5em;
margin-left: 1em;
display: block;
}
#portlet-prefs a {
border: none;
line-height: 2em;
}
/* */
/* */
dl.portlet ul.navTree li a {
border: none;
display: block;
zoom: 1;
}
dl.portlet ul.navTree li a:hover {
}
dl.portletNavigationTree dd.portletItem {
padding: 0;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem {
padding: 0.25em 1em;
border-bottom: 0.1em dotted #ddd;
line-height: 2em;
}
dl.portlet ul.navTreeLevel1 .navTreeItem {
padding-left: 0.5em;
line-height: 2em;
}
dl.portlet ul.navTree .navTreeCurrentItem {
background-color: #ddd;
border-left: 1em solid #ddd;
margin-left: -1em;
margin-right: -1em;
}
/* */
/* */
.portletCalendar {
margin: 1px 0 1em 0;
}
.portletCalendar dt {
background-color: #eee;
font-weight: bold;
text-align: center;
line-height: 1.6em;
border-bottom: none;
}
#visual-portal-wrapper dl.portletCalendar dd {
padding: 0;
}
.portletCalendar dd {
margin: 0;
padding: 0;
}
.portletCalendar dt a#calendar-previous {
float: left;
padding: 0 1em;
margin: 0 -.5em;
}
.portletCalendar dt a#calendar-next {
float: right;
padding: 0 1em;
margin: 0 -.5em;
}
.portletCalendar a, .portletCalendar a:focus,
.portletCalendar a, .portletCalendar a:hover,
.ploneCalendar a {
text-decoration: none;
border-bottom: none !important;
}
.ploneCalendar {
border-spacing: 0;
width:100%;
}
.ploneCalendar td {
background-color: transparent;
width: 14%;
text-align: center;
padding: 2px;
}
.ploneCalendar .weekdays th {
background-color: #eee;
text-align: center;
padding: 2px;
}
.ploneCalendar .event {
background-color: #eee;
}
.ploneCalendar .todayevent {
background-color: #eee;
border: 2px solid #205C90;
}
.ploneCalendar .todaynoevent {
border: 2px solid #205C90;
}
/* */

}


/* - forms.css - */
@media screen {
/* https://www.iasplus.com/portal_css/forms.css?original=1 */
/* */
fieldset,
.editionComment {
line-height:1.5em;
margin:1em 0;
padding:0 1em 1em;
width:auto;
}
/* */
#content .field input[type="text"][name$=".title"],
#archetypes-fieldname-title input {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
line-height: 125%;
color: Black;
letter-spacing: -0.05em;
margin: inherit -0.05em;
font-size: 2em; /* */
font-weight: bold;
}
/* */
#content .field textarea[name$=".description"],
#archetypes-fieldname-description textarea#description {
font-family: Arial,FreeSans,sans-serif;
color:#666666;
font-size:1.25em;
font-weight: bold;
}
div.formControls {
margin: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #ffffe0;
}
#content textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
width: 100%;
}
#content select {
vertical-align: top;
}
#content fieldset {
border: 0.1em solid #329fd7;
border-style: solid none none none;
}
#content legend {
padding: 0.5em;
font-size: 85%;
}
label {
font-weight:bold;
}
label .fieldErrorBox {
font-weight: normal;
}
#content label {
}
#content optgroup {
font-style: normal;
font-weight: bold;
color: #999;
padding-left: 0.25em;
}
#content option {
color: black;
}
#content optgroup > option {
padding: 0 0.25em 0 1em;
}
dl.enableFormTabbing dd {
margin-left: 0;
padding-top: 2em;
}
.searchSection {
color: #76797c;
margin-top: 0.25em;
}
.searchSection label:hover {
color: Black;
}
.field {
clear: both;
margin-bottom: 1em;
}
.field input[type="text"] {
width: 20em;
}
.field input[type="text"][size] {
width: auto;
}
.field input[type="text"][name$=".title"],
input#title {
width: 100%;
}
.field.error input[type="text"][name$=".title"],
.error input#title {
width: 99%;
}
.fieldRequired {
background: url(required.png) center left no-repeat;
padding: 0 0 0 1em;
color: White;
}
.fieldUploadFile {
text-align: right;
margin-right: 0.75em;
display: none;
}
.fieldTextFormat {
text-align: right;
margin-right: 0.75em
}
.formHelp {
color: #555;
margin: 0 0 0.2em 0;
display: block;
font-weight: normal;
}
div.field.error {
background-color: #fdc;
border:  1px solid red;
padding: 0.5em;
margin:  1em 0;
}
.error .fieldRequired {
color: #d00;
}
div.error.warning {
background-color: transparent;
border: none;
margin-top: 0;
padding: 0;
}
div.error.warning input {
border: 2px solid red;
}
input.inputLabelActive {
color: #76797c;
}
textarea#form\.description {
height: 6em;
width: 99%;
}
table.listing tbody tr.odd.selected td,
table.listing tbody tr.odd.dragging td,
tr.dragging,
tr.selected {
background-color: #ffa;
}
table.listing tbody tr.odd.error td,
tr.error {
background-color: #fdc;
}
.multi-widget-field {
padding-left: 0.5em;
border-left: 1.5em solid #DDD;
}
.multi-widget-checkbox {
margin-left: -2em;
margin-right: 0.5em;
width: 1.5em;
display: inline-block;
}
/* */
body.template-logged_out #content,
body.template-login_form #content,
.pb-ajax #login-form {
text-align: center;
}
#fieldset-openid-login input, #login-form input {
font-size: 150%;
}
body.template-register #content input,
body.template-new-user #content input {
font-size: 150%;
width: inherit;
}
#fieldset-openid-login label, #login-form label {
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
width: 10em;
display: inline-block;
}
#fieldset-openid-login .formControls input, #login-form .formControls input {
margin-left: 0.25em;
}
/* */
/* */
}


/* - ++resource++iasplus.theme.iascss/global.css - */
@media screen {
/* https://www.iasplus.com/portal_css/++resource++iasplus.theme.iascss/global.css?original=1 */
@charset "utf-8";
/* */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}
ins {
background-color: #0f0;
color: #000;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
a {
outline: none;
text-decoration:none;
color: #3E3E3E;
}
body {
font-size:100%;
font-family: Arial, Helvetica, sans-serif;
}
.containerFrame {
background:#999 url(/++theme++iasplus.theme/css/images/bluetile.png) repeat-x;
}
#col2 form {display:inline; position:relative;}
/* */
.hidden {
display:none;
}
.noBorder {
border:0 !important;
}
.noborder1 {
vertical-align:left;
float:left;
}
.noMargin {
margin:0 !important;
}
.paddingRight {
padding-right:60px;
position:relative;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
sup {
vertical-align: top;
font-size:10px;
}
sub {
vertical-align: bottom;
font-size:10px;
}
.offscreen {
position: absolute !important;
left: -9999px !important;
clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
.ie7 .offscreen {
clip: rect(1px 1px 1px 1px); /* */
}
.clickable {
cursor: pointer;
}
.floatLeft {
float: left;
}
.floatRight  {
float: right;
}
.floatNone {
float: none;
}
/* */
input[type="radio"] {
vertical-align: left;
}
input[type="checkbox"] {
vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
vertical-align: baseline;
}
.ie6 input {
vertical-align: text-bottom;
}
/* */
label, input[type="button"], input[type="submit"], input[type="image"], button {
cursor: pointer;
}
/* */
button, input, select, textarea {
margin: 0;
}
/* */
/* */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
/* */
}
.clear {
clear: both;
height: 0;
visibility: hidden;
display: block;
}
/* */
.slides_container {
width:361px;
display:none;
}
.slides_container div.hold {
width:361px;
height:113px;
display:block;
background:#f5f5f5;
}
.pagination {
list-style:none;
margin:0;
padding:0;
}
#slides {
display:block;
width:361px;
height:140px;
}
/* */
#world #slides {
display:block;
width:550px;
height:140px;
}
#countries {
position:relative;
width:550px;
}
#countries .slides_container {
width:550px;
}
#countries .slides_container div.hold {
height: 150px;
width: 550px;
background-color:#fff;
}
#countries .pagination {
display:none;
}
/* */
.carouselImage {
width:137px;
height:150px;
cursor:pointer;
}
.slides_container div.carouselText {
width:213px;
height:150px;
color: #3E3E3E;
cursor:pointer;
}
.slides_container div.carouselLinks {
width:550px;
height:100%;
color: #3E3E3E;
cursor:pointer;
}
.slides_container div.carouselLinks ul {
height:100%;
border-right: 1px solid #D9D9D9;
margin-right: 10px;
min-height: 150px;
padding: 0 10px 0 0;
float:left;
list-style-type:none;
}
.slides_container div.carouselLinks ul li{
background: url(/++theme++iasplus.theme/css/images/greendot.png) no-repeat scroll 0 4px transparent;
margin-bottom: 5px;
padding-left: 12px;
font-size:11px;
display: block;
}
.slides_container div.carouselLinks ul li a:hover {
text-decoration:underline;
}
.carouselText a {
color: #3E3E3E;
cursor:pointer;
}
.carouselText h1 {
color:#3E3E3E;
font-weight:bold;
font-size:14px;
margin:15px 10px 7px 0;
}
.pagination {
color:#fff;
height:26px;
float:right;
margin:0 15px 0 0;
}
.pagination li {
display:block;
width:13px;
height:13px;
background:url(/++theme++iasplus.theme/css/images/greydot.png) no-repeat top;
font-size:1px;
float:left;
margin:7px 3px 0 0;
}
.pagination li.current {
background:url(/++theme++iasplus.theme/css/images/greydot.png) no-repeat bottom;
}
.pagination li a {
display:block;
width:13px;
height:13px;
color:#676767;
}
a.prev, a.next {
display:none;
}
/* */
#header {
width: 970px;
margin:0 auto;
text-align:left;
height: 72px;
font-size:12px;
}
#iasContent {
width: 970px;
margin:0 auto;
text-align:left;
min-height:640px;
height:auto !important;
height:640px;
background:#fff;
font-size:12px;
color:#3D352A;
}
.greyBack {
background:#f5f5f5;
}
.container {
padding:10px 0;
}
#footer {
height: 72px;
background:#999;
}
#footerHolder {
width: 970px;
margin:0 auto;
text-align:left;
height: 30px;
font-size:12px;
}
#footerLegal {
width: 970px;
margin:0 auto;
text-align:left;
height: 52px;
font-size:12px;
}
.footerLegalText {
padding-left: 20px;
padding-right: 20px;
color: #F5F5F5;
font-size: 9px;
}
.footerLegalText a:link {
color: #F9F9F9;
font-size: 10px;
text-decoration:underline;
}
.footerLegalText a:visited {
font-size: 10px;
}
.footerLegalText a:hover {
font-size: 10px;
}
/* */
.mainLogo {
float:right;
width:400px;
height:27px;
background-repeat: no-repeat;
background-position: right center;
}
.deloitteLogo {
display:block;
width:146px;
height:72px;
background-image: url(/++theme++iasplus.theme/css/images/deloittelogo.png);
}
.deloitteLogoT {
display:block;
width:146px;
height:22px;
margin: 20px 0px 10px 0px;
background-image: url(/++theme++iasplus.theme/css/images/deloittelogo_T.png);
right:0px;
}
.headerLanguage {
color: #F5F5F5;
}
.headerLogin {
color: #F5F5F5;
}
.headerControls {
margin: 8px 15px 10px 0;
right: 0;
width: 450px;
display: block;
}
.headerControls ul li {
display: block;
margin: 10px 0 0 0;
}
.headerControls ul li ul li {
display: inline;
margin: 0;
}
.headerControls ul li ul {
margin: 0;
}
.deloitteHeaderLogo {
background-image: url("/++theme++iasplus.theme/css/images/deloittelogo2.png");
display: block;
height: 27px;
width: 142px;
float: left;
margin: 20px;
z-index:1000;
}
.langControl {
float: right;
}
.rightHeaderContainer {
width: 450px;
height: 22px;
}
#langControl {
position:relative;
z-index: 500;
float:right;
}
#langControl a.loginswitch {
display:block;
height:20px;
color:#676767;
text-decoration:none;
padding:0 16px;
background:no-repeat right url(/++theme++iasplus.theme/css/images/navdividerarrow_t.png);
position:relative;
font-size:12px;
}
#dropdownLang {
display:none;
position:absolute;
left: 15px;
top: 20px;
margin:0;
background:#fff;
border:1px solid #CCC;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
z-index: 500;
}
#dropdownLang ul li {
margin: 4px;
width: 100px;
}
#dropdownLang ul li {
display: block;
}
#dropdownLang ul li a {
color:#676767;
font-size:12px;
}
#dropdownLang ul li a:hover {
color:#99ca47;
}
#langControl .headerLogin {
padding-right: 10px;
}
#login_header_form ul li {
display: block;
}
/* */
#leftHome {
float:left;
width:589px;
}
.tabPad {
padding:20px;
}
#rightHome {
float:right;
width:381px;
/* */
min-height:550px;
}
#col1 {
width:210px;
float:left;
}
#col1 p {
margin:0 0 15px 0;
}
#col2 {
width:550px;
float:left;
/* */
min-height:580px;
}
#two_col1 {
width: 735px;
float: left;
min-height: 580px;
padding-left: 15px;
}
#two_col1 .tabPad {
position:relative;
padding:20px 0;
}
#one_col1 {
width: 940px;
float: left;
min-height: 580px;
padding-left: 15px;
padding-right: 15px;
}
#one_col1 .tabPad {
position:relative;
padding:20px 0;
}
#two_col2 {
width: 220px;
float: left;
}
#col2 .tabPad {
position:relative;
padding:20px 0;
}
#col3 {
width:210px;
float:left;
}
/* */
#spotlightPortlet {
background-image :url(/++theme++iasplus.theme/css/images/spotlight.png);
height:140px;
margin:20px 0 15px 0;
width:361px;
}
.promoLink  {
background-image: url(/++theme++iasplus.theme/css/images/promotile1.png);
width: 159px;
height: 41px;
color: #43608b;
padding: 10px 10px 10px 10px;
;
}
.promoLinks li {
background: none;
margin-bottom:5px;
padding-left:12px;
}
.promoLinks li a:hover {
text-decoration:none;
*cursor:hand;
*text-decoration:none;
}
#navBar {
height:45px;
background: url(/++theme++iasplus.theme/css/images/navbar.png) #FFF repeat-x;
}
#myslidemenu {
width:700px;
float:left;
margin-top:13px;
}
#myslidemenu ul {
margin:0 0 0 16px;
padding:0;
list-style-type:none;
}
#myslidemenu ul ul, #languageBar ul ul {
margin:0;
background:#fff;
border:1px solid #CCC;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
z-index:500;
}
#myslidemenu ul li, #languageBar ul li {
display: block;
float: left;
font-size:12px;
}
#myslidemenu ul li a, #languageBar ul li a {
display:block;
height:20px;
color:#676767;
text-decoration:none;
padding:0 8px;
background:no-repeat right url(/++theme++iasplus.theme/css/images/navdivider.png);
position:relative;
}
#myslidemenu ul li a:hover {
color:#99CA47;
}
#myslidemenu ul li a span, #languageBar ul li a span, #loginLogout a span, #langControl a span {
position:relative;
top:2px;
}
#loginLogout #dropdownLogin a span {
top:0;
}
#myslidemenu ul li ul li, #languageBar ul li ul li {
float:none;
}
#myslidemenu ul li ul li a, #languageBar ul li ul li a {
padding:5px 5px 0 8px;
background:none #fff no-repeat;
}
/* */
#myslidemenu ul li ul li a:hover, #languageBar ul li ul li a:hover {
color:#99ca47;
}
#myslidemenu ul li.first a, #languageBar ul li.first a {
padding:0 8px 0 0;
}
/* */
#myslidemenu ul li.selected a {
color:#99ca47;
font-weight:bold;
}
#myslidemenu ul li.selected ul a {
color: #676767;
font-weight:normal;
width:125px;
}
#myslidemenu#mytopicsLink ul li.last ul li{
overflow:hidden;
}
/* */
#searchLanguageBox {
float:right;
margin: 13px 15px 0px 0px;
}
.styledInput {
display: block;
float: left;
padding: 0;
position:relative;
}
.styledInput .fancyText {
background: url(/++theme++iasplus.theme/css/images/leftsearchfield.png) no-repeat scroll left center transparent;
display: block;
float: left;
height: 22px;
padding: 0 0 0 5px;
/* */
width: 160px;
}
.styledInput input {
background: none repeat scroll 0 0 transparent;
width: 155px;
border: 0;
display: block;
margin: 3px 0 0 0;
outline: 0;
}
.fn_hint {
color: #626262;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
}
.styledInput input.searchButton {
border: 0;
cursor: pointer;
display: block;
float: left;
height: 22px;
margin: 0;
width: 20px;
padding:0;
position:relative;
left:-3px;
background:url(/++theme++iasplus.theme/css/images/rightsearchfield.png) no-repeat scroll left center transparent;;
}
/* */
#languageBar {
float:right;
width: 150px;
position: absolute;
}
#languageBar ul li.last a, #myslidemenu ul li.last a {
background-image:none;
white-space:nowrap;
}
#loginLogout {
position:relative;
z-index: 500;
float:right;
width: 240px;
}
#loginWelcome {
position: relative;
top: 2px;
color: #F5F5F5;
}
#loginLogout a.loginswitch {
display:block;
height:20px;
color:#676767;
text-decoration:none;
padding:0 30px;
background:no-repeat right url(/++theme++iasplus.theme/css/images/navdividerarrow_t.png);
position:relative;
font-size:12px;
}
#logoutControl a.logoutswitch {
background: url("/++theme++iasplus.theme/css/images/navdividerarrow_t.png") no-repeat scroll right center transparent;
color: #676767;
display: block;
font-size: 12px;
height: 20px;
padding: 0 30px;
position: relative;
text-decoration: none;
}
#dropdownLogout {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
display: none;
left: 100px;
margin: 0;
position: absolute;
top: 20px;
width: 140px;
z-index: 500;
}
#dropdownLogout ul li {
display: block;
}
#dropdownLogout ul li {
margin: 4px;
}
#dropdownLogout ul li a {
color: #676767;
font-size: 12px;
}
#dropdownLogout ul li a:hover {
color:#99ca47;
}
#dropdownLogin {
display:none;
position:absolute;
width: 220px;
height:215px;
*height:250px;
left: 20px;
top: 20px;
margin:0;
background:#fff;
border:1px solid #CCC;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
z-index: 500;
}
#deloitteuser{
display:inline;
color:#676767;
*float:left;
font-size:12px;
}
#deloitteuser h1{
font-size:12px;
}
#deloitteuserButton{
*margin-left:2.6em;
display:inline;
*float:left;
}
#deloittelogin{
border-bottom:0.2em dashed #CCCCCC;
padding-bottom:1.3em;
}
#dropdownLogin label {
color:#676767;
font-size:12px;
margin:10px 0 5px 0;
display:block;
}
#dropdownLogin form {
display:block;
margin:10px 15px;
}
#dropdownLogin form ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#dropdownLogin form ul li {
margin:0 0 7px 0;
}
#dropdownLogin form ul li.loginAction {
text-align:center;
}
#dropdownLogin form ul li.loginAction a {
color: #676767;
font-size:11px;
text-decoration:none;
}
#dropdownLogin form ul li.loginAction a:hover {
text-decoration: underline;
}
#dropdownLogin form input {
width:188px;
border:1px solid #c9c9c9;
color:#676767;
text-indent:3px;
}
/* */
#dropdownLogin .buttonHolder {
margin:10px 0;
}
a.button {
cursor:pointer;
cursor:hand;
height:22px;
background:url(/++theme++iasplus.theme/css/images/button.png) no-repeat right top;
padding-right:10px;
display:inline-block;
color:#676767;
}
a.button:hover {
color: #000;
text-decoration:none;
}
a.button span {
background:url(/++theme++iasplus.theme/css/images/button.png) no-repeat left top;
height:22px;
line-height:22px;
display:inline-block;
padding-left:20px;
font-family: Arial;
font-size:11px;
min-width:45px;
}
/* */
.leftMeeting h3 a:hover {
text-decoration:underline;
}
.sNewsImage {
width:65px;
height:60px;
}
.eachNewsItem {
list-style-type:none;
margin:0px 0px 0px 0px;
}
.wr .eachNewsItem {
margin:0;
}
.eachNewsItem a {
color:#3e3e3e;
}
.eachNewsItem a:hover, .upcomingEvents a:hover, .quickLinks a:hover {
text-decoration:underline;
}
.relateditem a:hover {
text-decoration:underline;
color:#75AD0A;
}
.dashboard a:hover{
text-decoration:underline;
}
.imageLeft {
float:left;
width:60px;
height:90px;
}
.imageRelPub a {
float:left;
width:55px;
height:85px;
overflow: hidden;
margin-right:6px;
}
.expertImage{
float:left;
width:85px;
height:100px;
overflow: hidden;
margin-right:3px;
padding-top:10px;
}
.expertTitle{
font-size:18px;
float:left;
padding-left:10px !important;
}
.expertSummary{
float:right;
display:block;
width:450px;
padding-left:10px;
padding-top:10px;
}
.expertClear{
clear:both;
padding-top:20px;
}
.expertSummary p{
padding-top:0px !important;
}
.expertSummary a:hover{
text-decoration:none;
}
.expertSummary1{
float:left;
display:block;
width:450px;
padding-left:10px;
}
.expertSummary1 p{
padding-top:0px !important;
}
.expertSummary1 a:hover{
text-decoration:none;
}
.imageLeftBox {
height: 40px;
width: 55px;
margin:0 0 5px 0;
overflow: hidden;
}
.imageLeftBoxLong{
height: 80px;
width: 55px;
margin:0 0 5px 0;
overflow: hidden;
}
.imageRightBox{
float:left;
height: 40px;
width:55px;
margin:0 0 5px 0;
overflow: hidden;
}
.imagePublicationLeftBox {
height: 85px;
width: 55px;
margin:0 0 5px 0;
overflow: hidden;
}
.imageFeaturedPeopleLeftBox {
height: 100px;
width: 85px;
margin:0 0 5px 0;
overflow: hidden;
}
.imageFeaturedPeopleRightBox {
width: 100%;
}
dl.portlet h3.featuredPeopleDetails{
color: #205C90;
margin-right:0.3em;
margin-left:0.3em;
font-style:none;
margin-top:0px;
float: left;
}
dl.portlet .imageFeaturedPeopleRightBox a:hover h3{
color:#99CC00;
}
dl.portlet h3.featuredPeopleDetails a{
color:white;
}
.featuredPeoplePortlet .imageFeaturedPeopleRightBox h2{
margin-left:0.5em;
border-bottom: none;
}
.newsRightShort {
float:left;
width:440px;
}
#col2 #content_meeting .newsRightShort{
width: 500px;
}
.newsHome {
margin-top:10px;
}
#col2 .newsRightShort {
width:440px;
}
.newsRightShort h2 {
font-weight:bold;
margin:0 0 3px 0;
}
.newsDate {
font-size:11px;
}
.fullNewsShort {
clear:both;
line-height:16px;
margin:0 0 0 60px;
}
.newslist li {
padding-bottom:7px;
}
.newslist h2 {
display:inline;
}
#content .newslist h2 a {
font-weight:bold;
color:#000;
}
.newslist h2 a:hover {
text-decoration:underline;
}
.popularX2 {
width:361px;
margin:0px 0px 5px 0px;
}
.popularX2 h2, .upcomingHome h2, .quickLinksHome h2, .spotlightNews h2, #col2 .tabPad h2, .quickLinksSub h2, .insights h2, #upcomingMeetings h2, .homePublications h2, .featuredPeoplePortlet h2,
dl.portletPythonScript dt.portletHeader {
color:#1EB5FB;
padding-bottom:7px;
border-bottom:1px solid #E6E6E6;
font-size:14px;
font-weight:normal;
background-color:white;
}
.popularX2 h2{
margin-bottom:10px;
}
.dashboard1 h2{
color:#1EB5FB;
padding-bottom:7px;
border-bottom:1px solid #E6E6E6;
font-size:14px;
font-weight:normal;
}
#upcomingMeetings .newslist {
margin:10px 0 0 0;
}
#upcomingMeetings .newslist h2 {
border:0;
color: #3E3E3E;
font-size:12px;
}
ul.eachNewsItem ul, .cnt ul {
margin:0 15px 15px 40px;
}
ul.eachNewsItem ul li, .cnt ul li {
margin:0 0 7px 0;
}
ul.eachNewsItem ul.customIcons {
margin:0;
list-style-type:none;
display:inline;
}
ul.eachNewsItem ul.customIcons li{
display:inline;
}
ul.eachNewsItem ul li a, .cnt ul li a {
text-decoration:underline;
}
#col2 .tabPad .wr p.newsDate {
position:relative;
}
ul.eachNewsItem blockquote, .cnt blockquote {
background-color:#f5f5f5;
margin:5px;
padding:10px;
}
.cnt blockquote ul {
margin:0 15px 0 25px;
}
.cnt blockquote h3, ul.eachNewsItem h3 {
color: #3E3E3E;
margin:0 0 15px 0;
font-size:12px;
font-weight:bold;
}
ul.eachNewsItem a, blockquote a {
text-decoration:underline;
color:#0049E1;
}
#col2 .tabPad .newsRightShort h2 {
font-size:12px;
border:0;
margin:0;
padding:0 0 3px 0;
}
.newsRightShort h2 a {
text-decoration:none;
}
#col2 .tabPad .wr p {
margin-bottom:10px;
}
#col2 .tabPad .wr p a {
text-decoration:underline;
}
#col2 .tabPad .imageLeft {
height:60px;
}
.popularX2 ul {
width:180px;
float:left;
}
.mostPopular, .upcomingEvents, .quickLinks, .footerLeft, .sNews, .insights ul, .leftMeeting, .promoLinks, .scriptportlet {
margin-top:10px;
list-style-type:none;
}
.popularX2 ul.mostPopular {
width:360px;
margin-top:0px;
}
.relateditem {
margin-top:10px;
list-style-type:none;
width:545px;
}
.relateditem p {
width:465px;
display: inline-block;
margin-bottom:10px;
}
.dashboard{
margin-top:10px;
list-style-type:none;
}
.mostPopular li {
background:url(/++theme++iasplus.theme/css/images/greendot.png) no-repeat 0 4px;
margin-bottom:5px;
padding-left:12px;
display: block;
padding-right:31px;
padding-bottom:12px;
}
.mostPopular li a:hover {
text-decoration:none;
color:#99CA47;
}
.mostPopular li a{
color:#205C90;
}
.upcomingHome {
margin:0 20px 0 0;
}
#relatednews.upcomingHome  {
margin:0 20px 0 0;
}
#relateddates dt {
line-height: 2em;
}
#relateddates dd {
margin: 0 0 1em 0em;
}
#relateddates dd div.documentModified{
line-height: 2em;
}
.dashboard1 {
width:160px;
margin:0 20px 0 0;
}
#col1 .upcomingHome {
width:170px;
}
#col1 .dashboard1 {
width:190px;
}
#col3 .tabPad .upcomingHome {
width:170px;
}
#col3 .tabPad .upcomingHome li{
list-style: none;
}
#col3 .tabPad .dashboard1 {
width:1px;
}
.homeStatements {
margin:0 0 20px 0;
}
.quickLinksHome {
width:181px;
}
.quickLinksSub {
width:170px;
}
.upcomingHome li {
margin-bottom: 10px;
}
.dashboard1 li{
margin-bottom: 10px;
}
.leftMeeting {
float:left;
width:230px;
margin:10px 20px 0 0;
min-height:100px;
height:auto !important;
height:100px;
}
.leftMeeting p{
margin-bottom:5px;
}
.upcomingEvents h3, .leftMeeting h3 {
color: #3E3E3E;
font-weight: bold;
margin: 0 0 3px;
}
.relateditem h3{
color: #3E3E3E;
font-weight: bold;
margin: 0 0 3px;
}
.dashboard h3 {
color: #3E3E3E;
font-weight: bold;
margin: 0 0 3px;
}
.quickLinks li {
background:url(/++theme++iasplus.theme/css/images/greyarrow.png) no-repeat 0 4px;
margin-bottom:5px;
padding-left:12px;
}
div.promotiles {
position:relative;
}
ul.footerLeft li {
float:left;
padding:0 10px;
border-right:1px solid #fff;
font-size:11px;
height:14px;
color:#fff;
}
ul.footerLeft li.first {
margin:0 0 0 10px;
}
ul.footerLeft li.last {
border:0;
}
ul.footerLeft li a {
color:#fff;
}
ul.footerLeft li a:hover {
text-decoration:underline;
}
#selectBoxes {
float:right;
margin:12px 0 0 0;
width:360px;
position:relative;
}
#selectBoxes strong {
margin:0 15px 0 0;
font-size:11px;
/* */
color: #3E3E3E;
width:60px;
}
#selectBar {
height:50px;
}
/* */
.easy-select-box {
position:relative;
width:118px;
font-size:11px;
color:#0c2245;
float:right;
margin-right:15px;
padding:0;
}
.easy-select-box .easy-select-box-disp,  .easy-select-box .easy-select-box-disp:visited {
background: url(/++theme++iasplus.theme/css/images/bg-select-1.png) no-repeat 0 0;
display:block;
color: #676767;
padding:0 3px;
height:22px;
line-height:22px;
text-decoration:none;
}
.easy-select-box .easy-select-box-disp:hover {
position:relative;
background-position: 0 -22px;
text-decoration:none;
}
.easy-select-box ul {
position:absolute;
top:100%;
left:0;
border:1px solid #cccccc;
display:none;
z-index:99;
width:116px;
max-height:300px;
overflow:auto;
background:#FFFFFF;
}
.easy-select-box ul li a,  .easy-select-box ul li a:visited {
padding:3px;
background:#FFFFFF;
display:block;
color:#676767;
cursor:default;
}
.easy-select-box ul li a:hover {
background:#fff;
color: #99CA47;
text-decoration:none;
}
ul.selectButton {
float:right;
width:44px;
}
.allnews ul {
list-style: none outside none;
}
/* */
.trigger, .trigger a {
display: block;
width: 550px;
height: 24px;
text-indent: -999999em;
overflow: hidden;
float:right;
}
.trigger {
background: url(/++theme++iasplus.theme/css/images/btn.png) no-repeat 0px 0px;
margin:0 0 20px 0;
}
.trigger-all {
width: 550px;
background: url(/++theme++iasplus.theme/css/images/btn_all.png) no-repeat scroll 0 0 transparent;
}
.close-all {
width: 550px;
background: url(/++theme++iasplus.theme/css/images/btn_all.png) no-repeat scroll 0 -26px transparent;
}
.close-news {
background: url(/++theme++iasplus.theme/css/images/btn.png) no-repeat 0px -26px;
}
.cnt {
display: none;
margin:0 0 0 60px;
}
.cl {
width: 100%;
clear: both;
line-height: 0px;
font-size: 0px;
}
.sideMenu {
border:1px solid #e6e6e6;
width:100%;
margin:0 0 20px 0;
}
.sideMenu ul {
list-style-type:none;
margin:13px;
}
.sideMenu li {
display: block;
}
.sideMenu ul li{
margin:0 0 10px 0;
}
.sideMenu ul li a {
color: #676767;
}
.sideMenu ul li a.notselected {
color: #000000;
font-weight: normal;
}
.sideMenu ul li a.selected {
color: #99CA47;
font-weight: bold;
}
.sideMenu ul li a:hover {
color: #3E3E3E;
}
.insights, .spotlightNews, .quickLinksSub, .newMeetings {
margin-bottom:20px;
}
#col3 .newsRightShort {width:110px;}
#col3 .newsRightShort h2 {font-size:11px; border:0; padding:0 0 2px 0; font-weight:bold;}
#col3 .imageLeft {height:50px;}
/* */
.article {
margin:15px 0 0 0;
}
.article p {
margin:0 0 15px 0;
}
.article h3 {
margin:0 0 10px 0;
font-size:12px;
font-weight:bold;
color: #3E3E3E;
}
.article ul {
list-style-type:none;
margin:0 15px 0 40px;
}
.article ul li {
background:url(/++theme++iasplus.theme/css/images/greyarrow.png) no-repeat 0 4px;
margin-bottom:5px;
padding-left:12px;
}
.industryLeader {
float:right;
width:200px;
min-height:145px;
height:auto !important;
height:145px;
background:#f5f5f5;
margin:0 0 20px 20px;
}
.industryHead {
border-bottom: 2px solid #fff;
}
.industryHead h4{
color: #1EB5FB;
font-size: 12px;
margin:5px 10px;
font-weight:bold;
}
.industrySnapshot{
width:89px;
float:left;
height:118px;
}
.leaderText {
float:right;
width:100px;
margin:5px 0;
}
.leaderText p {
font-size:11px;
color:#363636;
margin:5px 10px 0 0;
}
table.projectTable {
padding:0;
border-spacing:0;
border-collapse:collapse;
width:100%;
}
table.projectTable th{
background:#97ca47;
color:#fff;
padding:9px;
font-weight:bold;
border-right:1px solid #E6E6E6;
border-left:1px solid #E6E6E6;
}
table.projectTable td {
padding:9px;
border-right:1px solid #E6E6E6;
border-bottom:1px solid #E6E6E6;
border-left:1px solid #E6E6E6;
}
table.projectTable td a{
color: #1EB5FB;
font-weight:bold;
}
table.projectTable tr.even td, table.projectTable tr.odd td, table.projectTable.listing tbody tr.odd td, table.projectTable.listing tbody tr.odd{
background: none;
}
.tableList li{
background:url(/++theme++iasplus.theme/css/images/dash.gif) no-repeat 0 4px;
padding:0 0 0 12px;
font-size:12px;
margin:0 0 5px 0;
}
table.projectTable td ul {
list-style-type:none;
}
.sortby {
position:absolute;
top:4px;
display:block;
width:40px;
font-weight:bold;
font-size:11px;
}
.revision {margin:5px 0}
.quickArticleLinks {
margin:15px 0 0 0;
}
.quickArticleLinks a {
display:block;
background:#fff url(/++theme++iasplus.theme/css/images/quicklinks.png) no-repeat top;
width:150px;
height:22px;
position:relative;
}
div#quickArticleLinks.open a {
background:#f5f5f5 url(/++theme++iasplus.theme/css/images/quicklinks.png) no-repeat bottom;
width:150px;
height:22px;
}
.quickArticleLinks a span {
display:block;
padding:4px 10px;
}
/* */
.portlet toc {
margin:15px 0 0 0;
}
.portlet toc a {
display:block;
background:#fff url(/++theme++iasplus.theme/css/images/quicklinks.png) no-repeat top;
width:150px;
height:22px;
position:relative;
}
div#quickArticleLinks.open a {
background:#f5f5f5 url(/++theme++iasplus.theme/css/images/quicklinks.png) no-repeat bottom;
width:150px;
height:22px;
}
.quickArticleLinks a span {
display:block;
padding:4px 10px;
}
/* */
#quickFlyout {
display:none;
display:block;
position:absolute;
width:550px;
background-color:#f5f5f5;
}
.quickFlyoutPad {
margin:15px 10px;
width:100%;
}
.quickFlyoutPad ul {
float:left;
margin-right:15px;
padding:0 15px 0 0;
width:140px;
list-style-type:none;
border-right:1px solid #d9d9d9;
background-color:#f5f5f5;
min-height:125px;
height:auto !important;
height:125px;
}
.quickFlyoutPad ul li {
margin:0 0 7px;
}
div#quickArticleLinks.open .quickFlyoutPad a {
background-color:#f5f5f5f;
background-image:none;
font-size:11px;
height:auto;
line-height:12px;
}
div#quickArticleLinks.open .quickFlyoutPad a:hover {
text-decoration:underline;
}
/* */
.backToTop {
height:22px;
}
.backToTop ul {
float:right;
list-style-type:none;
}
.backToTop li a {
width:70px;
display:block;
background:url(/++theme++iasplus.theme/css/images/tothetop.gif) 0 7px no-repeat;
height:20px;
line-height:20px;
padding:0 0 0 20px;
font-size:11px;
}
.backToTop li a:hover {
text-decoration:underline;
}
/* */
.myIcons {
width:50px;
position:absolute;
left:510px;
top:20px;
z-index:10;
}
.addtoFavourites {
position:relative;
margin:0 5px;
top:2px;
}
.sendtoFriend {
position:relative;
margin:0;
top:2px;
}
/* */
#map {
width:550px;
height:300px;
background-image: url(/++theme++iasplus.theme/css/images/world.gif);
}
p.marker4 {
display:block;
position:absolute;
top:-230px;
left:310px;
font-size:11px;
background:#fff;
border:1px solid #ccc;
}
.marker4 a{
display:block;
padding:5px;
font-weight:bold;
}
.marker4 a:hover{
color: #99CA47;
}
p.marker5 {
display:block;
position:absolute;
top:-100px;
left:460px;
font-size:11px;
background:#fff;
border:1px solid #ccc;
}
.marker5 a{
display:block;
padding:5px;
font-weight:bold;
}
.marker5 a:hover{
color: #99CA47;
}
p.marker1 {
display:block;
position:absolute;
top:-165px;
left:255px;
font-size:11px;
background:#fff;
border:1px solid #ccc;
}
.marker1 a{
display:block;
padding:5px;
font-weight:bold;
}
.marker1 a:hover{
color: #99CA47;
}
p.marker3 {
display:block;
position:absolute;
top:-180px;
left:390px;
font-size:11px;
background:#fff;
border:1px solid #ccc;
}
.marker3 a{
display:block;
padding:5px;
font-weight:bold;
}
.marker3 a:hover{
color: #99CA47;
}
p.marker2 {
display:block;
position:absolute;
top:-190px;
left:85px;
font-size:11px;
background:#fff;
border:1px solid #ccc;
}
.marker2 a{
display:block;
padding:5px;
font-weight:bold;
}
.marker2 a:hover{
color: #99CA47;
}
.homePublications ul {
margin: 20px 0 0 0;
}
#noPublications {
margin-top: 20px;
}
.homePublications ul li{
margin-bottom:15px;
}
.homePublications ul li h2 {
border:0;
font-weight: bold;
margin: 0 0 3px;
padding:0;
}
.homePublications ul li h2 a{
font-size:12px;
color: #3E3E3E;
}
/* */
#content legend {
padding-left:0;
padding-bottom:3px;
}
#referenceContent ul.keywords {
list-style-type:none;
margin:4px 0 0 0;
}
#referenceContent ul.keywords li {
list-style-type:none;
background:#F5F5F5;
color:#898989;
font-size:11px;
display:block;
border: 1px solid #E6E6E6;
float:left;
margin:0 6px 6px 0;
}
#referenceContent ul.keywords li a {
padding:7px;
text-decoration:none;
color:#898989;
line-height: 1.5em;
}
#referenceContent ul.keywords li a:hover {
color: #3E3E3E;
}
#referenceContent ul.keywords li.noStyle {
border:0;
background: #fff;
color: #676767;
font-size:12px;
}
/* */
#spotlightItem {
background-image: url(/++theme++iasplus.theme/css/images/spotlight.png);
height:140px;
margin:20px 0 15px 0;
width:361px;
}
/* */
.collapsible .collapser.collapsed {
background: url("arrowRight.png") no-repeat scroll right center transparent;
padding-right: 14px;
}
.collapsible .collapser.expanded {
background: url("arrowDown.png") no-repeat scroll right center transparent;
padding-right: 14px;
}
#LSResult {
display:none;
position:absolute;
margin: 25px 0px 0px -180px;
background:#fff;
border:1px solid #CCC;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
z-index: 10000;
right: auto;
}
#LSResult fieldset {
border: none;
padding: 1em 0 0;
}
#livesearchLegend {
background-color: #fff;
color: #1EB5FB;
font-weight: bold;
padding: 0.3em;
}
#LSResult .LSDescr {
/* */
font-size: 85%;
}
.LSRow, #LSNothingFound {
display: block;
padding: 0.5em 1em;
white-space: normal;
width: 28em;
}
.LSHighlight {
background: none repeat scroll 0 0 #DDDDDD;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #fff;
}
/* */
#edit-bar {
font-size: 90%;
}
#edit-bar .contentViews li a {
line-height: 20px;
}
.documentFirstHeading {
border-bottom: 1px solid #E6E6E6;
color: #1EB5FB;
font-size: 14px;
font-weight: normal;
padding-bottom: 7px;
}
#content div.documentByLine {
margin-top: 5px;
margin-bottom: 5px;
font-size: 100%;
}
#content .discreet, #sidebar .discreet {
font-size: 100%;
}
a:link, a:visited {
color: #000;
}
a.state-draft {
color: #ff0000 !important;
}
#content {
font-size:100%;
text-align: left;
}
#content ul {
/* */
margin-left: auto;
}
#content li {
display: block;
}
h1, h2 {
letter-spacing: 0em;
}
#content a:link {
color: #1EB5FB;
}
#content a:visited {
color: #1EB5FB;
}
#content dl.portlet a:link {
color: #000;
}
#content dl.portlet a:visited {
color: #000;
}
#content {
margin: auto;
}
a:link {
border-bottom: none;
}
.wr {
display: inline-block;
}
li.loginAction {
display: block;
}
#logout {
margin: 0 15px 0 0;
}
#content .documentDescription {
color: #3E3E3E;
font-size: 12px;
font-weight: bold;
margin: 10px 0 10px;
}
#content .eventDetails {
border: none;
margin: 0 0 0.5em 1em;
width: auto;
}
#login-form input {
font-size: 12px;
font-weight: normal;
border: 1px solid #CCC;
background: #fff;
padding: 2px;
}
#login-form ul {
width: 350px;
margin-right: auto;
margin-bottom: 25px;
}
dl.error dd {
background-color: #FFF;
}
dl.error {
border-color: #1EB5FB;
}
dl.error dt {
background-color: #1EB5FB;
}
#loginFailed p {
font-size: 80%;
margin-right: auto;
margin-left: auto;
}
#loginFailed ul {
display: block;
font-size: 80%;
margin-right: auto;
margin-left: auto;
}
.browsesite {
color: #1EB5FB;
}
.countrygroup {
display: none;
}
#jurisdictionList {
display: block;
}
#content li, dl.portlet li {
font-size: 12px;
}
dl.portlet li {
line-height: 1em;
}
#content a:link, dl.portlet a:link {
border-bottom: none;
}
#content a:visited, dl.portlet a:visited {
border-bottom: none;
}
#content #countries a.selected {
color: #fff;
font-weight: bold;
}
#content #countries a.selected:hover {
color: #fff;
font-weight: bold;
}
#content #countries p.selected a {
color: #99CA47;
}
#content #countries p.selected:hover {
background: #fff;
}
#countriesList {
display: block;
}
.upcomingHome a.button span {
font-size: 9px;
}
.dashboard1 a.button span {
font-size: 9px;
}
#col2 .tabPad .imageLeft {
height: auto;
}
.newsRightShort li {
line-height: 1.5em;
}
.newsRightShort h6 {
line-height: 1em;
}
#newsImageHeader ul li {
display: inline-block;
margin: 10px 10px 0 0;
}
.articleDesc {
font-weight: bold;
color:black;
}
/* */
#parent-fieldname-text th  {
background: none repeat scroll 0 0 #97CA47;
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
color: #FFFFFF;
font-weight: bold;
padding: 9px;
}
#parent-fieldname-text td {
border-bottom: 1px solid #E6E6E6;
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
padding: 9px;
}
#parent-fieldname-text p {
margin: 0 0 15px;
}
#parent-fieldname-text h3 {
color: #3E3E3E;
font-size: 12px;
font-weight: bold;
margin: 0 0 10px;
}
.mceItemTable th {
background: none repeat scroll 0 0 #97CA47;
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
color: #FFFFFF;
font-weight: bold;
padding: 9px;
}
.mceItemTable td {
border-bottom: 1px solid #E6E6E6;
border-left: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6;
padding: 9px;
}
.mceItemTable p {
margin: 0 0 15px;
}
.mceItemTable h3 {
color: #3E3E3E;
font-size: 12px;
font-weight: bold;
margin: 0 0 10px;
}
#content_types_vocabulary_resource {
width: 100%;
}
#content_types_vocabulary_jurisdiction {
width: 100%;
}
#content_types_vocabulary_othertopic {
width: 100%;
}
#content_types_vocabulary_standard {
width: 100%;
}
#content_types_vocabulary_publicationtype{
width: 100%;
}
#content_types_vocabulary_project input[type="radio"]{
width: 50px;
}
#content_types_vocabulary_project {
width: 100%;
}
#content_types_vocabulary_interpretation {
width: 100%;
}
#ref_browser_associatedImageField1_label {
width: 350px;
}
#ref_browser_associatedImageField2_label {
width: 350px;
}
fieldset, .editionComment {
padding: 0px;
}
div.formControls {
margin: 10px 0 0 0;
}
#parent-fieldname-text td.pale {
background-color: #FFFFF9;
border: thin solid #E5E5CC;
padding: 0.05in 0.15in;
}
#parent-fieldname-text a:link {
color: #99CA47;
}
#content #parent-fieldname-body a:link {
color: #99CA47;
}
#content .eachNewsItem li h2 a {
color: #000;
}
#content-core ul {
list-style-type: circle;
}
.quickLinksSub ul li {
display: block;
}
#shareIcons {
margin-top: 5px;
height: 25px;
}
#likeIcons {
width: 100%;
text-align: center;
}
#likeIconsInner {
width: 175px;
margin:0 auto;
}
.translationOriginalRow td {
padding-top: 10px;
padding-bottom: 5px;
}
.translationTargetRow {
border-bottom: 1px solid #E6E6E6;
}
.translationTargetRow td {
padding-bottom: 10px;
}
.icons-on .contenttype-publication {
background: no-repeat transparent 0px -1724px url(../contenttypes-sprite.png);
}
/* */
.icons-on #plone-contentmenu-factories .contenttype-file {
background: no-repeat transparent 0px -428px url(../contenttypes-sprite.png);
}
.icons-on #plone-contentmenu-factories .contenttype-image {
background: no-repeat transparent 0px -860px url(../contenttypes-sprite.png);
}
.icons-on .contenttype-publication,
.icons-on #plone-contentmenu-factories .contenttype-file,
.icons-on #plone-contentmenu-factories .contenttype-image {
line-height: 2em;
display: inline-block;
*display: block;
padding-left: 20px !important;
}
.documentNotesHeading {
border-bottom: 1px solid #E6E6E6;
color: #1EB5FB;
font-size: 14px;
font-weight: normal;
padding-bottom: 20px;
*padding-bottom: 10px;
}
#relatedViewlet h1.documentNotesHeading {
margin-top: 0px;
}
ul.RelatedDiscussions {
margin-top: 5px;
}
/* */
/* */
/* */
.linksportlet div {
border:1px solid #E6E6E6;
padding:5px;
}
.linksportlet dl {
float: right;
width: 35%;
font-size: 100%;
margin: 1em 1em 1em 1.1em;
padding:20em;
width:100%;
}
.portletlist li {
line-height: 1em;
font-family: Arial,Helvetica,sans-serif;
font-size: 100%;
color:#205C90;
}
.portletlist a{
margin-left:5px;
color:black;
}
.portletlist a:hover {
text-decoration:none;
color: #99CA47 !important;
cursor:pointer;
}
.portletlist a.selected{
color:#99CA47;
cursor:pointer;
font-weight:bold;
}
/* */
#addremove {
float:left;
}
.add{
margin-left:2rem;
float:left;
}
.remove{
margin-left:2rem;
float:left;
}
.addcomms {
margin-left:2rem;
float:left;
}
.removecomms {
margin-left:2rem;
float:left;
}
#perstitle{
width:400px;
float:left;
}
.personalisationMenu div {
border: 1px solid #E6E6E6;
padding: 5px;
background-color: #FcFcFc;
}
.personalisationMenu div a:link {
color: #898989;
}
.personalisationMenu div a:visited {
color: #898989;
}
.personalisationMenu div.selected {
color: #99CA47;
font-weight: bold;
background-color: #FFFFFF;
}
.personalisationMenu div.selected a {
color: #99CA47;
}
.personalisationMenu div.selected a {
color: white;
}
.personalisationMenu div.selected {
color: white;
font-weight: bold;
background-color: #99CA47;
}
.personalisationMenu div.selected a:link {
color: white;
}
.personalisationMenu div.selected a:hover {
color: white !important;
}
dl.portlet p{
margin:0;
margin-bottom:0.25em;
}
dl.portlet h3{
margin-top:0.5em;
font-size:100%;
}
input.searchPage {
font-size: 100% !important;
}
#generatedContent ul li{
background: url("/++theme++iasplus.theme/css/images/greyarrow.png") no-repeat scroll 0 4px transparent;
margin-bottom: 5px;
padding-left: 12px;
margin-left:0.75em;
}
#generatedContent .article ol li{
display: list-item;
list-style-type: decimal;
margin-left:0.75em;
}
#generatedContent .article ul li{
list-style-type: none;
}
#generatedContent ol li{
display: list-item;
list-style-type: decimal;
margin-left:-0.75em;
}
#generatedContent p{
margin-bottom:0px;
padding-top:1em;
}
.en #generatedContent h2,
.en-us #generatedContent h2,
.en-gb #generatedContent h2,
.de #generatedContent h2{
margin-bottom: 0.5em;
margin-top: 1em;
padding-bottom: 2px;
}
.en #generatedContent h3,
.en-us #generatedContent h3,
.en-gb #generatedContent h3,
.de #generatedContent h3{
padding:0px;
margin:0px;
}
.en #generatedContent h2.h2header,
.en-us #generatedContent h2.h2header,
.en-gb #generatedContent h2.h2header,
.de #generatedContent h2.h2header{
margin-top: 1em;
padding-bottom: 2px;
}
.en #generatedContent h3.h3header,
.en-us #generatedContent h3.h3header,
.en-gb #generatedContent h3.h3header,
.de #generatedContent h3.h3header{
margin-top: 0.5em;
padding:0px;
}
#content #generatedContent ol.listTypeDecimal li{
list-style-type: decimal;
margin-left:0.75em;
}
#content #generatedContent ol.listTypeLowerAlpha li{
list-style-type: lower-alpha;
margin-left:0.75em;
}
#content #generatedContent ol.listTypeLowerAlpha ol.listTypeDecimal li{
list-style-type: decimal;
margin-left:0.75em;
}
#content #generatedContent ol.listTypeUpperAlpha li{
list-style-type: upper-alpha;
margin-left:0.75em;
}
#content #generatedContent ol.listTypeLowerRoman li{
list-style-type: lower-roman;
margin-left:0.75em;
}
#content #generatedContent ol.listTypeUpperRoman li{
list-style-type: upper-roman;
margin-left:0.75em;
}
#newsImageHeader ul li{
list-style-type: none;
float:left;
height:100%;
background:none;
}
#relatedPubPortlet li {
display: block;
float: left;
}
#relatedPubPortlet li {
margin-top: 0.5em;
}
#relatedPubPortlet li h3 {
margin-top: 0px;
margin-left: 5px;
font-size: 11px;
}
.upcomingEvents li h3 {
font-size: 11px;
}
.upcomingEvents li p {
font-size: 11px;
}
#relatedPubPortlet li p {
margin-left: 5px;
}
.descPublicationRightBox {
width: 100px;
}
.featuredPeoplePortlet{
width: 360px;
margin-bottom:1em;
}
#HomepageEventsPortlet.portletItem{
width:170px;
color:black;
}
#HomepageEventsPortlet.portletItem.odd{
margin-right:1em;
clear:both;
}
#HomepageEventsPortlet.portletItem.even{
margin-left:1em;
}
.Tagline {
color:#3C9400;
font-size:16pt;
padding-top:15px;
padding-bottom:15px;
text-align:center;
font-family:"Times New Roman";
}
.StartTag{
font-style: italic;
}
#shortTitle {
width: 99%;
font-size:1rem;
font-weight:bold;
}
#tagTitle{
width: 99%;
font-size:1rem;
font-weight:bold;
}
.imageRelatedPublications {
width: 475px;
float:right;
}
.imageRelatedPublicationsNoImage, .imageRelatedPublicationsNoImage h3, .imageRelatedPublicationsNoImage p{
width:100%;
}
.descRelatedPublication {
float:left;
margin:0 0 5px 0;
padding-right:15px;
height:85px;
width:55px;
}
#hide-form, #show-form{
float: left;
width:100%;
}
#hide-form select, #show-form select{
float: left;
width:100%;
}
#searchform{
clear:both;
float:left;
width:100%;
text-align:left;
}
.search-advanced{
width:100%;
text-align:left;
}
.tagstitle {
font-size:11px;
font-weight:bold;
margin-top:0 !important;
}
div.tagstitle p{
margin:0 !important;
margin-bottom:3px !important;
}
.reltagstitle{
font-size:13px !important;
color:#1EB5FB;
border-color:black;
}
.reltitle{
margin-top:7px !important;
}
.smallText {
font-size:11px;
line-height:1.3em;
}
li.smallText {
display:list-item;
font-size:11px !important;
line-height:1.3em !important;
}
.refineHeader{
margin-top: 3em\9;
}
div.overlay.overlay-ajax {
*width: 100%;
*min-width:300px;
*z-index:100000;
}
.referencedatagridwidget-table-edit div.overlay.overlay-ajax {
width: 100%;
min-width: 300px;
z-index:100000;
}
#exposeMask{
*display:none !important;
z-index:1 !important;
}
.referencedatagridwidget-table-edit input[type='checkbox'] {
-webkit-appearance: checkbox;
}
/* */
div#gcse {
width: 730px;
}
.gcsc-branding {
display: none;
}
.gsc-input {
background-image: none !important;
}
.gsc-tabsArea, .gs-per-result-labels { display: none !important; }
.gsc-url-top, .gsc-thumbnail-inside {padding: 0 !important;}
.gs-result .gs-title, .gs-result .gs-title * { color: #1EB5FB !important; }
.gs-result .gs-title {
text-decoration: none !important;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif !important;
}
gsc-promotion {
margin-bottom: 10px 0 0 0;
}
.gs-promotion {
position: relative;
padding-left: 10px;
}
#content table.gs-promotion-table {
margin-bottom: 0px;
}
.gs-promotion a.gs-title,
td.gs-promotion-text-cell-with-image,
.gs-promotion .gs-visibleUrl {
padding-left: 60px;
display: block;
}
td.gs-promotion-image-cell div.gs-promotion-image-box {
position: absolute;
}
.gs-promotion .gs-promotion-image-box .gs-promotion-image {
position: absolute;
top: -40px;
left: 0px;
}
.override-bottom{
position: absolute;
width: 100%;
top: 0px;
height: 100%;
opacity: 0.5;
filter: alpha(opacity = 50);
background: none repeat scroll 0px 0px black; z-index: 1000;
}
.documentEditable .field{
position: relative;
}
#archetypes-fieldname-overriden_fields,
#original-fieldname-overriden_fields,
#translated-fieldname-overriden_fields {
display: none;
}
div.overwrite {
float: right;
}
input#title, #content textarea {
width: 99%;
}
tr#translating-from-field {
display: none;
}
table.group tr td:first-child {
width:20px;
vertical-align: middle;
}
/* */
dl.portletPythonScript dt {
margin-bottom: 10px;
}
dl.portletPythonScript dd.portletItem,
dl.portlet.portletPythonScript dd.portletItem {
background: url("/++theme++iasplus.theme/css/images/greyarrow.png") no-repeat scroll 0 4px transparent;
margin-bottom: 5px;
padding: 0 0 0 12px;
}
dl.portletPythonScript dd.portletItem a {
font-size: 12px;
line-height: 14px;
color: #000000;
}
/* */
dl.portletCollection dt.portletHeader {
background: none;
background-color: #FFF;
margin-bottom: 14px;
border-bottom: 1px solid #E6E6E6;
padding-left: 0px;
padding-bottom: 8px;
}
dl.portletCollection dt.portletHeader span:nth-of-type(2), dl.portletCollection dt.portletHeader a span {
color: #1EB5FB;
font-size: 14px;
font-weight: normal;
border-bottom: 0px none;
}
dl.portletCollection dd.portletItem,
dl.portlet.portletCollection dd.portletItem {
background:url(/++theme++iasplus.theme/css/images/greyarrow.png) no-repeat 0 4px;
margin-bottom:5px;
padding: 0 0 0 12px;
}
dl.portletCollection dd.portletItem a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 400;
font-style: normal;
color: #000000;
text-decoration: none;
line-height: 14px;
text-align: left;
}
dl.portletCollection dd.portletFooter {
padding-bottom: 3em;
}
dl.portletCollection dd.portletFooter span {
background: url("/++theme++iasplus.theme/css/images/button.png") no-repeat scroll right top transparent;
color: #676767;
cursor: pointer;
display: inline-block;
height: 22px;
padding-right: 4px;
float: right;
}
dl.portletCollection dd.portletFooter span.portletBottomLeft,
dl.portletCollection dd.portletFooter span.portletBottomRight {
background: none;
}
dl.portletCollection dd.portletFooter span a {
background: url("/++theme++iasplus.theme/css/images/button.png") no-repeat scroll left top transparent;
display: inline-block;
font-family: Arial;
font-size: 11px;
height: 22px;
line-height: 22px;
min-width: 45px;
padding-left: 20px;
}
#content-core table.invisible tr td {
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
}
.unsupportedBrowser {
display: none;
margin: 20px;
}
/* */
div#content-core div.field span.required:after {
content: "";
}

}


/* - ++resource++iasplus.theme.iascss/general.css - */
@media screen {
/* https://www.iasplus.com/portal_css/++resource++iasplus.theme.iascss/general.css?original=1 */
/* *******/
#container ul{
list-style: none;
list-style-position: outside;
}
#container ul.menu li{
float: left;
margin-right: 5px;
margin-bottom: -1px;
}
#container ul.menu li{
font-weight: 700;
display: block;
padding: 7px 0 5px 20px;
background: #efefef;
margin-bottom: -1px;
border: 1px solid #e6e6e6;
border-width: 1px 1px 1px 1px;
position: relative;
color: #898989;
cursor: pointer;
width:157px;
}
#container ul.menu li.two-tabs {
width: 250px;
}
#container ul.menu li#tabPublications.two-tabs {
margin-right: 0px;
}
#container ul.menu li.active{
background: #fff;
top: 1px;
border-bottom: 0;
color: #1eb5fb;
font-weight:bold;
}
/* *******/
/* *******/
.content{
margin: 0pt auto;
*margin-top:0px;
background: #efefef;
background: #fff;
border: 1px solid #e6e6e6;
text-align: left;
padding: 20px;
font-size: 12px;
min-height:492px;
height:auto !important;
height:492px;
}
/* *******/
/* *******/
.content.tabNews{
display: block;
}
/* *******/
/* *******/
.content.tabPublications{
display: none;
}
/* *******/
/* *******/
.content.tabMeetings{
display: none;
}
.content.tabactive{
display: block;
}
.content.tabpast{
display: none;
}
/* *******/
/* *******/
.content.tabresearch{
display: none;
}
#container ul.menu #tabresearch {
margin-right:0;
width:159px;
}
#container ul.menu #tabMeetings {
margin-right:0;
width:159px;
}
/* *******/
/* ******/
.tocColumn {
width:90%;
float:left;
text-align:left;
}
.tocColumns{
float: right;
font-size: 100%;
margin: 1em 0 0.5em 1.5em;
width:100%;
}
.tocColumn .anchorH2{
background:none;
height:100%;
width:100%;
font-weight:bold;
margin-top:0.5em;
}
.tocColumn .anchorH3{
margin-left:1.5em;
background:none;
height:100%;
width:100%;
}
/* ******/
portletFooterRelPub,{
padding: 1em;
}
.addRemoveImage .add
{
background:url(/++theme++iasplus.theme/css/images/addbutton.png);
background-size:22px 22px;
background-repeat:no-repeat;
height:22px;
width:22px;
}
.addRemoveImage .remove
{
background:url(/++theme++iasplus.theme/css/images/removebutton.png);
background-size:22px 22px;
background-repeat:no-repeat;
height:22px;
width:22px;
}
.addRemoveImage .addcomms
{
background:url(/++theme++iasplus.theme/css/images/addbutton.png);
background-size:22px 22px;
background-repeat:no-repeat;
height:22px;
width:22px;
}
.addRemoveImage .removecomms
{
background:url(/++theme++iasplus.theme/css/images/removebutton.png);
background-size:22px 22px;
background-repeat:no-repeat;
height:22px;
width:22px;
}

}


/* - ++resource++iasplus.theme.iascss/jqueryslidemenu.css - */
@media screen {
/* https://www.iasplus.com/portal_css/++resource++iasplus.theme.iascss/jqueryslidemenu.css?original=1 */
.jqueryslidemenu {
width: 100%;
}
.jqueryslidemenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.jqueryslidemenu ul li {
position: relative;
display: inline;
float: left;
z-index:500;
}
.jqueryslidemenu ul li a {
display: block;
}
* html .jqueryslidemenu ul li a { /**/
display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
color: white;
}
.jqueryslidemenu ul li a:hover {
color:#99ca47;
}
.jqueryslidemenu ul li ul {
position: absolute;
left: 0;
display: block;
visibility: hidden;
}
.jqueryslidemenu ul li ul li {
display: list-item;
float: none;
}
/* */
.jqueryslidemenu ul li ul li ul {
top: 0;
}
/* */
.jqueryslidemenu ul li ul li a {
width: 100px; /**/
padding: 5px;
margin: 0;
border-top-width: 0;
}
.jqueryslidemenuz ul li ul li a:hover { /**/
}
/* */
.downarrowclass {
position: absolute;
top: 5px;
right: 7px;
}
.rightarrowclass {
position: absolute;
top: 6px;
right: 5px;
}

}


/* - ++resource++iasplus.theme.iascss/calendar.css - */
@media screen {
/* https://www.iasplus.com/portal_css/++resource++iasplus.theme.iascss/calendar.css?original=1 */
/* */
.calendar {
position: relative;
display: none;
border: 1px solid;
border-color: #fff #000 #000 #fff;
font-size: 11px;
cursor: default;
background: Window;
color: WindowText;
font-family: tahoma,verdana,sans-serif;
}
.calendar table {
border: 1px solid;
border-color: #fff #000 #000 #fff;
font-size: 11px;
cursor: default;
background: Window;
color: WindowText;
font-family: tahoma,verdana,sans-serif;
}
/* */
.calendar .button { /* */
text-align: center;
padding: 1px;
border: 1px solid;
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
background: ButtonFace;
}
.calendar .nav {
background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}
.calendar thead .title { /* */
font-weight: bold;
padding: 1px;
border: 1px solid #000;
background: ActiveCaption;
color: CaptionText;
text-align: center;
}
.calendar thead .headrow { /* */
}
.calendar thead .daynames { /* */
}
.calendar thead .name { /* */
border-bottom: 1px solid ButtonShadow;
padding: 2px;
text-align: center;
background: ButtonFace;
color: ButtonText;
}
.calendar thead .weekend { /* */
color: #f00;
}
.calendar thead .hilite { /* */
border: 2px solid;
padding: 0px;
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
.calendar thead .active { /* */
border-width: 1px;
padding: 2px 0px 0px 2px;
border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}
/* */
.calendar tbody .day { /* */
width: 2em;
text-align: right;
padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
font-size: 80%;
color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
color: #faa;
}
.calendar table .wn {
padding: 2px 3px 2px 2px;
border-right: 1px solid ButtonShadow;
background: ButtonFace;
color: ButtonText;
}
.calendar tbody .rowhilite td {
background: Highlight;
color: HighlightText;
}
.calendar tbody td.hilite { /* */
padding: 1px 3px 1px 1px;
border-top: 1px solid #fff;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #fff;
}
.calendar tbody td.active { /* */
padding: 2px 2px 0px 2px;
border: 1px solid;
border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}
.calendar tbody td.selected { /* */
font-weight: bold;
border: 1px solid;
border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
padding: 2px 2px 0px 2px;
background: ButtonFace;
color: ButtonText;
}
.calendar tbody td.weekend { /* */
color: #f00;
}
.calendar tbody td.today { /* */
font-weight: bold;
color: #00f;
}
.calendar tbody td.disabled { color: GrayText; }
.calendar tbody .emptycell { /* */
visibility: hidden;
}
.calendar tbody .emptyrow { /* */
display: none;
}
/* */
.calendar tfoot .footrow { /* */
}
.calendar tfoot .ttip { /* */
background: ButtonFace;
padding: 1px;
border: 1px solid;
border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
color: ButtonText;
text-align: center;
}
.calendar tfoot .hilite { /* */
border-top: 1px solid #fff;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #fff;
padding: 1px;
background: #e4e0d8;
}
.calendar tfoot .active { /* */
padding: 2px 0px 0px 2px;
border-top: 1px solid #000;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #000;
}
/* */
.calendar .combo {
position: absolute;
display: none;
width: 4em;
top: 0px;
left: 0px;
cursor: default;
border: 1px solid;
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
background: Menu;
color: MenuText;
font-size: 90%;
padding: 1px;
z-index: 100;
}
.calendar .combo .label,
.calendar .combo .label-IEfix {
text-align: center;
display: block;
padding: 1px;
}
.calendar .combo .label-IEfix {
width: 4em;
}
.calendar .combo .active {
padding: 0px;
border: 1px solid #000;
}
.calendar .combo .hilite {
background: Highlight;
color: HighlightText;
}
.calendar td.time {
border-top: 1px solid ButtonShadow;
padding: 1px 0px;
text-align: center;
background-color: ButtonFace;
}
.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
padding: 0px 3px 0px 4px;
border: 1px solid #889;
font-weight: bold;
background-color: Menu;
}
.calendar td.time .ampm {
text-align: center;
}
.calendar td.time .colon {
padding: 0px 2px 0px 3px;
font-weight: bold;
}
.calendar td.time span.hilite {
border-color: #000;
background-color: Highlight;
color: HighlightText;
}
.calendar td.time span.active {
border-color: #f00;
background-color: #000;
color: #0f0;
}

}


/* - ++resource++iasplus.theme.iascss/dcomCookieBanner.css - */
@media screen {
/* https://www.iasplus.com/portal_css/++resource++iasplus.theme.iascss/dcomCookieBanner.css?original=1 */
/* */
.cookieNoticeTxt{
display: none;}
#cookieDirective{
position: absolute;
border: 1px solid #000000;
margin: 0px;
float: left;
height: auto;
top:-300px;
left:0px;
height:auto;
min-height: 33px;
background: #f0f0f0; /* */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f0f0f0');/**/
-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
zoom: 1;
z-index:10000;
}
*+html #cookieDirective{
background: #f0f0f0;}
@media \0screen {
#cookieDirective {
background: #f0f0f0;}
}
#cookieMsgHolder{
float: left;
width: 100%;}
@media (max-width:480px) {
#cookieDirective{
position: fixed;}
#cookiesNotice{
color:#333;
font-family:arial;
font-size:1.2em;
}
#cookiesNotice a{
font-size: inherit;
font-weight: bold;
}
}

}

