#psced { 
  border: solid thin #ccc !important; 
  border-collapse: collapse !important; 
  width:auto !important; 
  font-size:90% !important; 
}
#psced caption { 
  padding-bottom: 0.5em !important; 
}
#psced th, 
#psced td { 
  border: solid thin #ccc !important; 
  padding: 0.25rem 1rem !important; 
  background-color: #fff !important;
}
#psced td {
  /*white-space: nowrap !important;*/ 
  text-align: left !important; 
}
#psced th { 
  font-weight: bold !important; 
}
#psced td { 
  border-style: none solid !important; 
  vertical-align: top !important; 
}
#psced th { 
  padding: 0.2em !important; 
  vertical-align: middle !important; 
  text-align: center !important; 
  color: #000 !important; 
 text-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important; 
}

#psced tbody td:first-child::after { 
  content: leader(". ") !important; 
}

#psced tr:nth-child(even){background-color: #fff !important;}
#psced tr:nth-child(odd){background-color: #fff !important;}

#psced tr:hover {background-color: #fff !important;}

#classifytable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
	font-size:90%;
	
}

#classifytable td, #classifytable th {
    border: 1px solid #ddd;
    padding: 8px;
	vertical-align: top;
}

#classifytable tr:nth-child(even){background-color: #f2f2f2;}

#classifytable tr:hover {background-color: #E0FFFF;}

#classifytable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #A6ACAF;
    color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	/*white-space: nowrap;*/
}
#classifytable .nowp {
	white-space: nowrap;
}

#classifytable td:nth-child(2),td:nth-child(3),td:nth-child(4),td:nth-child(5),td:nth-child(6),td:nth-child(7){
	text-align: center;	
}
#classifytable th:nth-child(1){
	text-align: left;	
}
#classifytable th{
	text-align: center;	
}
#classifytable .smallnote{
	font-size:10px;
}
#classifytable h4{
	font-size:100%;
	margin-top:0px;
}

.ulo {
	font-size:18px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ibaba {
margin-bottom:20px;
}
/*----------------------------------------------------------------------------*/
.bluebox {
	position: relative;
	background: #2980B9;
	border: 4px solid #c2e1f5;
}

.logo {
    color: #E3F4FF;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}


/*----------------------------------------------------------------------------*/
.tree,
.tree ul {
  margin:0 0 0 1em; /* indentation */
  padding:0;
  list-style:none;
  color:#2980B9;
  position:relative;
  font-size:12px;
}

.tree ul {
  margin-left:.5em
} /* (indentation/2) */

.tree:before,
.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:2px solid #2980B9;
}

.tree li{
  margin:0;
  padding:0 1em; /* indentation + .5em */
  line-height:2em; /* default list item's `line-height` */
  font-weight:bold;
  position:relative;  
}

.tree li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:2px solid #2980B9;
  margin-top:-1px; /* border top width */
  position:absolute;
  top:1em; /* (line-height/2) */
  left:0;
}

.tree li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}

.tree a {
font-weight:bold;
color:#2980B9;
}
.tree a:hover {
font-weight:bold;
color:#0D4163;
text-decoration:underline;
}
.tree a:active {
font-weight:bold;
color:#2980B9;
}
.tree a:visited {
font-weight:bold;
color:#2980B9;
}
/*----------------------------------------------------------------------------*/
a:link, a:visited, a:active, a.active {
    color: #575dc1;
}


/*-----------------------------------------------------------------*/
body {
font-family: 'Trebuchet MS','Helvetica Neue',Arial,Helvetica,sans-serif;
}



.item-list ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.75em;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
ul, ol {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.5em;
  margin-left: 30px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
ul {
  list-style-type: disc;
}
.item-list ul, .item-list ol {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.block .item-list ul {
  margin-left: 0px;
}
ul.pager {
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.item-list ul li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.25em;
  margin-left: 1em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-image: url("/sites/default/files/color/pixture_reloaded-ec04b4ff/bullet-round.png");
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}
div.item-list ul.pager li {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(233, 233, 233);
  border-right-color: rgb(233, 233, 233);
  border-bottom-color: rgb(233, 233, 233);
  border-left-color: rgb(233, 233, 233);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-left: 8px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  margin-left: 2px;
}
div.item-list ul.pager li, div.item-list ul.pager li a {
  font-weight: bold;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
}
ul.primary li a, div.item-list ul.pager li {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a, a.active {
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
}
li a, li a:visited, li a:active, li a:hover {
  font-weight: normal;
}
.view-id-publication a {
  font-weight: bolder;
}
.pager-current {
  font-weight: bold;
}
div.item-list ul.pager li.pager-current, div.item-list ul.pager li.pager-current a.active {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(32, 50, 84);
  border-right-color: rgb(32, 50, 84);
  border-bottom-color: rgb(32, 50, 84);
  border-left-color: rgb(32, 50, 84);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: rgb(87, 93, 193);
}
.psced-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word;
}
/*----------------------------------------------------------------------------*/



@media only screen and (min-width:321px) and (max-width:480px){
	.imgcont{
	float:left;max-width:50px;padding-right:3px;
	}
	.imgconticon{
	max-width:50px;
	}	
}

@media only screen and (min-width:481px) and (max-width:800px) {
	.imgcont{
	float:left;max-width:75px;padding-right:5px;
	}
	.imgconticon{
	max-width:75px;
	}	
}

@media only screen and (min-width:800px) and (max-width:1024px) {
	.imgcont{
	float:left;max-width:120px;padding-right:8px;
	}
	.imgconticon{
	max-width:120px;
	}	
}

@media only screen and (min-width:1025px) {
	.imgcont{
	float:left;max-width:150px;padding-right:10px;
	}
	.imgconticon{
	max-width:150px;
	}	
}
/*
.imgcont{
float:left;max-width:150px;padding-right:10px;
}
.imgconticon{
max-width:150px;
}
*/
.classificationbanner{
border:2px solid #3C70A3;padding:10px 10px 10px 10px;border-radius:10px;background: linear-gradient(135deg, #C2E1F5, #3C70A3);background-color:#C2E1F5;margin-top:10px
}
.pcoicopbannerheader{
text-align:center;line-height:40px;font-size:37px;font-weight:bold;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);margin-top:-5px
}

.pcpcbannerheader{
text-align:center;line-height:40px;font-size:40px;font-weight:bold;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);margin-top:40px
}

.psccbannerheader{
text-align:center;line-height:40px;font-size:40px;font-weight:bold;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);margin-top:15px
}
.pscedbannerheader{
text-align:center;line-height:40px;font-size:40px;font-weight:bold;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);margin-top:15px
}

.psgcbannerheader{
text-align:center;line-height:40px;font-size:40px;font-weight:bold;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);margin-top:40px
}
.psicbannerheader{
text-align:center;line-height:40px;font-size:40px;font-weight:bold;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);margin-top:15px
}
.psocbannerheader{
text-align:center;line-height:40px;font-size:40px;font-weight:bold;color:#fff;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.95);margin-top:15px
}	
.footercorrection {
	max-width:1140px;margin-left:auto;margin-right:auto;-webkit-box-shadow: 0 0 10px rgba(76,76,76,0.7);-moz-box-shadow: 0 0 10px rgba(76,76,76,0.7);box-shadow: 0 0 10px rgba(76,76,76,0.7);
}
