﻿table.RoundCornerTable
{
}
.RoundCornerTable td.TopLeft, td.TopRight, td.BottomLeft, td.BottomRight
{
    background-image: url(/images/RoundCorners.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
}
.RoundCornerTable td.TopRight
{
    background-position: -19px 0px;
}
.RoundCornerTable td.BottomLeft
{
    background-position: 0px -19px;
}
.RoundCornerTable td.BottomRight
{
    background-position: -19px -19px;
}
.RoundCornerTable td.TopMiddle, td.BottomMiddle
{
    background-image: url(/images/RoundHori.png);
    background-repeat: repeat-x;
    height: 19px;
}
.RoundCornerTable td.BottomMiddle
{
    background-position: 0px -19px;
}
.RoundCornerTable td.MiddleRight
{
    background-position: -19px 0px;
}
.RoundCornerTable td.MiddleLeft, td.MiddleRight
{
    background-image: url(/images/RoundVert.png);
    background-repeat: repeat-y;
    width: 19px;
}
.RoundCornerTable td.MiddleMiddle
{
    background-image: url(/images/Trans64_60.png);
    background-repeat: repeat;
    text-align: left;
    min-width: 500px !important;
}



.RoundCorner
{
    position: relative;
}
.RoundCorner .TopLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background: url(/Images/RoundedCorners/RC_TL.png);
}

.RoundCorner .TopRight
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: url(/Images/RoundedCorners/RC_TR.png);
}

.RoundCorner .BottomLeft
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background: url(/Images/RoundedCorners/RC_BL.png);
}

.RoundCorner .BottomRight
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: url(/Images/RoundedCorners/RC_BR.png);
}



.RightTab
{
    background-color: #dbe5f1;
    width: 150px;
    min-height: 400px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 5px;
}


.Subscription
{
    background-repeat: no-repeat;
    background-image: url(/Images/Icons/Newspaper.png);
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px;
    background-color: #1b6eb8;
    height: 150px;
    width: 150px;
}

.Subscription .Content
{
    margin-top: 70px;
    font-size: 12px;
    font-weight: bold;
    color: White;
}

.Subscription .Content a
{
    color: #dedeff;
    height:12px;
    margin: 10px;
}

.Subscription .Content a:hover
{
    color: #ffffff;
}

.MiddleContent
{
    background-color: #dbe5f1;
    width: 170px;
    height: 260px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px;
}

.Title1
{
    font-family: Verdana;
    font-weight: bolder;
    font-size: 13px;
    text-align: center;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 10px;
}
.Title2
{
    font-family: Verdana;
    font-weight: bolder;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Event_Detail
{
    margin: 5px 0px 5px 0px;
}


.Event_Detail2
{
    background-color: White;
    margin: 5px -5px 5px -5px;
    padding: 5px;
    border-left: solid 2px #dbe5f1;
    border-right: solid 2px #dbe5f1;
}
