@charset "utf-8";
/* CSS Document */

.icsPlayer {
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size:14px;
    margin:auto;
    width:950px;
    background-color:#fff;
    box-shadow: 0px 0px 10px #000000;
    position:absolute;
    display:none;
}

.icsPlayer a {
    outline: 0;
    color:#000000;
}
.icsPlayer p,
.icsPlayer img {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}
.icsPlayer .strong {
    font-weight:bold;
}
.icsPlayer .italic {
    font-style:italic;
}
.icsPlayer .clear {
    clear:both;
}
.icsPlayer .left {
    float:left;
}
.icsPlayer .right {
    float:right;
}
.icsPlayer .absolute {
    position:absolute;
}
.icsPlayer .hidden {
    display:none;
}
.icsPlayer .shown {
    display:block;
}
.icsPlayer .player_modal {
    position: absolute;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.4;
    display:none;
    top:0px;
    left:0px;
}
.icsPlayer .draghandle {
    height:20px;
    width:950px;
    float:left;
    background-color:#cccccc;
    cursor:move;
}
.icsPlayer .playbackShell {
    width:100%;
    position:relative;
}
.icsPlayer .callInfo {
    min-height:50px;
    padding:15px 25px 10px 25px;
    border-bottom:3px solid #E4E4E4;
    line-height: 20px;
    font-weight: bold;
}
.icsPlayer .cp_logo {
    width:170px;
    height:61px;
    margin-right:30px;
    background:url('../img/sprites_lg.png') no-repeat left -539px;
}
.icsPlayer .cp_logo_min {
    width:57px;
    height:51px;
    margin-right:20px;
    margin-top: 15px;
    background:url('../img/sprites_lg.png') no-repeat left top;
}
.icsPlayer .cp_controls {
    height:80px;
    padding:0px 25px;
    font-size:14px;
    overflow:hidden;
}
.icsPlayer canvas {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}
.icsPlayer .playerWrapper {
    width:950px;
    height:140px;
    position:relative;
    background-color:#E0E0E0;
    overflow-y: hidden;
}
.icsPlayer .playerWrapper canvas {
    position:absolute;
    display: block;

    /* view crispness */
    image-rendering: pixelated; /*chrome*/
    image-rendering: crisp-edges; /*firefox*/
    -ms-interpolation-mode: nearest-neighbor; /*IE*/
}
.icsPlayer .scroll {
    width:100px;
    height:20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:#CCCCCC;
}
.icsPlayer .scrollbar {
    width:20px;
    height:20px;
    left:0px;
    top:0px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:#666666;
    min-width:20px;
    cursor:pointer;
}
.icsPlayer .scroll_v {
    width:20px;
    height:40px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color:#CCCCCC;
    border:2px solid #CCCCCC;
}
.icsPlayer .scrollbar_v {
    width:20px;
    height:20px;
    left:0px;
    top:0px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color:#666666;
    cursor:pointer;
}
.icsPlayer .trackPosition {
    background-color:#999999;
    height:34px;
    width:950px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    max-width:950px;
}
.icsPlayer .trackPosition canvas {
    position: absolute;

    /* view crispness */
    image-rendering: pixelated; /*chrome*/
    image-rendering: crisp-edges; /*firefox*/
    -ms-interpolation-mode: nearest-neighbor; /*IE*/
}
.icsPlayer .viewport {
    height:30px;
    width:100%;
    border-top:2px solid #004696;
    border-bottom:2px solid #004696;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width:50px;
    max-width:950px;
    cursor: pointer;
}
.icsPlayer .vpWindow {
    height:30px;
    width:100%;
    margin: 0 auto;
    margin-top: -30px;
}
.icsPlayer .vpPlayhead {
    width:2px;
    height:30px;
    background-color:#004696;
    position:absolute;
    top:2px;
    left:0;
}
.icsPlayer .leftHandle,
.icsPlayer .rightHandle {
    background-color:#004696;
    width:11px;
    height:30px;
    cursor:pointer;
    position: relative;
}
.icsPlayer .vpHighlight {
    position:absolute;
    height:30px;
    top:2px;
    left:0;
    width:0px;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.icsPlayer .handle-vert {
    background:url('../img/sprites_lg.png') no-repeat -24px -360px;
    width:5px;
    height:5px;
    position:absolute;
    top:7px;
    margin-left:7px;
}
.icsPlayer .handle-hor {
    background:url('../img/sprites_lg.png') no-repeat -24px -365px;
    width:5px;
    height:5px;
}
.icsPlayer .cp_status {
    background-color:#666;
    color:#fff;
    font-size:10px;
    border-bottom:3px solid #fff;
    line-height:20px;
}
.icsPlayer .cp_footer {
    height:45px;
    line-height:45px;
    padding:0px 25px;
    position:relative;
}
.icsPlayer .bt_close {
    width:24px;
    height:24px;
    background:url('../img/sprites_lg.png') no-repeat -57px 0px;
    position:absolute;
    top:-12px;
    right:-12px;
}
.icsPlayer .bt_rewind {
    width:48px;
    height:47px;
    background:url('../img/sprites_lg.png') no-repeat -48px -210px;
}
.icsPlayer .bt_playpause {
    width:47px;
    height:47px;
    background:url('../img/sprites_lg.png') no-repeat 0px -257px;
}
.icsPlayer .bt_fastforward {
    width:48px;
    height:47px;
    background:url('../img/sprites_lg.png') no-repeat -48px -304px;
}
.icsPlayer .bt_zoomIn {
    width:47px;
    height:45px;
    background:url('../img/sprites_lg.png') no-repeat 0px -51px;
}
.icsPlayer .bt_zoomOut {
    width:47px;
    height:45px;
    background:url('../img/sprites_lg.png') no-repeat -47px -96px;
}
.icsPlayer .bt_minimize {
    width:24px;
    height:22px;
    background:url('../img/sprites_lg.png') no-repeat -81px 0;
    position:absolute;
    top:12px;
    right:-12px;
}
.icsPlayer .bt_detach {
    width:24px;
    height:24px;
    background:url('../img/sprites_lg.png') no-repeat -57px -24px;
    position:absolute;
    top:34px;
    right:-12px;
}
.icsPlayer .bt_notes {
    width:26px;
    height:34px;
    float:left;
    background:url('../img/sprites_lg.png') no-repeat;
    cursor:pointer;
    margin-top:6px;
    margin-right:10px;
}
.icsPlayer .bt_viewNotes .bt_notes {
    background-position:0 -141px;
}
.icsPlayer .bt_addNote .bt_notes {
    background-position:-26px -141px;
}
.icsPlayer .bt_addBookmark .bt_notes {
    margin-top:5px;
    height:35px;
    background-position:0 -175px;
}
.icsPlayer .bt_addSegment .bt_notes {
    background-position:-26px -176px;
}
.icsPlayer .button {
    width:79px;
    height:28px;
    line-height:28px;
    background:url('../img/sprites_lg.png') no-repeat 0 -417px;
    text-align:center;
    font-weight:bold;
    font-size:15px;
    color:#333;
    cursor:pointer;
    margin-top:8px;
    margin-left:10px;
}
.icsPlayer .duration {
    font-weight:bold;
    font-size:18px;
}
.icsPlayer .cp_notes {
    display:none;
    padding:0px 25px;
    margin:10px auto;
}
.icsPlayer .cp_notesHeader {
    height:30px;
    line-height:30px;
    font-weight:bold;
    background-color:#ccc;
    border-bottom:2px solid #999;
    padding:0px 10px;
    cursor:pointer;
}
.icsPlayer .expander {
    width:9px;
    height:6px;
    background:url('../img/sprites_lg.png') no-repeat -46px -352px;
    float:right;
    margin-top:13px;
}
.icsPlayer .cp_notesContent {
    max-height:120px;
    overflow:auto;
}
.icsPlayer .table {
    display:table;
    width:99%;
    font-size:13px;
}
.icsPlayer .table_header {
    display:table-header-group;
    font-weight:bold;
}
.icsPlayer .table_row {
    display:table-row;
    padding:0px 2px;
}
.icsPlayer .table_cell {
    display:table-cell;
    padding:6px 4px;
    white-space: nowrap;
}
.icsPlayer .tablerow_odd {
    background-color:#f1f1f1;
}
.icsPlayer .clickable {
    cursor:pointer;
}
.icsPlayer .volumeContainer,
.icsPlayer .volumeContainer_dnra {
    text-align:center;
    margin-top:18px;
}
.icsPlayer .volumeContainer_dnra {
    padding: 0px 20px;
}
.icsPlayer .txt_dnra {
    font-size: 20px;
    font-weight: bold;
    color: #990000;
    margin-top: 25px;
    margin-left: 15px;
}
.icsPlayer .speedContainer {
    text-align:center;
    margin-top:18px;
}
.icsPlayer .dbLevels {
    width:11px;
    height:38px;
    border:1px solid #666666;
    background:url('../img/sprites_lg.png') no-repeat 0px -51px;
}
.icsPlayer .dbFill {
    background-color:#B2B2B2;
    height:38px;
}
.icsPlayer .bt_speaker {
    width:21px;
    height:21px;
    background:url('../img/sprites_lg.png') no-repeat -87px -385px;
    cursor: pointer;
}
.icsPlayer .bt_speaker_muted {
    background-position: -66px -385px;
}
.icsPlayer .speakerLeft,
.icsPlayer .speakerLeft_dnra {
    position:absolute;
    left: 4px;
    top: 4px;
}
.icsPlayer .speakerRight,
.icsPlayer .speakerRight_dnra {
    position:absolute;
    left: 4px;
    top: 75px;
}
.icsPlayer .speakerLeft_dnra,
.icsPlayer .speakerRight_dnra {
    top: 25px;
}
.icsPlayer .speakerRight_dnra {
    left: 485px;
}
.icsPlayer .speakerContainer {
    position:absolute;
    top:0px;
}
.icsPlayer .pickerLeft {
    position:absolute;
    right:4px;
    top:4px;
}
.icsPlayer .pickerLeft .pickerSwatch {
    background-color: #004696;
}
.icsPlayer .pickerRight {
    position:absolute;
    right:4px;
    top:86px;
}
.icsPlayer .pickerRight .pickerSwatch {
    background-color: #002D62;
}
.icsPlayer .pickerContainer {
    position:relative;
    right:0px;
}
.icsPlayer .pickerSwatch {
    width:8px;
    height:8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border:2px solid #ffffff;
    background-color:#000000;
    float:right;
}
.icsPlayer .controlsContainer,
.icsPlayer .volumeContainer,
.icsPlayer .volumeContainer_dnra,
.icsPlayer .zoomContainer,
.icsPlayer .playbackContainer,
.icsPlayer .speedContainer,
.icsPlayer .viewContainer {
    margin-right:15px;
}
.icsPlayer .controlsContainer {
    margin-top:15px;
}
.icsPlayer .zoomContainer {
    margin-top:18px;
}
.icsPlayer .playbackContainer {
    margin-top:20px;
}
.icsPlayer .viewContainer {
    margin-top:18px;
}
.icsPlayer .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.icsPlayer .note_clipped {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width:200px;
}
.icsPlayer .note_full {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    -o-text-overflow: initial;
}
.icsPlayer .userColumn {
    max-width:100px;
}
.icsPlayer .pickerModule {
    width:300px;
    height:185px;
    background-color:#ffffff;
    margin-right:15px;
    box-shadow: 0px 0px 10px #000000;
    display:none;
}
.icsPlayer .moduleHeader {
    background-color:#004696;
    padding:5px;
    color:#ffffff;
}
.icsPlayer .moduleSplitter {
    background-color:#004696;
    height:3px;
    border:3px solid #fff;
    border-left:0px;
    border-right:0px;
}
.icsPlayer .moduleContent {
    padding:15px;
}
.icsPlayer .module {
    background-color:#ffffff;
    width:300px;
    height:245;
    position:absolute;
    box-shadow: 0px 0px 10px #000000;
    margin:auto;
}
.icsPlayer .txt_powered {
    font-size:10px;
    float:right;
    margin-right:20px;
    margin-top:5px;
}
.icsPlayer .bt_download {
    background:url('../img/sprites_lg.png') no-repeat 0px -445px;
    width:44px;
    height:36px;
    margin-top:23px;
}
.icsPlayer .csn_min {
    margin-left: 15px;
    text-align: right;
    margin-top: 20px;
}
.icsPlayer .ui-tooltip {
    font-size:12px;
}
.icsPlayer .txt_noteCount {
    position: absolute;
    font-size: 11px;
    width: 15px;
    height: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #ffffff;
    background-color: #004696;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    top: 28px;
    left: 20px;
}
.icsPlayer .txt_goto {
    width:175px;
}
.icsPlayer .div_goto {
    position:absolute;
    top:0px;
    right:25px;
}
.icsPlayer .txt_lastNote {
    padding:5px 25px;
    font-size:11px;
    color:#666666;
}
.icsPlayer .mod_segmentInput,
.icsPlayer .mod_addressInput,
.icsPlayer .mod_subjectInput {
    width:270px;
}
.icsPlayer .fullscreen {
    background: url('../img/sprites_lg.png') no-repeat -94px -51px;
    width: 76px;
    height: 22px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
.icsPlayer .bts_notes {
    position: relative;
    display: inline;
    margin: 10px auto 0px;
    height:45px;
    line-height: 45px;
}
.icsPlayer .txt_scrubduration {
    display: none;
    position: absolute;
    margin-top: -20px;
    padding: 5px;
    border-radius: 5px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}