﻿.layout-content {
    /*background: url(images/content/layout-bg.jpg) #000000 repeat-x;*/
    color: #ffffff;
}
.content-content {
    font-size: 12px;
    padding: 6px;
}
.content-content a {
    color: #00a2d5;
    text-decoration: none;
}
.content-content a[target="_blank"]  {
    background: url(/Content/images/content/icons/newwindow.png) no-repeat right center;
    padding-right: 11px;
    color: #00a2d5;
    text-decoration: none;
}

.content-content a:hover {
    color: #ff7f00;
    text-decoration: underline;
}
.content-subtitle {
    border-bottom: 1px solid #ffffff;
    font-size: 11px;
    padding: 6px;
}
.content-content-title {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 11px;
    padding: 24px 0 2px 0;
    font-weight: bold;
}
.content-title {
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    padding: 3px;
    width: 676px;
}
.content-layout {
    border-left: 1px solid #ffffff;
    padding-left: 12px;
}