.textbox 
{
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 14px Arial;
	color: #666666;	
}

.textboxMedium
{
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:130px;
	font:normal 14px Arial;
	color: #666666;	
}

.textboxData
{
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:80px;
	font:normal 14px Arial;
	color: #666666;	
}

.textbox:focus, .textbox:hover, .textboxMedium:focus, textboxMedium:hover, 
textboxData:focus, textboxData:hover
{
	background-color:#f7ffea;
}

.textarea
{
    height: 100px;
    width: 90%;
}

.file
{
    width: 90%;
}

.subTituloFormulario
{
    font-weight:bold;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.dropdown 
{
	width:290px;	
}

.buttons 
{	height: 25px;
}

.grid 
{
	width: 100%;
	border: solid 1px #dedede;
}

.grid td, .grid th
{
	border: solid 1px #dedede;
}

.selectedLine 
{
	background: #F3FED7;
}

.line
{
	background: #F8F8F8;
}

.alterLine
{
	background: #F1F1F1;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly],
input[disabled]:hover, input[readonly]:hover, select[disabled]:hover, select[readonly]:hover, checkbox[disabled]:hover, checkbox[readonly]:hover, textarea[disabled]:hover, textarea[readonly]:hover
{
	 background-color: #f4f4e9;
	 color: #000000;
	 cursor: default;
} 

/**************************** TABLES AND MESSAGES *********************/


.grid th 
{
	font-size: 110%;
	font-weight: bold;
	text-align: left;	
	background-color: #DEDEDE;
}

.grid td, .grid th
{
	padding: 5px;
}

.bigAvatar 
{
	float: left; 
	margin-right: 10px;
	border: solid 1px #DEDEDE !important;
	width: 100px;
}

.thumbAvatar 
{
	float: left; 
	margin-right: 10px;
	border: solid 1px #DEDEDE !important;
}

.iconeAvatar, .icone 
{
	text-align: center;	
}

.iconeAvatar img
{
	width: 30px;
	border: solid 1px #DEDEDE !important;
}

.boxMessage 
{
	background-color: #f8ffe3;
	display: block;	
	margin-bottom: 20px;
	min-height: 40px;
	height: 40px;			
	border: solid 1px #cdee9d;
}

.boxAlert
{
	background-color: #fffbdb;
	display: block;
	margin-bottom: 20px;
	min-height: 40px;
	height: 40px;	
	border: solid 1px #fce681;	
}

.boxError
{
	background-color: #ffefe3;
	display: block;
	height: auto;
	margin-bottom: 20px;
	min-height: 40px;
	border: solid 1px #ffcba9;
}

.boxMessage img, .boxError img, .boxAlert img 
{
	text-align: left;
	float: left;	
	margin: 8px 10px;	
}

.messageText 
{
	display: block;
	margin: 12px 0 12px 50px;
	font-weight: bold;
	line-height: 18px;
	vertical-align: top;	
}

.arquivo
{
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 110px;
    height: 110px;
    border: solid 1px #ccc;
    float: left;
    text-align: center;
    background-color: #eee;
}
.arquivoIcone
{
    margin-bottom: 5px;    
}