﻿body {
    background-image: url(/Content/ahca/Images/bg.gif); 
    background-repeat: repeat; 
    background-position: center top; 
    margin:0;
    line-height: 1.4em;
}
h3 a {
    font-size: 14px;
}
h5 {
    font-weight: bold;
    margin-bottom: 5px !important;
}
.topspace {
    margin-top: 1em !important;
}
.topspace-small {
    padding-top: .5em;
}
.topspace-medium {
    padding-top: 1.5em;
}
.text-small {
    font-size: .75em;
    color: #666666;
}
.text-verysmall {
    font-size: .5em;
    color: #666666;
}
.text-medium-bold {
    color: #666666;
    font-weight:bold;
    font-size: 1.1em;
}
.color-fcorange {
    color: #fc6700 !important;
}
.color-black {
    color: #000000 !important;
}
.color-gray {
    color: #666666 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.padding-large {
    padding: 2em !important;
}
.padding-horz-medium {
    padding: 0 1.5em 0 1.5em !important;
}
.padding-small {
    padding: .8em !important;
}
.padding-top-small {
    padding-top: 5px;
}
.padding-bottom-small {
    padding-bottom: 5px;
}
.padding-medium {
    padding: 1.5em !important;
}
.padding-top-medium {
    padding-top: .75em;
}
.padding-bottom-medium {
    padding-bottom: .75em !important;
}
.slide-media {
    width: 200px;
    float: left;
    margin-top: 15px;
}

.slide-media .title {
    font-weight: bold;
    font-size: 16px;
}
img.no-resize {
     max-width: none;
}
.media-download {
    width: 150px;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}

.media-view {
    cursor: pointer;
    background-image: url('/Content/Images/ahcs/video.png');
    background-position: top left;
    background-repeat: no-repeat;
    width: 150px;
    height: 114px;
}

.presentation-content {
    margin-bottom: 20px;
    overflow: auto;
}