﻿
#mixedContent
{
    position: relative;
    width: 100%;
    display: block;
    height: 500px;
}
#mixedContent .contentBox
{
    position: relative;
    display: block;
    float: left;
    padding-top: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 500px;
    width: 240px;
}
#mixedContent .contentBox IMG
{
    height: 220px;
    width: 200px;
    margin-left: 16px;
    border: 0px solid #3f7f00;
    border-width: 0px 0px 1px 1px;
    margin: 0px;
    padding: 3px;
    text-decoration: none;
    box-shadow: 0px 4px 5px #888888;
    border: 1px solid #3f7f00;
    -moz-border-radius-topright: 14px;
    -webkit-border-top-right-radius: 14px;
    border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -webkit-border-top-left-radius: 14px;
    border-top-left-radius: 14px;
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-right-radius: 14px;
    border-bottom-right-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
#mixedContent .contentBox
{
    font-size: 14px;
}
#mixedContent .contentBox h1
{
    font-size: 15px;
    font-weight: bold;
    color: #993333;
}
#mixedContent .contentBox h2
{
    font-size: 11px;
    font-weight: bold;
    padding-right: 20px;
    text-align: justify;
}
#mixedContent .contentBox .Summary
{
    font-size: 12px;
    color: #DD0000;
    padding-right: 20px;
    text-align: justify;
    
    
  
}

#mixedContent .contentBox a
{
    text-decoration: none;
}










#mixedContentGrid
{
    width: 100%;
    display: block;
    height: 500px;
}
    #mixedContentGrid .contentBox {
        font-size: 14px;
        display: block;
        padding-top: 10px;
        height: 360px;
        width: 240px;
        border: 0px solid #3f7f00;
        border-width: 0px 0px 1px 1px;
        margin: 0px;
        padding: 3px;
        text-decoration: none;
        border: 1px solid #999999;
        -moz-border-radius-topright: 7px;
        -webkit-border-top-right-radius: 7px;
        border-top-right-radius: 7px;
        -moz-border-radius-topleft: 7px;
        -webkit-border-top-left-radius: 7px;
        border-top-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -webkit-border-bottom-right-radius: 7px;
        border-bottom-right-radius: 7px;
        -moz-border-radius-bottomleft: 7px;
        -webkit-border-bottom-left-radius: 7px;
        border-bottom-left-radius: 7px;
        text-align: center;
    }

        #mixedContentGrid .contentBox IMG {
            height: 220px;
            width: 200px;
            margin-left: 16px;
            border: 0px solid #3f7f00;
            border-width: 0px 0px 1px 1px;
            margin: 0px;
            padding: 3px;
            text-decoration: none;
            box-shadow: 0px 4px 5px #888888;
            border: 1px solid #3f7f00;
            -moz-border-radius-topright: 14px;
            -webkit-border-top-right-radius: 14px;
            border-top-right-radius: 14px;
            -moz-border-radius-topleft: 14px;
            -webkit-border-top-left-radius: 14px;
            border-top-left-radius: 14px;
            -moz-border-radius-bottomright: 14px;
            -webkit-border-bottom-right-radius: 14px;
            border-bottom-right-radius: 14px;
            -moz-border-radius-bottomleft: 14px;
            -webkit-border-bottom-left-radius: 14px;
            border-bottom-left-radius: 14px;
        }
#mixedContentGrid .contentBox
{
    font-size: 14px;
}
#mixedContentGrid .contentBox h1
{
    font-size: 15px;
    font-weight: bold;
    color: #993333;
}
#mixedContentGrid .contentBox h2
{
    font-size: 11px;
    font-weight: bold;
    padding-right: 20px;
    text-align: justify;
}
#mixedContentGrid .contentBox .Summary
{
    font-size: 12px;
    color: #DD0000;
    padding-right: 20px;
    text-align: justify;
}

#mixedContentGrid .contentBox a
{
    text-decoration: none;
}


.ToolBox
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.ToolBox a
{
    text-decoration: none;
}
