.logo-large
{
    background-image: url("logo2.png");
  
    /* adjust these to match the image size */
    height: 180px;
    width: 680px;
    margin-left: 5px;
    margin-top: 1px;
}

.powered-by-efs-logo-large
{
    background-image: none;
    background-size: 150px 1px;
     /* adjust these to match the image size */
    height: 1px;
    width: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.logo-small
{
    background-image: url("logo2.png");
    /* adjust these to match the image size */
    height: 72px;
    width: 272px;
    margin-left: 5px;
    margin-top: 1px;

}

.powered-by-efs-logo-small
{
    background-image: none;
    background-size: 1px 1px;

    /* adjust these to match the image size */
    height: 1px;
    width: 1px;
    margin-left: 0px;
    margin-top: 0px;
}
a:hover
{
	color: #0194d3;
}
.headerTable
{
    width: 100%;
	height: 72px;
}
.WarningText
{
	color: #0194d3;
}

.inputSectionHeader
{
    background-color: #0194d3;
}

.headerLabel
{
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-weight: bold;
}
.standardCombo 
{
	font-size: 0.75em;
}
.standardButton
{
    background-color: #ee7131;
}
.standardButton.divButton.selectedDivButton 
{
    background-color: #0194d3;
}
.areaTitleContainer
{   
	background-color: #0194d3;
}
#menu
{
    background-color: #0194d3;
}
#menu a, #menu h2 
{
    font-size: 0.75em !important;
}


.homepageDataPanel 
{
    border: 7px solid #ee7131;
}
.homepageDataPanel:hover 
{
    box-shadow: 0px 0px 30px #0194d3;
}

/* Show CDL import.  It is hidden by default */
#cdlImport { visibility: visible; }