﻿.back
{
    background-image: url(background.png);
    background-color:#184B7E;
}


.dod_title
{
    font-size:1.6em;
    color:#fff;
    padding-top:0px;
    margin-top:0px;
    padding-bottom:15px;

}

.dod_caption
{
    color:#fff;
    
}


a.dod_button 
{
    background: url("buttonback.gif") repeat-x scroll left center #1C3F65;
    border: 1px solid #B2C5D4;
    width: 78px;
    height:16px;
    display:inline-block;
    color:white;
    font-size: .9em;
    font-weight: bold;
    padding: 3px 0;
    margin-top:3px;
    text-align: center;
    text-decoration: none;
 }

a.dod_button:visited, a.dod_button:link
{
    color:#fff;
    text-decoration: none;
}

a.dod_button:hover 
{
    background: #fff;
    color: #5A5A5A;
    text-decoration: none;
}

    
    
.rotatepagination {

position:relative;
top:-30px;
width:280px;
text-align:center;

}

.rotatepagination a {
    background: url(pager.png) 0 0px no-repeat transparent;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.rotatepagination a.selected {
    background-position: -16px 0px;
    cursor: default;
}

.rotatepagination a span 
{
 display:none;   
}


.dod_content
{
    width:240px;
    height:298px;
    padding: 10px 10px 10px 20px;
    float:left;
}
 
.dod_img
{
  float: right; 
  width: 443px; 
  height: 318px; 
  }

.dod_img_shadow
{
    background: url(shadowAlpha.png) no-repeat bottom right !important;
    margin: 13px 13px 0px 10px;
    float:left;
}


.dod_img_shadow img
{ 
   position: relative;
  display: block;
  margin: -3px 6px 4px -3px;
}

.dod_byline
{
    width:433px;
    text-align:right;
    font-size: .9em;
    color: #BFCEE1;
    display:inline-block;
}
    



.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }