
/* - address_book.css - */
@media screen {
/* https://compendium.itcilo.org/portal_css/address_book.css?original=1 */
*/
** Plone style sheet - Address Book css
*/
/* */
/* */
.address_book_property ul{
list-style: none;
}
.address_book_property li{
list-style: none;
text-transform:capitalize;
font-size:16px;
border-bottom: 1px dashed gray;
}
.address_book_property_text{
text-transform:none;
font-size:14px;
}
/* */
.port_address_book_table{
width:100%;
vertical-align:top;
}
.port_address_book_image{
vertical-align:top;
width:10%;
}
.port_address_book_image img{
height:40px;
width:35px;
border: 1px solid black;
margin-bottom: 4px;
margin-top:4px"
}
.port_address_book_table td{
vertical-align:top;
font-size:90%;
border-bottom: 1px solid gray !important;
text-align:left;
text-transform:capitalize
}
.port_address_book_table td a{
text-decoration:none;
font-size:90%;
text-transform:none;
}
/* */
.address_book_user_table{
width: 50%;
}
.address_book_user_name{
font-weight:bold;
font-size:20px;
margin-bottom:20px;
}
.address_book_user_table td{
vertical-align:top;
}
.address_book_user_info{
width:25%;
}
.address_book_photo{
border: 1px solid black;
margin-bottom: 4px;
margin-top:4px;
height:120px;
width:96px;
float:right;
}
/* */
}


/* - ecabstyles.css - */
@media all {
/* https://compendium.itcilo.org/portal_css/ecabstyles.css?original=1 */
/* */
.state-submitted {
color: rgb(77, 77, 77) !important;
}
.state-pending {
color: orange !important;
}
.state-accepted {
color: rgb(0, 134, 139) !important;
}
.state-rejected {
color: rgb(255,  99,  71) !important;
}
.state-superseded {
color: gray !important;
}
.state-graded {
color: green !important;
}
.link-down {
display: block;
background: transparent url(https://compendium.itcilo.org/arrowDown.gif) 4px 5px no-repeat
;
padding: 1px 0px 10px 16px;
font-size: 100%;
text-decoration: none;
}
thead tr td {
border: 1px solid #8cacbb;
}
tfoot {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #8cacbb;
}
tfoot tr {
border-width: 1px 0px 0px 0px;
border-style: dotted;
border-color: #8cacbb;
}
dd.ec-listing {
margin-left: 16px
}
.ec-description {
font-style: italic;
/* */
margin-bottom: 1em;
}
/* */
/* */
/* */
/* */

}

