﻿.growlError {
    color: #fff !important;
    background-color: #901E18 !important;
    background: #901E18 !important;
}
.growlError a
{
    color: #d8d8d8 !important;
}
.growlWarning {
    background-color: #EBE46F !important;
    background: #EBE46F !important;
    color: #000;
}
.growlSuccess
{
    color: Green !important;
    font-weight: bold;
}

/* Side by Side Summary Style */
div.sideBySideHolder
{
    border-color: #22415F;
    border-style: solid;
    border-width: 30px 1px 1px 1px;
    overflow: auto;
    clear:both;
}
div.sideBySideHolder h3
{
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background-color: #637990;
    color: #fff;
    font-size: 90%;
    font-family: Verdana;
}
dl.sideBySide
{
    display: block;
    width: 49%;
    float: left;
    min-width: 500px;
}
dl.sideBySide dt
{
    display: block;
    width: 50%;
    clear: both;
    float: left;
    text-align: right;
    padding-right: 5px;
    margin-top: 4px;
    font-weight: bold;
}
dl.sideBySide dd
{
     display: block;
     width: 49%;
     float: left;
    margin-top: 4px;
}

/* Block Message Popup */
div.blockMsg {
    width:  40%;
    top:    30%;
    left:   30%;
    text-align: center;
    background-color: #63798F;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); 
    -moz-opacity:.90;
    opacity:.90;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-family: Verdana,Arial;
    font-size: 110%;
}

div.blockMsg a.button
{
    float:none;
    width: 25px;
    margin: auto;
}

/* Open/Close Images */
.openImage
{
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    background: #22415F url('/content/img/open.gif') repeat-x top left !important;
}
.openImage:hover
{
    text-decoration: none;
}
.closeImage
{
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    background: #22415F url('/content/img/close.gif') repeat-x top left;
}
.closeImage:hover
{
    text-decoration: none;
}

/* Quick Loan */

dl.QuickLoanDl
{
    display: block;
    width: 90%;
    overflow: hidden;
    font-size: 90%;
}

dl.QuickLoanDl dt
{
display: block;
width: 60%;
clear: both;
float: left;
text-align: right;
margin-top: 4px;
font-weight: bold;
}
dl.QuickLoanDl dd
{
    display: block;
    width: 39%;
    float: left;
    margin-top: 4px;
}
dl.QuickLoanDl dd a
{
    color: #22415F;
    font-weight: bold;
}
h3.QuickLoanH3
{ 
    clear: both; 
    background-color: #63798F; 
    height: 30px; 
    padding-left: 10px; 
    line-height: 30px;  
    color: #fff;  
}

/* Search Results */
ul.list li a
{
    color: #637990;
    font-weight: bold;
}

/*Help Div */
.helpDiv
{
    border: solid 1px #22415F; 
    float: left; 
    width: 100%; 
    padding-bottom: 20px;
}

.helpDiv p
{
    padding: 10px;
}

.helpDiv p strong
{
    font-weight: bold;
}

.helpDiv ul
{
	padding-left: 2em;
}