/* GENERAL */
body{
    font-family: Verdana, Arial, Sans-Serif ;
    font-size: 8pt;
    background-color: #1494D3;
    color: #000000;
    margin-top: 1px;
    text-align: center;
}
*{
    font-family: Verdana, Arial, Sans-Serif ;
    font-size: 8pt;
}

a.studyLinkLarge
{
    color:Black;
    font-size:xx-large;
    margin: 0px 0px 0px 20px;
    padding:0px 0px 5px 10px;
}

a.studyLink
{
    color:Black;
    font-size: medium;
    margin: 0px 0px 0px 20px;
    padding:0px 0px 5px 10px;
}

a:visted.GridSortLink, a:link.GridSortLink, a:active.GridSortLink
{
    color: White;
    font-size: 7pt;
    font-weight: bolder;
    text-align: left;
}

a:hover.GridSortLink
{
    color: Black;
    font-size: 7pt;
    font-weight: bolder;
    text-align: left;
}

/* Selectors */ 
H1{
    color: Black;
    padding: 0px 0px 5px 10px;
    margin: 0px;
}
H2{
    color: #FAA633;  
    padding-left: 10px;
    margin-bottom: 2px;
}
H3{
    color: #153067;  
    padding: 2px 0px 1px 10px;
    margin: 1px;
}

H4{
    font-size: 8pt;
    font-weight: bolder;
    text-align: left;
    color: Black;
    padding: 0px 20px 0px 10px;
}
H5{
    color: #FAA633;  
    padding: 10px 0px 5px 10px;
    margin: 0px;
}	
H6
{
    color: #FFF;
    background-color: #1494D3;
    font-size: 11px;
    padding: 5px;
    margin-top: 5px;
    text-align:left;
}
P, P.Normal{
    color: #404040;  
    padding: 2px 20px 5px 10px;
    margin: 5px 10px 0px 0px;
    text-align: left;
    }
P.leadin{
    color: #404040;  
    padding: 2px 20px 0px 10px;
    text-align: left;
    margin-right: 10px;
    }
p.HomePage{
    color: #000;
    padding: 0px 40px 10px 10px;
    text-align: justify;
}
p.InternalTableHeading{
    background-color: #1494D3;
    font-size: 8pt;
    font-weight: bolder;
    text-align: left;
    color: White;
    padding: 3px 20px 3px 10px;
    margin: 0px 0px 0px 0px;
}
p.DuplicateProfileData, span.DuplicateProfileData
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: Red;
    text-align: left;
}
UL{
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 2px;
    margin-top: 0px;
}
UL LI{
    color: black;
    list-style-type: none;
    padding-bottom: 4px;
    font-style: normal;
    font-weight: bolder;
    margin: 0px 10px 0px 0px;
}
UL LI UL{
    margin-left: 20px;
}
UL LI UL LI{
    list-style-type: disc;
}
code{
    font-family: "Courier New", Terminal, Monospace;
}

IMG.BodyImage{
    padding-right: 20px; 
    padding-left: 15px;
    padding-top: 5px;
    float: left;
}
Img.RightImage{
    
    float: right;
}
a:link.form, a:visited.form{
    color: #1494D3; 
    text-decoration: underline;
    padding: 2px;
    margin-left: 10px;
    margin-bottom: 3px;
}
a:hover.form{
    color: #000;
    text-decoration: underline;
    padding: 2px;
    margin-left: 10px;
    margin-bottom: 3px;
}


a:visited, a:link, a:active {
    text-decoration: underline;
    color: #1494D3;
}
a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #000;
}

.Exception{
    color: #606060;
}	
.PageID{
    color: #FAA633;
    font-weight: bolder;
}
.FormInstruction{
    font-size: smaller;
}
.Error{
    color: #FB0F0C;
}
.ErrorObnoxious
{
    color: #FB0F0C;
    text-align:center;
    text-decoration: blink;
    font-size: x-large;
}
.Success{
    color: #1494D3;
}
.News{
    font-size: 8pt;
    color: #202020;
    padding: 0px 20px 0px 20px;
    text-align: justify;
    width: 475px;
}
UL.News{
    margin-left: 30px;
}
UL.News LI{
    font-size: 8pt;
    color: #202020;
    text-align: left;
    width: 450px;
    font-style: normal;
    font-weight: normal;
    list-style-type: disc;
    list-style-position: outside;
    padding-bottom: 8px;
    vertical-align: top ;
}		

.ClickBack{
    color: #606060;
    font-size: 9px;
    display: block;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    cursor: pointer;
}
.Message{
    display: block;
    text-align: center;
}
.ErrorMessage{
    color: #FAA633;
    display: block;
    text-align: center;
}
.Required{
    font-size: 8pt;
    color: #606060;
}
P.Center{
    margin-left: auto;
    margin-right: auto;
}
P.Tight{
    margin: 0px;
    padding: 0px;
}
.PrintHead{
    display: none;
}
/*** PANELS ***/
.Background{
    background-image: url(../images/back.gif);
    background-position: center;
    background-repeat: repeat-y;
}

.pnlContent{
    text-align: left;
    min-height: 350px;
    min-width: 780px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    background-color: #FFF;
}
* html body div.pnlContent{
    height: 350px;	
    width: 780px;
}
.pnlContentFlow{
    text-align: left;
    min-width: 780px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    background-color: #FFF;
}
* html body div.pnlContentFlow{
    width: 780px;
}

.pnlItemGrid{
    padding-left: 10px;
}
.CenterPanel{
    margin-left: 125px;
    margin-right: 125px;
    padding-top: 20px;
}
.pnlInputForm{
    background-color: #F0F0F0;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}

/*** FOOTER ***/
p.footer{
    color: #FFF;
    font-size: 7pt;
    margin-left:auto;
    margin-right: auto;
    background-color: #1494D3;
    text-align: center;
    padding: 0px 0px 5px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pnlFooter{
    margin-left:auto;
    margin-right: auto;
    background-color: #1494D3;
    text-align: center;
    height: 70px;
    padding: 0px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: solid 1px #404040;
}

a:link.FooterLink, a:visited.FooterLink{
    color: #FFF;  
    text-decoration: none;
    font-size: 7pt;
    margin: 10px 10px 2px 2px;
    padding: 0px;
}
a:hover.FooterLink{
    color: #F9DA16;
    background-color: #1494D3;
    font-size: 7pt;
    text-decoration: underline;
    margin: 10px 10px 2px 2px;
    padding: 0px;
}


/** TABLES **/
Table.Layout {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-collapse: collapse;
    width: 780px;
}
Table.Layout tr{
    border: none;
    border-collapse: collapse;
}

Table.Layout td{
    border: none;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}
Table.General{
    margin-left: 10px;	
    background-color: White;
}
Table.General THead TR TD{
    color: #606060;
    font-weight: bolder;
    text-align: center;
}
Table.General TD{
    padding: 2px 5px 2px 2px;
}
Table.THeader{
    background-color: #1494D3;	
    border-collapse: collapse;
    border: none;
    width: 780px;
}
Table.THeader TD{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border: none;
}

Table.THeader TD.Logo{
    background-color: #1494D3;
    padding-left: 0px;
    margin-left: 0px;
    text-align: left;
}
Table.Login td.Label{
    text-align: right;
}
Table.InputForm{
    background-color: #F0F0F0;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}
Table.InputForm THEAD TR TD {
    text-align: left;
    font-weight: bolder;
}
Table.InputForm td.Label{
    text-align: right;
    width: 25%;
}
Table.InputForm td.RequiredLabel{
    text-align: right;
    font-weight: bolder;
    width: 25%;
}
Table.InputForm TR.DenseTable TD{
    border-bottom: solid 1px #909090;
}

Table.InputForm TR.SignUp TD, Table.InputForm TR.SignUp TD A.SignUp{
    background-color: #1494D3;
    color: #FFF;
    padding: 0px 1px 0px 1px;
}
Table.InputForm TR.Dup TD{
    background-color: #D0D0D0;
    padding: 0px 1px 0px 1px;
}
Table.InputForm TR.AltDup TD{
    background-color: #EAEAEA;
    padding: 0px 1px 0px 1px;
}
TR.AltDup TD
{
    background-color: #FFFFFF;
}
.Highlight{
    background-color: #FDC37A;
    color:Black;
    padding: 0px 1px 0px 1px;
}
.HighlightPlus{
    background-color: Red;
    color:White;
    padding: 0px 1px 0px 1px;
}

Table.InputForm TR.Dup TD a:visited, Table.InputForm TR.Dup TD a:link, Table.InputForm TR.Dup TD a:active {
    text-decoration: underline;
    color: #000;
}

Table.InputForm TD a:visited, Table.InputForm TD a:link, Table.InputForm TD a:active, Table.InputForm TD a:hover {
    text-decoration: underline;
    color: #000;
    font-size: smaller;
    font-weight: normal;
}
    
Table.InputForm TD{
    text-align: left;
}
Table.InputForm TD.Center{
    text-align: center;
}
table.News{
    margin: 5px 5px 0px 5px; 
    width: 650px;
    display: block;
}
table.News td{
    width: 100%;
    padding: 5px;
    vertical-align: top;
}
table.NewsItem{
    width: 100%;
    display: block;
}
table.NewsItem td.Title{
    font-size: 8pt;
    font-weight: bolder;
    text-align: left;
    color: Black;
    vertical-align: top;
    width: 66%;
}
table.NewsItem td.Date{
    font-size: 8pt;
    font-weight: bolder;
    text-align: right;
    color: #909090;
    vertical-align: top;
    width: 33%;
}
table.NewsItem td.Body{
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    color: Black;
}

Table.Tight{
    margin-left: 10px;	
    background-color: White;
    border-collapse: collapse; 
    border: 0;
}
Table.Tight THead TR TD{
    color: #FFF;
    background-color: #1494D3;
    font-size: 7pt;
    font-weight: bolder;
    text-align: left;
}
Table.Tight TR TH{
    color: #FFF;
    background-color: #1494D3;
    font-size: 7pt;
    font-weight: bolder;
    text-align: left;
}
Table.Tight TD{
    padding: 1px 2px 1px 2px;
    font-size: 7pt;
    text-align: left;
    font-weight: normal;
    border-collapse: collapse;
    border: none;
}
Table.Tight TR.Alt TD{
    padding: 1px 2px 1px 2px;
    background-color: #F0F0F0;
    font-size: 7pt;
    text-align: left;
    font-weight: normal;
    border-collapse: collapse;
    border: none;
}
Table.Tight TD.Currency{
    background-color: #FFFFFF;
    font-size: 8pt;
    color: #000000;
    padding: 2px 5px 2px 5px;
    text-align: right;
}
Table.Tight TR.Alt TD.Currency{
    background-color: #F0F0F0;
    font-size: 8pt;
    color: #000000;
    padding: 2px 5px 2px 5px;
    text-align: right;
}
/** GRIDVIEW STYLES **/
.GV {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.GVLeft 
{
    margin: 10px 0px 20px 10px;
}

.GVHead TH{
    background-color: #1494D3;
    color: White;
    text-align: center;
    font-size: 8pt;
    padding: 2px 5px 2px 5px;
}

.GVHeadLeft TH{
    background-color: #1494D3;
    color: White;
    text-align: left;
    font-size: 8pt;
    padding: 2px 5px 2px 5px;
}

.GVHead A:link, .GVHead A:Visited, .GVHead A:Active {
    text-align: center;
    font-size: 8pt;
    color: #FFF;
    text-decoration: underline;
}
Table.GV TR.GVBody {
    color: #404040;
}

Table.GV TR.GVEmptyRow TD 
{
    border: none;
}

Table.GV TR.GVBody TD {
    font-size: 8pt;
    color: #404040;
    padding: 2px 5px 2px 5px;
    text-align: left;
}
Table.GV TR.GVBodyEdit TD{
    font-size: 8pt;
    color: #404040;
    background-color: #D0D0D0;
    padding: 2px 5px 2px 5px;
}
Table.GV TR.GVAltRow TD{
    background-color: #F0F0F0;
    font-size: 8pt;
    color: #404040;
    padding: 2px 5px 2px 5px;
    text-align: left;
}

Table.GVLeft TR.GVBody TD {
    font-size: 8pt;
    color: #404040;
    padding: 2px 5px 2px 5px;
    text-align: left;
    height: 20px;
}

Table.GVLeft TR.GVAltRow TD{
    background-color: White;
    font-size: 8pt;
    color: #404040;
    padding: 2px 5px 2px 5px;
    text-align: left;
    height: 20px;
}

Table.GV TR.GVRow TD{
    background-color: #FFFFFF;
    font-size: 8pt;
    color: #000000;
    padding: 2px 5px 2px 5px;
    text-align: left;
}
Table.GV TR TH{
    color: #FFF;
    background-color: #1494D3;
    font-size: 7pt;
    font-weight: bolder;
    text-align: left;
}
.GVSummary {
    margin-top: 5px;
    margin-left: 10px;
    text-align: left;
}
.GVHead TH{
    background-color: #1494D3;
    color: White;
    text-align: center;
    font-size: 8pt;
    padding: 2px 5px 2px 5px;
}

Table.GVSummary TR.GVAltRow TD{
    background-color: #F0F0F0;
    font-size: 8pt;
    color: #404040;
    padding: 2px 5px 2px 5px;
    text-align: left;
}
Table.GVSummary TR.GVRow TD{
    background-color: #FFFFFF;
    font-size: 8pt;
    color: #000000;
    padding: 2px 5px 2px 5px;
    text-align: left;
}
Table.GVSummary TR.GVRow TD.Currency{
    background-color: #FFFFFF;
    font-size: 8pt;
    color: #000000;
    padding: 2px 5px 2px 5px;
    text-align: right;
}
Table.GVSummary TR.GVAltRow TD.Currency{
    background-color: #F0F0F0;
    font-size: 8pt;
    color: #404040;
    padding: 2px 5px 2px 5px;
    text-align: right;
}
Table.GVSummary TR.GroupSectionHeading TD{
    background-color: #ffffe0;
    font-size: 8pt;
    color: #000000;
    padding: 2px 5px 2px 5px;
    text-align: center;
    font-weight: bold;
}
Table.GVSummary TR.GroupSectionTotal TD{
    background-color: White;
    font-size: 8pt;
    color: #000000;
    padding: 2px 5px 2px 5px;
    font-weight: bolder;
 border-bottom-color: Black;
 border-bottom-style: solid;
 border-bottom-width: thin;
}
Table.GVSummary TR TH{
    color: #FFF;
    background-color: #1494D3;
    font-size: 7pt;
    font-weight: bolder;
    text-align: left;
}

/** Data Grid Styles **/
table.dg
{
    border-style:ridge;
    border-collapse: collapse;
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 85%;
}

table.dg td
{
    padding: 1px;
    border-style:ridge;
    border-collapse: collapse;
    border-width: 1px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
}

.dgZebra
{
    background-color: #FFFFFF;
    color: #000000;
    padding: 1px;
}
.dgAltZebra
{
    background-color: #77B1E0;
    color: #000;
    padding: 1px;
}
.dgHead td
{
    font-size: 8px;
    font-weight: bolder;
    color: #FFF;
    background-color: #1494D3;
    text-align: center;
    padding: 1px;
    border-collapse: collapse;
}
.dgFoot td
{
    color: White;
    background-color: #606060;
    font-weight: bolder;
    padding: 3px;
    border-collapse: collapse;
}
/** END Data Grid Styles **/


/* This hack is for rendering with apple safari*/
table.pnlcontent td{
    vertical-align: top;
}

/**** MENU ****/
.Menu{
    margin-left: 0px;
    background-color: White;
}
.Spacer { 
    width: 10px;
    background-image: url(../images/menuspacer.gif);
}

.HeadMenu{ 
    margin-left: 8px;
    margin-top: 0px;
    border: none;
}

/* LookID="TopItemLook" */
.HeadTopMenuItem{
    color: white;
    padding-left: 3px;
    background-image: url(../images/center.gif);
}

.HeadTopMenuHover{
    color: white;
    padding: 0px;
    background-image: url(../images/center.gif);
    cursor: hand;
}
.HeadTopMenuActive{
    color: white;
    padding: 0px;
    background-image: url(../images/center.gif);
    }
.HeadTopMenuChildSelected{
    color: #F9DA16;  
    padding: 0px;
    padding-left: 3px;
    background-image: url(../images/center.gif);
}
/* LookID="MenuItem" */
.HeadMenuItem {
    color: #FFF;  
    background-color: #1494D3;
    padding: 3px 15px 3px 6px;
    border-top: none;
    border-bottom: none;
    text-align: left;
}
.HeadMenuHover{
    color: #000;  
    background-color: #77B1E0;
    padding: 3px 6px 3px 6px;
    border-top: none;
    border-bottom: none;
    text-align: left;
    cursor: hand;
}
    
.HeadMenuActive{
    color: #000;  
    background-color: #FDC37A;
    padding: 3px 6px 3px 6px;
    border-top: none;
    border-bottom: none;
    text-align: left;
    cursor: hand;
}
.MenuItemSelected{
    color: #000;  
    background-color: #FDC37A;
    padding: 3px 6px 3px 6px;
    border-bottom: none;
    border-top: none;
    text-align: center;
    cursor: hand;

}	

/* Tree View */
.TreeView 
{ 
  background-color: Transparent;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  border: none;
  cursor:default; 
}

.TreeNode 
{ 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
}

/* Printer Friendly Profile Sheets */
TD.underline {
border-bottom-style: solid; 
border-bottom-color: black; 
border-bottom-width: 2px; 
}

TD.AttributeSpacing {
height: 5;
border-style: solid; 
border-color: black; 
border-width: 1px; 
background:#CCCCCC;
}

div.break {
page-break-after: always;
}

div.HomePageDynContent
{
    border: solid 1px black;
    background-color: #CCCCCC;
    padding: 10px;
    margin: 0px 46px 0px 10px;
}

div.HomePageDynContent p, div.HomePageDynContent div, div.HomePageDynContent *
{
    margin: 0px;
    padding: 0px;
}

.social 
{
    width: 576px; 
    Height: 75px; 
    color: White; 
    float: left; 
    text-align: center; 
    background-image: url('../images/social-background.jpg');
}