﻿body
{
}
.style1
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
}
.footer
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
}
.style2
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #0B556A;
}
.style2Copy
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #0B556A;
}
.body-text
{
    font-family: MS Sans Serif;
    font-size: 13px;
    font-weight: bold;
    color: Gray;
}

.red-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #CC3300;
}
.style3
{
    font-family: Arial;
    font-size: 14px;
    color: #018CBA;
    font-weight: bold;
}
a
{
    color: #73c1d9;
}
a:link
{
    color: #333333;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #333333;
}
a:hover
{
    text-decoration: underline;
    color: #0F7B97;
}
a:active
{
    text-decoration: none;
}
.Maroon-text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Maroon;
    font-weight: bold;
}
.bg-top
{
    background: url(images/gv.png) top repeat-x;
}

.Maroon-text a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Maroon;
    font-weight: bold;
}
.Maroon-text a:hover
{
    text-decoration: none;
    color: White;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
Headerbtn
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Maroon;
    font-weight: bold;
}
.Headerbtn a:link
{
    color: #f6bc44;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.Headerbtn a:hover
{
    text-decoration: underline;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.Headerbtn a:active
{
    text-decoration: none;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #47A6C3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 207px;
    float: none;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #F5B941;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 207px;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    width: 207px;
    float: none;
}

/*CollapsiblePanel*/
.collapsePanel
{
    background-color: #E4F6F8;
    overflow: hidden;
}

.collapsePanelHeader
{
    border: 1px solid black;
    color: white;
    height: 30px;
    background-repeat: repeat-x;
    background-image: url(../images/bg-menu-main.jpg);
    font-weight: bold;
    width: 200px;
}

#master_content .collapsePanelHeader a
{
    color: #FFF;
}
#master_content .collapsePanelHeader a:hover
{
    text-decoration: none;
    background: none;
}

/*Confirm Button*/

/* DropShadow */

#master_content .dropShadowPanel span
{
    color: white;
    text-decoration: underline;
}
#master_content .dropShadowPanel span:hover
{
    text-decoration: none;
}


.dropShadowPanel
{
    width: 300px;
    background-color: #5377A9;
    color: white;
    font-weight: bold;
}
.Member
{
    border: 1px solid #E0A330;
    color: Maroon;
    width: 176px;
    background-repeat: no-repeat;
    background-image: url(../images1/member-login-bg.gif);
    font-weight: bold;
    height: 171px;
    overflow: visible;
}
.ValidationError
{
    border: 1px solid #FF0000;
    color: White;
    background-color: #FDEBA5;
}
.bg-korn-top
{
    background: url(../images1/tall-t.gif) top repeat-x;
}
.bg-korn-bot
{
    background: url(../images1/tall-b.gif) bottom repeat-x;
}
.bg-korn-l
{
    background: url(../images1/tall-l.gif) bottom repeat-y;
}
.bg-korn-r
{
    background: url(../images1/tall-r.gif) bottom repeat-y;
}
.titlebg
{
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #39A0BE;
}
.Title
{
    color: #DF8511;
    font-size: 13px;
    text-transform: none;
}
.text-content
{
    color: gray;
    text-align: justify;
    font-size: 11px;
}
.text-content ul,li
{
list-style-type: disc; 
list-style-position: inside
}
.note-content
{
    color: gray;
    text-align: justify;
    font-size: 10px;
}