﻿.menu
{
    position: relative;
    top: 16px;
    left: 6px;
}

.StaticMenuItemStyle
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 11pt;
    color: #ffffff;
}

.StaticHoverStyle
{
    color: yellow;
}

.DynamicMenuStyle
{
    z-index: 100;
    border: 2px solid #6180a0;
}

.DynamicMenuItemStyle
{
    font-family: Verdana;
    font-weight: bold;
    background-color: #f1f1f1;
    font-size: 10pt;
    color: #000000;
    width: 210px;
    text-align: left;
    padding: 5px;
}

.DynamicHoverStyle
{
    background: #094a86 url(images/Hoverbg.png) repeat-x;
    color: White;
}

/* Newsletter Gridview */

.NewsletterGrid
{
    position: relative;
    left: 10px;
    width: 580px;
}
.news
{
    padding: 10px;
    width: 560px;
    overflow: hidden;
    border: 1px solid #563870;
    margin-bottom: 10px;
}
.newsLeft
{
    float: left;
    width: 400px;
}
.newsRight
{
    float: right;
    border: 1px solid #c0c0c0;
}
.gvlinks
{
    font-size: 10px;
}
.gvlinks:hover
{
    color: #c787fb;
}
.gvDate
{
    font-size: 8pt;
    color: Gray;
    font-family: Verdana;
}
.gvAbstract
{
    font-size: 10pt;
    font-family: Verdana;
}

/* Grids Insurers */

.HeaderStyle
{
    border: 1px solid red;
    height: 50px;
    width: 100%;
}