﻿
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}
.validationError {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;    
    padding: 10px 70px;
}
.msgcontainer
{
}
.info p, .success p, .warning p, .error p {
    padding: 0px 50px;
}
.info a, .success a, .warning a, .error a {
    float: right;
    padding: 10px;
    cursor:pointer;
}
.msgcontainer img {
    border: none;
}

/* validation */
.validation {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}
.validation ul
{
	padding: 0px 30px;
}


.estimatebox{
    border: 1px solid;
    margin: 1px 0px;    
}

/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/


.HeaderNotifyHelp{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 5px 0;
}

.HeaderQuotesHelp{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 5px 0;
}

.estimateacc{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}

.estimateheaders{ /*class added to contents of 2nd demo when they are open*/
color: #3F6596;
FONT-SIZE: 1em;
text-decoration: underline;
}

.estimateheaders:hover {text-decoration:none;}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #3F6596;
FONT-SIZE: 0.8em;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #3F6596;
FONT-SIZE: 0.8em;
}
