/* 
    Document   : estilo
    Created on : 04/08/2009, 12:51:09
    Author     : t0061168
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

label{
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: bold;
}
/*
input:focus {
	border: 1px solid orange;
}
select:focus {
	border: 1px solid orange;        
}

input {
    border: 1px #a6a6a6 solid;
}

.selectBorda {
    border: 1px #a6a6a6 solid;
}
*/
.erro_message {
    background-color: #FFFFCC;
    color: #FF0000;
    font-weight: bold;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
}
.erro_messages {
    padding: 8px 8px 8px 30px;
    background-image: url(/imagens/icones/ico_erro.gif);
    background-repeat: no-repeat;
    background-position: 4px 8px;
    background-color: #FFFFCC;    
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
}
.info_message {
    color: green;
    font-weight: bold;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
}
.info_messages {
    font-weight: bold;
    color: green;
    padding: 8px 8px 8px 30px;
    background-image: url(/imagens/icones/ico_info.gif);
    background-repeat: no-repeat;
    background-position: 4px 8px;
    background-color: #F1F6F6;    
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
}
.novoDica {
    background-color: #FFFFCC;
    border: 2px solid #FF0000;
    padding: 6px;
}
.info {
    /*  border-color: #000099;
        background-color: #ECF5FF;  */
    background-color: #f1f6f6;
    background-image: URL(/imagens/icones/ico_info.png);
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
}

