﻿.cd_contact:link
{
    border-left: 5px solid #007BB7;
    color: #FFFFFF;
    text-decoration: none;
}

.cd_contact
{
    background: none repeat scroll 0 0 #007BB7;
    border-left: 5px solid #007BB7;
    color: #FFFFFF;
    display: block;
    float: right;
    font-weight: bold;
    padding: 5px 10px 5px 25px;
    text-align: right;
    text-decoration: none;
}
.cd_contact:hover
{
    /*background:#046392;*/
    border-left: 5px solid #669db8;
    color: #fff;
}

.divNoticeDetails
{
    clear: right;
    float: left;
    width: 485px;
}

.divEvidence
{
    float: left;
    width: 430px;
}

.divCorrespondence
{
    clear: both;
}


/* tooltip */

a.tt
{
    position: absolute;
    z-index: 24; /*    color: #3CA3FF;*/
    font-weight: normal;
    text-decoration: none;
    margin: 1px 0 0 -16px;
}
a.tt span
{
    display: none;
    font-weight: normal;
    color: white;
}


a.tt:hover
{
    z-index: 25;
    color: #aaaaff;
}
a.tt:hover span.tooltip
{
    display: block;
    position: absolute;
    top: 0px;
    left: -215px; /*left:0;*/
    padding: 0 0 0 0;
    width: 215px;
    color: white;
    text-align: left;
    filter: alpha(opacity:90);
    khtmlopacity: 0.90;
    mozopacity: 0.90;
    opacity: 0.90;
}
a.tt:hover span.top
{
    display: block;
    padding: 20px 8px 0;
    background: url('../Images/bubble.gif') no-repeat top;
}
a.tt:hover span.middle
{
    /* different middle bg for stretch */
    display: block;
    padding: 0 35px 0 15px; /*width:200px; */
    background: url('../Images/bubble_filler.gif') repeat-y left bottom;
}
a.tt:hover span.bottom
{
    display: block;
    padding: 3px 8px 20px;
    color: #548912;
    background: url('../Images/bubble.gif') no-repeat bottom;
}

.tt
{
    position: absolute;
    z-index: 24; /*    color: #3CA3FF;*/
    font-weight: normal;
    text-decoration: none;
    margin: 1px 0 0 -16px;
    cursor: pointer;
}

.tt span
{
    display: none;
    font-weight: normal;
    color: white;
}


.tt:hover
{
    z-index: 25;
    color: #aaaaff;
}
.tt:hover span.tooltip
{
    display: block;
    position: absolute;
    top: 0px;
    left: -215px; /*left:0;*/
    padding: 0 0 0 0;
    width: 215px;
    color: white;
    text-align: left;
    filter: alpha(opacity:90);
    khtmlopacity: 0.90;
    mozopacity: 0.90;
    opacity: 0.90;
}

.tt:hover span.top
{
    display: block;
    padding: 20px 8px 0;
    background: url('../Images/bubble.gif') no-repeat top;
}

.tt:hover span.middle
{
    /* different middle bg for stretch */
    display: block;
    padding: 0 35px 0 15px; /*width:200px; */
    background: url('../Images/bubble_filler.gif') repeat-y left bottom;
}

.tt:hover span.bottom
{
    display: block;
    padding: 3px 8px 20px;
    color: #548912;
    background: url('../Images/bubble.gif') no-repeat bottom;
}
.pcnv_image_table_holder
{
    /*height:272px;
    overflow:hidden;*/
}
.pcnv_image_table, .pcnv_image_table tr, .pcnv_image_table td, .pcnv_image_table th
{
border:0;
background:transparent;
padding:2px 0px;
}
.pcnv_image_holder object
{
    background: url("../Images/pcnv_vdo_holder.jpg") no-repeat scroll 4px 0px transparent;
    padding: 15px;
}

.pcnv_image_holder
{
    background-color:White;
    padding:10px;
    //height: 380px;
    width:250px;
}
.divplay
{
    float:left;
    margin-left: 7px;
    height:18px;
}
.divslider
{
    float:left;
    width:160px; 
    margin-left: 60px;
    
}
/*Thumnail buttons*/
.thumbnailimageNav 
{
    text-align: center; 
    margin: 35px 0px 20px 55px; 
    bottom: 0px;
    position: absolute;
  
}
.thumbnailimageNav a, .thumbnailimageNav input
{
    color:#222222;
    text-decoration:none; 
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    padding:2px 5px;
    border:solid 1px #d3d3d3;
    margin:2px;
}
.thumbnailimageNav a:hover, .thumbnailimageNav a:active, .thumbnailimageNav a:focus, .thumbnailimageNav input:hover
{
    color:#e6e6e6;
    background:#222222;
    text-decoration:none;
    cursor:pointer;
}

/*Slide show buttons*/

.imageNav 
{
    text-align: center; 
    margin: 10px;  
}
.imageNav a
{
    color:#fff;
    text-decoration:none;
    background:#0e1c01;
    padding:2px 5px;
    border:solid 1px #0e1c01;
    margin:2px;
}
.imageNav a:hover, .imageNav a:active, .imageNav a:focus
{
    color:#0e1c01;
    background:#fff;
    text-decoration:none;
    cursor:pointer;
}

#btnPlay
{
    color:#222222;
    text-decoration:none;
    /*background:#0e1c01;*/
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    padding:2px 5px;
    border:1px solid #d3d3d3;
    margin:2px;
}
#btnPlay:hover
{
    color:#e6e6e6;
    background:#222222;
    text-decoration:none;
    cursor:pointer;
}

/*Fix for modal images*/

.modal-body .pcnv_image_table img{
	max-width:100%;
}
/*End Fix for modal images*/