﻿/* ================================
    CSS STYLES FOR Module DawaerTech.NewsTab
   ================================
*/
.tab
{
    cursor:pointer;
    text-align: center;
    position: absolute;
    height: 25px;
    width: 100px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    border-bottom-color: #DCE6E7;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #DCE6E7;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #DCE6E7;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #DCE6E7;
    border-top-style: solid;
    border-top-width: 2px;
}
.panel
{
    background-color: Transparent;
    overflow: auto;
    position: absolute;
    border: 2px;
    width: 100%;
    height: 225px;
    left: 0px;
    top: 30px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    border-bottom-color: #DCE6E7;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #DCE6E7;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #DCE6E7;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #DCE6E7;
    border-top-style: solid;
    border-top-width: 2px;
}
.hiddenTab
{
    cursor: default;
    background-color: Transparent;
    border-style:none;
    border-bottom-color: #DCE6E7;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    position: relative;
    height: 28px;
    width: 100%;
    }
/* ================================
    CSS STYLES FOR Module DNN.Announcements
   ================================
*/
.DNN_ANN_DesignTable
{
    width: auto;
}

.DNN_ANN_Description
{
    vertical-align: top;
}

.DNN_ANN_Description P
{
    margin-top: 0px;
}

