﻿h1 {
color:#6C1D45;
}

legend{
color:#6C1D45; 
}

.divHeaderBackground{
    height: 70px;
    background-color: white;
    padding: 10px;
}

.divHeaderImage {
    background-image: url("banner.jpg");
    background-repeat: no-repeat;
    width: 1046px;
    height: 70px;
}

.divFooterImage {
    background-image: url("footer-powered-by.png");
    background-repeat: no-repeat;   
    height: 70px;
    margin-left: 10px;
    margin-top: 10px;
}

.WelcomeBar {
    background-color: #A4C8E1;
    border-bottom: solid 1px #000000;
}

.menuBar {
    background-color: #A4C8E1;
    border-bottom: solid 1px #000000;    
}

.menuBar a:hover 
{
    color: White;
    background-color: #8cb9d9;
}

.menuHighlight  
{
    color: White;
    background-color: #b3d0e6;
}

.menuBar ul li ul li {
    background-color: #DBEEFD;
}

#TasksTable .TasksTableHeader {
    background-color: #b3d0e6;
}

#TasksTable td {
    background-color: #D9EDF9;
}

.TableFormat th {
    background-color: #A4C8E1;
}

.TableFormat td {
    background-color: #D9EDF9;
}


#trBioStatus th {
    background-color: #D9EDF9;
}

#panelComplete, #panelThanks {
    width:100%;
    height:auto;
    text-align:left;
    border-style:none;
}
#panelQuestion {
    width:100%;
    height:auto;
    min-height:80px;
    text-align:left;
    border-style:none;
    float: none;
    padding: 0;
}
#tableOptions{
    width:100%;
}
#tableOptions th{
    text-align:center;        
    font-weight:bold;
}
#tableOptions td{
    background-color:#eeeeee;   
    padding:12px;  
    height:40px;  
}
#tableOptions td{
    text-align:center; 
    width:60px;
}
#tableOptions .col1{
    text-align:left;        
    width:900px;
}

#panelQuestionButtons{
    width: 100%;
    text-align:right;
}
#panelCompleteButtons{
    width: 100%;
    text-align:right;
}
#RatingScalesTable{
    width: 100%;
}
#RatingScalesTable th{
    text-align:center;        
    font-weight:bold;
}
#RatingScalesTable td{
    background-color:#eeeeee;   
    padding:6px; 
    text-align:center;
}
#DiversityTable td{
    padding:6px;    
}
.bioHeadingClass
{
	color:#6C1D45;
}

.valSummary {
    padding: 5px;
    margin: 5px;
}

.SIFTIntroICCBullet {
    display:none !important;
}

.SIFSJTTipsICCBtn {
    display: none !important;
}

.SIFTSJTTipsPrepBtn {
    display: block !important;
}