
html, body {
    overflow: auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
body{
    margin: 0 0 0 0 ;
    padding: 0 0 0 0;
}

img {
    border: 0px;
}

div {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.messageBox {
    background: #FAFAFA none repeat scroll 0%;
    /*    border-style: solid;
    border-collapse: collapse;
    border-color: #AAAAAA;
    margin: 0pt 10%;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    */  
    border-left: 10px solid #F4C430;
    padding: 0.25em 0.5em;
}
.messageImage {
    background-image: url(../../images/warning.png);
    background-repeat: no-repeat;
    background-position: left middle;
    background-position: left middle;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.errorBox {
    background: #FAFAFA none repeat scroll 0%;
    /*    border-style: solid;
    border-collapse: collapse;
    border-color: #AAAAAA;
    margin: 0pt 10%;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    */    border-left: 10px solid #cc0000;
    padding: 0.25em 0.5em;
}
.errorImage {
    background-image: url(error.gif);
    background-repeat: no-repeat;
    background-position: left middle;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
/* used by validation errors */
.errorMessage {
    color: red;
}

.help {
    font-size: 10px;
}

.smallText {
    font-size: 10px;
}
.linkStyle {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

div.note {
    font-size: 11px;
    font-weight: 400;
    background-color: #EFF7FE;
    border: 1px solid #83A8CC;
    padding: 10px;
    
}
/*
div.note {
font-size: 10px;
background-color: #E2E8F6;
border: 1px solid #3366ff;
}
*/
.dojoDialog {
    background : #eee;
    border : 1px solid #999;
    -moz-border-radius : 10px;
    padding : 4px;
}

#footer {
    font-size: 10px;
}
.formBorder {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid black;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid black;    
}
