﻿body
{
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
    background: #ffffff;
}

input
{
    font-size: 12px;
    color: Black;
}

select
{
    font-size: 12px;
    color: Black;
}

textarea
{
    font-size: 12px;
    color: Black;
}

img
{
    border: 0px;
}

.Heading1
{
    font-family: Tahoma;
    font-size: 18px;
    color: #16538C;
    font-weight: bold;
    font-variant: small-caps;
}

H1
{
    font-family: Tahoma;
    font-size: 18px;
    color: #16538C;
    font-variant: small-caps;
}

.Heading2
{
    font-family: Tahoma;
    font-size: 14px;
    color: #16538C;
    font-variant: small-caps;
}

H2
{
    font-family: Tahoma;
    font-size: 14px;
    color: #16538C;
    font-variant: small-caps;
}

.Heading3
{
    font-family: Tahoma;
    font-size: 13px;
    color: #16538C;
    font-weight: bold;
    font-variant: small-caps;
}

H3
{
    font-family: Tahoma;
    font-size: 13px;
    color: #16538C;
    font-weight: bold;
    font-variant: small-caps;
}

.Error
{
    color: Red;
}

.Italic
{
    font-style: italic;
}

.ErrorLine
{
    font-size: 12px;
    text-align: left;
    padding: 6px 4px;
    border-bottom: solid 1px #bbd9ee;
    background-color: #ffaaaa;
}

.InfoBox
{
    background-color: LightYellow;
    font-size: 11px;
    padding: 5px;
    min-height: 50px;
}

.InfoBox img
{
    margin-right: 5px;
}

.TableHeader
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: White;
    background-color: #6666AA;
}

.TableHeader a
{
    color: White;
}

.Bold
{
    font-weight: bold;
}

.Small
{
    font-size: 10px;
}

.grid
{
    font-family: Arial;
}

.grid H2
{
    margin: 0;
    padding: 0;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.grid .mid
{
    padding: 3px 0px 0px 0px;
}

.grid .datatable
{
    color: #666;
}

.grid .datatable TH
{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    padding: 2px 4px;
    color: #333333;
    border-bottom: solid 2px #bbd9ee;
}

.grid .datatable TH A
{
    text-decoration: none;
    padding-right: 18px;
    color: #0066cc;
}

.grid .datatable TH.sortasc A
{
    background: url(../../Images/asc.gif) right center no-repeat;
}

.grid .datatable TH.sortdesc A
{
    background: url(../../Images/desc.gif) right center no-repeat;
}

.grid .datatable .row TD
{
    font-size: 12px;
    text-align: left;
    padding: 6px 4px;
    border-bottom: solid 1px #bbd9ee;
}

.grid .datatable .row:hover
{
    background-color: #fffacd;
    color: #000;
}

.grid .datatable .row TD.first
{
    padding-left: 10px;
}

.grid .datatable TH.first
{
    padding-left: 10px;
}

.grid .datatable .row:hover .first
{
    background-repeat: no-repeat;
    background-image: url(../../Images/bullet.gif);
}

/* Data Pager Styles */
.grid TR.pager-row TD
{
    border-top: solid 2px #bbd9ee;
}

.grid .pager
{
    font-family: Tahoma;
    text-align: center;
    padding: 6px;
    font-size: 18px;
}

.grid .pager SPAN.command, .grid .pager SPAN.current, .grid .pager A.command, .grid TR.pager-row TD A
{
    color: #5a90ce;
    padding: 0px 5px;
    text-decoration: none;
    border: none;
}

.grid .pager A.command:hover, .grid TR.pager-row TD A:hover
{
    border: solid 2px #408BB6;
    background-color: #59A5D1;
    color: #fff;
    padding: 0px 3px;
    text-decoration: none;
}

.grid .pager SPAN.current, .grid TR.pager-row TD SPAN
{
    border: none;
    font-weight: bold;
    color: #3e3e3e;
    padding: 0px 6px;
}

.grid TR.pager-row TD
{
    border-top: none;
    text-align: center;
}

.grid TR.pager-row TABLE
{
    height: 35px;
    margin: 0 auto 0 auto;
}

div.rounded
{
    clear: both;
    max-width: 2400px;
}

div.rounded div.top-outer
{
    background: url(../../Images/tl.gif) no-repeat left bottom;
    padding: 0px;
    width: 100%;
}

div.rounded div.top-outer div.top-inner
{
    background: url(../../Images/tr.gif) no-repeat right bottom;
    margin-left: 9px;
}

div.rounded div.top-outer div.top-inner div.top
{
    background: url(../../Images/tm.gif) repeat;
    height: 23px;
    margin-right: 9px;
    font-size: .01em;
}

div.rounded div.mid-outer
{
    background: url(../../Images/l.gif) left repeat-y;
    clear: both;
    width: 100%;
}

div.rounded div.mid-outer div.mid-inner
{
    background: url(../../Images/r.gif) right repeat-y;
    margin-left: 9px;
}

div.rounded div.mid-outer div.mid-inner div.mid
{
    background-color: #ffffff;
    margin-right: 9px;
}

div.rounded div.bottom-outer
{
    background: url(../../Images/bl.gif) no-repeat left top;
    clear: both;
    padding: 0px;
    width: 100%;
}

div.rounded div.bottom-outer div.bottom-inner
{
    background: url(../../Images/br.gif) no-repeat right top;
    margin-left: 8px;
}

div.rounded div.bottom-outer div.bottom-inner div.bottom
{
    background: url(../../Images/bm.gif) repeat;
    height: 9px;
    margin-right: 8px;
    font-size: .01em;
}

.details .datatable .row td
{
    font-size: 12px;
    text-align: left;
    padding: 6px 4px;
    border-bottom: solid 1px #bbd9ee;
}

.Icon_20x20
{
    height: 20px;
    width: 20px;
}

.Watermark
{
    color: #999999;
}

a:link
{
    color: #7a0015;
    text-decoration: none;
    font-size: 12px;
}
a:visited
{
    color: #7a0015;
    text-decoration: none;
    font-size: 12px;
}
a:active
{
    color: #7a0015;
    text-decoration: none;
    font-size: 12px;
}
a:hover
{
    text-decoration: underline;
    font-size: 12px;
}

#TopMenuContainer a
{
    color: #000000;
}
#TopMenuContainer a:hover
{
    color: #fff;
    text-decoration: none;
}

.IE8Fix
{
    z-index: 100;
}

/* jQuery Notifications plugin - http://programmingmind.com */
/* notification container */
#jquery-notifications
{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
	z-index: 7001;
}
/* common style properties for all the notification messages */
#jquery-notifications div.notice, #jquery-notifications div.success, #jquery-notifications div.warning, #jquery-notifications div.error
{
    margin: 0;
    padding: 6px;
    padding-left: 10px;
    border-bottom: 1px solid;
}
#jquery-notifications div.notice
{
    background: #6C9FFC;
    color: #061A72;
    border-color: #061A72;
}
#jquery-notifications div.success
{
    background: #96F96F;
    color: #045419;
    border-color: #045419;
}
#jquery-notifications div.warning
{
    background: #F7AE57;
    color: #753903;
    border-color: #753903;
}
#jquery-notifications div.error
{
    background: #F97C6F;
    color: #570F01;
    border-color: #570F01;
}
/* style property for the close text */
#jquery-notifications div > a
{
    position: absolute;
    right: 0;
    margin-right: 10px;
    color: #000000;
    text-decoration: none;
    border: 1px solid black;
    padding-right: 5px;
    padding-left: 5px;
}
