﻿body 
{
    font-family: Verdana;
    font-size: 10px;
}

#MailMessages:Hover
{
    text-decoration: none;
    color: white;
    background-color: #008EDE;
    display: block;
}

#SearchPanel
{
 background-color: #5EB042;
 padding: 5px 5px 5px 10px; 
}

#SearchOrderNr
{
 background-color: #5EB042;
 padding: 5px 5px 5px 10px; 
}

.SidePanel
{
    background-color: #E0E0E0;
}

.Inbox
{
    background-color: #008CD9;
    font-size: 16px;
    font-weight: bold;
    color: White;
    overflow:hidden;
    
}

.Mailbox
{
    font-weight: bold;   
}

div.CustomerCare
{
background-color: #A0A0A0;
height: 50px;
font-weight: bold;
color: White;
}

div.HeaderTextMessage
{
font-weight: bold;
color: Black;
font-size: 18px;
}

div.HeaderText
{
font-weight: bold;
color: White;
}

.HeaderTextChangeStatus
{
font-weight: bold;
color: Black;
}

.Afgehandeld
{
background-color: #565656;
 font-family: Arial;
  color:White;
 font-weight:bold;
}



.Thrash
{
background-color: #ec008c;
 font-family: Arial;
  color:White;
 font-weight:bold;
}

.Junk
{
background-color: #91245e;
 font-family: Arial;
  color:White;
 font-weight:bold;
}

.GridView 
{
    overflow:auto;
    width: inherit;
    height: 250px;
    border: 1px #A7ABAA;
    border-color: #A7ABAA;
}

.MailDetails
{
    overflow:auto;
    border: 0px;
}
