﻿.ListPanel
{
    border: solid 1px;
    background-color: White;
    width: 200px;
}
.notificationHeader
{
    /*background-image: url('../../Images-Web/Menu_BG_05.gif');
    background-repeat: repeat-x;*/
    background-color:#bb924e;
    height: 26px;
    text-align: center;
}
.notificationContent
{
    background-color: White;
    text-align: center;
    border-top:1px solid #bb924e;
    
}

.notificationContent a
{
    font-family:Tahoma;
    color:rgb(28, 83, 127);
}
.notificationFooter
{
    background-color:White;
    border-bottom:1px Solid White !important;
}
.notificationWindow
{
    -webkit-transition: opacity 5s ease-out;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 100px;
    width: 200px;
    border:1px solid #bb924e;
    /*background-color:Fuchsia;*/
}
.deleteNotification
{
    -webkit-transition: opacity 1s ease-out;
    opacity: 1;
    -webkit-transition-duration: 2s, 4s;
    position: absolute;
    bottom: 100;
    right: 0;
    z-index: 1;
    height: 100px;
    width: 200px;
}
.EmailPanel
{
    background-color: #ffffff; /* width:315px !important;     height:70px !important;*/
    top: 30%;
    left: 30%;
    position: absolute;
    z-index: 1000;
    border-style: outset;
}
.EmailPanel .header
{
    background-image: url('../Images-Web/Menu_BG_05.gif');
    background-repeat: repeat-x;
    background-color:#bb924e;
    height: 26px;
}
.toBody
{
    border: 1px solid #5b8b37;
    background-color: #F0F0F0;
}
.InstpanelTitle
{
    font-family: Tahoma;
    text-align: right;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
}
.EmailContentList
{
    background-color: #F0F0F0;
    width: 200px;
    padding-left: 2px;
    padding-right: 2px;
    border: solid 0px #5b8b37;
    top:60px !important;
}

.EmailContentListAr
{
    background-color: #F0F0F0;
    width: 200px;
    padding-left: 2px;
    padding-right: 2px;
    border: solid 0px #bb924e;
    top:60px !important;
}
.IMLink
{
    font-family:Calibri !important;
    font-size:12px !important;
    font-weight:normal;
}

.IMLink:hover
{
    font-family:Calibri !important;
    font-size:12px !important;
    font-weight:bold;
}