﻿#cmsContent img {padding:0; display:block;}
#cmsContent {}
.CMSImages
{
    margin-top: -20px;
    float: right;
    margin-left: 10px; 
    /*
    background-color: #482400;
    border: solid 1px #7f4f00;
    */
    padding: 10px;
}

#csNav {float: left; width: 190px; margin-left: 15px; background-color: #d05421;}
#csNav a.csItem {display: block; border-bottom: solid 1px #ffe8df; padding: 3px 0 3px 5px; color: #fff; text-decoration:none; font-size: 14px; line-height: 18px;}
#csNav a.csItem:hover { background-color: #ffe8df; color: #333;}
#csNav a.csItemSelect {display: block; border-bottom: solid 1px #eee; padding: 3px 0 3px 5px; background-color: #ffe8df; color: #333; text-decoration:none; font-size: 14px; line-height: 18px;}

.CMSImages .hdr {text-align: center; font-size: 85%;}

.CatHeader {font-weight: bold; font-size: 18px; background-color: #eee; border-bottom: solid 1px #999; margin-top: 10px; margin-bottom: 3px; padding: 3px 0 3px 5px;}

.BlogHeader {font-size: 15px; font-weight: bold; margin-top: 0px;}
.BlogHeader a {color: #cf8b26;}
.BlogHeader a:visited {color: #cf8b26;}
.BlogHeader a:hover {color: #cf8b26;}
.BlogDesc {margin-bottom: 15px; line-height: 20px; font-size: 13px; color: #ddd;}
.BlogNoItems {font-weight: bold; color: #cf8b26;}
.BlogHeading {font-size: 16px; font-weight: bold; margin: 4px 0 8px 0; color: #e9cd48;}

.dg {padding:1px 1px 1px 1px; border-top:solid 1px #686524; border-color:#eeeeee;}
.dgHeader {background-color:#0b2558; font-size:14px; height:25px; color:#ffffff; font-weight:bold;}
.dgItem {background-color:#ffffff; color:Black; font-size:14px; font-weight:normal;}
.dgAltItem {background-color:#eeeeee; color:Black; font-size:14px; font-weight:normal;}
.dgSelect {font-weight: normal; color: black; font-style: italic; background-color: #e9e9e9;}

.dgHeaderSmall {background-color:#0b2558; font-size:12px; color:#ffffff; font-weight:bold; padding: 5px;}
.dgItemSmall {background-color:#ffffff; color:Black; font-size:12px; font-weight:normal;}
.dgAltItemSmall {background-color:#eeeeee; color:Black; font-size:12px; font-weight:normal;}

.panelError
{
    background-position: left top;
    background: #FFE8E8 url(images/error-icon.png) no-repeat left top;
    padding: 2px 2px 2px 60px;
    width: 500px;
    margin: 10px auto;
    border: 1px solid #AA0000;
    color: #CA0000;
    font-size: 12px;
    font-weight: bold;
    min-height: 50px;
}
.panelErrorHome
{
    background-position: left top;
    background: #FFE8E8 url(images/error-icon.png) no-repeat left top;
    padding: 2px 2px 2px 60px;
    width: 350px;
    margin: 10px auto;
    border: 1px solid #AA0000;
    color: #CA0000;
    font-size: 12px;
    font-weight: bold;
    min-height: 50px;
}

.panelErrorSmall
{
    background-position: left top;
    background: #FFE8E8 url(images/error-icon.png) no-repeat left top;
    padding: 2px 2px 2px 60px;
    width: 80px;
    margin: 10px auto;
    border: 1px solid #AA0000;
    color: #CA0000;
    font-size: 12px;
    font-weight: bold;
    min-height: 50px;
}
