﻿body
{
    background-color: #FAFAFA;
    font-family: Arial, Helvetica, sans-serf;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    margin: 0px auto 0px auto;
    padding: 0px;
    float: none;
    clear: both;
}

p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

h1
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #004276;
    font-size: 22pt;
}

h2
{    
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #004276;
    font-size: 18pt;
}

h3
{    
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #004276;
    font-size: 16pt;
}

h4
{    
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #004276;
    font-size: 14pt;
}

h5
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #004276;
    font-size: 12pt;
}

h6
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #004276;
    font-size: 10pt;
}

.Textbox
{
    font-family: Arial, Helvetica, sans-serf;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

a:, .navlink
{
    color: #004276;
}
  
a:link,
a:visited,

.NavLink a:link,
.NavLink a:visited
{
    text-decoration: none;
    color: #004276;
}

a:hover, .NavLink a:hover
{
    color: #004276;
    text-decoration: underline;
}
 
.NavLink
{
    margin: 0px;
    padding: 0px;
    display: block;
    float: right;
    text-align: center;
    color: #004276;
    text-decoration: none;
    font-weight: normal;
    font-size: 10pt;
}

.NavLink a:link, .NavLink a:visited
{
    padding: 10px 15px 10px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #004276;
    height: 20px;
}

.NavLink a:hover
{ 
    padding: 10px 15px 10px 15px;
    display:block; 
    text-align:center; 
    text-decoration:none; 
    background:#72B1CC; 
    color:#ffffff; 
    height:20px; 
}

.MasterPageFrame
{
    margin: auto;
    width: 1000px;
}

.MasterHeader
{
    margin: auto auto 0px auto;
    padding: 0px;
    height: 114px;
    background-color: White;
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #F6C688;
}

.MasterHeaderTop
{
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 990px;
    height: 75px;
}

.MasterHeaderTopBorder
{
    margin-bottom: 1px;
}

.MasterHeaderTitle
{
    float: left;
    height: 70px;
    width: 400px;
}

.MasterHeaderLogin
{
    float: right;
    height: 60px;
    width: 400px;
    text-align: right;
    margin-top: 5px;
}

.MasterHeaderLogin h1
{
    padding: 0px;
    color: #243A83;
    font-size: 10pt;
    text-align: center;
}

.MasterHeaderNavBar 
{
    padding: 0px;
    height: 37px;
    margin: 0px;
    /*background-image: url('images/master/navbarbg.png'); */ /*Modified the code for the task HL-1315 - Change color from blue to purple*/
    /* background-color: #A0CBDD; */
}

.MasterHeaderNavBarBox
{
    padding: 0px;
    width: 989px;
    margin: auto;
    height: 36px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #6DAFCB;
}

ul.navigation-1
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 21px;
}

ul.navigation-1 li
{
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    position: relative;
}

    ul.navigation-1 li a:link, ul.navigation-1 li a:visited 
    {
        padding: 10px 15px 10px 15px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #004276;
        height: 16px;
        border-right-style: solid;
        border-right-width: 1px;
        /*border-right-color: #6DAFCB;*/ /*Modified the code for the task HL-1315 - Change color from blue to purple*/
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #9DC9DC;
    }

ul.navigation-1 li:hover a
{ 
    padding: 10px 15px 10px 15px;
    display:block; 
    text-align:center; 
    text-decoration:none; 
    color:#004276; 
    height:16px; 
}

ul.navigation-1 li a:hover
{ 
    padding: 10px 15px 10px 15px;
    display:block; 
    text-align:center; 
    text-decoration:none; 
    background:#4985BB; 
    color:#ffffff; 
    height:16px; 
}
	
ul.navigation-1 li ul.navigation-2
{ 
    margin:0; 
    padding: 0; 
    list-style:none; 
    display:none; 
    background:#A0CBDD; 
    width:175px; 
    position:absolute; 
    top:36px; 
    left:-1px; 
}

ul.navigation-1 li:hover ul.navigation-2
{ 
    display:block; 
}

ul.navigation-1 li ul.navigation-2 li
{ 
    width:175px; 
    clear:left; 
}

ul.navigation-1 li ul.navigation-2 li a:link,
ul.navigation-1 li ul.navigation-2 li a:visited
{
    clear: left;
    background:#A0CBDD;
    padding: 4px 0;
    width: 175px;
    position: relative;
    z-index: 1000;
}

ul.navigation-1 li ul.navigation-2 li:hover a
{ 
    clear:left; 
    background:#A0CBDD; 
    padding:4px 0; 
    width:175px; 
    position:relative; 
    z-index:1000; 
}

ul.navigation-1 li ul.navigation-2 li a:hover
{ 
    clear:left; 
    background:#4985BB; 
    padding:4px 0; 
    width:175px; 
    position:relative; 
    z-index:1000; 
}

ul.navigation-1 li ul.navigation-2 li ul.navigation-3
{ 
    display:none; 
    margin:0; 
    padding:0; 
    list-style:none; 
    position:absolute; 
    left:175px; 
    top:0px; 
    padding:0px; 
    background:#ffffff; 
    z-index:900; 
}

ul.navigation-1 li ul.navigation-2 li ul.navigationL-3
{ 
    display:none; 
    margin:0; 
    padding:0; 
    list-style:none; 
    position:absolute; 
    left:-177px; 
    top:0px; 
    padding:0px; 
    background:#ffffff; 
    z-index:900; 
}

ul.navigation-1 li ul.navigation-2 li:hover ul.navigation-3,
ul.navigation-1 li ul.navigation-2 li:hover ul.navigationL-3
{ 
    display:block; 
}

ul.navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link,
ul.navigation-1 li ul.navigation-2 li ul.navigationL-3 li a:link,
ul.navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a,
ul.navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover
ul.navigation-1 li ul.navigation-2 li ul.navigationL-3 li:hover a,
ul.navigation-1 li ul.navigation-2 li ul.navigationL-3 li a:hover
{ 
    background:##4985BB; 
}

ul.navigation-1 li ul.navigation-2 li a span
{ 
    position:absolute; 
    top:0; 
    left:160px; 
    font-size:10pt; 
    color:#000000; 
}

ul.navigation-1 li ul.navigation-2 li:hover a span,
ul.navigation-1 li ul.navigation-2 li a:hover span
{ 
    position:absolute; 
    top:0; 
    left:160px; 
    font-size:10pt; 
    color:#ffffff; 
}

.MasterFrameTop
{
    margin: auto;
    background-image: url('images/masterframetop.jpg');
    height: 17px;
    width: 1000px;
    float: none;
    clear: both;
}

.MasterFrameMid
{
    padding: 0px 25px 0px 25px;
    margin: auto;
    width: 950px;
    background-image: url('images/masterframemid.jpg');
    float: none;
    clear: both;
}

.MasterFrameBot
{
    margin: auto;
    background-image: url('images/masterframebot.jpg');
    height: 15px;
    width: 1000px;
    float: none;
    clear: both;
}

.MasterPrimaryContent
{
    margin: 0px;
    float: none;
    clear: both;
}


.MasterSecondaryContent
{
    margin: auto;
    float: none;
    clear: both;
    width: 99%;
}

.MasterFooter
{
    margin: 0px auto 0px auto;
    padding: 40px 0px 0px 0px;
    width: 960px;
    height: 130px;
    background-image: url('images/masterbotbg.jpg');
    text-align: right;
}

.Clear
{
    height: 1px;
    width: 100%;
    float: none;
    clear: both;
}

.NavBarSpacer
{
    float: right;
    padding: 0px;
    width: 5px;
    height: 40px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000000;
}

.Gridview
{
    padding: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #808080;
    margin: 0px;
    background-color: #FFFFFF;
    border-spacing: 0px;
    text-align: left;
    color: #000000;
}

.GridviewAlternative
{
    padding: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #808080;
    margin: 0px;
    background-color: #FFFFFF;
    border-spacing: 0px;
    text-align: left;
    color: #000000;
}

.Gridview th, .Gridview td
{
    border-color: #808080;
    border-width: 0px 1px 0px 1px;
    border-top-style: solid;
}

.GridviewAlternative th, .GridviewAlternative td
{
    border-color: #808080;
    border-width: 1px 1px 1px 1px;
    border-top-style: solid;
}

.GridviewHeader 
{
    color: #FFFFFF;
    background-color: #682f64; /*Modified the code for the task HL-1315 - Change color from blue to purple*/
}

.GridviewHeader a:link,
.GridviewHeader a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

 .GridviewHeader a:hover 
 {
    /*background-image: url('images/lightbg.jpg');*/
    color: #FFFFFF; /*Modified the code for the task HL-1315 - Change color from blue to purple*/
    display: block;
 }

.GridviewAlternatingRow
{
    background-color: #CCCCCC;
}

.GridviewAlternatingRowNo
{
    background-color: #FFFFFF;
}

.GridviewFooter
{
    color: #FFFFFF;
    background-color: #94C3D8;
}

.GridviewFooter a:link,
.GridviewFooter a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.GridviewFooter a:hover
{
    background-image: url('images/lightbg.jpg');
    color: #000000;
    display: block;
}

.GridviewButtonBox
{
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #808080;
    width: 958px;
    padding: 5px;
    background-color: #99B5B6;
}

.GridviewButtonBox a:link, .GridviewButtonBox a:visited
{
    color: #004276;
    text-decoration: none;
}

.GridviewButtonBoxButton
{
    border: 1px solid #808080;
    background-image: url('images/master/GvwBtnBxBtnBg.jpg');
    color: #FFFFFF;
    text-align: Left;
    padding: 7px 0px 5px 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.GridviewButtonBoxButton:hover
{
    background-image: url('images/master/GvwBtnBxBtnBgOrg.jpg');
    color: #FFFFFF;
}


.Row
{
    width: 100%;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
}

.RowLeft
{
    float: left;
    width: 33%;
    text-align: right;
}

.RowRight
{
    float: right;
    width: 66%;   
    text-align: left; 
}

.RowHalfLeft
{
    width: 360px;
    font-weight: bold;
    text-align: right;
    float: left;
}

.RowHalfRight
{
    width: 360px;
    font-weight: bold;
    text-align: right;
    float: right;
}

.RowHalfTitle
{
    float: left;
    width: 105px;
    text-align: right;
}

.RowHalfField
{
    float: right;
    width: 250px;
    text-align: left;
}

.RowSub
{
    width: 100%;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
}

.RowSubLeft
{
    float: left;
    width: 35%;
    text-align: right;
}

.RowSubRight
{
    float: right;
    width: 64%;
    text-align: left;
}

.BlackButton
{
    border: 1px solid #808080;
    margin: 0px;
    background-image: url('images/blackbg.jpg');
    color: #FFFFFF;
    text-align: Left;
    padding: 11px 0px 9px 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    height: 20px;
    font-size: 12px;
    font-weight: normal;
}

.ProfileLine
{
    float: none;
    clear: both;
    width: 99.5%;
}

.ProfileLineLeft
{
    float: left;
}

.ProfileLineRight
{
    float: right;
}

.ProfileSpacer
{
    float: none;
    clear: both;
    width: 100%;
    height: 1px;
}

.RMSAccordion
{
    width: 100%;
    margin: auto;
}

.RMSAccordionHeader
{
    border-style: solid;
    border-width: 1px;
    border-color: #666666 #666666 #999999 #666666;
    background-image: url('images/accordianheaderbg.jpg');
    text-align: center;
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 3px;
    display: block;
    background-color: #4985BB;
    margin: 0px;
}

.RMSAccordionHeader:hover
{
    background:#4985BB; 
    border-color: #4985BB #4985BB #4985BB #4985BB;
}

.RMSAccordionContent
{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #666666;
    padding: 1%;
    margin: 0px;
    font-size: 10pt;
}

.RMSTabContent
{
    width: 100%;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 10pt;
}

.CandidateWarning
{
    margin: 0px 20px 0px 20px;
    padding: 10px;
    background-color: #C0C0C0;
    border: 1px solid #213C83;
    color: #000000;
    font-size: 11pt;
}

.CandidateWarning a:hover
{
    text-decoration: underline;
}

.CandidateWarning a:link,
.CandidateWarning a:visited
{
    color: #213C83;
}

.whiteLink a:hover
{
    text-decoration: underline;
    font-weight: bold;
}

.whiteLink a:link,
.whiteLink a:visited
{
    color: #213C83;
    font-weight: bold;
}


ul.recordnavigation-1
{ 
    margin:0px; 
    padding:0px; 
    list-style:none;  
    height:21px;
    float: right;
}

ul.recordnavigation-1 li
{
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
    text-align: center;
    color: #004276;
    text-decoration: none;
    font-weight: normal;
}

ul.recordnavigation-1 li a:link, ul.recordnavigation-1 li a:visited
{
    padding: 10px 15px 14px 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #004276;
    height: 17px;
}

ul.recordnavigation-1 li:hover a
{ 
    padding: 10px 15px 14px 15px;
    display:block; 
    text-align:center; 
    text-decoration:none;
    background:#9DC9DC;  
    color:#004276; 
    height:17px; 
}

ul.recordnavigation-1 li a:hover
{ 
    padding: 10px 15px 14px 15px;
    display:block; 
    text-align:center; 
    text-decoration:none; 
    background:#72B1CC; 
    color:#ffffff; 
    height:17px; 
}
	
ul.recordnavigation-1 li ul.recordnavigation-2
{ 
    margin:0; 
    padding: 0; 
    list-style:none; 
    display:none; 
    background:#72B1CC; 
    width:250px; 
    position:absolute; 
    top:41px; 
    right:0px; 
}

ul.recordnavigation-1 li:hover ul.recordnavigation-2
{ 
    display:block; 
}

ul.recordnavigation-1 li ul.recordnavigation-2 li
{ 
    width:250px; 
    clear:left; 
}

ul.recordnavigation-1 li ul.recordnavigation-2 li a:link, ul.recordnavigation-1 li ul.recordnavigation-2 li a:visited
{
    clear: left;
    background: #9DC9DC;
    padding: 4px 0;
    width: 250px;
    position: relative;
    z-index: 1000;
}

ul.recordnavigation-1 li ul.recordnavigation-2 li:hover a
{
    clear: left;
    background: #9DC9DC;
    padding: 4px 0;
    width: 250px;
    position: relative;
    z-index: 1000;
}

ul.recordnavigation-1 li ul.recordnavigation-2 li a:hover
{ 
    clear:left; 
    background:#72B1CC; 
    padding:4px 0; 
    width:250px; 
    position:relative; 
    z-index:1000; 
}

ul.recordnavigation-1 li ul.recordnavigation-2 li ul.recordnavigation-3
{ 
    display:none; 
    margin:0; 
    padding:0; 
    list-style:none; 
    position:absolute; 
    left:200px; 
    top:0px; 
    padding:0px; 
    background:#9DC9DC; 
    z-index:900; 
}

ul.recordnavigation-1 li ul.recordnavigation-2 li ul.recordnavigationL-3
{ 
    display:none; 
    margin:0; 
    padding:0; 
    list-style:none; 
    position:absolute; 
    left:-177px; 
    top:0px; 
    padding:0px; 
    background:#9DC9DC; 
    z-index:900; 
}

ul.recordnavigation-1 li ul.recordnavigation-2 li:hover ul.recordnavigation-3,
ul.recordnavigation-1 li ul.recordnavigation-2 li:hover ul.recordnavigationL-3
{ 
    display:block; 
}

ul.recordnavigation-1 li ul.recordnavigation-2 li ul.recordnavigation-3 li a:link,
ul.recordnavigation-1 li ul.recordnavigation-2 li ul.recordnavigationL-3 li a:link,
ul.recordnavigation-1 li ul.recordnavigation-2 li ul.recordnavigation-3 li:hover a,
ul.recordnavigation-1 li ul.recordnavigation-2 li ul.recordnavigation-3 li a:hover
ul.recordnavigation-1 li ul.recordnavigation-2 li ul.recordnavigationL-3 li:hover a,
ul.recordnavigation-1 li ul.recordnavigation-2 li ul.recordnavigationL-3 li a:hover
{ 
    background:##4985BB; 
}

ul.recordnavigation-1 li ul.recordnavigation-2 li a span
{ 
    position:absolute; 
    top:0; 
    left:160px; 
    font-size:10pt; 
    color:#000000; 
}

ul.recordnavigation-1 li ul.recordnavigation-2 li:hover a span,
ul.recordnavigation-1 li ul.recordnavigation-2 li a:hover span
{ 
    position:absolute; 
    top:0; 
    left:160px; 
    font-size:10pt; 
    color:#ffffff; 
}

.ShadowBoxFrame1000
{
    width: 1000px;
    float: left;
}

.ShadowBoxTop1000
{
    background-image: url('images/master/ShadowBox1000Top.jpg');
    width: 1000px;
    height: 5px;
}

.ShadowBoxMid1000
{
    padding: 0px 5px 0px 5px;
    background-image: url('images/master/ShadowBox1000Mid.jpg');
    width: 990px;
}

.ShadowBoxBot1000
{
    background-image: url('images/master/ShadowBox1000Bot.jpg');
    width: 1000px;
    height: 5px;
}

.ShadowBoxFrame750
{
    width: 750px;
    float: left;
}

.ShadowBoxTop750
{
    background-image: url('images/master/ShadowBox750Top.jpg');
    width: 750px;
    height: 5px;
}

.ShadowBoxMid750
{
    padding: 0px 5px 0px 5px;
    background-image: url('images/master/ShadowBox750Mid.jpg');
    width: 740px;
}

.ShadowBoxBot750
{
    background-image: url('images/master/ShadowBox750Bot.jpg');
    width: 750px;
    height: 5px;
}

.ShadowBoxFrame500
{
    width: 500px;
    float: left;
}

.ShadowBoxTop500
{
    background-image: url('images/master/ShadowBox500Top.jpg');
    width: 500px;
    height: 5px;
}

.ShadowBoxMid500
{
    padding: 0px 5px 0px 5px;
    background-image: url('images/master/ShadowBox500Mid.jpg');
    width: 490px;
}

.ShadowBoxBot500
{
    background-image: url('images/master/ShadowBox500Bot.jpg');
    width: 500px;
    height: 5px;
}

.ShadowBoxFrame250
{
    width: 250px;
    float: left;
}

.ShadowBoxTop250
{
    background-image: url('images/master/ShadowBox250Top.jpg');
    width: 250px;
    height: 5px;
}

.ShadowBoxMid250
{
    padding: 0px 5px 0px 5px;
    background-image: url('images/master/ShadowBox250Mid.jpg');
    width: 240px;
}

.ShadowBoxBot250
{
    background-image: url('images/master/ShadowBox250Bot.jpg');
    width: 250px;
    height: 5px;
}

.ShadowBoxFrame333
{
    width: 333px;
    float: left;
}

.ShadowBoxTop333
{
    background-image: url('images/master/ShadowBox333Top.jpg');
    width: 333px;
    height: 5px;
}

.ShadowBoxMid333
{
    padding: 0px 5px 0px 5px;
    background-image: url('images/master/ShadowBox333Mid.jpg');
    width: 323px;
}

.ShadowBoxBot333
{
    background-image: url('images/master/ShadowBox333Bot.jpg');
    width: 333px;
    height: 5px;
}

.ShadowBoxFrame666
{
    width: 666px;
    float: left;
}

.ShadowBoxTop666
{
    background-image: url('images/master/ShadowBox666Top.jpg');
    width: 666px;
    height: 5px;
}

.ShadowBoxMid666
{
    padding: 0px 5px 0px 5px;
    background-image: url('images/master/ShadowBox666Mid.jpg');
    width: 656px;
}

.ShadowBoxBot666
{
    background-image: url('images/master/ShadowBox666Bot.jpg');
    width: 666px;
    height: 5px;
}

.HomeShadowBoxMid666
{
    padding: 0px 5px 0px 5px;
    background-image: url('images/master/ShadowBox666Mid.jpg');
    width: 656px;
    text-align: right;
}

.HomeShadowBoxMid666 h1
{
    margin-top: 0px;
    margin-bottom: 5px;
    width: 490px;
    float: right;
    font-size: 18pt;
}

.HomeShadowBoxMid666 h2
{
    margin-top: 0px;
    width: 400px;
    float: right;
    color: #FFFFFF;
    font-size: 14pt;
}

.ShadowBoxTitle
{
    margin: 0px 10px 0px 10px;
    padding: 10px 0px 5px 0px;
    color: #004276;
    font-size: 16pt;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E5E5E5;
    font-weight: bold;
}

.PageTitle
{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 5px 0px;
    color: #004276;
    font-size: 16pt;
    font-weight: bold;
}

.ShadowBoxTitle h1
{
    margin: 0px;
    padding: 0px;
    color: #004276;
    font-size: 16pt;
    font-weight: bold;
}

.ShadowBoxTitle h2
{
    margin: 0px;
    padding: 0px;
    color: #004276;
    font-size: 16pt;
    font-weight: bold;
}

.ShadowBoxContent
{
    margin: 0px;
    padding: 10px;
}

.ShadowBoxContentUpdatedDate h1
{
    float: right;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

.buttonwrapper
{ /* Container you can use to surround a CSS button to clear float */
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: 100%;
}

a.ovalbutton
{
    background: transparent url('images/master/LeftButtonBar.png') no-repeat top left;
    display: block;
    float: left;
    font: normal 18px Arial; /* Change 13px as desired */
    line-height: 23px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 31px; /* Height of button background height */
    padding-left: 10px; /* Width of left menu image */
    text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton
{
    color: #004276;
    font-weight: bold;
}

a.ovalbutton span
{
    background: transparent url('images/master/ButtonBar.png') no-repeat top right;
    display: block;
    padding: 4px 10px 4px 0;
    text-align: center;
}

a.ovalbutton:hover
{ /* Hover state CSS */
    background-position: bottom left;
}

a.ovalbutton:hover span
{ /* Hover state CSS */
    background-position: bottom right;
    color: #004276;
}

a.reverseovalbutton
{
    background: transparent url('images/master/LeftButtonBar.png') no-repeat bottom left;
    display: block;
    float: left;
    font: normal 18px Arial; /* Change 13px as desired */
    line-height: 23px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 31px; /* Height of button background height */
    padding-left: 10px; /* Width of left menu image */
    text-decoration: none;
}

a:link.reverseovalbutton, a:visited.reverseovalbutton, a:active.reverseovalbutton
{
    color: #004276;
    font-weight: bold;
}

a.reverseovalbutton span
{
    background: transparent url('images/master/ButtonBar.png') no-repeat bottom right;
    display: block;
    padding: 4px 10px 4px 0;
    text-align: center;
}

a.reverseovalbutton:hover
{ /* Hover state CSS */
    background-position: top left;
}

a.reverseovalbutton:hover span
{ /* Hover state CSS */
    background-position: top right;
    color: #004276;
}


.GridviewBlueButton
{
    border: 1px solid #808080;
    background-image: url('images/master/bluebar.png');
    color: #FFFFFF;
    padding: 0px 5px 0px 5px;
    display: block;
    text-align: center;
    text-decoration: none; 
    height: 18px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.GridviewBlueButton:hover
{
    background-image: url('images/master/orangebar.png');
    color: #004276;
}

.box div.topleft {
	display: block;
	background: url("images/master/ShadowBox1000.jpg") top left no-repeat white;
	padding: 5px 0px 0px 0px;
}

.box div.topright
{
    display: block;
    background: url("images/master/ShadowBox1000.jpg") top right no-repeat white;
    padding: 5px 5px 5px 0px;
    margin: -5px 0px 0px 5px;
}

.box div.bottomleft {
	display: block;
	height: 5px;
	margin-top: -5px;
	background: url("images/master/ShadowBox1000.jpg") bottom left no-repeat white;
}

.box div.bottomright {
	display: block;
	background: url("images/master/ShadowBox1000.jpg") bottom right no-repeat white;
	height: 5px;
	margin-left: 5px;
}

.CandidateProfileLine
{
    float: none;
    clear: both;
    width: 99.5%;
}

.CandidateProfileLeft
{
    float: left;
}

.CandidateProfileRight
{
    float: right;
}

.CandidateProfileSpacer
{
    float: none;
    clear: both;
    width: 100%;
    height: 1px;
}

.ModalPopup
{
    padding: 10px;
    border: 1px solid #000000;
    width: 800px;
    background-color: #FFFFFF;
}

.ModalPopupBackground
{
    background-color:#000000;
    border:1px solid black;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";   /* IE 8 Compatibility */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);       /* IE 7 Compatibility */
    opacity: 0.25;    /* Everyone else */

}

.ModalPopup h1
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    color: #004276;
    font-size: 16pt;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E5E5E5;
    font-weight: bold;
}

.ModalPopup h6
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #004276;
    font-size: 9pt;
    font-weight: bold;
}

.ModalPopupCheckbox
{
    font-family: Arial, Helvetica, sans-serf;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    float: left;
    width: 156px;
}

.ModalPopupButtons
{
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #E5E5E5;
    float: right;
    text-align: right;
    padding-top: 10px;
}

.rscLinkImg
{
    background-image: url('images/spellcheck.png');
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    display: block;
    outline: none;
} 

