﻿body {
}
.watermark 
    {
        background: #F2FBFD;
        border-width: 1px;
        border-style: Solid;
        height: 18px;
        border-color: #ccc;
    }
.TextInput
    {
        border-width: 1px;
        border-style: Solid;
        height: 18px;
        border-color: #ccc;
    }
.GridViewStyle
    {
        font-family: Arial, Sans-Serif;
        font-size: small;
        table-layout: auto;
        border-collapse: collapse;
        border: #1d1d1d 5px solid;
    }
    /*Header and Pager styles*/.HeaderStyle, .PagerStyle /*Common Styles*/
    {
        background-image: url(../Images/top-mid-1.png);
        background-position: center;
        background-repeat: repeat-x;
        background-color: #1d1d1d;
    }
    .HeaderStyle th
    {
        padding: 5px;
        color: #000;
    }
    .HeaderStyle a
    {
        text-decoration: none;
        color: #000;
        display: block;
        text-align: left;
        font-weight: normal;
    }
    .PagerStyle table
    {
        text-align: center;
        margin: auto;
    }
    .PagerStyle table td
    {
        border: 0px;
        padding: 5px;
    }
    .PagerStyle td
    {
        border-top: #1d1d1d 2px solid;
    }
    .PagerStyle a
    {
        color: #000;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        border-top: solid 1px #eff;
        border-right: solid 1px #91CFEF;
        border-bottom: solid 1px #91CFEF;
        border-left: solid 1px #eff;
        background-color: #E4F4FC;
    }
    .PagerStyle span
    {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
    }
    /*RowStyles*/.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
    {
        padding: 5px;
        border-right: solid 1px #1d1d1d;
    }
    .RowStyle td
    {
        background-color: #F6FBFC;
    }
    .AltRowStyle td
    {
        background-color: #FBFCF4;
    }
    .SelectedRowStyle td
    {
        background-color: #ffff66;
    }
    .EmptyRowStyle td
    {
        background-color: #ffff66;
    }
    
    /*Modal Popup*/
    .modalBackground
    {
        background-color: Blue;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
    .modalPopup
    {
        background-color: White;
        width: 921px;
        height: 800px;
        padding: 10px;
    }
    #panelhead
    {
        background: url(../Images/top-mid-1.png) repeat left;
        padding-top: 0.3em;
        padding-left: 0.4em;
        min-height: 21px;
        cursor: hand;
    }
    * html #panelhead
    {
        height: 21px;
    }
    hr
    {
        margin-bottom: 1em;
        margin-top: 1em;
        color: #789;
        height: 1px;
    }
    
    .popupConfirmation
    {
	
    }
    .popup_Buttons
    {
	    margin:10px;
    }
    .popup_Container
        {
            border-left: 2px solid #000000;
            border-right: 2px solid #000000;
            border-top: 1px solid #ffffff;
            border-bottom: 2px solid #000000;
            padding: 0px 0px 0px 0px; 
        }
        .popup_Titlebar
        {
            background: url(../Images/titlebar_bg.jpg);
            height: 29px;
        }
        .popup_Body
        {
            padding: 15px 15px 15px 15px;
            font-family: Arial;
            font-weight: bold;
            font-size: 12px;
            color: #000000;
            line-height: 15pt;
            clear: both;
            padding: 20px;
        }
        .TitlebarLeft
        {
            float: left;
            padding-left: 5px;
            padding-top: 5px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 12px;
            color: #FFFFFF;
        }
        .TitlebarRight
        {
            background: url(../Images/cross_icon_normal.png);
            background-position: right;
            background-repeat: no-repeat;
            height: 15px;
            width: 16px;
            float: right;
            cursor: pointer;
            margin-right: 5px;
            margin-top: 5px;
        }
        .accordionHeader
        {
            background: url(../Images/top-mid-1.png) repeat left;
            height: 16px;
            padding: 3px;
            padding-left: 7px;
            font-family: Arial, Times New Roman;
            font-size: 14px;
            font-weight: bold;
            color: black;
            text-decoration: underline;
            cursor: hand;
        }

