/*
170210 - added .vidborder
160509 - added ul.callbox
       - added callbox.check
160116 - added first child to info box
002 reworked details btn to work with UDP
001 added cursor to abbr
150128 - added first child to .minbox
*/

/** ---------- INTERFACE ----------  **/

.asterix {text-indent:-10px; margin-left:10px;}
.asterix2 {text-indent:-15px; margin-left:15px;}
.sml {font-size: 95%;}
abbr {cursor: default;}
img {vertical-align: top;}

/* DETAILS BOX */
.detailsbtn {
position: relative;
padding: 7px 12px 5px 30px !important;
cursor: pointer;
display: inline-block;
}
.edit .detailsbtn {cursor: auto;}
.detailsbtn:hover {/*background-color: #3EBFE6;*/}
.detailsbtn:before {
content: "\f055";
font-family: 'icomoon';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #929EAA;
font-size: 1.2em;
position: absolute;
top: 4px;
left: 0px;
}
.detailsbtn.active:before {content: "\f056";}
.detailsbtn:hover:before {color: #929EAA;}




/* IMAGES */

.vidborder {
/* subtract 20px from image */
padding: 9px;
border-style: solid;
border-width: 1px;
border-radius: 5px;
}

.sizedimgborder {
padding: 5px;
padding-bottom: 4px;
border-style: solid;
border-width: 1px;
border-radius: 5px;
}
