/* 
$Revision: 2193 $
$Date: 2006-12-20 09:05:14 -0300 (qua, 20 dez 2006) $
*/

/* Específicas do HiDoctor insite */
.hbBlueSquare .t {
	border-bottom: #8095aa 0px solid;
	border-left: #8095aa 0px solid;
	border-top: #8095aa 0px solid;
	border-right: #8095aa 0px solid;
}

#boxUserInfoHeadDefault {
	display: none;
}

#boxGetSellInfoHeadDefault {
	display: none;
}

#boxOkHeadDefault {
	display: none;
}

/* Classes */

.error {
	font-weight: bold;
	color: #FF0000;
}

.alert {
	background-color: #E78989;
	border: solid #C60000 1px;
	padding: 5px;
}

/* Formulários */

.required {
	color: red;
}

div.pre {
	white-space: pre;
}

.hbBlueSquare table.tbllist { width: 99%; border: 1px solid #ccc; }

/* - Ajax */
div.ajax_status {
	background-color: #E78989;
	border: solid #C60000 1px;
	/* position: absolute; */
}

div.ajax_alert {
	background-color: #E78989;
	border: solid #C60000 1px;
	padding: 5px;
}

div.ajax_description {
	border-bottom: solid #C60000 1px;
	border-left: solid #C60000 1px;
	border-right: solid #C60000 1px;
	padding: 5px;
	margin-bottom: 5px;
}

/* Correções no Layout */
body * {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}


