/* 
    Document   : coutts_lightbox
    Created on : 07-Aug-2009, 11:20:54
    Author     : mmcloughlin
    Description:
        This Stylesheet includes any styles that are used in the coutts digital stylesheet. CD = Coutts Digital
*/
#CD_popup_flash {
	padding: 0;
	margin: 0;
	margin-left: -26px;
	}
#CD_exit_button {
    background: url('../images/lightboxNavClose.jpg');
    height: 22px;
    width: 22px;
    border: none;
    float: left;
    margin:7px 0 0 14px;
	cursor:pointer;
}

#CD_left_button {
    background: url('../images/lightboxNavPreviousUp.jpg');
    height: 22px;
    width: 22px;
    border: none;
    float: left;
    margin: 7px 0 0 5px;
	cursor:pointer;
}

#CD_right_button {
    background: url('../images/lightboxNavNextUp.jpg');
    height: 22px;
    width: 22px;
    border: none;
    float: left;
    margin: 7px 0 0 6px;
	cursor:pointer;
}

#CD_page {
    color: #EAEAEA;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    margin: 10px 0 0 14px;
    display: block;
    width: 50px;
    float: left;
}

#CD_load {
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
}

#CD_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.CD_overlayMacFFBGHack {
    background: url(macFFBgHack.png) repeat;
}

.CD_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #CD_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#CD_window {
    width: 665px;
    height: 397px;
    left: 50%;
    margin-left: -332px;
    margin-top: -225px;
    position: absolute;
    top: 50%;
    background: url('../images/lightboxBKG.gif') no-repeat;
    z-index: 102;
    padding: 13px 0 0 13px;
    font-family: arial;
}

div#CD_window img {
    float: left;
}

div.CD_caption {
    float: right;
    width: 304px;
    padding: 0px 30px 0 16px;
}

div#CD_window h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 6px;
    padding: 0px;
	color:#333333;
}

div#CD_window h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
	color:#333333;
}

div#CD_window h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 0;
	color:#333333;
}

div#CD_window p, div#CD_window a {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
	color:#ffaa03;
	text-align:left;
	float: left;
	width: 100%;
}

div#CD_window p{
	color:#666666;
	margin-bottom:12px;
}

div#CD_navigation {
    background: url('../images/lightboxNavBkg.gif') no-repeat;
    width: 161px;
    height: 36px;
    z-index: 102;
    position: absolute;
    left: 50%;
    margin: 0 0 30px -80px;
    bottom: 0;
}
